.. |
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
|
Typo fixes in the previous commit.
|
2016-01-24 21:50:10 -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
|
Completely rewrote the OS X map system to use NSMapTable correctly and hide the details behind more wrapper functions to prevent further mass rewrites; this fixes most of the crashing issues on OS X. The one with package ui still stands...
|
2016-01-07 14:41:20 -05:00 |
checkbox.m
|
More TODOs.
|
2016-01-14 02:14:31 -05:00 |
combobox.m
|
Completely rewrote the OS X map system to use NSMapTable correctly and hide the details behind more wrapper functions to prevent further mass rewrites; this fixes most of the crashing issues on OS X. The one with package ui still stands...
|
2016-01-07 14:41:20 -05: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
|
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
|
Completely rewrote the OS X map system to use NSMapTable correctly and hide the details behind more wrapper functions to prevent further mass rewrites; this fixes most of the crashing issues on OS X. The one with package ui still stands...
|
2016-01-07 14:41:20 -05:00 |
fontbutton.m
|
Added uiFontButtonFont() and uiFontButtonOnChanged(); implemented on OS X.
|
2016-04-20 13:40:54 -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
|
Made the uiFontButton more robust by making it not show irrelevant controls and not affect other controls. Also sets up things for uiColorButton.
|
2016-04-14 14:01:33 -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
|
Completely rewrote the OS X map system to use NSMapTable correctly and hide the details behind more wrapper functions to prevent further mass rewrites; this fixes most of the crashing issues on OS X. The one with package ui still stands...
|
2016-01-07 14:41:20 -05: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
|
Completely rewrote the OS X map system to use NSMapTable correctly and hide the details behind more wrapper functions to prevent further mass rewrites; this fixes most of the crashing issues on OS X. The one with package ui still stands...
|
2016-01-07 14:41:20 -05: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
|
More TODOs.
|
2015-12-27 22:55:41 -05: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
|
Completely rewrote the OS X map system to use NSMapTable correctly and hide the details behind more wrapper functions to prevent further mass rewrites; this fixes most of the crashing issues on OS X. The one with package ui still stands...
|
2016-01-07 14:41:20 -05:00 |