libui/redo/reredo/darwin
Pietro Gagliardi e77c90d14d Fixed a compilation issue. 2015-08-22 00:38:55 -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 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
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 Other build issues fixed. Now for other issues. 2015-08-16 23:44:23 -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 Other build issues fixed. Now for other issues. 2015-08-16 23:44:23 -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 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
label.m Wrote up the resize triggering logic for most controls. Only uiTab remains. 2015-08-18 20:15:09 -04:00
main.m Attempted to fill in uiGroup; also fixed uiUninit() bugs. 2015-08-17 17:27:27 -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 Wrote up the resize triggering logic for most controls. Only uiTab remains. 2015-08-18 20:15:09 -04:00
separator.m More new Darwin controls. 2015-08-14 23:50:38 -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 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
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