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 1d8544975e Split into a new repository and added a LICENSE. 2015-04-16 20:31:11 -04:00
darwin Fixed the OS X build, including warnings. It works. I'm still a bit unhappy about the way these backends are turning out... 2015-04-16 15:08:49 -04:00
unix Cleaned up unix/button.c a bit. 2015-04-16 16:38:33 -04:00
windows Fixed warnings in the Windows backend. That just leaves the Mac OS X one... 2015-04-16 10:03:31 -04:00
GNUmakefile Fixed Makefiles for OS X building. 2015-04-16 14:59:17 -04:00
LICENSE Split into a new repository and added a LICENSE. 2015-04-16 20:31:11 -04:00
TODO.md More TODOs. 2015-04-16 14:50:40 -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 Removed uiControl.Data; it's no longer used. 2015-04-16 16:32:39 -04:00
ui_darwin.h Began Darwin backend migration. 2015-04-16 13:04:46 -04:00
ui_unix.h Started doing conversion of the GTK+ backend... 2015-04-15 19:46:24 -04:00
ui_windows.h Migrated newcontrol.c and button.c on the Windows backend. 2015-04-16 01:52:31 -04:00
uipriv.h Some more uiParent migration. 2015-04-12 20:08:32 -04:00