libui/darwin
Pietro Gagliardi c0c6b4fed6 Made all variables that refer to a tab page be called 'page'. 2015-05-10 21:22:22 -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 Migrated to uiBin on OS X and adjusted TODO.md. 2015-05-10 14:17:16 -04:00
button.m Fixed a bunch of warnings on the OS X backend. 2015-05-10 14:21:35 -04:00
checkbox.m Fixed a bunch of warnings on the OS X backend. 2015-05-10 14:21:35 -04:00
container.m Fixed a bunch of warnings on the OS X backend. 2015-05-10 14:21:35 -04:00
entry.m Fixed a bunch of warnings on the OS X backend. 2015-05-10 14:21:35 -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 Fixed some more warnings on the OS X backend. This also introduces realNSApp() and makes applicationClass global, which is important for fixing a few other TODOs (the setAppleMenu: one, for instance). 2015-05-10 14:27:25 -04:00
menu.m Fixed some more warnings on the OS X backend. This also introduces realNSApp() and makes applicationClass global, which is important for fixing a few other TODOs (the setAppleMenu: one, for instance). 2015-05-10 14:27:25 -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 Made all variables that refer to a tab page be called 'page'. 2015-05-10 21:22:22 -04:00
text.m Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
uipriv_darwin.h Fixed some more warnings on the OS X backend. This also introduces realNSApp() and makes applicationClass global, which is important for fixing a few other TODOs (the setAppleMenu: one, for instance). 2015-05-10 14:27:25 -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 Migrated to uiBin on OS X and adjusted TODO.md. 2015-05-10 14:17:16 -04:00