aboutsummaryrefslogtreecommitdiffstats
path: root/core.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove keyboard focus printPierreLu2012-09-091-1/+0
|
* Fix #4: keyboard.disableFocus() not working.Matthias Richter2012-09-031-1/+1
| | | | | Used undefined variable NO_WIDGET to clear keyboard focus. Same error was made in mouse.lua.
* Mega update: Auto layout, code cleanup, api change.Matthias Richter2012-05-091-114/+60
| | | | Basically half a rewrite.
* 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
| | | | for core.keyboard.controls.
* 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