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 b2e9b646a4 Got rid of typedefs in the various newcontrol files for consistency. 2015-05-04 15:51:23 -04:00
darwin Got rid of typedefs in the various newcontrol files for consistency. 2015-05-04 15:51:23 -04:00
test Added a disabled uiTab test. It works fine on GTK+ (as expected) but the feature needs to be implemented on Windows and OS X. 2015-05-04 14:14:12 -04:00
unix Got rid of typedefs in the various newcontrol files for consistency. 2015-05-04 15:51:23 -04:00
windows Got rid of typedefs in the various newcontrol files for consistency. 2015-05-04 15:51:23 -04:00
GNUbase.mk Moved the include guards around the typedefs in ui.h. 2015-05-03 13:50:41 -04:00
GNUmakefile Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
GNUmaketest.mk Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
LICENSE Split into a new repository and added a LICENSE. 2015-04-16 20:31:11 -04:00
TODO.md I am wrong there's nothing wrong with what we're doing now because only the immediate parent calls uiControlSysFunc(uiXxxSysFuncContainerDisable). 2015-05-04 13:55:57 -04:00
box.c Got rid of the typedef struct box box; and typedef struct boxControl boxControl; from box.c, for consistency. 2015-05-04 15:37:03 -04:00
ui.idl Fixed a typo in ui.idl. 2015-05-04 00:50:10 -04:00
ui_darwin.h Implemented uiControlEnable() and uiControlDisable() for containers and uiWIndow on Mac OS X. 2015-05-04 01:14:18 -04:00
ui_unix.h Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New. 2015-05-02 20:51:00 -04:00
ui_windows.h Started implementing container enable/disable on Windows. More TODOs. 2015-05-04 09:53:53 -04:00
uipriv.h Removed the typename argument from uiAlloc() and uiRealloc(). 2015-05-03 19:52:24 -04:00