libui/darwin
Pietro Gagliardi c6229271cc Implemented tab disabling on OS X. 2015-05-04 14:53:23 -04:00
..
GNUmakeinc.mk Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
alloc.m Fixed an error left over in the previous commit. 2015-05-03 19:58:12 -04:00
bin.m Implemented uiControlEnable() and uiControlDisable() for containers and uiWIndow on Mac OS X. 2015-05-04 01:14:18 -04:00
button.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
checkbox.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
container.m Implemented uiControlEnable() and uiControlDisable() for containers and uiWIndow on Mac OS X. 2015-05-04 01:14:18 -04:00
entry.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
init.m Oh wait it wasn't duplicate, but now it's in the right place. 2015-04-30 22:47:29 -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 Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
menu.m Switched from manually enabling menu items on OS X to automatic enabling, just like with the application menu. Same code :/ Also cleaned up useless [NSMenuItem setEnabled:] calls. 2015-05-03 21:37:45 -04:00
newcontrol.m Implemented uiControlEnable() and uiControlDisable() for containers and uiWIndow on Mac OS X. 2015-05-04 01:14:18 -04:00
tab.m Implemented tab disabling on OS X. 2015-05-04 14:53:23 -04:00
text.m Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
uipriv_darwin.h Implemented menu finalization on OS X. 2015-05-03 21:28:21 -04:00
util.m Implemented complain() on Mac OS X. 2015-04-30 23:28:02 -04:00
window.m Implemented uiControlEnable() and uiControlDisable() for containers and uiWIndow on Mac OS X. 2015-05-04 01:14:18 -04:00