summaryrefslogtreecommitdiffstats
path: root/src/svg-view-slideshow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite of inkview using InkApplication (Gtk::Application).Tavmjong Bah2018-11-041-83/+0
| | | | | | | | 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).
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This avoids having to pass variables by reference before copying them when calling a constructor.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Inkview: new option -f or --fullscreen to lauch Inkview in fullscreen modeEduard Braun2017-05-141-11/+10
| | | (bzr r15694)
* Inkview: add option -s or --scale to set a factor by witch to scale the ↵Eduard Braun2017-05-141-7/+9
| | | | | | | | displayed image Fixed bugs: - https://launchpad.net/bugs/1550897 (bzr r15690.1.14)
* Inkview: Finally implement the -t or --timer option after we dragged it ↵Eduard Braun2017-05-141-2/+3
| | | | | around for over 10 years without implementation (bzr r15690.1.10)
* Inkview: Some more refactoringEduard Braun2017-05-141-13/+3
| | | (bzr r15690.1.9)
* Inkview: Refactoring - move SPSlideShow to separate source fileEduard Braun2017-05-141-0/+91
(bzr r15690.1.8)