summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Menu.m
AgeCommit message (Collapse)Author
2013-05-07Change "preferences" to "configuration"Alex Merry
"Preferences" suggests it's about non-essential behavioural or visual changes, but you need to configure TikZiT to use it properly (especially adding node and edge styles). Also, fix the title of the configuration window not to say "premable editor".
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-25Fix issues found by the clang static analyzerAlex Merry
2013-03-22Add "space" shortcut to refresh preview without it grabbing focusAlex Merry
2013-02-04Put node and edge style editors into settings dialogAlex Merry
2012-12-17Factor out properties pane from properties windowAlex Merry
PropertiesWindow is now ContextWindow. Preparing for putting more stuff in this window.
2012-12-07Present windows if already shownAlex Merry
Also, allow the properties window to be hidden and shown
2012-12-06Add a toolboxAlex Merry
Just allows selecting tools, so far - no tool configuration.
2012-12-06Refactor GraphInputHandler into ToolsAlex Merry
2012-12-04Refactor MainWindow into Application and WindowAlex Merry
Basic multiple-window support, but no tools.
2012-06-29Be helpful about which panes are visibleAlex Merry
If only one property/style pane is visible, auto-switch between them depending on the tool.
2012-05-04Edges can now be reversed easilyAlex Merry
2012-01-27GTK: bring forward / send back supportrandomguy3
Waiting on the graph changes to be implemented for it to be done properly (currently no undo/redo and the graph doesn't redraw properly) git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@403 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-01-18Rename src/linux to src/gtk (which is more accurate)randomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@392 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64