libui/darwin
Pietro Gagliardi b564d578ba More fixes. Still not all there... 2016-05-12 02:03:23 -04:00
..
GNUfiles.mk Started implementing uiFontButton on OS X. 2016-04-14 13:27:15 -04:00
GNUinstall.mk Mac Os X install rule: Tiny fix. 2016-01-01 23:20:49 +01:00
GNUosspecific.mk Set up saner handling of sonames at build time. 2016-01-05 11:51:36 -05:00
alloc.m Freed most of the mapTables. 2016-04-25 13:47:24 -04:00
area.m Migrated the controls that don't have children to the new object method model on OS X. 2016-04-25 11:54:09 -04:00
areaevents.m Fixed typos in the test program that in turn fixed the gradients; also fixed a few Objective-C-isms in the OS X backend. 2015-10-09 18:49:41 -04:00
autolayout.m Fixed more problems. 2016-05-12 01:49:00 -04:00
box.m More fixes. Still not all there... 2016-05-12 02:03:23 -04:00
button.m Migrated darwin/tab.m and fixed up the other files. Now for darwin/control.m, then we can test... 2016-04-25 12:52:54 -04:00
checkbox.m Migrated darwin/tab.m and fixed up the other files. Now for darwin/control.m, then we can test... 2016-04-25 12:52:54 -04:00
combobox.m Fixed build errors. Now to test! 2016-04-25 13:38:17 -04:00
control.m Instituted a new system: the parent control is responsible for extra space at the edges of controls, not the controls themselves. Let's hope this works better. 2016-05-11 17:00:01 -04:00
datetimepicker.m Migrated the controls that don't have children to the new object method model on OS X. 2016-04-25 11:54:09 -04:00
draw.m Decided to split the OS X text drawing stuff into its own file to make it easier to manage. In fact, darwin/draw.m used to be the longest file (by line count) in libui's source code proper (not the longest in the repo)! (Now it's windows/draw.c instead, and that *doesn't* contain text code!) 2016-01-12 01:14:41 -05:00
drawtext.m Implemented colored text on OS X and Windows. 2016-04-19 18:45:16 -04:00
entry.m Fixed build errors. Now to test! 2016-04-25 13:38:17 -04:00
fontbutton.m Decided not to do the drag/drop for our font button; I don't know what even provides a NSFont source, but the font panel does not. 2016-05-02 13:30:24 -04:00
group.m Fixed build errors and some runtime errors. Things don't look right yet... 2016-05-12 01:31:47 -04:00
label.m Migrated the controls that don't have children to the new object method model on OS X. 2016-04-25 11:54:09 -04:00
main.m Removed common type code. 2016-04-24 15:08:48 -04:00
map.m Really fixed the NSMapTable nonsense now. Added a TODO to go through the rest of the code for the same. 2016-01-07 16:01:11 -05:00
menu.m Fixed build errors. Let's test! 2016-04-24 16:14:19 -04:00
multilineentry.m Nuked ALL the existing Auto Layout stuff. Let's do this again, and this time, do it *right*. 2016-05-11 16:46:42 -04:00
progressbar.m Migrated the controls that don't have children to the new object method model on OS X. 2016-04-25 11:54:09 -04:00
radiobuttons.m Migrated the controls that don't have children to the new object method model on OS X. 2016-04-25 11:54:09 -04:00
separator.m Fixed build errors. Now to test! 2016-04-25 13:38:17 -04:00
slider.m Migrated darwin/tab.m and fixed up the other files. Now for darwin/control.m, then we can test... 2016-04-25 12:52:54 -04:00
spinbox.m More auto layout fixes and hacks and TODOs. 2016-05-01 16:25:05 -04:00
stddialogs.m Implemented the dialog stuff on OS X. 2015-11-28 12:09:14 -05:00
tab.m Fixed build errors and some runtime errors. Things don't look right yet... 2016-05-12 01:31:47 -04:00
text.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
uipriv_darwin.h Started implementing the new logic; darwin/window.m implemented. darwin/group.m and darwin/tab.m will be similar, so they use common code here (but this is NOT child.m all over again; this is ONLY for layout!). 2016-05-11 18:06:29 -04:00
util.m More NSTextView work. 2015-12-08 21:09:23 -05:00
window.m Finished the new uiTab. That just leaves the new uiBox. 2016-05-12 00:43:52 -04:00