| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-06-09 | Resolved vertical alignment of labels on Windows. | Pietro Gagliardi | |
| 2014-06-09 | Removed TODO about Windows label ellipsization; SS_LEFTNOWORDWRAP's docs say ↵ | Pietro Gagliardi | |
| so. Replaced it with one about vertical label alignment... | |||
| 2014-06-09 | Properly integrated the Area preferred size into the Windows backend's ↵ | Pietro Gagliardi | |
| preferred size table. | |||
| 2014-06-09 | Removed TODO about messagebox font in stdfont_windows.go; decided to just ↵ | Pietro Gagliardi | |
| use it. | |||
| 2014-06-09 | Actually make the prefsize_windows.go change from the previous commit. | Pietro Gagliardi | |
| 2014-06-09 | Removed TODO about GetDC() vs GetWindowDC() in prefsize_windows.go; the ↵ | Pietro Gagliardi | |
| latter includes the non-client area, which we won't bother with. | |||
| 2014-06-09 | Removed the GTK+ scrollbars in Area thing as that can't be resolved (it's a ↵ | Pietro Gagliardi | |
| property of the minimum preferred size of both the GtkScrollbar and GtkScrolledWindow; these can't be changed). Thanks to baedert in irc.gimp.net/#gtk+. | |||
| 2014-06-08 | Removed TODO on getting the available button count: this isn't meaningful. ↵ | Pietro Gagliardi | |
| (desrt in irc.gimp.net/#gtk+ confirmed that GDK has no such function and both him and mikeash in irc.freenode.net/#macdev pointed out issues with such a function.) | |||
| 2014-06-08 | David Wendt re-evaluated the current master build and it's stable now; ↵ | Pietro Gagliardi | |
| removed that TODO. | |||
| 2014-06-08 | Added screenshots to the README. Fixes issue #11. | Pietro Gagliardi | |
| 2014-06-08 | Updated some TODOs. | Pietro Gagliardi | |
| 2014-06-08 | Fixed a quick typo spotted by _7sins in irc.freenode.net/#go-nuts. | Pietro Gagliardi | |
| 2014-06-08 | Made the application-modal sentinel in dialog.go non-nil to prevent weird ↵ | Pietro Gagliardi | |
| behavior on nil Windows in program code. Thanks to xtg in the Gopher Academy Slack for corroborating. | |||
| 2014-06-08 | Cleaned up dialog documentation. | Pietro Gagliardi | |
| 2014-06-08 | Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() ↵ | Pietro Gagliardi | |
| from the TODOs! :D | |||
| 2014-06-08 | Fixed modality issues on the GTK+ MsgBox() changes. The system introduced ↵ | Pietro Gagliardi | |
| here has the advantage of scaling out to all other types of dialogs. | |||
| 2014-06-08 | Whoops, forgot to apply dialogWindow to dialog_unix.go. | Pietro Gagliardi | |
