libui/darwin
Pietro Gagliardi da2a4c1e36 Started building back the uiTable implementation. 2018-06-03 19:59:05 -04:00
..
CMakeLists.txt Merge branch 'master' into table 2018-05-13 00:15:37 -04:00
OLD_table.m Started writing the new table column code on OS X. This new code will take full advantage of NSTableView features like the reuse cache. Right now we just have the boilerplate for text-only columns. 2018-06-03 13:28:42 -04:00
aat.m Migrated aat.m back. 2018-03-04 15:53:46 -05:00
alloc.m Migrated alloc.m functions. 2018-05-05 19:46:57 -04:00
area.m Migrated shared scrollview.m types and functions. 2018-05-05 21:21:44 -04:00
areaevents.m Migrated sendAreaEvents() and the areaevents.m keycode functions. 2018-05-05 20:20:57 -04:00
attrstr.h Switched to using Pango background color attributes. Unix code done for now. 2018-03-11 20:23:18 -04:00
attrstr.m Renamed future and undocumented names. Now for draw.h (and whatever other headers are left behind), and then we figure out what to do about other names (including specifically pinning a naming convention). 2018-05-05 22:02:25 -04:00
autolayout.m Renamed future and undocumented names. Now for draw.h (and whatever other headers are left behind), and then we figure out what to do about other names (including specifically pinning a naming convention). 2018-05-05 22:02:25 -04:00
box.m Migrated shared functions and types of autolayout.m. 2018-05-05 20:15:48 -04:00
button.m Migrated alloc.m functions. 2018-05-05 19:46:57 -04:00
checkbox.m Migrated alloc.m functions. 2018-05-05 19:46:57 -04:00
colorbutton.m Migrated newContext(), freeContext(), and colorButtonInhibitSendAction(). 2018-05-05 20:28:00 -04:00
combobox.m Migrated alloc.m functions. 2018-05-05 19:46:57 -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 Fix datetimepicker crash 2018-05-31 13:03:19 +02:00
debug.m Migrated implbug() and userbug() to uipriv forms. 2018-04-15 21:46:08 -04:00
draw.h ...draw.h has nothing, so more TODOs. Now for investigating each file in turn. 2018-05-05 22:14:29 -04:00
draw.m Migrated newContext(), freeContext(), and colorButtonInhibitSendAction(). 2018-05-05 20:28:00 -04:00
drawtext.m Removed the NumLines and LineByteRange functions for now; I'll count them under extents. 2018-03-17 21:05:05 -04:00
editablecombo.m Migrated alloc.m functions. 2018-05-05 19:46:57 -04:00
entry.m Migrated alloc.m functions. 2018-05-05 19:46:57 -04:00
fontbutton.m And added the necessary functions on OS X. Now to do some final cleanup before merging back in (at long last). 2018-03-17 23:55:33 -04:00
fontmatch.m Renamed future and undocumented names. Now for draw.h (and whatever other headers are left behind), and then we figure out what to do about other names (including specifically pinning a naming convention). 2018-05-05 22:02:25 -04: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 uiAlloc() et al -> uiprivAlloc() et al, OS X code. 2018-04-15 16:05:24 -04:00
form.m Migrated newLabel(), imageImage(), doManualMove(), and doManualResize(). 2018-05-05 21:28:13 -04:00
future.m Renamed future and undocumented names. Now for draw.h (and whatever other headers are left behind), and then we figure out what to do about other names (including specifically pinning a naming convention). 2018-05-05 22:02:25 -04:00
graphemes.m struct graphemes -> uiprivGraphemes. Also deleted OLD_uipriv.h now that that one is settled. 2018-04-15 22:43:14 -04:00
grid.m Migrated shared functions and types of autolayout.m. 2018-05-05 20:15:48 -04:00
group.m Migrated shared functions and types of autolayout.m. 2018-05-05 20:15:48 -04:00
image.m Migrated newLabel(), imageImage(), doManualMove(), and doManualResize(). 2018-05-05 21:28:13 -04:00
label.m Renamed future and undocumented names. Now for draw.h (and whatever other headers are left behind), and then we figure out what to do about other names (including specifically pinning a naming convention). 2018-05-05 22:02:25 -04:00
main.m Renamed future and undocumented names. Now for draw.h (and whatever other headers are left behind), and then we figure out what to do about other names (including specifically pinning a naming convention). 2018-05-05 22:02:25 -04:00
map.m Converted struct mapTable to uiprivMap first, since that typedef will be a dependency of later stuff. ALso I didn't realize whoever wrote that new menu code also completely rewrote map.m... Cleaned up style inconsistencies I found in both. Anyway I plan on getting rid of that menu code anyway, and I could just have something else for target-action instead of this depending on whatever happens with ARC... 2018-05-03 23:02:38 -04:00
menu.m Migrated functions from window.m. 2018-05-05 19:38:16 -04:00
multilineentry.m Migrated shared scrollview.m types and functions. 2018-05-05 21:21:44 -04:00
opentype.m Renamed future and undocumented names. Now for draw.h (and whatever other headers are left behind), and then we figure out what to do about other names (including specifically pinning a naming convention). 2018-05-05 22:02:25 -04:00
progressbar.m Migrated implbug() and userbug() to uipriv forms. 2018-04-15 21:46:08 -04:00
radiobuttons.m Migrated shared functions and types of autolayout.m. 2018-05-05 20:15:48 -04:00
scrollview.m Migrated shared scrollview.m types and functions. 2018-05-05 21:21:44 -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 Migrated alloc.m functions. 2018-05-05 19:46:57 -04:00
spinbox.m Migrated shared functions and types of autolayout.m. 2018-05-05 20:15:48 -04:00
stddialogs.m Migrated main.m functions. Before we merge this back in I absoltuely must do something about main.m and menu.m, even if ethereal. 2018-05-04 19:50:02 -04:00
tab.m Migrated shared functions and types of autolayout.m. 2018-05-05 20:15:48 -04:00
table.m Started building back the uiTable implementation. 2018-06-03 19:59:05 -04:00
tablecolumn.m Started building back the uiTable implementation. 2018-06-03 19:59:05 -04:00
text.m And added the necessary functions on OS X. Now to do some final cleanup before merging back in (at long last). 2018-03-17 23:55:33 -04:00
uipriv_darwin.h Revert "Avoid merge conflict in uipriv_darwin.h." 2018-05-06 21:26:51 -04:00
undocumented.m Renamed future and undocumented names. Now for draw.h (and whatever other headers are left behind), and then we figure out what to do about other names (including specifically pinning a naming convention). 2018-05-05 22:02:25 -04:00
util.m Migrated util.m and the new NSTextField functions. 2018-05-04 20:26:13 -04:00
window.m Migrated newLabel(), imageImage(), doManualMove(), and doManualResize(). 2018-05-05 21:28:13 -04:00
winmoveresize.m Renamed future and undocumented names. Now for draw.h (and whatever other headers are left behind), and then we figure out what to do about other names (including specifically pinning a naming convention). 2018-05-05 22:02:25 -04:00