| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
implementations will come next.
|
|
flag for maximum safety. Also added more future plans.
|
|
leave it to the implementation.
|
|
|
|
|
|
DefWindowProc().
|
|
|
|
they no longer return errors.
|
|
since I'm going to separate creating and opening (Open() will call Create()).
|
|
situation /is/ exceptional, after all (and we need to just get rid of all errors sometime).
|
|
correctly... No idea why that TODO was there; I know I added it when I was too tired to think though.
|
|
|
|
change the behavior I can do it later.
|
|
|
|
proposal is too risky.
|
|
|
|
application modal! The real issue is window transience... and that's where platforms differ greatly.
|
|
resolved.
|
|
TODO about the 32-bit build being unstable.
|
|
converting existing code... Now to test on real Windows.
|
|
|
|
|
|
|
|
went against what we're trying to do with strings in Windows.
|
|
|
|
|
|
previous commit. This has to be first, otherwise a few other things will fail to compile...
|
|
handling. I'll convert the existing code to use it shortly.
|
|
(GetKeyState() vs. GetAsyncKeyState()) is indeed what we want to do (the former).
|
|
entries in the Modifiers table table just to be safe.
|
|
|
|
decided it would be safest to let event handlers propagate, as I did with Areas earlier.)
|
|
documenting that we don't do it.
|
|
modality to the other windows in the program. Does not affect resizes.
|
|
|
|
|
|
on/document/verify vertical alignment of Labels.
|
|
gtkcalls_unix.go.
|
|
|
|
consolidating all the GTK+ stylesheet stuff into a single Go-side init function. (Thanks to mischief, nsf, and dsal in irc.badnik.net/#go-nuts for confirming that this is valid.)
|
|
|
|
function signatures in the process.
|
|
|
|
resolved in one fell swoop!
|
|
|
|
|
|
the event chain if needed. Same for MousEvent; will have to document that. This is just the test program for now.
|