summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 too...Pietro Gagliardi
2014-06-10Made adjustments to the output of windowsconstgen to please go fmt.Pietro Gagliardi
2014-06-09Declared the API as it stands now stable.Pietro Gagliardi
2014-06-09Had Area.SetSize() explicitly labelled as repainting the whole Area; made sur...Pietro Gagliardi
2014-06-09Areas have worked on all platforms forever now; remove the GTK+ only note fro...Pietro Gagliardi
2014-06-09Cleaned up the scrollbars documentation in the Overview.Pietro Gagliardi
2014-06-09More TODOs.Pietro Gagliardi
2014-06-09Implemented RepaintAll() on Windows.Pietro Gagliardi
2014-06-09Implemented Area.RepaintAll() on GTK+.Pietro Gagliardi
2014-06-09Added Area.RepaintAll() (requested by aybabtme on the Gopher Academy Slack) a...Pietro Gagliardi
2014-06-09Verified mouse drag behavior. Also more TODOs.Pietro Gagliardi
2014-06-09Decided to not change parameter order of constructors.Pietro Gagliardi
2014-06-09Updated GTK+/Wayland TODO now that we know what's wrongPietro Gagliardi
2014-06-09Resolved vertical alignment of labels on Windows.Pietro Gagliardi
2014-06-09Removed TODO about Windows label ellipsization; SS_LEFTNOWORDWRAP's docs say ...Pietro Gagliardi
2014-06-09Properly integrated the Area preferred size into the Windows backend's prefer...Pietro Gagliardi
2014-06-09Removed TODO about messagebox font in stdfont_windows.go; decided to just use...Pietro Gagliardi
2014-06-09Actually make the prefsize_windows.go change from the previous commit.Pietro Gagliardi
2014-06-09Removed TODO about GetDC() vs GetWindowDC() in prefsize_windows.go; the latte...Pietro Gagliardi
2014-06-09Removed the GTK+ scrollbars in Area thing as that can't be resolved (it's a p...Pietro Gagliardi
2014-06-08Removed TODO on getting the available button count: this isn't meaningful. (d...Pietro Gagliardi
2014-06-08David Wendt re-evaluated the current master build and it's stable now; remove...Pietro Gagliardi
2014-06-08Added screenshots to the README. Fixes issue #11.Pietro Gagliardi
2014-06-08Updated some TODOs.Pietro Gagliardi
2014-06-08Fixed a quick typo spotted by _7sins in irc.freenode.net/#go-nuts.Pietro Gagliardi
2014-06-08Made the application-modal sentinel in dialog.go non-nil to prevent weird beh...Pietro Gagliardi
2014-06-08Cleaned up dialog documentation.Pietro Gagliardi
2014-06-08Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() f...Pietro Gagliardi
2014-06-08Fixed modality issues on the GTK+ MsgBox() changes. The system introduced her...Pietro Gagliardi
2014-06-08Whoops, forgot to apply dialogWindow to dialog_unix.go.Pietro Gagliardi
2014-06-08Added the new MsgBox() behavior to the GTK+ backend. It /almost/ works right;...Pietro Gagliardi
2014-06-08Implemented the new MsgBox()/MsgBoxError() behavior on Windows.Pietro Gagliardi
2014-06-08Woo yeah it's another API change to MsgBox()! This splits parent out and make...Pietro Gagliardi
2014-06-08Moved the blurred Area check TODO to future plans because I'd need to find im...Pietro Gagliardi
2014-06-08Moved the Listbox preferred size TODO to future plans because this was addres...Pietro Gagliardi
2014-06-08Checked Windows RECT usage and fixed wrong ones.Pietro Gagliardi
2014-06-08Reported 64-bit wine failures to the wine team.Pietro Gagliardi
2014-06-07Fixed the Windows 7 progressbar animation dumbness.Pietro Gagliardi
2014-06-07Updated TODOs. wine bug filed; removed that TODO.Pietro Gagliardi
2014-06-07Fixed all the NSAutoreleasePool issues on Mac OS X 10.6.Pietro Gagliardi
2014-06-07Got rid of some of the autorelease pool warnings by creating a temporary pool...Pietro Gagliardi
2014-06-07Removed previous commit from todo.md.Pietro Gagliardi
2014-06-07Fixed Command key up on Mac OS X. This fix also fixes Help key down, so remov...Pietro Gagliardi
2014-06-07Changed SetWindowLong() to SetWindowLongPtr() in the Windows backend. I forgo...Pietro Gagliardi
2014-06-07Fixed a regression in the Windows Area code: when I fixed numpad behavior, I ...Pietro Gagliardi
2014-06-07Documented click event on activate behavior in the GTK+ backend.Pietro Gagliardi
2014-06-07Documented window switch clicks in Area and implemented them on Windows and M...Pietro Gagliardi