.. |
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
|
Wrote the Haiku allocator and fixed some leftovers in other allocators.
|
2015-11-17 12:51:51 -05:00 |
area.m
|
Tested everything by migrating darwin/combobox.m; fixed errors along the way. Also more TODOs.
|
2016-04-25 10:23:16 -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
|
Finally merged out the redo folder.
|
2015-09-02 13:48:06 -04:00 |
box.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
button.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
checkbox.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
combobox.m
|
Tested everything by migrating darwin/combobox.m; fixed errors along the way. Also more TODOs.
|
2016-04-25 10:23:16 -04:00 |
control.m
|
Started the new uiControl infrastructure.
|
2016-04-24 19:22:21 -04:00 |
datetimepicker.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -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
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
fontbutton.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
group.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
label.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -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
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
progressbar.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
radiobuttons.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
separator.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
slider.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
spinbox.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
stddialogs.m
|
Implemented the dialog stuff on OS X.
|
2015-11-28 12:09:14 -05:00 |
tab.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
text.m
|
Finally merged out the redo folder.
|
2015-09-02 13:48:06 -04:00 |
uipriv_darwin.h
|
Implemented the uiDrawTextFont direct from system font-making functions on other platforms.
|
2016-04-19 11:23:05 -04:00 |
util.m
|
More NSTextView work.
|
2015-12-08 21:09:23 -05:00 |
window.m
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |