| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-04 | Rewrite of inkview using InkApplication (Gtk::Application). | Tavmjong Bah | 1 | -325/+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). | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -8/+7 | |
| 2018-06-18 | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 1 | -2/+4 | |
| This avoids having to pass variables by reference before copying them when calling a constructor. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -7/+7 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-07 | Use convenience functions to obtain monitor geometry | Eduard Braun | 1 | -37/+4 | |
| 2017-12-26 | Inkview: GtkMM deprecation fixes | Alexander Valavanis | 1 | -2/+34 | |
| 2017-05-14 | Fix build warning | Eduard Braun | 1 | -1/+1 | |
| (bzr r15697) | |||||
| 2017-05-14 | Inkview: new option -f or --fullscreen to lauch Inkview in fullscreen mode | Eduard Braun | 1 | -6/+9 | |
| (bzr r15694) | |||||
| 2017-05-14 | Inkview: add option -s or --scale to set a factor by witch to scale the ↵ | Eduard Braun | 1 | -3/+4 | |
| displayed image Fixed bugs: - https://launchpad.net/bugs/1550897 (bzr r15690.1.14) | |||||
| 2017-05-14 | Inkview: minor refactoring | Eduard Braun | 1 | -12/+9 | |
| (bzr r15690.1.11) | |||||
| 2017-05-14 | Inkview: Finally implement the -t or --timer option after we dragged it ↵ | Eduard Braun | 1 | -9/+26 | |
| around for over 10 years without implementation (bzr r15690.1.10) | |||||
| 2017-05-14 | Inkview: Some more refactoring | Eduard Braun | 1 | -1/+12 | |
| (bzr r15690.1.9) | |||||
| 2017-05-14 | Inkview: Refactoring - move SPSlideShow to separate source file | Eduard Braun | 1 | -0/+300 | |
| (bzr r15690.1.8) | |||||
