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 ba4967f00b Started writing the same but for Mac OS X. This time it's not tested yet; will test now. 2015-04-06 19:04:13 -04:00
alloc_darwin.m Started writing the same but for Mac OS X. This time it's not tested yet; will test now. 2015-04-06 19:04:13 -04:00
alloc_windows.c Implemented what we have so far, but on Windows. 2015-04-06 17:41:33 -04:00
debug_windows.c Added wintable's debugging printers to the new UI code. 2015-04-06 12:41:02 -04:00
ids.go Started rewrite #3. The first file up for bat is an ID system for safer C/Go interop. 2015-02-23 23:10:38 -05:00
init_darwin.m Started writing the same but for Mac OS X. This time it's not tested yet; will test now. 2015-04-06 19:04:13 -04:00
init_unix.c Implemented what we have so far, but on Windows. 2015-04-06 17:41:33 -04:00
init_windows.c Implemented what we have so far, but on Windows. 2015-04-06 17:41:33 -04:00
main_darwin.m Started writing the same but for Mac OS X. This time it's not tested yet; will test now. 2015-04-06 19:04:13 -04:00
main_unix.c Implemented what we have so far, but on Windows. 2015-04-06 17:41:33 -04:00
main_windows.c Implemented what we have so far, but on Windows. 2015-04-06 17:41:33 -04:00
test.c Implemented what we have so far, but on Windows. 2015-04-06 17:41:33 -04:00
ui.h Started doing the C rewrite. Defined the basic initialization and main loop and window API and implemented them on GTK+. 2015-04-06 12:20:51 -04:00
ui_darwin.h Started writing the same but for Mac OS X. This time it's not tested yet; will test now. 2015-04-06 19:04:13 -04:00
ui_unix.h Started doing the C rewrite. Defined the basic initialization and main loop and window API and implemented them on GTK+. 2015-04-06 12:20:51 -04:00
ui_windows.h Implemented what we have so far, but on Windows. 2015-04-06 17:41:33 -04:00
util_windows.c Implemented what we have so far, but on Windows. 2015-04-06 17:41:33 -04:00
window_darwin.m Started writing the same but for Mac OS X. This time it's not tested yet; will test now. 2015-04-06 19:04:13 -04:00
window_unix.c Renamed some files. More TODOs. 2015-04-06 12:26:17 -04:00
window_windows.c Implemented what we have so far, but on Windows. 2015-04-06 17:41:33 -04:00