| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-12 | Converted 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-12 | More TODOs. | Pietro Gagliardi | |
| 2014-06-12 | Made 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-12 | groan | Pietro Gagliardi | |
| 2014-06-12 | Revert all changes to dialog_windows.go because it's interfering with my ↵ | Pietro Gagliardi | |
| fixup of sysdata_windows.go. | |||
| 2014-06-12 | Upon further examination, my dialog_windows.go problems seem to be specific ↵ | Pietro Gagliardi | |
| to dialog_windows.go... | |||
| 2014-06-12 | More TODOs. | Pietro Gagliardi | |
| 2014-06-12 | Made the new dialog_windows.go not hang up uitask. | Pietro Gagliardi | |
| 2014-06-12 | Migrated dialog_windows.go to use func() for uitask. | Pietro Gagliardi | |
| 2014-06-12 | Added 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-12 | Added Mac OS X 10.8 and 10.9 to compatibility.md. | Pietro Gagliardi | |
| 2014-06-11 | Added Mac OS X 10.7 to the compatibiliity.md file. | Pietro Gagliardi | |
| 2014-06-11 | Added 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-11 | Removed Mac OS X 10.6 support. Quite a hassle that version was... | Pietro Gagliardi | |
| 2014-06-11 | Removed Window.Center() from futureplans.md now that that's done. | Pietro Gagliardi | |
| 2014-06-11 | Implemented Window.Center() on GTK+. | Pietro Gagliardi | |
| 2014-06-11 | Implemented Window.Center() on Mac OS X. | Pietro Gagliardi | |
| 2014-06-11 | Added Window.Center() test to the test program. | Pietro Gagliardi | |
| 2014-06-11 | Fixed the implementation of sysData.center() on Windows to be thread-safe; ↵ | Pietro Gagliardi | |
| also added center() to the _xSysData interface. | |||
| 2014-06-11 | Fixed window.go from the previous commit to improve documentation and change ↵ | Pietro Gagliardi | |
| function behavior. | |||
| 2014-06-11 | Merge pull request #17 from papplampe/master | Pietro Gagliardi | |
| added Center function to window + Windows implementation (thanks to @papplampe) | |||
| 2014-06-11 | added Center function to window | papplampe | |
| 2014-06-10 | More go fmt. That completes the main package go fmt. Won't bother with test ↵ | Pietro Gagliardi | |
| or tools. | |||
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-10 | Partial 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-10 | Made adjustments to the output of windowsconstgen to please go fmt. | Pietro Gagliardi | |
| 2014-06-09 | Declared the API as it stands now stable. | Pietro Gagliardi | |
| 2014-06-09 | Had Area.SetSize() explicitly labelled as repainting the whole Area; made ↵ | Pietro Gagliardi | |
| sure it does that on GTK+ (it already did on Windows and Mac). I think we're ready to declare the API as it stands now stable! | |||
| 2014-06-09 | Areas have worked on all platforms forever now; remove the GTK+ only note ↵ | Pietro Gagliardi | |
| from its documentation. | |||
| 2014-06-09 | Cleaned up the scrollbars documentation in the Overview. | Pietro Gagliardi | |
| 2014-06-09 | More TODOs. | Pietro Gagliardi | |
| 2014-06-09 | Implemented RepaintAll() on Windows. | Pietro Gagliardi | |
| 2014-06-09 | Implemented Area.RepaintAll() on GTK+. | Pietro Gagliardi | |
| 2014-06-09 | Added Area.RepaintAll() (requested by aybabtme on the Gopher Academy Slack) ↵ | Pietro Gagliardi | |
| and implemented it on Mac OS X. | |||
| 2014-06-09 | Verified mouse drag behavior. Also more TODOs. | Pietro Gagliardi | |
| 2014-06-09 | Decided to not change parameter order of constructors. | Pietro Gagliardi | |
| 2014-06-09 | Updated GTK+/Wayland TODO now that we know what's wrong | Pietro Gagliardi | |
