summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-25Updated the README to discuss the new labelling rules.Pietro Gagliardi
2014-06-25Improved the label alignment test.Pietro Gagliardi
2014-06-25(Somewhat hackily) implemented the new label rules on Mac OS X.Pietro Gagliardi
2014-06-25Improved the label alignment test.Pietro Gagliardi
2014-06-25Implemented new label behavior on Windows.Pietro Gagliardi
2014-06-25Added the necessary work to make new regular Labels work on the other platforms.Pietro Gagliardi
2014-06-25Added new Label alignment test.Pietro Gagliardi
2014-06-25Split Label into a non-aligned standalone label and an aligned regular ↵Pietro Gagliardi
label. Implemented on GTK+. Now to write the test.
2014-06-25Updated the README to include information about the werid Go 1.3 darwin bug.Pietro Gagliardi
2014-06-22Made LineEdit horizontally scrolling on Mac OS X. I'm not sure how I missed ↵Pietro Gagliardi
this before o.o
2014-06-12More TODOs.Pietro Gagliardi
2014-06-12Converted the GTK+ custom stylesheet to a single string using CSS comments ↵Pietro Gagliardi
because cgo complains about the current one. While I'm at it, also remove the need for the null terminator on that string. Thanks to various people in irc.gimp.net/#gtk+ (grawity, dro|desrt, Company) and irc.freenode.net/#go-nuts and the Gopher Academy Slack.
2014-06-12More TODOs.Pietro Gagliardi
2014-06-12Made sysdata_windows.go send func()s to uitask and not uimsgs. This is also ↵Pietro Gagliardi
more correct, as multi-step processes happen in one homogenous blob instead of in steps spread across two goroutines.
2014-06-12groanPietro Gagliardi
2014-06-12Revert all changes to dialog_windows.go because it's interfering with my ↵Pietro Gagliardi
fixup of sysdata_windows.go.
2014-06-12Upon further examination, my dialog_windows.go problems seem to be specific ↵Pietro Gagliardi
to dialog_windows.go...
2014-06-12More TODOs.Pietro Gagliardi
2014-06-12Made the new dialog_windows.go not hang up uitask.Pietro Gagliardi
2014-06-12Migrated dialog_windows.go to use func() for uitask.Pietro Gagliardi
2014-06-12Added the scaffolding that will allow us to change uitask on Windows to take ↵Pietro Gagliardi
a func(). Right now it accepts both; this will allow me to do piecewise conversion.
2014-06-12Added Mac OS X 10.8 and 10.9 to compatibility.md.Pietro Gagliardi
2014-06-11Added Mac OS X 10.7 to the compatibiliity.md file.Pietro Gagliardi
2014-06-11Added a document outlining gains when moving up to newer versions of APIs. ↵Pietro Gagliardi
It currently has a complete GTK+ section, and only headers for Windows and Mac OS X.
2014-06-11Removed Mac OS X 10.6 support. Quite a hassle that version was...Pietro Gagliardi
2014-06-11Removed Window.Center() from futureplans.md now that that's done.Pietro Gagliardi
2014-06-11Implemented Window.Center() on GTK+.Pietro Gagliardi
2014-06-11Implemented Window.Center() on Mac OS X.Pietro Gagliardi
2014-06-11Added Window.Center() test to the test program.Pietro Gagliardi
2014-06-11Fixed the implementation of sysData.center() on Windows to be thread-safe; ↵Pietro Gagliardi
also added center() to the _xSysData interface.
2014-06-11Fixed window.go from the previous commit to improve documentation and change ↵Pietro Gagliardi
function behavior.
2014-06-11Merge pull request #17 from papplampe/masterPietro Gagliardi
added Center function to window + Windows implementation (thanks to @papplampe)
2014-06-11added Center function to windowpapplampe
2014-06-10More go fmt. That completes the main package go fmt. Won't bother with test ↵Pietro Gagliardi
or tools.
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-10Partial go fmt. Will do the rest over the next few commits. While I'm not ↵Pietro Gagliardi
too happy about it, everyone else uses go fmt, and pull requests will be more convenient if I just do it. (Also do it now, because when I change the Windows backend things are going to change...)
2014-06-10Made adjustments to the output of windowsconstgen to please go fmt.Pietro Gagliardi