summaryrefslogtreecommitdiffstats
path: root/src/inkview-window.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-1/+1
| | | | Makes searching through code for them easier.
* Minor style fixesMarc Jeanmougin2019-01-011-1/+1
|
* Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah2018-12-031-5/+0
| | | | Another step in making View not dependent on GUI.
* Remove unneeded include.Tavmjong Bah2018-11-271-1/+0
|
* Clarify licensesMax Gaukler2018-11-081-2/+10
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-061-5/+6
|
* 1. Fix fullscreen mode from command line.Tavmjong Bah2018-11-041-3/+10
| | | | 2. Display all files in a directory if the directory is explicitly included in command line.
* Add --preload option.Tavmjong Bah2018-11-041-1/+27
|
* Rewrite of inkview using InkApplication (Gtk::Application).Tavmjong Bah2018-11-041-0/+412
Use Gio::File for accessing files. Use Gio options to handle command line arguments. Use Gio::Action's. Use Gtk::Builder for control window. Only create SPDocument when requested for display and then cache it (should speed up start-up).