summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/GraphEditorPanel.m
AgeCommit message (Collapse)Author
2013-03-22Add "space" shortcut to refresh preview without it grabbing focusAlex Merry
2013-02-13GTK: Add shortcuts for changing selection modeAlex Merry
Now when the graph has focus, shift+n will choose node selection, shift+e edge selection and shift+b both.
2012-12-14Don't grab the tool except on clicksAlex Merry
2012-12-12Implement (single-key) tool shortcutsAlex Merry
2012-12-12Allow the graph widget to grab focusAlex Merry
2012-12-07Only discard selection when switching to another toolAlex Merry
Before, the selection was discarded even when another window grabbed the tool.
2012-12-06Refactor GraphInputHandler into ToolsAlex Merry