summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-02Removed some debugging spiel.Pietro Gagliardi
2014-09-01Fixed empty cells in Grid not handled correctly.Pietro Gagliardi
2014-09-01Still more typo fixes.Pietro Gagliardi
2014-09-01Quick typo fix.Pietro Gagliardi
2014-09-01Improved Grid's documentation.Pietro Gagliardi
2014-09-01Implemented vertical alignment in Grid.Pietro Gagliardi
2014-09-01Implemented Grid halign Center.Pietro Gagliardi
2014-09-01Added right-alignment to Grid.Pietro Gagliardi
2014-09-01Simplified Grid's code greatly, making it more correct in the process. Also ↵Pietro Gagliardi
renamed h/vexpand/align to x/yexpand/align for simplicity.
2014-08-31Resolved TODO about OpenFile() on GTK+ returning NULL.Pietro Gagliardi
2014-08-31Added initial implementation of GtkGrid-style Grid.Pietro Gagliardi
2014-08-31Renamed grid.go.Pietro Gagliardi
2014-08-31Changed Grid to SimpleGrid in preparation for a better Grid.Pietro Gagliardi
2014-08-30Okay, fixed for real nowPietro Gagliardi
2014-08-30Fixed image link, hopefullyPietro Gagliardi
2014-08-30Added screenshot.Pietro Gagliardi
2014-08-30Added a widget gallery example.Pietro Gagliardi
2014-08-30Added a new README.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-08-30Fixed wine build. wine is sure missing a few things (and gets a few things ↵Pietro Gagliardi
wrong...)
2014-08-30Demoted TODO to non-TODO.Pietro Gagliardi
2014-08-30Properly handled the LVN_GETDISPINFO notificaiton on Windows this time.Pietro Gagliardi
2014-08-30Figured out the deal with item.mask on Windows Tables. Need to rewrite this...Pietro Gagliardi
2014-08-30More future plans.Pietro Gagliardi
2014-08-30Removed a leftover TODO.Pietro Gagliardi
2014-08-30Fixed image lists on Windows being NON-premultiplied.Pietro Gagliardi
2014-08-29More future plans.Pietro Gagliardi
2014-08-29Fixed the warning popover issues YAYPietro Gagliardi
2014-08-29Reworked the warning popover code to properly show/hide when needed. Not ↵Pietro Gagliardi
working perfectly yet; that'll (hopefully) be the next commit.
2014-08-29Settled alpha support in Windows imagelists; now need to settle ↵Pietro Gagliardi
premultiplied....
2014-08-29Added expository comment.Pietro Gagliardi
2014-08-29Removed stray TODO.Pietro Gagliardi
2014-08-29More future plans.Pietro Gagliardi
2014-08-29Fixed Mac OS X Area.OpenTextFieldAt() not behaving properly. The behavior is ↵Pietro Gagliardi
still a little weird now, but permissible.
2014-08-28And resolved Group boldness on GTK+ TODO.Pietro Gagliardi
2014-08-28Resolved image list icon sizing on GTK+.Pietro Gagliardi
2014-08-28Decided to defer Table WM_MOUSELEAVE (Windows) to later.Pietro Gagliardi
2014-08-28Implemented WM_PRINTCLIENT on Window and cleaned up the WM_CTLCOLOR*** ↵Pietro Gagliardi
message handler; both are on the Windows backend.
2014-08-28More TODOs.Pietro Gagliardi
2014-08-28Simplified Area scrolling code a small bit; no bugfix thoughPietro Gagliardi
2014-08-28Fixed Group child control transparency on Windows.Pietro Gagliardi
2014-08-28Switched from wcscmp() to _wcsicmp() in class names on Windows; class names ↵Pietro Gagliardi
on Windows are case insensitive - http://stackoverflow.com/questions/7928592/are-windows-window-classes-case-sensitive.
2014-08-28Removed merged back file.Pietro Gagliardi
2014-08-28More TODOs.Pietro Gagliardi
2014-08-28More TODOs.Pietro Gagliardi
2014-08-28Added empty Group test.Pietro Gagliardi
2014-08-28Made Groups on Windows control parents.Pietro Gagliardi
2014-08-28Fixed up Area on Windows to always draw the background regardless of the ↵Pietro Gagliardi
size of the clipping rectangle on the Go side and to not send extraneous WM_ERASEBKGND. This will be needed for having Areas draw the background.
2014-08-28Improved control transparency on Windows.Pietro Gagliardi