summaryrefslogtreecommitdiffstats
path: root/src/inkview-window.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inkview: show error message if there are no valid files and exitPatrick Storz2019-09-081-0/+2
|
* Clarify licensesMax Gaukler2018-11-081-2/+9
| | | | | | - 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-1/+10
|
* Add --preload option.Tavmjong Bah2018-11-041-25/+27
|
* Rewrite of inkview using InkApplication (Gtk::Application).Tavmjong Bah2018-11-041-0/+64
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).