summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-17Implemented bool Table columns on the GTK+ backend.Pietro Gagliardi
2014-08-16Fixed weird pixel corruption in the Mac OS X ImageList implementation (damn ↵Pietro Gagliardi
GC). Thanks to erica in irc.freenode.net/#macdev for guessing right and others for helping.
2014-08-16Removed the ImageList proposal now that it's implemented.Pietro Gagliardi
2014-08-16Implemented ImageList and Table ImageIndex on Mac OS X.Pietro Gagliardi
2014-08-16Implemented ImageList and Table ImageIndex on GTK+.Pietro Gagliardi
2014-08-16More compatibility.md entries.Pietro Gagliardi
2014-08-16Fixed crashing glitch in Table on Windows.Pietro Gagliardi
2014-08-16Improved scaling quality of images in ImageLists and more TODOs.Pietro Gagliardi
2014-08-16More TODOs.Pietro Gagliardi
2014-08-16Added image lists to Tables and added them to the Windows backend... mostly. ↵Pietro Gagliardi
There are a few kinks to work out...
2014-08-16Added some test data for ImageList.Pietro Gagliardi
2014-08-16Added the beginning of ImageList, including the Windows implementation.Pietro Gagliardi
2014-08-16More Image List stuff.Pietro Gagliardi
2014-08-16Added a proposal for image lists.Pietro Gagliardi
2014-08-16Cleaned up after bold attributes in group_unix.go.Pietro Gagliardi
2014-08-16Added a proposal for Tree.Pietro Gagliardi
2014-08-16Removed the gtkcolor.c mergeback; decided to hack on GtkColorChooser.Pietro Gagliardi
2014-08-16Implemented Group on Mac OS X.Pietro Gagliardi
2014-08-15Added test of Group with a Control that fills it.Pietro Gagliardi
2014-08-15Added Group on Windows.Pietro Gagliardi
2014-08-15Resolved some future plans.Pietro Gagliardi
2014-08-15Added Group and implemented it on GTK+.Pietro Gagliardi
2014-08-15More future plans.Pietro Gagliardi
2014-08-15Removed outdated comment from Control's documentation.Pietro Gagliardi
2014-08-15Fixed up Grid and wrote a test.Pietro Gagliardi
2014-08-15Added Label.isStandalone(), used by Grid. Now for the Grid test...Pietro Gagliardi
2014-08-15Adjusted Grid to be like new Stack. Automatically made Labels in Grids filling.Pietro Gagliardi
2014-08-15Moved Grid back. Removed now-unused stack.created.Pietro Gagliardi
2014-08-15More TODOs.Pietro Gagliardi
2014-08-15More TODOs.Pietro Gagliardi
2014-08-15I HAVE DEFEATED APPKIT.Pietro Gagliardi
2014-08-15Implemented applicationShouldTerminate: and ↵Pietro Gagliardi
applicationShouldTerminateAfterLastWindowClosed: on Mac OS X.
2014-08-14Removed TODO for Mac OS X default and escape button equivalents; the default ↵Pietro Gagliardi
is handled properly and there is no canonical escape (it's a property of the dialog manager, which we don't run). Thanks Lyle42 and kongtomorrow in irc.freenode.net/#macdev.
2014-08-14Changed one of the names of the buttons in the small window test so it can ↵Pietro Gagliardi
be used for testing key equivalents in GTK+ and Mac OS X Areas.
2014-08-14Finally removed the TODO for buttons > 3 in GTK+ Areas (alas, bad end).Pietro Gagliardi
2014-08-14Can't think of a better name for sharedWndProc().Pietro Gagliardi
2014-08-14More future plans.Pietro Gagliardi
2014-08-14Removed -[NSApp activateIgnoringOtherApps:]; see ↵Pietro Gagliardi
http://stackoverflow.com/a/25318870/3408572. I don't know how much of a burden this will be in practice.
2014-08-14Resolved Alt key woes on GTK+.Pietro Gagliardi
2014-08-14Made Labels on Windows transparent.Pietro Gagliardi
2014-08-14Fixed some small issues in the C code of the Windows port.Pietro Gagliardi
2014-08-14Moved code to handle window user data in the Windows backend to a single ↵Pietro Gagliardi
function.
2014-08-14Split out common container window procedure code in Windows to its own function.Pietro Gagliardi
2014-08-14More TODOs.Pietro Gagliardi
2014-08-14Made Windows container transparent. Transparency not completely functioning ↵Pietro Gagliardi
yet...
2014-08-14Fine-tuned margin/spacing values on Mac OS X. Also more future plans.Pietro Gagliardi
2014-08-14Moved TODO about Labels to mergeback/grid.go; will worry when Grids become a ↵Pietro Gagliardi
thing again.
2014-08-14Fixed the infinite loop on Tab control dialog message bug(s) on the Windows ↵Pietro Gagliardi
backend.
2014-08-14Fixed Tabs on Windows having undesirable tab stop behavior. This doesn't ↵Pietro Gagliardi
work correctly in wine, and I can confirm for the first time that it actually is a bug in wine!
2014-08-14Stripped C-style comments from C sources and headers where appropriate.Pietro Gagliardi