libui/darwin
Pietro Gagliardi 9f1ef9eaa1 Migrated the OS X uiWindow code back, modernizing it in the process. Also fixed a latent bug in the GTK+ uiWindow code. 2015-07-03 23:12:31 -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 Same as previous commits, but for uiContainer. We don't need to do these because everything that calls uiControlSetParent() (which should only ever be a uiContainer) should also be updating themselves afterward (or are about to be destroyed). 2015-05-11 12:20:41 -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
newcontrol.m Started to optimize container updating. Removed container updates from each new control set parent. 2015-05-11 12:16:28 -04:00
tab.m Added uiContainerUpdate() calls to each SetMargined(). 2015-05-11 12:42:13 -04:00