libui/redo/reredo/darwin
Pietro Gagliardi 2d9022ab13 DId most of the uiRadioButtons implementation. Not quite working yet... both the radio button part of the button don't show up and the relayout after append isn't actually growing the window size. 2015-08-22 15:12:48 -04:00
..
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 Some more Auto Layout utility functions. 2015-08-16 11:43:51 -04:00
box.m More TODOs. 2015-08-22 14:31:12 -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 More uiCombobox work and TODOs. 2015-08-22 12:48:48 -04:00
control.m Set up work for rearranging control layout to be depth-first and to relayout the entire window on a change. 2015-08-18 19:57:16 -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 More TODO resolution. 2015-08-22 11:17:13 -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 Implemented the uiSlider and uiProgressBar functions and events. More TODOs. Some build warnings fixed. 2015-08-17 15:16:54 -04:00
radiobuttons.m DId most of the uiRadioButtons implementation. Not quite working yet... both the radio button part of the button don't show up and the relayout after append isn't actually growing the window size. 2015-08-22 15:12:48 -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 More migration. 2015-08-16 22:30:44 -04:00
tab.m Restored the test program to its full glory. Also removed the whole NSTabViewDelegate song and dance; that seemed to actually introduce bugs (like the tab view going partially offscreen at the top on first ppage switch to Page 2). 2015-08-20 17:09:41 -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 Implemented uiControlContainerUpdateState() on uiBox, uiGroup, and uiWindow. Not on uiTab yet; there's a few glitches that I need to take care of first. 2015-08-21 01:09:07 -04:00