summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-25Finished the Windows conversion to the new sizing system. Untested.Pietro Gagliardi
2014-06-25Integrated the new sizing system into Grid and Stack.Pietro Gagliardi
2014-06-25Reverted Stack and Grid back to pre-yoff form. This is part of the change in ↵Pietro Gagliardi
the sizing system.
2014-06-25Migrated existing controls to the new sizing system.Pietro Gagliardi
2014-06-25Began the work for moving everything to the new control sizing system.Pietro Gagliardi
2014-06-25Finished proposed new sizing system.Pietro Gagliardi
2014-06-25More work on the new sizing system.Pietro Gagliardi
2014-06-25Added initial new sizing plan.Pietro Gagliardi
2014-06-25More TODOs.Pietro Gagliardi
2014-06-25More TODOs.Pietro Gagliardi
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