Commit Graph

100 Commits

Author SHA1 Message Date
Nikola Nikolov Ivanov
9f8e3aaab8 Update for love 0.10.1 2016-04-07 10:27:37 +03:00
Raman Varabets
11b49a7554 Update stencil calls 2015-10-31 23:37:47 +08:00
Raman Varabets
4ef34ccc5b Use wheelmoved function 2015-10-31 23:37:46 +08:00
Raman Varabets
a5fd850adb Use numeric mouse button constants 2015-10-31 21:40:19 +08:00
Kenny Shields
d4ab2ea608 Fix columnlist autoscroll functionality 2015-03-30 10:20:51 -04:00
Kenny Shields
b04bac9134 Fix file endings 2014-11-09 11:24:10 -10:00
Stepets
8bdb4bbf63 Merge branch 'master' of https://github.com/Stepets/LoveFrames.git into columnlistBonusInfo 2014-11-07 13:48:12 +03:00
Stepets
839db5491d fixed indicator tracking 2014-11-07 13:47:52 +03:00
Stepets
418f5e333d Merge branch 'master' of https://github.com/Stepets/LoveFrames
Conflicts:
	objects/textinput.lua
2014-10-25 23:02:10 +04:00
Stepets
3e41d97521 small fixes 2014-10-25 22:58:36 +04:00
Stepets
ce8ab801eb Merge. Because master is still broken 2014-10-25 18:27:01 +04:00
Stepets
90483c8833 added scrollbody resize-to-parent on update 2014-10-25 18:25:31 +04:00
Stepets
12108adbd4 Merge branch 'master' of https://github.com/Stepets/LoveFrames
master is broken, so i've checked my patch on working revision
2014-10-25 14:38:24 +04:00
Stepets
334ce1b2c7 added scrollbar ScrollTo method for direct positioning 2014-10-25 14:35:45 +04:00
Kenny Shields
f4416ca519 Add treenode:RemoveNode 2014-10-24 17:19:54 -04:00
Kenny Shields
4692f1e6d8 Keep the Love Frames table out of the global namespace 2014-10-23 18:36:16 -04:00
Kenny Shields
e7d71c4ab6 Fix scrollbutton positioning issues 2014-09-20 14:07:09 -04:00
Kenny Shields
90a2458c11 Update scrollbody internals after the object is positioned 2014-09-20 14:03:08 -04:00
Kenny Shields
7451bd5863 Open/close treenodes when they are left-clicked 2014-09-20 10:58:36 -04:00
Kenny Shields
b30b38f67b Add columnlist:SetColumnResizeEnabled and columnlist:GetColumnResizeEnabled 2014-09-10 20:55:00 -04:00
Kenny Shields
d4ef705ecc Reposition the columnlistarea's horizontal scrollbar when calling columnlistarea:RedoLayout 2014-08-30 14:54:30 -04:00
Kenny Shields
8ee4ba4a74 Add columnlist:SetDefaultColumnWidth and columnlist:GetDefaultColumnWidth 2014-08-23 21:17:09 -04:00
Kenny Shields
c5157379ae Add columnlist:ResizeColumns 2014-08-23 21:05:08 -04:00
Kenny Shields
62f95614f4 Rename columnlist:AdjustColumns to columnlist:PositionColumns 2014-08-23 16:33:53 -04:00
Kenny Shields
c159ae7828 Fix columnlistarea scroll wheel detection 2014-08-23 15:58:44 -04:00
Kenny Shields
8fb82f7d7a Add scrollbody:GetScrollBar 2014-08-23 15:51:33 -04:00
Kenny Shields
ff339b0fcf Rename columnlistarea:GetHorizontalScrollBar to columnlistarea:GetHorizontalScrollBody 2014-08-23 15:44:40 -04:00
Kenny Shields
f2d2a9d162 Rename columnlistarea:GetVerticalScrollBar to columnlistarea:GetVerticalScrollBody 2014-08-23 15:30:48 -04:00
Kenny Shields
4991ba1f32 Add columnlistheader:SetName 2014-08-23 15:06:35 -04:00
Kenny Shields
c95618354a Addd missing columnlistarea method comments 2014-08-23 15:03:31 -04:00
Kenny Shields
01163b2ab9 Recalculate item size when adding a new scrollbar to a columnlistarea object 2014-08-23 15:00:05 -04:00
Kenny Shields
e4c518e2f0 Code cleanup 2014-08-23 04:36:47 -04:00
Kenny Shields
f33449bd72 Add columnlistheader resizing functionality 2014-08-23 02:39:15 -04:00
Kenny Shields
a3fb10f0fd Fix nested list positioning issues 2014-08-16 14:35:26 -04:00
Kenny Shields
0c041d7e0a Adjust columnlist row colors when calling columnlistarea:RedoLayout() 2014-08-03 15:11:53 -04:00
Kenny Shields
8db876d3a8 Reset columnlistarea.rowcolorindex to 1 when calling columnlistarea:Clear() 2014-08-03 15:05:35 -04:00
Kenny Shields
f0349fce02 Add tree.OnSelectNode event callback 2014-07-05 23:19:33 -04:00
Kenny Shields
53894a743c Add functionality for selecting tree nodes 2014-07-05 23:15:51 -04:00
Kenny Shields
c6776e3158 Add treenode:GetOpen 2014-07-01 21:10:46 -04:00
Kenny Shields
e3a8654b5d Add missing treenode method comments 2014-07-01 21:08:45 -04:00
Kenny Shields
ec5d387927 Add treenode.OnOpen and treenode.OnClose event callbacks 2014-07-01 21:04:58 -04:00
Kenny Shields
c1d3021590 Add treenode:SetText and treenode:GetText 2014-07-01 20:49:48 -04:00
Kenny Shields
a3e5a2960c Add treenode:GetIcon 2014-07-01 20:30:03 -04:00
Kenny Shields
b35ce451b4 Check type of icon argument in treenode:SetIcon 2014-07-01 20:28:07 -04:00
Kenny Shields
3333dd5202 Add tree object 2014-06-29 01:16:25 -04:00
Kenny Shields
60ad73f8b7 Remove support for LOVE 0.8.0 2014-04-03 18:55:46 -04:00
Kenny Shields
6ac09e51ec Add tooltip:GetPadding 2014-02-11 07:35:00 -05:00
Kenny Shields
ffed66b9af Add support for method chaining 2014-02-11 07:34:07 -05:00
Kenny Shields
96726ef447 Add closebutton:SetAutoPosition and closebutton:GetAutoPosition 2014-01-24 22:50:13 -05:00
Kenny Shields
5156ca3ca5 Position closebuttons automatically 2014-01-24 22:48:42 -05:00