Commit graph

19 commits

Author SHA1 Message Date
Matthias Richter
63124bd1fa Remove save_(un)pack 2013-04-08 15:52:20 +02:00
Matthias Richter
e5c9e7e29f Allow setting custom widget ids 2013-01-23 13:18:58 +01:00
Matthias Richter
6f46983115 Proper tail recursion in core.save_unpack() 2013-01-23 12:23:10 +01:00
PierreLu
9fc7b933eb Remove keyboard focus print 2012-09-09 19:53:49 +03:00
Matthias Richter
d3b1a1c00d Fix #4: keyboard.disableFocus() not working.
Used undefined variable NO_WIDGET to clear keyboard focus.
Same error was made in mouse.lua.
2012-09-03 15:30:17 +02:00
Matthias Richter
adc7887587 Mega update: Auto layout, code cleanup, api change.
Basically half a rewrite.
2012-05-09 21:27:45 +02:00
Matthias Richter
dff80a6942 Add license header. 2012-03-29 13:55:56 +02:00
Matthias Richter
6de65888dc Externalize widget hit test to style definition. 2012-03-14 16:19:46 +01:00
Matthias Richter
2e5927e963 Add enableKeyFocus (alias to clearKeyFocus) 2012-03-14 16:17:09 +01:00
Matthias Richter
465aaf1885 Add gui.core.(disable|clear)KeyFocus 2012-03-14 14:14:16 +01:00
Matthias Richter
370c10c787 Rename makeTabable() to makeCyclable() 2012-02-22 23:33:54 +01:00
Matthias Richter
d6ed0f9301 Replace keyboard.controls() with generic binding scheme. 2012-02-22 23:29:00 +01:00
Matthias Richter
154c93e0f2 Fix file permissions 2012-02-22 22:56:10 +01:00
mkosler
7cfe7a0c5d Fixed the borked select functionality. Also improved the user interface
for core.keyboard.controls.
2012-02-21 16:05:03 -06:00
mkosler
3a414b52e2 Made changing controls API a bit more understandable 2012-02-21 12:53:18 -06:00
mkosler
d51babb366 Merge branch 'master' of git://github.com/vrld/Quickie.git 2012-02-21 12:50:21 -06:00
mkosler
541145560a Added ability to change controls for tabbable with hacky LOVE quirks. 2012-02-21 12:30:42 -06:00
Matthias Richter
a094675a49 Better require regexps for submodules 2012-02-21 14:52:30 +01:00
Matthias Richter
40dbc7134b Initial commit 2012-02-07 23:10:29 +01:00