summaryrefslogtreecommitdiff
path: root/redo/mergeback
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-08-28Decided to defer Table WM_MOUSELEAVE (Windows) to later.Pietro Gagliardi
2014-08-28Removed merged back file.Pietro Gagliardi
2014-08-16Removed the gtkcolor.c mergeback; decided to hack on GtkColorChooser.Pietro Gagliardi
2014-08-15Moved Grid back. Removed now-unused stack.created.Pietro Gagliardi
2014-08-14Moved TODO about Labels to mergeback/grid.go; will worry when Grids become a ↵Pietro Gagliardi
thing again.
2014-08-08Added an optimization to the Tab code on Windows where only the current tab ↵Pietro Gagliardi
was resized, thinking it would solve flicker issues. It did not, and GTK+ resizes all tabs, so I'm keeping this in mergeback/ for now.
2014-08-08Decided to revert the transparency changes; I'll try flicker-free first.Pietro Gagliardi
2014-08-06Removed leftover TODOs: container does handle margins now.Pietro Gagliardi
2014-07-29Re-added Stack. Of course it only works right on GTK+ right now... the other ↵Pietro Gagliardi
platforms's Control.preferredSize()s aren't implemented yet!
2014-07-27Added a note about GTK+ color selection dialog deprecations for later.Pietro Gagliardi
2014-07-27Copied stack.go and grid.go to a temporary restaging area; removed the ↵Pietro Gagliardi
margin code from both as we no longer need it there.