Commit Graph

321 Commits

Author SHA1 Message Date
Kenny Shields
1a6c27c8ba More clipboard functionality/methods
Added ctrl+v key repeat support for the textinput object
Added textinput method: Paste()
2013-09-21 05:51:47 -04:00
Kenny Shields
420c459468 Upgraded to middleclass 3.0 2013-09-20 18:44:47 -04:00
Kenny Shields
12ba65041f fixed nil index error in tabbutton:initialize 2013-09-17 22:22:11 -04:00
Kenny Shields
bb5135c8e7 textinput code cleanup 2013-09-17 21:56:16 -04:00
Kenny Shields
bd21bc9887 Integrated textinput.OnTextChanged event with clipboard functionality
textinput.OnTextChanged is now called when the object's text has been
changed via clipboard functionality
fixed clipboard functionality conflicts with the numberbox object
2013-09-16 18:04:28 -04:00
Kenny Shields
8431f323b1 new util library function and textinput fixes
added util library function: TableHasValue(table, value)
fixed ability to bypass textinput restrictions with clipboard
functionality
fixed textinput:GetText appending an extra newline to then end of the
text string
2013-09-16 17:29:53 -04:00
Kenny Shields
bc768d7165 new textinput event callbacks
added textinput event callback: OnCopy(object, text)
added textinput event callback: OnPaste(object, text)
added textinput method: Copy()
added textinput method: SelectAll()
added textinput method: DeselectAll()
2013-09-15 19:51:30 -04:00
Kenny Shields
4d2da0c869 clipboard code cleanup
cleaned up the clipboard code
fixed the ability to paste clipboard contents into a non-editable
textinput
the textinput indicator is now repositioned correctly when pasting
clipboard contents into a multiline textinput
2013-09-14 12:57:15 -04:00
Kenny Shields
fb1acecd63 Merge pull request #78 from qaisjp/patch-1
Rename coulmnlistheader.lua to columnlistheader.lua
2013-09-14 08:40:20 -07:00
Kenny Shields
d60b472797 Merge pull request #79 from qaisjp/patch-2
Removed repeated code (see line 29)
2013-09-14 08:39:42 -07:00
Kenny Shields
6d59ccc879 new tooltip methods and clipboard support
added tooltip method SetOffsetX(offsetx)
added tooltip method SetOffsetY(offsety)
added basic clipboard support for the textinput object (0.9.0 only)
fixed text object width issues
fixed an error caused by pressing a function key while a textinput
object was focused
fixed the tooltip object not setting the state of its text object
cleaned up the tooltip object
modified textinput:RunKey to account for changes in the 0.9.0 api
2013-09-14 11:37:01 -04:00
qaisjp
1bbe574962 Removed repeated code (see line 29) 2013-09-07 05:35:22 +01:00
qaisjp
3ba1da6979 Rename coulmnlistheader.lua to columnlistheader.lua 2013-09-07 05:15:43 +01:00
Kenny Shields
7b8bf9c79e Version 0.9.6.3 - Alpha (see changelog.txt) 2013-08-15 15:28:18 -04:00
Kenny Shields
8877eb4397 Version 0.9.6.2 - Alpha (see changelog.txt) 2013-08-14 22:09:22 -04:00
Kenny Shields
a095495209 Version 0.9.6.1 - Alpha (see changelog.txt) 2013-08-12 10:00:43 -04:00
Kenny Shields
81837c0095 Version 0.9.6 - Alpha (see changelog.txt) 2013-08-12 09:48:51 -04:00
Kenny Shields
6947e97cc5 Version 0.9.5.14 - Alpha (see changelog.txt) 2013-06-25 06:58:35 -04:00
Kenny Shields
27cad61b0a Version 0.9.5.13 - Alpha (see changelog.txt) 2013-06-24 11:11:02 -04:00
Kenny Shields
0b5cdb6697 Version 0.9.5.12 - Alpha (see changelog.txt) 2013-06-10 12:34:01 -04:00
Kenny Shields
76c6846201 Version 0.9.5.11 - Alpha (see changelog.txt) 2013-05-15 14:02:55 -04:00
Kenny Shields
49b47722e0 Version 0.9.5.10 - Alpha (see changelog.txt) 2013-05-12 07:36:40 -04:00
Kenny Shields
33fd22b1b2 Version 0.9.5.9 - Alpha (see changelog.txt) 2013-05-08 05:13:01 -04:00
Kenny Shields
0723726757 Version 0.9.5.8 - Alpha (see changelog.txt) 2013-05-05 19:51:20 -04:00
Kenny Shields
ed8a78a10c Version 0.9.5.7 - Alpha (see changelog.txt) 2013-04-09 10:51:00 -04:00
Kenny Shields
4614444ca4 Version 0.9.5.6 2013-03-29 15:14:45 -04:00
Kenny Shields
cfa6c17108 Version 0.9.5.5 - Alpha (see changelog.txt) 2013-03-23 15:50:44 -04:00
Kenny Shields
6bbdde17a8 Version 0.9.5.4 - Alpha (see changelog.txt) 2013-03-05 14:46:01 -05:00
Kenny Shields
a8d2c571bb Version 0.9.5.3 - Alpha (see changelog.txt) 2013-02-25 05:28:14 -05:00
Kenny Shields
b834300a58 Version 0.9.5.2 - Alpha (see changelog.txt) 2013-02-24 11:59:03 -05:00
Kenny Shields
d1826e7f22 Version 0.9.5.1 - Alpha (see changelog.txt) 2013-02-17 13:18:25 -05:00
Kenny Shields
b0bd3a33cc Version 0.9.5 - Alpha (see changelog.txt) 2013-02-11 16:15:40 -05:00
Kenny Shields
2fc9df1deb Version 0.9.4.15 - Alpha (see changelog.txt) 2013-01-05 11:34:54 -05:00
Kenny Shields
7c8df81518 Version 0.9.4.14 - Alpha (see changelog.txt) 2013-01-04 14:34:26 -05:00
Kenny Shields
6c05801552 Version 0.9.4.13 - Alpha (see changelog.txt) 2013-01-04 11:56:04 -05:00
Kenny Shields
069ed45963 Version 0.9.4.12 - Alpha (see changelog.txt) 2012-12-30 16:31:49 -05:00
Kenny Shields
f8356fbd36 Version 0.9.4.11 - Alpha (see changelog.txt) 2012-12-28 07:19:02 -05:00
Kenny Shields
f9e7d7be66 Version 0.9.4.10 - Alpha (see changelog.txt) 2012-12-26 08:18:57 -05:00
Kenny Shields
9e63b394ad Version 0.9.4.9 - Alpha (see changelog.txt) 2012-12-26 07:45:33 -05:00
Kenny Shields
524be5c2da Version 0.9.4.8 - Alpha (see changelog.txt) 2012-12-24 21:34:39 -05:00
Kenny Shields
a2bc25e520 Version 0.9.4.7 - Alpha (see changelog.txt) 2012-12-19 23:00:19 -05:00
Kenny Shields
105fcc31cc Version 0.9.4.6 - Alpha (see changelog.txt) 2012-12-10 09:19:35 -05:00
Kenny Shields
4e2a12fe82 Version 0.9.4.5 - Alpha (see changelog.txt) 2012-11-28 04:15:06 -05:00
Kenny Shields
53731d9a01 Version 0.9.4.4 - Alpha (see changelog.txt) 2012-11-24 17:42:16 -05:00
Kenny Shields
b4d8dd786f Version 0.9.4.3 - Alpha (see changelog.txt) 2012-11-20 16:04:57 -05:00
Kenny Shields
3d006ec389 Version 0.9.4.2 - Alpha (see changelog.txt) 2012-11-05 08:53:22 -05:00
Kenny Shields
c6196570e5 Version 0.9.4.1 - Alpha (see changelog.txt) 2012-10-25 19:59:45 -04:00
Kenny Shields
851a7feb46 Version 0.9.4 - Alpha (see changelog.txt) 2012-10-22 10:19:02 -04:00
Kenny Shields
0e327e5d01 Version 0.9.3.2 - Alpha (see changelog.txt) 2012-09-29 19:20:41 -04:00
Kenny Shields
d6190b4757 Version 0.9.3.1 - Alpha (see changelog.txt) 2012-09-02 17:13:13 -04:00