aboutsummaryrefslogtreecommitdiffstats
path: root/checkbox.lua
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting custom widget idsMatthias Richter2013-01-231-1/+1
|
* Change gui.checkbox interface.Matthias Richter2013-01-231-8/+8
| | | | | | | | | | | | | | | | | | | Remove `info' table. The user is responsible for updating the checking condition. Old style: checkbox = {checked = true, label = "foo", align = "left"} (...) gui.Checkbox{info = checkbox} New style: checked = false (...) if gui.Checkbox{checked = checked, text = "foo", align = "left"} then checked = not checked end Also note that `label' is renamed to `text'.
* Mega update: Auto layout, code cleanup, api change.Matthias Richter2012-05-091-11/+35
| | | | Basically half a rewrite.
* Add license header.Matthias Richter2012-03-291-0/+25
|
* 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/+19