index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new
/
uipriv_darwin.h
Age
Commit message (
Expand
)
Author
2015-04-15
Moved the uipriv_*.h files to the respective folders. The ui_*.h files stay u...
Pietro Gagliardi
2015-04-13
Converted and fixed the Mac OS X code for uiParent. I'm still not happy, but ...
Pietro Gagliardi
2015-04-11
Implemented uiLabel on Mac OS X.
Pietro Gagliardi
2015-04-10
More of the previous commit. More TODOs.
Pietro Gagliardi
2015-04-10
Started to implement proper destruction logic for Mac OS X controls.
Pietro Gagliardi
2015-04-10
Removed autocorrect from Mac OS X uiEntries. Also moved uiFreeText() to text_...
Pietro Gagliardi
2015-04-10
Resolved some TODOs (including one resolved a while ago on IRC but not remove...
Pietro Gagliardi
2015-04-09
Changed the allocation logging from a compile-time setting to the first initi...
Pietro Gagliardi
2015-04-09
Added uiWindowMargined() and implemented it on all platforms.
Pietro Gagliardi
2015-04-09
Migrated the Mac OS X code to the new uiControl/uiSizing system.
Pietro Gagliardi
2015-04-09
Laid the foundation for padding.
Pietro Gagliardi
2015-04-09
Implemented uiWindowSetMargined() on Mac OS X.
Pietro Gagliardi
2015-04-09
Implemented the text functions on OS X.
Pietro Gagliardi
2015-04-08
And implemented proper control showing on Mac OS X.
Pietro Gagliardi
2015-04-08
Built up a better system for handling data cleanup on Mac OS X; thanks to htt...
Pietro Gagliardi
2015-04-08
Cleaned out some of that gunk. I can't avoid subclassing the standard control...
Pietro Gagliardi
2015-04-08
Wrote up cleanup gunk on Mac OS X. Really gunk; I don't like what all this do...
Pietro Gagliardi
2015-04-08
Better monitoring of Objective-C objects (including main GUI objects).
Pietro Gagliardi
2015-04-08
Added allocation logging to Objective-C objects. Fixed some Mac OS X build is...
Pietro Gagliardi
2015-04-07
Unified the allocators across all platforms so that everyone uses uiAlloc() a...
Pietro Gagliardi
2015-04-07
Fixed compiler errors and bugs. uiButton on Mac OS X works!
Pietro Gagliardi
2015-04-07
Implemented uiButton on Mac OS X. Now to fix build issues and test...
Pietro Gagliardi
2015-04-07
Added the Mac OS X uiContainer. Added it to uiWindow. Added the Mac OS X coor...
Pietro Gagliardi
2015-04-07
Added the uiDarwinControl logic.
Pietro Gagliardi
2015-04-07
Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. Fixed...
Pietro Gagliardi
2015-04-07
Added a public API for creating raw Windows controls. Removed include guards ...
Pietro Gagliardi
2015-04-07
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Pietro Gagliardi