libui/darwin
Pietro Gagliardi c062d2d0b5 Got rid of darwin/main.m and moved darwin/init.m in its place. The GTK+ backend won't need any of the should quit work; only the Quit item needs work and that shouldn't take too long. The Windows backend needs WM_QUERYENDSESSION support. 2015-05-09 10:24:07 -04:00
..
GNUmakeinc.mk Got rid of darwin/main.m and moved darwin/init.m in its place. The GTK+ backend won't need any of the should quit work; only the Quit item needs work and that shouldn't take too long. The Windows backend needs WM_QUERYENDSESSION support. 2015-05-09 10:24:07 -04:00
alloc.m Fixed allocation tracking on OS X. 2015-05-08 18:54:42 -04:00
bin.m Made private functions in the various bin source files static. 2015-05-04 17:42:20 -04:00
button.m Same, but for OS X. 2015-05-07 13:48:41 -04:00
checkbox.m Same, but for OS X. 2015-05-07 13:48:41 -04:00
container.m "Exported" uiSizing fields. 2015-05-07 14:33:46 -04:00
entry.m Implemented read-only uiEntries on OS X. 2015-05-07 00:31:31 -04:00
label.m 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
main.m Got rid of darwin/main.m and moved darwin/init.m in its place. The GTK+ backend won't need any of the should quit work; only the Quit item needs work and that shouldn't take too long. The Windows backend needs WM_QUERYENDSESSION support. 2015-05-09 10:24:07 -04:00
menu.m Implemented the should quit logic on Mac OS X. The actual new quitting logic isn't in yet; that will wait for tests. 2015-05-09 10:05:24 -04:00
newcontrol.m Got rid of typedefs in the various newcontrol files for consistency. 2015-05-04 15:51:23 -04:00
tab.m Implemented uiTabInsertPageBefore() on OS X. 2015-05-06 14:46:50 -04:00
text.m Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
uipriv_darwin.h Implemented uninitMenus() on Mac OS X. 2015-05-08 20:31:19 -04:00
util.m Added a [libui] and a newline to the message printed by complain(). 2015-05-07 19:34:45 -04:00
window.m Changed the default uiWindowOnClosing() behavior. Decided to keep the int return. 2015-05-07 20:01:17 -04:00