summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-08-14Added C99 to the Windows and GTK+ cgo CFLAGS after Ian Taylor confirmed it ↵Pietro Gagliardi
was safe to use.
2014-08-14Merged xsizing_darwin.m into control_darwin.m. Even though alignment info is ↵Pietro Gagliardi
only currently used by Label, these functions are called in basegetAuxResizeInfo(), and who knows what will happen future.
2014-08-14Decided to consider the preferred size of all tabs on Windows; on Windows ↵Pietro Gagliardi
Tabs aren't really expected to resize based on which tab is selected, unlike Mac OS X...
2014-08-14Wrote the documentation for Go(). Also more TODOs.Pietro Gagliardi
2014-08-14Removed GTK+ spurious resize TODO and debug spiel; I can't notice much of a ↵Pietro Gagliardi
difference after ignoring extraneous resizes. The custom container will stay, however, as it does not demonstrate weird background drawing bugs with oxygen-gtk.
2014-08-14Cleaned up a bunch of TODOs, moving a few to future plans.Pietro Gagliardi
2014-08-14Implemented table column autoresize on Windows. Also fixed Windows/Mac OS X ↵Pietro Gagliardi
build.
2014-08-14Updated debug spew.Pietro Gagliardi
2014-08-14Removed the preferred width/height calls from the custom GTK+ container; we ↵Pietro Gagliardi
aren't really going to use them.
2014-08-14Made the custom GTK+ container's forall safer in container_unix.c.Pietro Gagliardi
2014-08-14g_ptr_array_remove() DOES preserve order; the documentation is bad. Removed ↵Pietro Gagliardi
that TODO from container_unix.c.