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-08-30
Out with the old...
Pietro Gagliardi
2014-07-03
Removed uitask and made the Window creation functions only callable from the ...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-30
Made Window.Closing a callback closure.
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-29
Migrated the Mac OS X delegate code to the new API.
Pietro Gagliardi
2014-06-26
Finished implementing the new control sizing system on Mac OS X. The new labe...
Pietro Gagliardi
2014-06-10
More go fmt.
Pietro Gagliardi
2014-05-19
Same as previous commit, but for Mac OS X now. The #cgo directives are in uit...
Pietro Gagliardi
2014-05-17
Decided to unconditionally redraw everything on a window resize on Mac OS X. ...
Pietro Gagliardi
2014-05-16
Combined all the Objective-C headers into objc_darwin.h.
Pietro Gagliardi
2014-05-15
Removed all the objc_getClass() and sel_getUid() calls from the Go code on Ma...
Pietro Gagliardi
2014-05-15
Migrated everything else to Objective-C native; fixed a few things I missed a...
Pietro Gagliardi
2014-05-13
Removed the class creation at runtime stuff and its residue from the Go files...
Pietro Gagliardi
2014-05-13
Moved uitask_darwin.go to be Objective-C-based. Both delegate_darwin.go and u...
Pietro Gagliardi
2014-05-13
Started conversion of delegate_darwin.go to use Objective-C directly.
Pietro Gagliardi
2014-04-07
Split out the common resizing code into its own function so that it's all in ...
Pietro Gagliardi
2014-04-07
Fixed AppQuit on Mac OS X (forgot to set the NSApp delegate AND was using the...
Pietro Gagliardi
2014-04-06
Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ...
Pietro Gagliardi
2014-04-04
Changed the way drawRect: was being added to our Mac OS X Area such that we n...
Pietro Gagliardi
2014-04-04
Changed the Area class on Mac OS X to use the new class creation code. This g...
Pietro Gagliardi
2014-04-04
Created a new, simpler, easier to work with, and consistent way to create the...
Pietro Gagliardi
2014-04-04
Removed objc_new(). The idea is to remove all the objc_* functions that aren'...
Pietro Gagliardi
2014-03-30
When we created our delegate and view classes on Mac OS X, it turned out we w...
Pietro Gagliardi
2014-03-29
Added the beginning of the Mac OS X Area implementation. Also fixed the long-...
Pietro Gagliardi
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