aboutsummaryrefslogtreecommitdiffstats
path: root/style-default.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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