.. |
CMakeLists.txt
|
Fixed loading of undocumented symbols. Now we're making progress! And what's more, fvar support is working! But not perfectly — everything seems to be hitting extremes...
|
2017-11-03 21:55:43 -04:00 |
OLD__appkit_drawtext.m
|
Updated CONTRIBUTING.md and moved the old OS X draw text stuff out of the way.
|
2018-03-04 13:52:33 -05:00 |
OLD__appkit_fontmatch.m
|
Updated CONTRIBUTING.md and moved the old OS X draw text stuff out of the way.
|
2018-03-04 13:52:33 -05:00 |
OLD__old_drawtext.m
|
Updated CONTRIBUTING.md and moved the old OS X draw text stuff out of the way.
|
2018-03-04 13:52:33 -05:00 |
OLD_drawtext.m
|
Updated CONTRIBUTING.md and moved the old OS X draw text stuff out of the way.
|
2018-03-04 13:52:33 -05:00 |
aat.m
|
Migrated aat.m back.
|
2018-03-04 15:53:46 -05:00 |
alloc.m
|
Ugh of course I screwed up the malloc() test. Fixed a crash on GTK+ since I guess OS X malloc() autofills to 0?
|
2017-02-20 15:14:53 -05:00 |
area.m
|
More TODOs.
|
2016-11-08 09:12:11 -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 |
attrstr.h
|
Implemented uiAttributeTypeBackground for OS X 10.12 and newer using the attribute included with Core Text. Also laid out a non-block-based API for drawing backgrounds on older versions of OS X (not implemented here yet, however; that will require bringing back the old metrics code).
|
2018-03-11 03:30:02 -04:00 |
attrstr.m
|
Migrated attrstr.c back.
|
2018-03-11 17:36:22 -04:00 |
autolayout.m
|
Set up a future system for OS X like we have on GTK+ and moved everything we already have to it. You'll notice we also set up a loader for what we're going to use this for: using OpenType attributes directly on OS X.
|
2017-05-19 16:40:52 -04:00 |
box.m
|
Fixed hiding on OS X uiBox.
|
2016-06-14 10:54:16 -04:00 |
button.m
|
Fix additional OS X memory management issues
|
2016-05-24 20:17:08 -07:00 |
checkbox.m
|
More TODO resolution. Some TODOs were moved to the issue tracker.
|
2016-05-28 18:01:25 -04:00 |
colorbutton.m
|
More TODO and intrinsic size work.
|
2016-05-28 22:49:27 -04:00 |
combobox.m
|
More intmax_t removal.
|
2016-06-13 21:05:40 -04:00 |
control.m
|
Added a facility to the OS X port to be notified when a child's visibility has changed; this is necessary for implementing hiding and showing properly.
|
2016-06-14 10:37:19 -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 |
debug.m
|
Started resolving TODOs in the GTK+ backend, marking some LONGTERM. In particular, uiDateTimePicker no longer will be localized, as there doesn't seem to be a way to get that info out.
|
2016-05-22 19:17:42 -04:00 |
draw.h
|
Some more work on the new Cocoa text drawing code.
|
2017-01-06 23:53:23 -05:00 |
draw.m
|
Added the foreground color attribute. Considering making the background color a background BRUSH attribute instead...
|
2017-02-12 20:27:47 -05:00 |
drawtext.m
|
Implemented uiAttributeTypeBackground for OS X 10.12 and newer using the attribute included with Core Text. Also laid out a non-block-based API for drawing backgrounds on older versions of OS X (not implemented here yet, however; that will require bringing back the old metrics code).
|
2018-03-11 03:30:02 -04:00 |
editablecombo.m
|
Removed intmax_t from everything else EXCEPT the Windows code. Now it's time for THAT...
|
2016-06-13 21:37:50 -04:00 |
entry.m
|
Don't use 10.10-specific selectors in uiNewSearchEntry(). Fixes #132.
|
2016-06-13 15:15:40 -04:00 |
fontbutton.m
|
Started fixing compile errors. I forgot I renamed uiDrawFontDescriptor to uiFontDescriptor!
|
2018-03-08 23:04:45 -05:00 |
fontmatch.m
|
And fixed build errors. Now I'm sure there are warnings that are real bugs, so let's handle those next.
|
2018-03-10 19:02:10 -05:00 |
fonttraits.m
|
And fixed other compile errors. Of course I forgot to add uiFontButton back in (I wanted to properly comment that first :/ ). Now for linker errors, which may result in some warning fixes along the way.
|
2018-03-09 18:01:23 -05:00 |
fontvariation.m
|
More TODOs.
|
2018-03-10 22:18:48 -05:00 |
form.m
|
Fixed leaking issues with the previous commit.
|
2016-06-15 12:04:11 -04:00 |
future.m
|
Implemented uiAttributeTypeBackground for OS X 10.12 and newer using the attribute included with Core Text. Also laid out a non-block-based API for drawing backgrounds on older versions of OS X (not implemented here yet, however; that will require bringing back the old metrics code).
|
2018-03-11 03:30:02 -04:00 |
graphemes.m
|
Migrated OS X graphemes.m.
|
2018-03-04 15:48:45 -05:00 |
grid.m
|
Made alignment work on uiGrid on OS X.
|
2016-06-18 13:32:10 -04:00 |
group.m
|
Added a facility to the OS X port to be notified when a child's visibility has changed; this is necessary for implementing hiding and showing properly.
|
2016-06-14 10:37:19 -04:00 |
image.m
|
Fixed uiImage byte order on OS X.
|
2016-06-27 16:34:57 -04:00 |
label.m
|
Started the implementation of uiForm on OS X. Mostly works, but there are Auto Layout glitches (of course there are Auto Layout glitches)
|
2016-06-07 11:29:49 -04:00 |
main.m
|
And fixed build errors. Now I'm sure there are warnings that are real bugs, so let's handle those next.
|
2018-03-10 19:02:10 -05:00 |
map.m
|
Fix "attempt to destroy map with items inside" when menuManager is deallocated
|
2016-05-23 21:41:52 -07:00 |
menu.m
|
More notes.
|
2016-06-04 00:16:37 -04:00 |
multilineentry.m
|
Fixed uiMultilineEntry to no longer use Auto Layout.
|
2016-06-22 23:07:59 -04:00 |
opentype.m
|
And fixed other compile errors. Of course I forgot to add uiFontButton back in (I wanted to properly comment that first :/ ). Now for linker errors, which may result in some warning fixes along the way.
|
2018-03-09 18:01:23 -05:00 |
progressbar.m
|
Fixed up the progressbar changes.
|
2016-06-16 17:43:04 -04:00 |
radiobuttons.m
|
More TODOs.
|
2016-10-27 20:51:37 -04:00 |
scrollview.m
|
More TODOs.
|
2016-06-23 14:57:40 -04:00 |
separator.m
|
Added uiNewVerticalSeparator().
|
2016-06-17 11:02:17 -04:00 |
sierra.h
|
Started work on OS X 10.12 API stupids.
|
2017-06-02 23:57:40 -04:00 |
slider.m
|
More intmax_t elminiation.
|
2016-06-13 20:55:50 -04:00 |
spinbox.m
|
More intmax_t elminiation.
|
2016-06-13 20:55:50 -04:00 |
stddialogs.m
|
More TODO resolution and LONGTERM relegation.
|
2016-05-28 21:17:54 -04:00 |
tab.m
|
Added a facility to the OS X port to be notified when a child's visibility has changed; this is necessary for implementing hiding and showing properly.
|
2016-06-14 10:37:19 -04:00 |
text.m
|
Finally merged out the redo folder.
|
2015-09-02 13:48:06 -04:00 |
uipriv_darwin.h
|
Implemented uiAttributeTypeBackground for OS X 10.12 and newer using the attribute included with Core Text. Also laid out a non-block-based API for drawing backgrounds on older versions of OS X (not implemented here yet, however; that will require bringing back the old metrics code).
|
2018-03-11 03:30:02 -04:00 |
undocumented.m
|
Fixed loading of undocumented symbols. Now we're making progress! And what's more, fvar support is working! But not perfectly — everything seems to be hitting extremes...
|
2017-11-03 21:55:43 -04:00 |
util.m
|
More longterming.
|
2016-05-24 23:13:44 -04:00 |
window.m
|
And implemented moves on OS X.
|
2016-11-02 09:29:44 -04:00 |
winmoveresize.m
|
Set up a future system for OS X like we have on GTK+ and moved everything we already have to it. You'll notice we also set up a loader for what we're going to use this for: using OpenType attributes directly on OS X.
|
2017-05-19 16:40:52 -04:00 |