aboutsummaryrefslogtreecommitdiffstats
path: root/button.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix #11: Right click support.Matthias Richter2013-11-041-1/+1
| | | | | | | When clicked, Button() and Input() return the respective mouse button constant ('l', 'r', 'm') instead of just true. When activated by keyboard, Button() and Input() return 'return'. Otherwise Button() and Input() return false.
* Allow setting custom widget idsMatthias Richter2013-01-231-1/+1
|
* Mega update: Auto layout, code cleanup, api change.Matthias Richter2012-05-091-10/+34
| | | | Basically half a rewrite.
* Add license header.Matthias Richter2012-03-291-0/+25
|
* Externalize widget hit test to style definition.Matthias Richter2012-03-141-3/+3
|
* Rename makeTabable() to makeCyclable()Matthias Richter2012-02-221-3/+4
|
* 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/+27