summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Window.h
AgeCommit message (Collapse)Author
2017-01-11made new subdirAleks Kissinger
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-25Fix issues found by the clang static analyzerAlex Merry
2013-03-24GTK: highlight the bad symbol on parse errorsAlex Merry
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-17Update props window when a window's document changesAlex Merry
A window's document can change when opening a document from a window that is has no backing file and no changes. The properties window was not getting updated propertly when this happened (it still referred to the old document). Now it is updated properly.
2012-12-17Disconnect the clipboard signal handler on window closeAlex Merry
Previously, if a window was closed and then the clipboard changed, update_paste_action would still be called with a now-invalid paste action.
2012-12-07Present windows if already shownAlex Merry
Also, allow the properties window to be hidden and shown
2012-12-06Refactor GraphInputHandler into ToolsAlex Merry
2012-12-04Refactor MainWindow into Application and WindowAlex Merry
Basic multiple-window support, but no tools.