summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-07Merge pull request #34 from ode79/patch-1Pietro Gagliardi
Link to tutorial in README.md (thanks to ode79)
2014-10-07Link to tutorial in README.mdode79
2014-10-02go fmt. Precursor to bug report filing.Pietro Gagliardi
2014-09-26Re-added the note about MinGW-w64 to the README. It got lost in the rewrite ↵Pietro Gagliardi
migration.
2014-09-24README updates.Pietro Gagliardi
2014-09-23More TODOs.Pietro Gagliardi
2014-09-23Clarified that MinGW-w64 is required.Pietro Gagliardi
2014-09-19Fixed a typo in a comment.Pietro Gagliardi
2014-09-05README updates.Pietro Gagliardi
2014-09-03Fixed a dumb bug in Grid that prevented the scrollbars in Area from showing up.Pietro Gagliardi
2014-09-03More TODOs and updated README.Pietro Gagliardi
2014-09-03Various Grid comment updates.Pietro Gagliardi
2014-09-03Mostly fixed Grid behavior.Pietro Gagliardi
2014-09-03Set up a replacement for the new Grid test. It doesn't work, but now we can ↵Pietro Gagliardi
more easily fix it.
2014-09-03Exported xspan/yspan in Grid to the Add() function parameter list.Pietro Gagliardi
2014-09-03Fixed errors preventing current test program from rendering new Grids correctly.Pietro Gagliardi
2014-09-03Accidentally left Grid expand code commented out. Fixed.Pietro Gagliardi
2014-09-03Rewrote the Grid implementation to handle spans.Pietro Gagliardi
2014-09-03Restructured the Grid allocation algorithm to split position/size assignment ↵Pietro Gagliardi
and neighbor assignment. This will make xspan/yspan much easier.
2014-09-02Removed more debugging spiel.Pietro Gagliardi
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.