libui/darwin
Pietro Gagliardi 7086373807 Fixed an error left over in the previous commit. 2015-05-03 19:58:12 -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 the bin OS parent check on OS X now that I know it actually IS meaningful. 2015-05-03 12:59:11 -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 Decided to remove allocation logging. Leak checking can be done with dedicated tools. 2015-04-30 13:37:13 -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 Investigated setAppleMenu:; decided to save it for later. 2015-05-03 16:28:46 -04:00
newcontrol.m Changed c-> to uiControl(c)-> in the various newcontrol files for consistency. 2015-05-03 14:44:46 -04:00
tab.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
text.m Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
uipriv_darwin.h Confirmed that NSMenuValidation was only informal; thanks to Psy| in irc.freenode.net/#macdev for explaining how informal protocols actually worked (since the declaration in the headers threw me off). 2015-05-03 13:39:54 -04:00
util.m Implemented complain() on Mac OS X. 2015-04-30 23:28:02 -04:00
window.m More TODOs. 2015-05-03 13:18:27 -04:00