Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Proper tail recursion in core.save_unpack() | Matthias Richter | 2013-01-23 | 1 | -4/+7 |
| | |||||
* | Remove keyboard focus print | PierreLu | 2012-09-09 | 1 | -1/+0 |
| | |||||
* | Fix #4: keyboard.disableFocus() not working. | Matthias Richter | 2012-09-03 | 1 | -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 Richter | 2012-05-09 | 1 | -114/+60 |
| | | | | Basically half a rewrite. | ||||
* | Add license header. | Matthias Richter | 2012-03-29 | 1 | -0/+26 |
| | |||||
* | Externalize widget hit test to style definition. | Matthias Richter | 2012-03-14 | 1 | -6/+2 |
| | |||||
* | Add enableKeyFocus (alias to clearKeyFocus) | Matthias Richter | 2012-03-14 | 1 | -0/+1 |
| | |||||
* | Add gui.core.(disable|clear)KeyFocus | Matthias Richter | 2012-03-14 | 1 | -22/+28 |
| | |||||
* | Rename makeTabable() to makeCyclable() | Matthias Richter | 2012-02-22 | 1 | -2/+2 |
| | |||||
* | Replace keyboard.controls() with generic binding scheme. | Matthias Richter | 2012-02-22 | 1 | -34/+17 |
| | |||||
* | Fix file permissions | Matthias Richter | 2012-02-22 | 1 | -0/+0 |
| | |||||
* | Fixed the borked select functionality. Also improved the user interface | mkosler | 2012-02-21 | 1 | -11/+25 |
| | | | | for core.keyboard.controls. | ||||
* | Made changing controls API a bit more understandable | mkosler | 2012-02-21 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of git://github.com/vrld/Quickie.git | mkosler | 2012-02-21 | 1 | -2/+2 |
|\ | |||||
| * | Better require regexps for submodules | Matthias Richter | 2012-02-21 | 1 | -2/+2 |
| | | |||||
* | | Added ability to change controls for tabbable with hacky LOVE quirks. | mkosler | 2012-02-21 | 1 | -4/+14 |
|/ | |||||
* | Initial commit | Matthias Richter | 2012-02-07 | 1 | -0/+153 |