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
/
delegate_darwin.go
Age
Commit message (
Expand
)
Author
2014-03-17
Changed the new resizing code so that it uses the same allocated slice per wi...
Pietro Gagliardi
2014-03-17
Changed window resizes so that the actual Control.setRect() functions appende...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-11
More TODO reduction.
Pietro Gagliardi
2014-03-03
Fixed Mac OS X control placement flipping. This is done by passing the height...
Pietro Gagliardi
2014-03-02
Fixed incorrect object placement by using the window's content rect, not the ...
Pietro Gagliardi
2014-03-02
Fixed incorrect redrawing of Mac OS X windows after resize. Still need to fix...
Pietro Gagliardi
2014-03-01
Added Mac OS X Buttons. Code hangs due to a preferredSize() issue...
Pietro Gagliardi
2014-03-01
Added windowDidResize: to the Mac OS X delegate for resizing windows. Now to ...
Pietro Gagliardi
2014-03-01
Cleaned up loose ends with the previous commit and got window close events wo...
Pietro Gagliardi
2014-03-01
Fixed most errors. Now I just need to add a sysData pool.
Pietro Gagliardi
2014-03-01
Started to build a single global delegate object; now to fix issues.
Pietro Gagliardi