aboutsummaryrefslogtreecommitdiffstats
path: root/style-default.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in input.lua, make 0.9-ready, add utf8 editingMatthias Richter2013-12-111-5/+12
| | | | | | | | | | 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 #9: Default input style and the scissor state.Matthias Richter2013-11-041-2/+17
| | | | Better late than never - thanks Boolsheet!
* Default Input style handles long text betterhryx2013-03-291-2/+5
| | | | | | Changes to default-style.lua: Prevent text from being drawn past bounding box via love.graphics.setScissor(). The cursor and surrounding text are kept in visible range by calculating a draw offset.
* Only show Input cursor when selectedhryx2013-03-251-2/+4
| | | | | Previously all Inputs would show the text cursor, which looks odd and makes it harder for the user to see which one is selected.
* Tweak Slider stylehryx2013-03-251-11/+8
| | | | | Made a marginally simpler & more readable Slider draw routine using rectangles instead of lines. Also the ends of the slider "track" are capped now. I split this commit in case a rollback is desired.
* Fix vertical Sliderhryx2013-03-251-7/+11
| | | | | | Slider, when vertical, was drawing the grab box with inverted position. Center "track" had incorrect orientation. Also, slider.lua was passing a bunk table to group.getRect().
* Cleanup default styleMatthias Richter2013-01-231-5/+2
|
* Slick default styleMatthias Richter2012-05-091-48/+82
|
* remove unused parameterMatthias Richter2012-04-121-1/+1
|
* Add license header.Matthias Richter2012-03-291-0/+26
|
* Externalize widget hit test to style definition.Matthias Richter2012-03-141-0/+5
|
* Fix file permissionsMatthias Richter2012-02-221-0/+0
|
* Merge branch 'master' of git://github.com/vrld/Quickie.gitmkosler2012-02-211-22/+2
|\
| * Remove widget shadow when hot/active.Matthias Richter2012-02-211-22/+2
| |
* | Added ability to change controls for tabbable with hacky LOVE quirks.mkosler2012-02-211-0/+0
|/
* Initial commitMatthias Richter2012-02-071-0/+134