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 409480e93a Changed 's' to 'b' in stack.c. This is the first part of the change from uiStack to uiBox. 2015-04-20 10:11:58 -04:00
darwin More destruction rules following code. 2015-04-19 22:59:06 -04:00
docs More TODOs. 2015-04-20 10:03:54 -04:00
unix More destruction rules following code. 2015-04-19 22:59:06 -04:00
windows More destruction rules following code. 2015-04-19 22:59:06 -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 More destruction rules following code. 2015-04-19 22:59:06 -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
parentplan Changed uiParentSetChild() to uiParentSetMainControl(). Backend changes incoming. 2015-04-17 13:43:01 -04:00
stack.c Changed 's' to 'b' in stack.c. This is the first part of the change from uiStack to uiBox. 2015-04-20 10:11:58 -04:00
test.c Restored Page 1. 2015-04-19 00:32:32 -04:00
ui.idl Decided to revert all the lifetime logging stuff. I have a different approach in mind... 2015-04-18 11:44:43 -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 Made destroy functions on the Unix backend take a void * instead of storing the uiControl *. 2015-04-18 17:14:19 -04:00
ui_windows.h Changed Windows onWM_DESTROY to a generic onDestroy handler with a data parameter. This will make decoupling widget destruction from WM_DESTROY (like we did on GTK+ by decoupling from ::destroy) easier. 2015-04-18 18:02:16 -04:00
uipriv.h Started the work to settle lifetime issues on the Windows backend. 2015-04-18 14:06:12 -04:00