.. |
GNUfiles.mk
|
Implemented uiColorButton on OS X.
|
2016-05-15 20:51:33 -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
|
Got rid of complain() on GTK+.
|
2016-05-13 21:00:12 -04:00 |
area.m
|
Got rid of complain() on GTK+.
|
2016-05-13 21:00:12 -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
|
Fixed non-wrapping uiMultlineEntries.
|
2016-05-22 14:37:02 -04:00 |
box.m
|
Started tests for truly empty uiGroups and uiTabs; started banning NULL in uiBox.
|
2016-05-14 21:53:24 -04:00 |
button.m
|
Some TODO resolution and stale TODO removal.
|
2016-05-13 17:54:10 -04:00 |
checkbox.m
|
Converted uiRadioButtons on OS X to use a NSView of NSButtons instead of NSMatrix; the latter was deprecated on 10.8 and has lots of little quirks that made it annoying to use.
|
2016-05-21 02:00:08 -04:00 |
colorbutton.m
|
Adjusted the intrinsic size of NSColorWell.
|
2016-05-22 14:55:12 -04:00 |
combobox.m
|
Fixed build errors. Now to test!
|
2016-04-25 13:38:17 -04:00 |
control.m
|
Some more work, edging us ever-closer to the correct solution...
|
2016-05-12 12:26:43 -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.m
|
Switched from using M_PI to a named constant uiPi.
|
2016-05-22 12:00:44 -04:00 |
drawtext.m
|
Cleaned out complain()s in the OS X backend. Affects everything *except* drawtext.m, which will need its own migration.
|
2016-05-13 20:14:46 -04:00 |
entry.m
|
Fixed build errors. Now to test!
|
2016-04-25 13:38:17 -04:00 |
fontbutton.m
|
Made the font dialog respect our new modality rules on OS X.
|
2016-05-15 19:56:01 -04:00 |
group.m
|
More TODOs.
|
2016-05-14 22:10:43 -04:00 |
label.m
|
Some TODO resolution and stale TODO removal.
|
2016-05-13 17:54:10 -04:00 |
main.m
|
Implemented uiColorButton on OS X.
|
2016-05-15 20:51:33 -04:00 |
map.m
|
Cleaned out complain()s in the OS X backend. Affects everything *except* drawtext.m, which will need its own migration.
|
2016-05-13 20:14:46 -04:00 |
menu.m
|
Cleaned out complain()s in the OS X backend. Affects everything *except* drawtext.m, which will need its own migration.
|
2016-05-13 20:14:46 -04:00 |
multilineentry.m
|
Fixed non-wrapping uiMultlineEntries.
|
2016-05-22 14:37:02 -04:00 |
progressbar.m
|
Cleaned out complain()s in the OS X backend. Affects everything *except* drawtext.m, which will need its own migration.
|
2016-05-13 20:14:46 -04:00 |
radiobuttons.m
|
More OS X 10.7 fixes and TODOs.
|
2016-05-21 11:28:11 -04:00 |
separator.m
|
Fixed build errors. Now to test!
|
2016-04-25 13:38:17 -04:00 |
slider.m
|
More TODO -> LONGTERM migration. Also made it so uiSpinbox and uiSlider merely swap min and max if min is larger.
|
2016-05-22 20:11:52 -04:00 |
spinbox.m
|
More TODO -> LONGTERM migration. Also made it so uiSpinbox and uiSlider merely swap min and max if min is larger.
|
2016-05-22 20:11:52 -04:00 |
stddialogs.m
|
Tested the worksWhenModal stuff for NSColorPanel; it works.
|
2016-05-16 09:40:02 -04:00 |
tab.m
|
Reverted the uiTab changes to allow NULL. Still debating whether to allow NULL or not.
|
2016-05-15 13:56:53 -04:00 |
text.m
|
Finally merged out the redo folder.
|
2015-09-02 13:48:06 -04:00 |
uipriv_darwin.h
|
Fixed non-wrapping uiMultlineEntries.
|
2016-05-22 14:37:02 -04:00 |
util.m
|
Cleaned out complain()s in the OS X backend. Affects everything *except* drawtext.m, which will need its own migration.
|
2016-05-13 20:14:46 -04:00 |
window.m
|
Added a user bug for calling SetParent() on a uiWindow.
|
2016-05-22 20:02:47 -04:00 |