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 cc901f0424 Migrated test.c and fixed some errorss in ui.idl. 2015-04-15 22:56:03 -04:00
darwin Added the Mac OS X build rules. 2015-04-15 19:19:52 -04:00
unix Converted unix/window.c. Now to test! 2015-04-15 22:26:27 -04:00
windows Started building the make structure. 2015-04-15 19:14:28 -04:00
GNUmakefile Fixed a comment. 2015-04-15 19:20:46 -04:00
TODO.md More TODOs. 2015-04-12 12:59:39 -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 More TODOs. 2015-04-14 09:43:18 -04:00
stack.c More stack.c fixes. There's an issue with idl2h... 2015-04-15 22:36:28 -04:00
test.c Migrated test.c and fixed some errorss in ui.idl. 2015-04-15 22:56:03 -04:00
ui.idl Migrated test.c and fixed some errorss in ui.idl. 2015-04-15 22:56:03 -04:00
ui_darwin.h Eliminated direct use of strdup(); introduced uiDarwinNSStringToText() to do that work for us (and abort on failure). 2015-04-10 13:25:09 -04:00
ui_unix.h Started doing conversion of the GTK+ backend... 2015-04-15 19:46:24 -04:00
ui_windows.h Fix helper: get rid of direct casts to HWND to make errors more obvious. 2015-04-12 23:14:56 -04:00
uipriv.h Some more uiParent migration. 2015-04-12 20:08:32 -04:00