summaryrefslogtreecommitdiffstats
path: root/src/inkview-window.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-08Inkview: show error message if there are no valid files and exitPatrick Storz1-1/+5
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-1/+1
Makes searching through code for them easier.
2019-01-01Minor style fixesMarc Jeanmougin1-1/+1
2018-12-03Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah1-5/+0
Another step in making View not dependent on GUI.
2018-11-27Remove unneeded include.Tavmjong Bah1-1/+0
2018-11-08Clarify licensesMax Gaukler1-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
2018-11-06C++ify SVGViewWidget. Remove unused code.Tavmjong Bah1-5/+6
2018-11-041. Fix fullscreen mode from command line.Tavmjong Bah1-3/+10
2. Display all files in a directory if the directory is explicitly included in command line.
2018-11-04Add --preload option.Tavmjong Bah1-1/+27
2018-11-04Rewrite of inkview using InkApplication (Gtk::Application).Tavmjong Bah1-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).