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