Commit Graph

1116 Commits

Author SHA1 Message Date
Pietro Gagliardi 9a3e73b460 Finished the Windows conversion to the new sizing system. Untested. 2014-06-25 23:05:29 -04:00
Pietro Gagliardi 92afc9b944 Integrated the new sizing system into Grid and Stack. 2014-06-25 22:43:35 -04:00
Pietro Gagliardi 08922103a7 Reverted Stack and Grid back to pre-yoff form. This is part of the change in the sizing system. 2014-06-25 22:21:28 -04:00
Pietro Gagliardi 057f0eaf53 Migrated existing controls to the new sizing system. 2014-06-25 22:17:26 -04:00
Pietro Gagliardi e4992dbcb2 Began the work for moving everything to the new control sizing system. 2014-06-25 22:07:37 -04:00
Pietro Gagliardi cf1da0218c Finished proposed new sizing system. 2014-06-25 20:32:19 -04:00
Pietro Gagliardi 42fe563d1c More work on the new sizing system. 2014-06-25 20:05:32 -04:00
Pietro Gagliardi fefc060f69 Added initial new sizing plan. 2014-06-25 19:47:16 -04:00
Pietro Gagliardi 8bedc1a59d More TODOs. 2014-06-25 18:33:08 -04:00
Pietro Gagliardi 86e2c93af3 More TODOs. 2014-06-25 18:28:09 -04:00
Pietro Gagliardi bca4450a29 Updated the README to discuss the new labelling rules. 2014-06-25 16:58:02 -04:00
Pietro Gagliardi 4b8bbb10a1 Improved the label alignment test. 2014-06-25 16:54:55 -04:00
Pietro Gagliardi c0d6293191 (Somewhat hackily) implemented the new label rules on Mac OS X. 2014-06-25 16:32:07 -04:00
Pietro Gagliardi 76781bc0de Improved the label alignment test. 2014-06-25 14:10:43 -04:00
Pietro Gagliardi b5abbebf0b Implemented new label behavior on Windows. 2014-06-25 12:20:59 -04:00
Pietro Gagliardi 39f0c352fb Added the necessary work to make new regular Labels work on the other platforms. 2014-06-25 11:58:13 -04:00
Pietro Gagliardi 55c636b1e3 Added new Label alignment test. 2014-06-25 11:44:22 -04:00
Pietro Gagliardi e00eebf580 Split Label into a non-aligned standalone label and an aligned regular label. Implemented on GTK+. Now to write the test. 2014-06-25 11:39:06 -04:00
Pietro Gagliardi 3711953626 Updated the README to include information about the werid Go 1.3 darwin bug. 2014-06-25 10:07:29 -04:00
Pietro Gagliardi 2059952786 Made LineEdit horizontally scrolling on Mac OS X. I'm not sure how I missed this before o.o 2014-06-22 16:37:17 -04:00
Pietro Gagliardi e00d2f2eb9 More TODOs. 2014-06-12 17:59:46 -04:00
Pietro Gagliardi 8dac591039 Converted the GTK+ custom stylesheet to a single string using CSS comments 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-12 12:09:24 -04:00
Pietro Gagliardi 2a22646470 More TODOs. 2014-06-12 11:48:28 -04:00
Pietro Gagliardi af2e8c4b13 Made sysdata_windows.go send func()s to uitask and not uimsgs. This is also more correct, as multi-step processes happen in one homogenous blob instead of in steps spread across two goroutines. 2014-06-12 11:46:51 -04:00
Pietro Gagliardi c159bb2018 groan 2014-06-12 11:12:34 -04:00
Pietro Gagliardi 17a6c94e90 Revert all changes to dialog_windows.go because it's interfering with my fixup of sysdata_windows.go. 2014-06-12 11:09:56 -04:00
Pietro Gagliardi dbf2d8fde7 Upon further examination, my dialog_windows.go problems seem to be specific to dialog_windows.go... 2014-06-12 10:45:01 -04:00
Pietro Gagliardi d43ad25a96 More TODOs. 2014-06-12 09:59:18 -04:00
Pietro Gagliardi 645893ea59 Made the new dialog_windows.go not hang up uitask. 2014-06-12 09:57:50 -04:00
Pietro Gagliardi 29e5384b2e Migrated dialog_windows.go to use func() for uitask. 2014-06-12 09:51:29 -04:00
Pietro Gagliardi fc18ecc3d8 Added the scaffolding that will allow us to change uitask on Windows to take a func(). Right now it accepts both; this will allow me to do piecewise conversion. 2014-06-12 09:42:45 -04:00
Pietro Gagliardi b0ce712b0e Added Mac OS X 10.8 and 10.9 to compatibility.md. 2014-06-12 01:21:05 -04:00
Pietro Gagliardi 2a94c1b5d4 Added Mac OS X 10.7 to the compatibiliity.md file. 2014-06-11 23:30:23 -04:00
Pietro Gagliardi 4d5937750b Added a document outlining gains when moving up to newer versions of APIs. It currently has a complete GTK+ section, and only headers for Windows and Mac OS X. 2014-06-11 21:48:14 -04:00
Pietro Gagliardi d289fce35c Removed Mac OS X 10.6 support. Quite a hassle that version was... 2014-06-11 14:58:39 -04:00
Pietro Gagliardi 27033459a2 Removed Window.Center() from futureplans.md now that that's done. 2014-06-11 14:39:19 -04:00
Pietro Gagliardi 1414950538 Implemented Window.Center() on GTK+. 2014-06-11 14:38:16 -04:00
Pietro Gagliardi 8632d0c2f3 Implemented Window.Center() on Mac OS X. 2014-06-11 11:17:00 -04:00
Pietro Gagliardi a7747b95a4 Added Window.Center() test to the test program. 2014-06-11 10:10:10 -04:00
Pietro Gagliardi d14ee7f3dd Fixed the implementation of sysData.center() on Windows to be thread-safe; also added center() to the _xSysData interface. 2014-06-11 10:01:55 -04:00
Pietro Gagliardi 0e620c4d34 Fixed window.go from the previous commit to improve documentation and change function behavior. 2014-06-11 09:51:00 -04:00
Pietro Gagliardi 2407a415b9 Merge pull request #17 from papplampe/master
added Center function to window + Windows implementation (thanks to @papplampe)
2014-06-11 09:42:11 -04:00
papplampe 4fa35b2239 added Center function to window 2014-06-11 11:41:31 +02:00
Pietro Gagliardi 5fa1bd22e2 More go fmt. That completes the main package go fmt. Won't bother with test or tools. 2014-06-10 16:05:41 -04:00
Pietro Gagliardi a210775287 More go fmt. 2014-06-10 15:43:01 -04:00
Pietro Gagliardi 380afbf755 More go fmt. 2014-06-10 15:31:55 -04:00
Pietro Gagliardi 1e66637cd2 More go fmt. 2014-06-10 14:59:39 -04:00
Pietro Gagliardi ad8a90ec7e More go fmt. 2014-06-10 14:49:54 -04:00
Pietro Gagliardi 86cf5489d3 More go fmt. 2014-06-10 14:35:26 -04:00
Pietro Gagliardi 66f9f13ca2 More go fmt. 2014-06-10 14:33:48 -04:00