aboutsummaryrefslogtreecommitdiffstats
path: root/core.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in input.lua, make 0.9-ready, add utf8 editingMatthias Richter2013-12-111-1/+2
| | | | | | | | | | 1) [input.lua] Pressing backspace while the cursor was at the beggining of the text removed the first character. Fixed thanks to riidom. 2) [LÖVE 0.9] Use setLine(Width|Style) instead of setLine. Split keyboard.pressed() into keyboard.pressed() and keyboard.textinput(). (see readme) 3) [utf8.lua] Add support for UTF-8 text editing. May still fail spectacurlarly with invalid UTF-8 strings.
* 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
| | | | | 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