index
:
jcarr/ui
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 (
Collapse
)
Author
2015-04-08
Added allocation logging to Objective-C objects. Fixed some Mac OS X build ↵
Pietro Gagliardi
issues.
2015-04-07
Unified the allocators across all platforms so that everyone uses uiAlloc() ↵
Pietro Gagliardi
and friends.
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 ↵
Pietro Gagliardi
coordinate system mirroring to the new control logic. Renamed *_darwin.c to *_darwin.m.
2015-04-07
Added the uiDarwinControl logic.
Pietro Gagliardi
2015-04-07
Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. ↵
Pietro Gagliardi
Fixed up formatting of the uipriv_*.h files.
2015-04-07
Added a public API for creating raw Windows controls. Removed include guards ↵
Pietro Gagliardi
from uipriv_*.h.
2015-04-07
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Pietro Gagliardi