| Age | Commit message (Collapse) | Author |
|
|
|
dispatch channel. Almost working...
|
|
to make setRect() locking first.
|
|
|
|
and GetWindowDC() are not returning at all on both wine and Windows XP; need to debug (print guards are included).
|
|
now realize I don't actually need it for preferred sizes, but eh
|
|
|
|
cannot be called once the parent Window has been opened.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
was a difference in Go's int vs. what Windows expected (thanks Microsoft for not using your special types here). Fixed all instances of this, even in unmigrated/. Still does not work in wine...
|
|
to the concurrent garbage collector sweep routine in the Go runtime) by treating <-uitask as a Windows message itself posted to the message loop thread and not making the message loop a CPU waster.
|
|
|
|
|
|
|
|
|
|
build. Once I iron out a bug with Windows event handling, I'll add a README.
|
|
|
|
|
|
|
|
the callback closures!
|
|
would fix the faults I now get, but it doesn't...
|
|
cannot be dispatched get dropped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file with functions to reduce the amount of code noise in gtkcalls_unix.go.
|
|
GtkTreePaths, not GtkTreeRowReferences. Fixed the index getting.
|
|
allow easier debugging.
|
|
|
|
|
|
the package documentation in the portable code only.
|
|
|
|
attribute. Now I need scrollbars...
|
|
displaying item text...
|
|
control resizes happen on the UI thread anyway, we don't need to dispatch back; just call the resizing functions directly. Windows gets this fix too for consistency (and also because it gets rid of the only asynchronous oddity in the system).
|
|
|
|
|