summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
so. Replaced it with one about vertical label alignment...
2014-06-09Properly integrated the Area preferred size into the Windows backend's ↵Pietro Gagliardi
preferred size table.
2014-06-09Removed TODO about messagebox font in stdfont_windows.go; decided to just ↵Pietro Gagliardi
use it.
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 ↵Pietro Gagliardi
latter includes the non-client area, which we won't bother with.
2014-06-09Removed 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-08Removed 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-08David Wendt re-evaluated the current master build and it's stable now; ↵Pietro Gagliardi
removed that TODO.
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 ↵Pietro Gagliardi
behavior on nil Windows in program code. Thanks to xtg in the Gopher Academy Slack for corroborating.
2014-06-08Cleaned up dialog documentation.Pietro Gagliardi
2014-06-08Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() ↵Pietro Gagliardi
from the TODOs! :D
2014-06-08Fixed 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-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 ↵Pietro Gagliardi
right; just needs some more changes...
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 ↵Pietro Gagliardi
makes it a receiver of MsgBox() and MsgBoxError() for the case when you want to show modal to a specific window only. These will eventually return channels, but first I'll need to igure out how to get this working...
2014-06-08Moved the blurred Area check TODO to future plans because I'd need to find ↵Pietro Gagliardi
images for that; added some advice for that.
2014-06-08Moved the Listbox preferred size TODO to future plans because this was ↵Pietro Gagliardi
addressed earlier when trying to do horizontal scrolling; see the experiments/ folder for how poorly that turned out. Preferred size will need the same code.
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 ↵Pietro Gagliardi
pool for each call to toNSString().
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 ↵Pietro Gagliardi
remove the workaround there.
2014-06-07Changed SetWindowLong() to SetWindowLongPtr() in the Windows backend. I ↵Pietro Gagliardi
forgot I already had some there :|
2014-06-07Fixed a regression in the Windows Area code: when I fixed numpad behavior, I ↵Pietro Gagliardi
broke NEnter. Fixed. Also more TODOs.
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 ↵Pietro Gagliardi
Mac OS X.
2014-06-07Fixed incorrect numpad handling on Windows Areas.Pietro Gagliardi
2014-06-07Removed the TODO about doing keyboard checks in the same order on each ↵Pietro Gagliardi
platform; what we have is fine, and the Windows shift key problem is different.
2014-06-07Fixed typo in area.go documentation.Pietro Gagliardi
2014-06-06Elaborated previous commit.Pietro Gagliardi
2014-06-06Added note that Areas get focus on Mac OS X on a click event automatically ↵Pietro Gagliardi
since we make it a first responder.
2014-06-06Made the preferred size of an Area its size on GTK+ as well.Pietro Gagliardi
2014-06-06Set Area's preferred size in the documentation and on Windows and Mac OS X.Pietro Gagliardi
2014-06-06Updated some TODOs.Pietro Gagliardi
2014-06-06Did half the work to fix Help key handling in Mac OS X.Pietro Gagliardi
2014-06-06Added Help key handling (as Insert) on Mac OS X.Pietro Gagliardi
2014-06-06Disabled Travis.ci for now.Pietro Gagliardi
2014-06-06Merge pull request #12 from TrevorS/patch-1Pietro Gagliardi
Typo, I -> i in Windows. (Thanks to TrevorS.)
2014-06-06Cleaned up some TODOs. Removed the 18 March 2014 one because since all UI ↵Pietro Gagliardi
processing happens on one thread, it's not an issue.
2014-06-06Typo, I -> i in Windows.Trevor Strieber
2014-06-06Reorganized and cleaned up the todo.md file.Pietro Gagliardi
2014-06-06Formatting fixes in the placeholder README.Pietro Gagliardi