cross platform gui lib for lua https://www.tset.de/lui/
 
 
 
 
Go to file
Gunnar Zötl 0dc7b67bf7 implemented tablemodel:rowinserted(), tablemodel:rowdeleted() and tablemodel:rowchanged()
removed data argument from handler funcs and lui.tablemodel(), not needed as lua has closures
some docs for image and table stuff
2018-09-12 16:00:40 +02:00
doc removed obsolete window stuff (from 2016...) 2017-07-13 16:14:31 +02:00
samples added caching of column types 2018-09-07 16:41:34 +02:00
.hgignore renamed lui_control to lui_object, lctl to lobj, and also a bunch of related functions 2016-05-31 22:04:54 +02:00
.hgtags Etikett Version 0.2 zum Änderungssatz 371c5a574173 hinzugefügt 2017-07-18 12:43:30 +02:00
Makefile added lui_controlAppendChild(L, ctl, cld) as an alias for lui_controlInsertChild(L, ctl, -1, cld) to clearer state intent 2018-06-11 10:59:27 +02:00
area.inc.c set lobj->object to 0 in menu.__gc handler 2018-06-13 12:50:41 +02:00
container.inc.c changed resource management: chidren now hold a reference to their parents so that as long as the 2018-06-12 16:20:37 +02:00
controls.inc.c changed resource management: chidren now hold a reference to their parents so that as long as the 2018-06-12 16:20:37 +02:00
dialog.inc.c changed resource management: chidren now hold a reference to their parents so that as long as the 2018-06-12 16:20:37 +02:00
draw.inc.c set lobj->object to 0 in menu.__gc handler 2018-06-13 12:50:41 +02:00
gdbluish fixed window.onclosing handling. 2018-06-01 16:58:44 +02:00
image.inc.c implemented tablemodel:rowinserted(), tablemodel:rowdeleted() and tablemodel:rowchanged() 2018-09-12 16:00:40 +02:00
libui_notes.txt added lui_controlAppendChild(L, ctl, cld) as an alias for lui_controlInsertChild(L, ctl, -1, cld) to clearer state intent 2018-06-11 10:59:27 +02:00
luad.c implemented more of uiAttributedString 2018-05-25 17:24:09 +02:00
luad.h implemented more of uiAttributedString 2018-05-25 17:24:09 +02:00
lui-0.3-1.rockspec fixed window.onclosing handling. 2018-06-01 16:58:44 +02:00
lui.c implemented tablemodel:rowinserted(), tablemodel:rowdeleted() and tablemodel:rowchanged() 2018-09-12 16:00:40 +02:00
luish fixed window.onclosing handling. 2018-06-01 16:58:44 +02:00
menu.inc.c set lobj->object to 0 in menu.__gc handler 2018-06-13 12:50:41 +02:00
mkdoc implemented more of uiAttributedString 2018-05-25 17:24:09 +02:00
table.inc.c implemented tablemodel:rowinserted(), tablemodel:rowdeleted() and tablemodel:rowchanged() 2018-09-12 16:00:40 +02:00
text.inc.c re-registered MenuItems, as their onclicked handlers wouldn't be called without this, but set lobj->object to 0 in their __gc 2018-06-12 14:58:09 +02:00