Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
Go to file
Pietro Gagliardi 0126b860ba Fixed errors in lifetimes.go. 2015-04-18 11:01:30 -04:00
darwin Removed the now-obsolete old method of freeing OS X controls. 2015-04-17 18:56:17 -04:00
docs Added uiParentDestroy(). Now to implement. 2015-04-17 15:45:57 -04:00
unix Wrote up the beginning of a system for testing object lifetimes. 2015-04-18 10:58:01 -04:00
windows Implemented uiParentDestroy() on the Windows and Unix backends. These don't actually *use* it yet; that'll come later. (Ultimately, there should only be one path into window destruction, which leads to one path in uiParent destruction and one path in child destruction.) More TODOs. 2015-04-17 15:52:28 -04:00
GNUmakefile Added make clean rule. 2015-04-16 21:22:31 -04:00
LICENSE Split into a new repository and added a LICENSE. 2015-04-16 20:31:11 -04:00
TODO.md Sort of implemented uiTabDeletePage() on GTK+. It's segfaulting on close; that isn't good... 2015-04-17 22:26:05 -04:00
leaks.awk Added an awk script to check for leaks in the memory logging output we just added. 2015-04-07 23:53:10 -04:00
lifetimes.go Fixed errors in lifetimes.go. 2015-04-18 11:01:30 -04:00
parentplan Changed uiParentSetChild() to uiParentSetMainControl(). Backend changes incoming. 2015-04-17 13:43:01 -04:00
stack.c More stack.c fixes. There's an issue with idl2h... 2015-04-15 22:36:28 -04:00
test.c Wrote up the beginning of a system for testing object lifetimes. 2015-04-18 10:58:01 -04:00
ui.idl Added lifetime logging and implemented most of it on the Unix backend. 2015-04-18 01:11:34 -04:00
ui_darwin.h Removed the now-obsolete old method of freeing OS X controls. 2015-04-17 18:56:17 -04:00
ui_unix.h Started doing conversion of the GTK+ backend... 2015-04-15 19:46:24 -04:00
ui_windows.h Started writing the Windows new control documentation. 2015-04-17 13:18:26 -04:00
uipriv.h Some more uiParent migration. 2015-04-12 20:08:32 -04:00