libui/darwin
Florent Clairambault c204e47b72 Various fixes around makefiles
* $PREFIX is uppercase (I have no idea why I put it lowercase before).
* "install" rules is OS specific and moved to new OS specific files. So that they can be included last.
* "examples" rule defines the list of examples to execute.
* Travis launches the "test" rule.
2016-01-01 23:19:14 +01:00
..
GNUfiles.mk Fixed rpath shenanigans on OS X. 2015-12-19 16:46:04 -05:00
GNUinstall.mk Various fixes around makefiles 2016-01-01 23:19:14 +01:00
GNUosspecific.mk Re-established the OS X build. 2015-12-11 18:58:27 -05:00
alloc.m Wrote the Haiku allocator and fixed some leftovers in other allocators. 2015-11-17 12:51:51 -05:00
area.m Implemented mouse tracking on OS X. 2015-12-19 16:35:18 -05: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 Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
box.m Fixed the uiMultilineEntry on OS X so that it now actually displays something. More TODOs. 2015-12-09 09:05:28 -05:00
button.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
checkbox.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
combobox.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
control.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
datetimepicker.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
draw.m Oops, I completely overlooked the Core Text Font Manager Reference, which would have told me that CTFontManagerCopyAvailableFontFamilyNames() was what I was looking for. Yay; the font families stuff now works on OS X as well! 2015-12-23 00:58:06 -05:00
entry.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
group.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
label.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
main.m Added uiQueueMain() (basically g_idle_add()) and implemented it on all platforms except Haiku. A test to come. After this we can start rewriting the Go package ui at long last. 2015-12-04 23:42:03 -05:00
map.m More TODOs. 2015-11-28 12:16:05 -05:00
menu.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
multilineentry.m Updated a TODO. 2015-12-09 09:07:00 -05:00
progressbar.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
radiobuttons.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
separator.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
slider.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
spinbox.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
stddialogs.m Implemented the dialog stuff on OS X. 2015-11-28 12:09:14 -05:00
tab.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
text.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
uipriv_darwin.h Moved all the common stuff in a new folder common/. This is part of the makefile simplification. 2015-10-16 18:31:14 -04:00
util.m More NSTextView work. 2015-12-08 21:09:23 -05:00
window.m Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00