| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-08 | Inkview: show error message if there are no valid files and exit | Patrick Storz | 1 | -1/+5 | |
| 2019-02-20 | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 1 | -1/+1 | |
| Makes searching through code for them easier. | |||||
| 2019-01-01 | Minor style fixes | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-12-03 | Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView. | Tavmjong Bah | 1 | -5/+0 | |
| Another step in making View not dependent on GUI. | |||||
| 2018-11-27 | Remove unneeded include. | Tavmjong Bah | 1 | -1/+0 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-06 | C++ify SVGViewWidget. Remove unused code. | Tavmjong Bah | 1 | -5/+6 | |
| 2018-11-04 | 1. Fix fullscreen mode from command line. | Tavmjong Bah | 1 | -3/+10 | |
| 2. Display all files in a directory if the directory is explicitly included in command line. | |||||
| 2018-11-04 | Add --preload option. | Tavmjong Bah | 1 | -1/+27 | |
| 2018-11-04 | Rewrite of inkview using InkApplication (Gtk::Application). | Tavmjong Bah | 1 | -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). | |||||
