aboutsummaryrefslogtreecommitdiffstats
path: root/slider.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix vertical Sliderhryx2013-03-251-1/+1
| | | | | | 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().
* Allow setting custom widget idsMatthias Richter2013-01-231-1/+1
|
* Mega update: Auto layout, code cleanup, api change.Matthias Richter2012-05-091-26/+35
| | | | Basically half a rewrite.
* Add license header.Matthias Richter2012-03-291-0/+26
|
* Externalize widget hit test to style definition.Matthias Richter2012-03-141-2/+2
|
* Rename makeTabable() to makeCyclable()Matthias Richter2012-02-221-1/+1
|
* Fix file permissionsMatthias Richter2012-02-221-0/+0
|
* Merge branch 'master' of git://github.com/vrld/Quickie.gitmkosler2012-02-211-1/+1
|\
| * Better require regexps for submodulesMatthias Richter2012-02-211-1/+1
| |
* | Added ability to change controls for tabbable with hacky LOVE quirks.mkosler2012-02-211-0/+0
|/
* Initial commitMatthias Richter2012-02-071-0/+44