aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in input.lua, make 0.9-ready, add utf8 editingMatthias Richter2013-12-111-1/+10
| | | | | | | | | | 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.
* Fix example in readmeMatthias Richter2013-02-061-123/+132
|
* Update readmeMatthias Richter2013-01-231-43/+49
|
* Delete now obsulete documentationMatthias Richter2012-05-091-268/+121
|
* More documentationMatthias Richter2012-04-121-52/+148
|
* Add some documentationMatthias Richter2012-03-291-1/+156
|
* Add gui.core.(disable|clear)KeyFocusMatthias Richter2012-03-141-2/+7
|
* Fix file permissionsMatthias Richter2012-02-221-0/+0
|
* Added ability to change controls for tabbable with hacky LOVE quirks.mkosler2012-02-211-0/+0
|
* fix readmeMatthias Richter2012-02-071-1/+5
|
* Initial commitMatthias Richter2012-02-071-0/+47