summaryrefslogtreecommitdiffstats
path: root/src/inkview-window.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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).