58 Commits
Author SHA1 Message Date
nobody c9a5811adc Launcher for the LuaJIT backend.
Looks for main.lua. Launch it like this:

    luajit myapp/lib/luigi/launch.lua

If luigi isn't inside the project directory, pass
the path containing main.lua as the second argument.
The path must end with a directory separator.

    luajit /opt/luigi/launch.lua ./myapp/

If the app prefixes luigi modules with something
other then 'luigi', pass that prefix as the third
argument.

    luajit /opt/luigi/launch.lua ./myapp/ lib.luigi
2016-02-10 16:11:29 -05:00
airstruck 206c500737 minor 2016-01-31 14:20:56 -05:00
airstruck e53f470bb9 create "pseudo-widget" for option groups 2016-01-28 21:28:30 -05:00
airstruck b0614e67f1 Display appropriate strings for shortcuts 2016-01-28 13:47:11 -05:00
airstruck d1501fca41 Add special 'mac-' and 'win-' modifiers, fixes #29 2016-01-28 12:02:56 -05:00
airstruck f9a8ffa2e2 shortcut attrib: allow multiple shortcuts per widget 2016-01-27 16:56:39 -05:00
airstruck c73833337e attrib "key" -> "shortcut", also fix #20 2016-01-03 01:18:04 -05:00
airstruck 3abcce1615 context menus working 2015-12-24 09:42:04 -05:00
airstruck 2d0dec2c70 Context menu mostly done 2015-12-21 16:14:05 -05:00
airstruck 147de8e010 Scrolling improvements, fixes #13 2015-12-21 12:26:07 -05:00
airstruck 73e9a10b15 Widget.pressed is now a table of booleans keyed by mouse button name 2015-12-20 10:47:40 -05:00
airstruck 1ee239b203 rework mouse buttons, fixes #18 2015-12-19 23:54:57 -05:00
airstruck 0281944066 Renderer -> Painter 2015-12-18 12:58:10 -05:00
nobody 8dd46e2bbc more window stuff 2015-12-17 20:30:00 -05:00
airstruck e2602348df more window stuff, still unfinished 2015-12-17 16:52:51 -05:00
nobody ee2415870a unfinished window stuff 2015-12-16 19:51:16 -05:00
airstruck c8ca310811 minor improvements 2015-12-10 16:05:54 -05:00
airstruck bcfed7b737 improve auto dimensions 2015-12-09 13:33:45 -05:00
airstruck 5e6cd8c29e scissor me baby 2015-12-08 17:14:49 -05:00
airstruck d11ea06503 support vertical progress 2015-12-07 22:11:58 -05:00
airstruck c43d8bcf22 support vertical slider 2015-12-07 21:56:56 -05:00
airstruck 66f652b295 get rid of "defer" hack 2015-12-07 05:35:09 -05:00
airstruck 69703fdce0 simplify style system 2015-12-07 04:22:36 -05:00
airstruck c21611748c add status widget and attribute 2015-12-05 15:43:40 -05:00
airstruck a2fb4e58c1 add dark theme 2015-12-05 03:53:47 -05:00
airstruck f03b5c7bd4 Formalize type attribute and support it in styles 2015-12-02 15:48:21 -05:00
airstruck a902385d55 minor bug fixes 2015-12-02 01:42:35 -05:00
airstruck 591bb7507a add mouse wheel events and scroll attribute 2015-12-01 11:15:42 -05:00
airstruck 44d541bc8f fix regression in progress bar 2015-11-30 11:16:56 -05:00
airstruck ed98c0beb2 add check and radio controls 2015-11-29 23:24:12 -05:00
airstruck 2d64e6ca69 formalize attributes 2015-11-29 14:58:08 -05:00
airstruck 6b30382312 minor 2015-11-26 10:14:35 -05:00
airstruck 2c81c0c293 word wrap 2015-11-26 08:53:42 -05:00
airstruck bbba7e1b3d add dedicated backend (WIP) 2015-11-22 12:36:44 -05:00
airstruck 97b2332d47 fix utf8 text input 2015-11-12 17:43:57 -05:00
airstruck b706f663e4 don't trap key events 2015-11-12 01:56:41 -05:00
airstruck 6aaa128463 hotkeys use modifiers 2015-11-11 23:49:54 -05:00
airstruck bdc130aab9 rework menus 2015-11-10 17:01:17 -05:00
airstruck 058d9351e5 style system overhaul 2015-11-09 17:14:40 -05:00
airstruck 7bcf8ffbda add menus 2015-11-08 15:06:16 -05:00
airstruck 74fc748e3b cleanup, docs 2015-11-04 15:08:14 -05:00
airstruck ad9c954e7b width/height shadow properties 2015-11-03 01:08:23 -05:00
airstruck 997f9c8d12 shadow properties 2015-11-02 23:40:52 -05:00
airstruck 4baea757ef text entry, more keyboard support 2015-11-02 00:16:48 -05:00
airstruck 6c82e5f81d minor tweaks 2015-10-31 15:32:48 -04:00
airstruck 1e668f8f09 add keyboard focus 2015-10-31 04:21:50 -04:00
airstruck 62ca5bf50a make widgets identical to their data definitions 2015-10-30 05:38:46 -04:00
airstruck 1c491335f5 keyboard accelerators 2015-10-29 13:52:34 -04:00
airstruck 0759d36702 add progress bar 2015-10-28 11:15:47 -04:00
airstruck 31b77234f5 love 0.9.2 support 2015-10-28 05:37:42 -04:00