summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/CreateEdgeTool.m
AgeCommit message (Collapse)Author
2013-02-06Revert "Remove double-borders from edge style selector"Alex Merry
This reverts commit 0766b825aecf072ce4586d6b447bb782f2adb56b. This appears to be just be a quirk of theme I was using at the time.
2013-02-05Remove double-borders from edge style selectorAlex Merry
For some reason, GtkTreeView gets nice borders as standard, but GtkIconView does not.
2013-02-04Add "no style" buttons to node/edge creation toolsAlex Merry
Fixes issue #9
2012-12-17Use central models for node and edge stylesAlex Merry
2012-12-14Add scrollbars to the tool style selectorsAlex Merry
2012-12-13Use the correct style manager for creation toolsAlex Merry
2012-12-11Remove use of GtkFrame in tool windowsAlex Merry
It's unnecessary and a waste of space. Use bolded titles instead.
2012-12-07Improve config panels for create node/edge toolsAlex Merry
2012-12-06Add a toolboxAlex Merry
Just allows selecting tools, so far - no tool configuration.
2012-12-06Refactor GraphInputHandler into ToolsAlex Merry