summaryrefslogtreecommitdiff
path: root/new
AgeCommit message (Expand)Author
2015-04-10Changed the Windows new control system to automatically assign the standard c...Pietro Gagliardi
2015-04-10Cleaned up Windows initialization error handling and migrated it to return th...Pietro Gagliardi
2015-04-10Removed autocorrect from Mac OS X uiEntries. Also moved uiFreeText() to text_...Pietro Gagliardi
2015-04-10Decided to kill uiInitError and return the message as a const char * instead....Pietro Gagliardi
2015-04-10More TODOs.Pietro Gagliardi
2015-04-10More TODOs.Pietro Gagliardi
2015-04-10More TODO resolution and cross-OS behavioral parity fixes.Pietro Gagliardi
2015-04-10More TODO resolution and debugging stuff.Pietro Gagliardi
2015-04-10Eliminated direct use of strdup(); introduced uiDarwinNSStringToText() to do ...Pietro Gagliardi
2015-04-10Chose not to use NSCAssert() in alloc_darwin.m.Pietro Gagliardi
2015-04-10Fixed previous commit.Pietro Gagliardi
2015-04-10Resolved TODOs in debug_windows.c.Pietro Gagliardi
2015-04-10More TODO resolutions. Thanks to David Hefferman for help.Pietro Gagliardi
2015-04-10Some TODO resolution; more TODOs.Pietro Gagliardi
2015-04-10Resolved some TODOs (including one resolved a while ago on IRC but not remove...Pietro Gagliardi
2015-04-09Decided that uiCheckboxSetChecked() should NOT trigger an event. This require...Pietro Gagliardi
2015-04-09More TODO resolution.Pietro Gagliardi
2015-04-09Changed the allocation logging from a compile-time setting to the first initi...Pietro Gagliardi
2015-04-09Added uiWindowMargined() and implemented it on all platforms.Pietro Gagliardi
2015-04-09Added uiStackPadded().Pietro Gagliardi
2015-04-09Removed direct vtable calls from uiControl.Pietro Gagliardi
2015-04-09Changed onWM_NOTIFY() to only pass the NMHDR * in. The LPARAM is more useful ...Pietro Gagliardi
2015-04-09Changed onWM_COMMAND() to give our controls only the notification code. We do...Pietro Gagliardi
2015-04-09DlgUnit -> DlgUnitsPietro Gagliardi
2015-04-09Migrated the Mac OS X code to the new uiControl/uiSizing system.Pietro Gagliardi
2015-04-09Migrated the GTK+ backend to the new uiControl/uiSizing system.Pietro Gagliardi
2015-04-09Finished Windows conversion. Works perfectly!Pietro Gagliardi
2015-04-09More Windows conversion. Not done yet.Pietro Gagliardi
2015-04-09Migrated the new control logic on Windows to the new uiControl/uiSizing system.Pietro Gagliardi
2015-04-09Migrated stack.c to the new uiControl.Pietro Gagliardi
2015-04-09Big change time: decided to stop playing around with hiding and made both uiC...Pietro Gagliardi
2015-04-09Decided to split control removal from parent into its own method removeParent...Pietro Gagliardi
2015-04-09Implemented padding in uiStack.Pietro Gagliardi
2015-04-09Implemented the foundation for padding.Pietro Gagliardi
2015-04-09Laid the foundation for padding.Pietro Gagliardi
2015-04-09Implemented uiWindowSetMargined() on GTK+.Pietro Gagliardi
2015-04-09Implemented uiWindowSetMargined() on Mac OS X.Pietro Gagliardi
2015-04-09Implemented uiWindowSetMargined() on Windows.Pietro Gagliardi
2015-04-09Added uiWindowSetMargined().Pietro Gagliardi
2015-04-09Implemented all of uiCheckbox on GTK+.Pietro Gagliardi
2015-04-09Implemented uiCheckbox(Set)Checked() on Windows.Pietro Gagliardi
2015-04-09Implemented uiCheckbox(Set)Checked() on Mac OS X.Pietro Gagliardi
2015-04-09Added uiCheckboxChecked() and uiCheckboxSetChecked().Pietro Gagliardi
2015-04-09Implemented uiCheckbox on Mac OS X. Before I implement it on GTK+ I'll go bac...Pietro Gagliardi
2015-04-09Implemented uiCheckbox on Windows. Fixed build issues in the test program.Pietro Gagliardi
2015-04-09Added uiCheckboxOnToggled().Pietro Gagliardi
2015-04-09Added a checkbox to the test program. It won't do anything just yet...Pietro Gagliardi
2015-04-09Implemented the text functions on OS X.Pietro Gagliardi
2015-04-09Fixed a runtime parameters bug in the previous commit.Pietro Gagliardi
2015-04-09Implemented the text functions on Windows.Pietro Gagliardi