Commit Graph

126 Commits

Author SHA1 Message Date
Kenny Shields
804db58e05 Increment version number 2014-01-15 18:51:31 -05:00
Kenny Shields
8d65bf7f2d Add tooltip:GetFollowObject 2014-01-15 10:53:53 -05:00
Kenny Shields
d7964547fb Add tooltip:GetFont 2014-01-15 10:35:30 -05:00
Kenny Shields
97e1877fc7 Add tooltip:GetObject 2014-01-15 10:27:33 -05:00
Kenny Shields
4caf207d62 Add tooltip:GetFollowCursor 2014-01-15 10:21:25 -05:00
Kenny Shields
e21264d4d7 Upgrade to middleclass 3.0.1 2014-01-14 06:35:13 -05:00
Kenny Shields
a714e037c7 Update copyright notices 2014-01-14 06:29:11 -05:00
Kenny Shields
bc3b0427d0 Add tooltip:GetOffsets 2014-01-14 06:19:51 -05:00
Kenny Shields
bbfc10af5e Add tooltip:GetOffsetX and tooltip:GetOffsetY 2014-01-14 06:17:23 -05:00
Kenny Shields
8cd31304fb Update changelog 2014-01-14 06:09:36 -05:00
Kenny Shields
82e89ddd41 Move library files to /libraries 2014-01-14 06:05:40 -05:00
Kenny Shields
10a1eb31bb Fix #98 2014-01-13 04:24:03 -05:00
Kenny Shields
e84048b74e Update 0.9.7 release date in changelog 2014-01-12 09:25:23 -05:00
Kenny Shields
910df55ec6 Update changelog 2014-01-10 14:37:50 -05:00
Kenny Shields
7f627a2eb6 Fix textinput key repeat not working in 0.8.0 2014-01-10 14:36:32 -05:00
Kenny Shields
baa483b4ba Fix #101 2014-01-08 19:25:13 -05:00
Kenny Shields
2b1627d2a0 Add frame min/max size methods 2014-01-07 20:06:51 -05:00
Kenny Shields
0960a2a08d Add frame:SetResizable and frame:GetResizable 2014-01-07 19:33:30 -05:00
Kenny Shields
83e2dc1adb Rework custom cursor code 2014-01-07 19:21:22 -05:00
Kenny Shields
49dc7ec8ca Add frame resizing functionality 2014-01-07 19:06:03 -05:00
Kenny Shields
ca26c83414 Add menu:RemoveOption 2014-01-06 22:50:52 -05:00
Kenny Shields
d2b76b191d Fix submenu positioning 2013-12-27 06:13:07 -05:00
Kenny Shields
7948716214 Change color of expand.png and collapse.png 2013-12-26 13:34:37 -05:00
Kenny Shields
c633156334 Add menu object 2013-12-26 13:30:35 -05:00
Kenny Shields
d38ab2c621 Fix textinput key repeat behavior 2013-12-24 05:55:01 -05:00
Kenny Shields
ebf541e3b6 Added button area methods to the tabs object
Added tabs method: SetButtonAreaX
Added tabs method: GetButtonAreaX
Added tabs method: SetButtonAreaWidth
Added tabs method: GetButtonAreaWidth
Added tabs method: SetAutoButtonAreaWidth
Added tabs method: GetAutoButtonAreaWidth
2013-12-14 11:50:59 -05:00
Kenny Shields
26e56e1ad7 Incremented version numbers 2013-12-14 11:32:05 -05:00
Kenny Shields
1c5b226ce2 Customizable button areas for the tabs object 2013-12-14 11:29:59 -05:00
Kenny Shields
d9e75bd46c Fixed #94 2013-12-11 08:50:18 -05:00
Kenny Shields
696c1b8ed5 Merge pull request #93 from CapsAdmin/patch-1
this method does not break relative paths
2013-12-10 02:42:15 -08:00
CapsAdmin
5b72b20743 this method does not break relative paths
the method dir = dir:gsub("%.", "/")
2013-12-05 15:39:09 +01:00
Kenny Shields
e131ed8628 Merge pull request #92 from sharpobject/master
Add cut for text input, use cmd instead of ctrl on macs
2013-12-03 14:27:57 -08:00
Robert Burke
9b556f4c51 Cutting uneditable text is not allowed 2013-12-03 14:16:26 -08:00
Robert Burke
9d1db0343f Add ctrl+x to cut in textinput
Use cmd to do ctrl-ish things on macs
2013-12-03 13:56:33 -08:00
Kenny Shields
9aaf07f66f tabs:AddTab now sets object visibility properly 2013-11-25 23:49:21 -05:00
Kenny Shields
2e71e96cf5 New progressbar methods
Added progressbar method: SetText(text)
Added progressbar method: GetText()
2013-11-25 18:16:59 -05:00
Kenny Shields
f7e96e1ab8 Changes to text object formatting system
Text formatting options are now specified in a single table
Text can now be specified as a link via text formatting options
Link colors can now be specified via text formatting options
2013-11-25 10:18:26 -05:00
Kenny Shields
dbe681ab52 Added form object 2013-11-25 08:06:41 -05:00
Kenny Shields
dbe1ba8170 Changes/fixes for the textinput object
Fixed text duplication while using the arrow keys to move a textinput's
indicator
The textinput's indicator will now move to the beginning or end of the
object's text when using the left or right arrow keys while the object's
text is selected
2013-11-23 08:52:14 -05:00
Kenny Shields
86dd7c2730 Reworked collision detection system 2013-11-22 12:00:06 -05:00
Kenny Shields
0b00ef26d0 fixed textinput keyrepeat (0.8.0) 2013-11-15 01:15:26 -05:00
Kenny Shields
f72f14f7d6 misc textinput changes/fixes
Fixed textinput:Paste not replacing selected text
Fixed text positioning issues when moving a textinput's indicator with
the left and right arrow keys
textinput:SetText now repositions the object's indicator
2013-11-13 15:25:34 -05:00
Kenny Shields
69d0988f5c added skin directives for the text object 2013-11-09 09:30:08 -05:00
Kenny Shields
973bb1b8ef method name changes and misc fixes
Renamed textinput:SetPlaceholder to textinput:SetPlaceholderText
Renamed textinput:GetPlaceholder to textinput:GetPlaceholderText
Fixed textinput placeholder text not displaying correctly in multiline
mode
Fixed columnlist row selection issues
2013-11-07 18:24:23 -05:00
Kenny Shields
b4ae334842 Merge pull request #84 from Darkwater124/master
Added placeholder to textinput
2013-11-06 16:15:43 -08:00
Darkwater
42db717bef Added placeholder to textinput 2013-11-06 23:50:26 +01:00
Kenny Shields
549a1012a6 added 0.9.0 checks to custom cursor operations 2013-11-04 11:50:24 -05:00
Kenny Shields
4734d92376 base code for text object clickable links 2013-11-04 11:23:39 -05:00
Kenny Shields
c9f3d785cb added loveframes.util.GetHoverObject 2013-10-31 04:10:56 -04:00
Kenny Shields
072918fbea textinput custom cursor fixes
Updated the textinput custom cursor code to use the newest 0.9.0 cursor
functions
Fixed textinput custom cursors not being reset in certain situations
loveframes.hoverobject is now used to reference the currently hovered
object
loveframes.downobject has been added to assume the previous role of
loveframes.hoverobject
2013-10-30 19:05:10 -04:00