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 efbdf14d5f Made all instances of SetWindowPos() and MoveWindow() use the same wrapper functions so they can all use the same flags. Only the SetWindoPos() that sets the initial size of a uiWindow is unaffected (since that is a special case). 2015-05-07 17:40:13 -04:00
darwin Set up proper -m flag manipulation for cross-compiling builds. 2015-05-07 16:02:34 -04:00
test Added a page to the test program tab for testing uiBox padding and hidden control interaction, which is currently incorrect. 2015-05-07 17:13:16 -04:00
unix "Exported" uiSizing fields. 2015-05-07 14:33:46 -04:00
windows Made all instances of SetWindowPos() and MoveWindow() use the same wrapper functions so they can all use the same flags. Only the SetWindoPos() that sets the initial size of a uiWindow is unaffected (since that is a special case). 2015-05-07 17:40:13 -04:00
GNUbase.mk Set up proper -m flag manipulation for cross-compiling builds. 2015-05-07 16:02:34 -04:00
GNUmakefile Set up proper -m flag manipulation for cross-compiling builds. 2015-05-07 16:02:34 -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 Added a test for controls that aren't initially visible. More TODOs. 2015-05-07 16:33:33 -04:00
box.c Added a test for controls that aren't initially visible. More TODOs. 2015-05-07 16:33:33 -04:00
ptrarray.c Migrated windows/tab.c to ptrarray and fixed the build. 2015-05-06 13:37:23 -04:00
ui.idl "Exported" uiSizing fields. 2015-05-07 14:33:46 -04:00
ui_darwin.h Fixed public/private namespace clobbering in the Windows backend and a wrong name in ui_darwin.h. 2015-05-07 12:58:33 -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 "Exported" uiSizingSys fields. 2015-05-07 14:22:31 -04:00
uipriv.h Fixed up ptrarray.c. Thanks to ValleyBell for help. 2015-05-06 13:11:51 -04:00