.. |
GNUmakeinc.mk
|
Set up the infrastructure for replacing NSMutableDictionary with a proper non-copying map.
|
2015-08-17 01:03:53 -04:00 |
alloc.m
|
Implemented the uiSlider and uiProgressBar functions and events. More TODOs. Some build warnings fixed.
|
2015-08-17 15:16:54 -04:00 |
autolayout.m
|
Changed the single-view containers to break their layouts before calling their childrens's Relayout()s. This is part of what I hope will fix uiRadioButtons.
|
2015-08-22 21:29:22 -04:00 |
box.m
|
Fixed progressbar animation issue. Re-added TODO for clipping because I can't tell how it happens anymore.
|
2015-08-23 23:10:17 -04:00 |
button.m
|
Wrote up the resize triggering logic for most controls. Only uiTab remains.
|
2015-08-18 20:15:09 -04:00 |
checkbox.m
|
Wrote up the resize triggering logic for most controls. Only uiTab remains.
|
2015-08-18 20:15:09 -04:00 |
combobox.m
|
Removed TODOs about 10.8 clipping the sides of controls; it's because those clipped edges overlap with the NSTabView border :( Not much we can do about it.
|
2015-08-23 21:55:59 -04:00 |
control.m
|
Settled uiWindow show/hide differences.
|
2015-08-25 20:31:43 -04:00 |
datetimepicker.m
|
Even more TODO resolution and control completion.
|
2015-08-22 12:16:27 -04:00 |
entry.m
|
Split the new editable NSTextField part of uiNewEntry() into its own function so uiSpinbox can use it.
|
2015-08-21 20:14:50 -04:00 |
group.m
|
Changed the single-view containers to break their layouts before calling their childrens's Relayout()s. This is part of what I hope will fix uiRadioButtons.
|
2015-08-22 21:29:22 -04:00 |
label.m
|
Wrote up the resize triggering logic for most controls. Only uiTab remains.
|
2015-08-18 20:15:09 -04:00 |
main.m
|
More TODO resolution.
|
2015-08-22 11:17:13 -04:00 |
map.m
|
More TODO resolution.
|
2015-08-22 00:30:36 -04:00 |
menu.m
|
Fixed a compilation issue.
|
2015-08-22 00:38:55 -04:00 |
progressbar.m
|
Fixed progressbar animation issue. Re-added TODO for clipping because I can't tell how it happens anymore.
|
2015-08-23 23:10:17 -04:00 |
radiobuttons.m
|
Updated some uiRadioButtons TODO.
|
2015-08-25 17:34:18 -04:00 |
separator.m
|
Even more TODO resolution and control completion.
|
2015-08-22 12:16:27 -04:00 |
slider.m
|
Set up slidier widths properly.
|
2015-08-21 16:31:17 -04:00 |
spinbox.m
|
Really implemented uiSpinbox on OS X.
|
2015-08-21 21:03:50 -04:00 |
stddialogs.m
|
Implemented uiMsgBox() and uiMsgBoxError() and resolved a TODO on the OS X side.
|
2015-08-25 19:26:51 -04:00 |
tab.m
|
Changed the single-view containers to break their layouts before calling their childrens's Relayout()s. This is part of what I hope will fix uiRadioButtons.
|
2015-08-22 21:29:22 -04:00 |
text.m
|
More migration.
|
2015-08-16 22:30:44 -04:00 |
uipriv_darwin.h
|
Stale TODO removal.
|
2015-08-22 14:16:58 -04:00 |
util.m
|
Other build issues fixed. Now for other issues.
|
2015-08-16 23:44:23 -04:00 |
window.m
|
Settled uiWindow show/hide differences.
|
2015-08-25 20:31:43 -04:00 |