.. |
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
|
Compile fixes. Oh boy...
|
2016-04-30 18:07:36 -04:00 |
box.m
|
More TODOs.
|
2016-05-01 11:43:34 -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
|
Fixed the SyncEnableState() machinery not quite working properly.
|
2016-04-25 18:07:29 -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
|
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 |
group.m
|
Some comment explanation.
|
2016-05-01 12:02:36 -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
|
Compile fixes. Oh boy...
|
2016-04-30 18:07:36 -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
|
Fixed runtime errors. It MOSTLY works!
|
2016-04-30 18:40:09 -04:00 |
stddialogs.m
|
Implemented the dialog stuff on OS X.
|
2015-11-28 12:09:14 -05:00 |
tab.m
|
Minor warning changes.
|
2016-05-01 16:15:54 -04:00 |
text.m
|
Finally merged out the redo folder.
|
2015-09-02 13:48:06 -04:00 |
uipriv_darwin.h
|
Compile fixes. Oh boy...
|
2016-04-30 18:07:36 -04:00 |
util.m
|
More NSTextView work.
|
2015-12-08 21:09:23 -05:00 |
window.m
|
Started reworking the auto layout system. uiBox is next.
|
2016-04-30 17:14:14 -04:00 |