1
0
Fork
You've already forked lui
1
cross platform gui lib for lua https://www.tset.de/lui/
  • C 95.6%
  • Lua 3.3%
  • Makefile 0.8%
  • Objective-C 0.2%
Find a 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
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
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
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