summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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 platfo...Pietro Gagliardi
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 si...Pietro Gagliardi
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
2014-06-06Cleaned up some TODOs. Removed the 18 March 2014 one because since all UI pro...Pietro Gagliardi
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
2014-06-06Properly link to andlabs/wakeup in the replacement README.Pietro Gagliardi
2014-06-06Strummed up a new placeholder README in an effort to replace the existing one.Pietro Gagliardi
2014-06-06Marked a sentence in the Area docs as not being active.Pietro Gagliardi
2014-06-06Updated doc.go with the MsgBox() change.Pietro Gagliardi
2014-06-06Fixed the standard window class focus behavior on Windows from the previous c...Pietro Gagliardi
2014-06-05Implemented code to save and restore control focus on Windows properly when s...Pietro Gagliardi
2014-06-05Changed Checkbox on Windows to use BS_CHECKBOX instead of BS_AUTOCHECKBOX; th...Pietro Gagliardi
2014-06-05Removed the GTK+ indefinite progressbar TODO; the choppiness is correct for G...Pietro Gagliardi