summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/ToolBox.h
AgeCommit message (Collapse)Author
2013-01-28Associate utility windows with current main windowAlex Merry
This allows the window manager to raise the windows as a group, for example.
2012-12-17Remember the geometry of the utility windowsAlex Merry
Code largely stolen from the GIMP.
2012-12-11Remove use of GtkFrame in tool windowsAlex Merry
It's unnecessary and a waste of space. Use bolded titles instead.
2012-12-07Present windows if already shownAlex Merry
Also, allow the properties window to be hidden and shown
2012-12-07Improve toolbox config pane layoutAlex Merry
2012-12-07Add config widgets to toolboxAlex Merry
2012-12-06Add a toolboxAlex Merry
Just allows selecting tools, so far - no tool configuration.