Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug in input.lua, make 0.9-ready, add utf8 editing | Matthias Richter | 2013-12-11 | 1 | -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 readme | Matthias Richter | 2013-02-06 | 1 | -123/+132 |
| | |||||
* | Update readme | Matthias Richter | 2013-01-23 | 1 | -43/+49 |
| | |||||
* | Delete now obsulete documentation | Matthias Richter | 2012-05-09 | 1 | -268/+121 |
| | |||||
* | More documentation | Matthias Richter | 2012-04-12 | 1 | -52/+148 |
| | |||||
* | Add some documentation | Matthias Richter | 2012-03-29 | 1 | -1/+156 |
| | |||||
* | Add gui.core.(disable|clear)KeyFocus | Matthias Richter | 2012-03-14 | 1 | -2/+7 |
| | |||||
* | Fix file permissions | Matthias Richter | 2012-02-22 | 1 | -0/+0 |
| | |||||
* | Added ability to change controls for tabbable with hacky LOVE quirks. | mkosler | 2012-02-21 | 1 | -0/+0 |
| | |||||
* | fix readme | Matthias Richter | 2012-02-07 | 1 | -1/+5 |
| | |||||
* | Initial commit | Matthias Richter | 2012-02-07 | 1 | -0/+47 |