summaryrefslogtreecommitdiffstats
path: root/src/inkscape-window.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly update document view when closing, then opening a new filePatrick Storz2019-10-221-0/+2
| | | | | | | | | We call "change_document()" in this case, which only switches the document without creating a new window and consequently did not do any of the required set-up This ensures window size/position and other preferences stored in <namedview> are properly applied.
* Add document_open and document_close functions and use them in batch mode.Tavmjong Bah2019-02-171-0/+1
|
* Code simplification using InkscapeApplication singleton.Tavmjong Bah2019-02-151-2/+4
|
* Add missing file in previous commit.Tavmjong Bah2019-02-031-1/+1
|
* Allow InkscapeApplication to track current document, selection, and desktop.Tavmjong Bah2019-01-301-4/+9
|
* Move main menu bar from desktop-widget to inkscape-window.Tavmjong Bah2019-01-221-1/+2
|
* Remove sp_create_window().Tavmjong Bah2019-01-191-1/+6
|
* Another baby step in creating InkscapeWindow.Tavmjong Bah2019-01-131-1/+6
|
* First baby step in adding InkscapeWindow (Gtk::ApplicationWindow)Tavmjong Bah2019-01-091-0/+55