aboutsummaryrefslogtreecommitdiffstats
path: root/core.lua
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in input.lua, make 0.9-ready, add utf8 editingMatthias Richter2013-12-111-1/+2
* Remove save_(un)packMatthias Richter2013-04-081-18/+2
* Allow setting custom widget idsMatthias Richter2013-01-231-2/+7
* Proper tail recursion in core.save_unpack()Matthias Richter2013-01-231-4/+7
* Remove keyboard focus printPierreLu2012-09-091-1/+0
* Fix #4: keyboard.disableFocus() not working.Matthias Richter2012-09-031-1/+1
* Mega update: Auto layout, code cleanup, api change.Matthias Richter2012-05-091-114/+60
* Add license header.Matthias Richter2012-03-291-0/+26
* Externalize widget hit test to style definition.Matthias Richter2012-03-141-6/+2
* Add enableKeyFocus (alias to clearKeyFocus)Matthias Richter2012-03-141-0/+1
* Add gui.core.(disable|clear)KeyFocusMatthias Richter2012-03-141-22/+28
* Rename makeTabable() to makeCyclable()Matthias Richter2012-02-221-2/+2
* Replace keyboard.controls() with generic binding scheme.Matthias Richter2012-02-221-34/+17
* Fix file permissionsMatthias Richter2012-02-221-0/+0
* Fixed the borked select functionality. Also improved the user interfacemkosler2012-02-211-11/+25
* Made changing controls API a bit more understandablemkosler2012-02-211-3/+3
* Merge branch 'master' of git://github.com/vrld/Quickie.gitmkosler2012-02-211-2/+2
|\
| * Better require regexps for submodulesMatthias Richter2012-02-211-2/+2
* | Added ability to change controls for tabbable with hacky LOVE quirks.mkosler2012-02-211-4/+14
|/
* Initial commitMatthias Richter2012-02-071-0/+153