Commit Graph

249 Commits

Author SHA1 Message Date
Kenny Shields
4710c44bb7 Fix typo in changelog 2014-07-01 21:16:56 -04:00
Kenny Shields
7b50e24801 Update changelog 2014-07-01 21:14:36 -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
73b8c03b74 Fix #129 2014-07-01 20:02:30 -04:00
Kenny Shields
ecf799fa8e Update changelog 2014-06-29 13:02:38 -04:00
Kenny Shields
d1aee24ded Call object:GetDown in button drawing function 2014-06-29 13:01:58 -04:00
Kenny Shields
e975a11247 Add button:GetDown 2014-06-29 12:58:59 -04:00
Kenny Shields
71c7e911d9 Update changelog 2014-06-29 02:20:47 -04:00
Kenny Shields
3333dd5202 Add tree object 2014-06-29 01:16:25 -04:00
Kenny Shields
a986bc926a Fix #125 2014-06-20 20:19:33 -04:00
Kenny Shields
9eca9e73ab Fix #123 2014-05-26 19:14:22 -04:00
Kenny Shields
0472742468 Fix bug that would cause tabbuttons to be positioned incorrectly when scrolling with the mouse wheel 2014-05-26 00:54:15 -04:00
Kenny Shields
1764333ae4 Update changelog 2014-05-17 19:27:22 -04:00
Kenny Shields
3e12021010 Increment version number 2014-05-17 19:02:03 -04:00
Kenny Shields
eb4b5598f0 Prevent textinput.alltextselected from being set to true when the object contains no text 2014-05-17 17:21:33 -04:00
Kenny Shields
c674b46a0c tabs:AddTab now returns the tabbutton object associated with the new tab 2014-05-13 19:35:02 -04:00
Kenny Shields
a02fafd902 Merge pull request #120 from Klowner/skin-directory-option
Add option for skin.directory specification in skin registration
2014-05-07 16:10:07 -04:00
Kenny Shields
989c3ebb5e Prevent textinput tabbing when all text is selected 2014-05-07 16:04:12 -04:00
Kenny Shields
24a4b9f798 Merge pull request #122 from berghton/patch-1
Check if editable when entering text
2014-05-06 20:20:17 -04:00
berghton
6fe59ed15d Check if editable when entering text 2014-05-07 01:36:02 +02:00
Kenny Shields
a70de4136a Fix error when calling frame:MakeTop
This error was a result of changes made in commit 1642d10816
2014-05-02 17:14:45 -04:00
Mark Riedesel
97f1d5e43d Add option for skin.directory specification in skin registration 2014-05-01 17:10:46 -05:00
Kenny Shields
6c833ad975 Update changelog 2014-04-20 18:12:10 -04:00
Kenny Shields
3c09e85d2b Merge pull request #119 from qaisjp/patch-2
Fixed Frame:MakeTop() chaining issue
2014-04-20 18:06:01 -04:00
Qais Patankar
b564f42a83 Reduce variable usage in Frame:MakeTop fix 2014-04-20 16:26:08 +01:00
Qais Patankar
1642d10816 Removed variables that were only used once
Overoptimisation.
2014-04-16 16:23:04 +01:00
Qais Patankar
cea6a20ea3 Fixed Frame:MakeTop() chaining issue
Thanks to htaeD for reporting this.
2014-04-16 16:14:34 +01:00
Kenny Shields
4dfffef2bc Merge pull request #118 from amPerl/master
Added frame close event cancelling
2014-04-14 18:30:06 -04:00
Romet
49d8772c15 Added frame close event cancelling
Adds a check whether the OnClose event handler returned false, in which
case it will not remove the object.
2014-04-14 18:52:06 +03:00
Kenny Shields
60ad73f8b7 Remove support for LOVE 0.8.0 2014-04-03 18:55:46 -04:00
Kenny Shields
50718f04c3 Fix #116 2014-03-29 12:07:26 -04:00
Kenny Shields
55a8c1bba9 Merge pull request #112 from WetDesertRock/master
Fixes confusing error for OSX.
2014-03-04 08:30:38 -05:00
WetDesertRock
01bd70e089 Fixes confusing error for OSX.
Fixes the "Error: Could not decode image!" for OSX. Silly thing was trying to read the annoying .DS_Store files.
2014-03-02 22:58:15 -08:00
Kenny Shields
c32d0d2de9 Update changelog 2014-02-26 07:37:42 -05:00
Kenny Shields
669fa83d68 Code cleanup 2014-02-26 07:37:20 -05:00
Kenny Shields
f5ca78d4ff Fix minor conflicts in frame drag/resize detection code 2014-02-26 07:37:03 -05:00
Kenny Shields
55869912e4 Frames can now be configured to always be drawn on top of other objects 2014-02-26 07:34:04 -05:00
Kenny Shields
271b9966c1 Fix #110 2014-02-24 17:26:18 -05:00
Kenny Shields
a98c82755e Merge pull request #109 from MCGamer20000/master
Parse new lines in text objects correctly
2014-02-24 17:03:58 -05:00
Ethan Shaughnessy
135fc0b436 Parse new lines in text objects correctly 2014-02-22 14:48:49 -07:00
Kenny Shields
1c7ab5feb4 Update changelog 2014-02-14 02:24:15 -05:00
Kenny Shields
470632ae64 Fix #106 2014-02-14 02:22:02 -05:00
Kenny Shields
30cbac82c0 Increment version number 2014-02-11 07:36:42 -05:00
Kenny Shields
a645b2b7fd Update Changelog 2014-02-11 07:36:12 -05:00
Kenny Shields
6ac09e51ec Add tooltip:GetPadding 2014-02-11 07:35:00 -05:00