summaryrefslogtreecommitdiffstats
path: root/src/inkscape-window.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-20More clean-up of code copied from sp_create_window().Tavmjong Bah1-32/+6
2019-01-20No longer use widget data to store pointer to window.Tavmjong Bah1-3/+1
2019-01-20 No longer use widget data to store pointer to desktop.Tavmjong Bah1-2/+0
2019-01-20No longer use widget data to store pointer to desktop widget.Tavmjong Bah1-1/+0
2019-01-20Use document rather than namedview in creating desktop widget.Tavmjong Bah1-1/+1
2019-01-19Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget).Tavmjong Bah1-2/+1
2019-01-19Remove sp_create_window().Tavmjong Bah1-12/+75
2019-01-19Move drag-and-drop code to separate file.Tavmjong Bah1-0/+5
2019-01-16Make InkscapeWindow responsible for adding window to app.Tavmjong Bah1-0/+14
2019-01-13Another baby step in creating InkscapeWindow.Tavmjong Bah1-2/+15
2019-01-10Prevent window from stealing key presses.Tavmjong Bah1-1/+1
2019-01-09First baby step in adding InkscapeWindow (Gtk::ApplicationWindow)Tavmjong Bah1-5/+16
2018-11-08Clarify licensesMax Gaukler1-2/+10
2018-11-04Rewrite of inkview using InkApplication (Gtk::Application).Tavmjong Bah1-0/+28