summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/GraphEditorPanel.m
AgeCommit message (Collapse)Author
2013-09-01GTK: Properly clear the renderer from the old toolAlex Merry
Fixes, for example, unsetting the cursor when changing from the bounding box tool.
2013-08-04GTK: holding down ctrl pans, regardless of toolAlex Merry
If the user presses the LMB whilst holding ctrl, we bypass the tool and enter panning mode, where dragging the mouse moves around the graph, until the LMB is released.
2013-05-07GTK+: One preview window per main windowAlex Merry
Each document window has its own preview window, allowing multiple ones to be open at once.
2013-03-25Catch some memory leaksAlex Merry
Memory usage on Linux no longer shoots up after running the tikz parser a handful of times.
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