| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Inkview: Print warning of no (valid) files are found in input | Eduard Braun | 2017-05-14 | 1 | -1/+2 |
| | | | | (bzr r15696) | ||||
| * | Inkview: New option -r or --recursive which make Inkview search recursively ↵ | Eduard Braun | 2017-05-14 | 1 | -23/+37 |
| | | | | | | for SVG files in the specified directories (bzr r15695) | ||||
| * | Inkview: new option -f or --fullscreen to lauch Inkview in fullscreen mode | Eduard Braun | 2017-05-14 | 1 | -7/+15 |
| | | | | (bzr r15694) | ||||
| * | Inkview: Don't crash when unknow command line option is specified | Eduard Braun | 2017-05-14 | 1 | -1/+8 |
| | | | | (bzr r15690.1.15) | ||||
| * | Inkview: add option -s or --scale to set a factor by witch to scale the ↵ | Eduard Braun | 2017-05-14 | 1 | -12/+23 |
| | | | | | | | | | displayed image Fixed bugs: - https://launchpad.net/bugs/1550897 (bzr r15690.1.14) | ||||
| * | Inkview: Add additional information to help output and update option description | Eduard Braun | 2017-05-14 | 1 | -4/+9 |
| | | | | (bzr r15690.1.13) | ||||
| * | Inkview: refactor InkviewOptionsGroup and other minor refactoring | Eduard Braun | 2017-05-14 | 1 | -28/+24 |
| | | | | (bzr r15690.1.12) | ||||
| * | Inkview: Finally implement the -t or --timer option after we dragged it ↵ | Eduard Braun | 2017-05-14 | 1 | -2/+1 |
| | | | | | | around for over 10 years without implementation (bzr r15690.1.10) | ||||
| * | Inkview: Some more refactoring | Eduard Braun | 2017-05-14 | 1 | -1/+0 |
| | | | | (bzr r15690.1.9) | ||||
| * | Inkview: Refactoring - move SPSlideShow to separate source file | Eduard Braun | 2017-05-14 | 1 | -325/+5 |
| | | | | (bzr r15690.1.8) | ||||
| * | Inkview: Title was not updated when using controls in control window. | Eduard Braun | 2017-05-13 | 1 | -1/+1 |
| | | | | (bzr r15690.1.7) | ||||
| * | Inkview: Show number of current slide and total number of slides in title | Eduard Braun | 2017-05-13 | 1 | -1/+6 |
| | | | | (bzr r15690.1.6) | ||||
| * | Inkview: Print warning if a file failed to load. | Eduard Braun | 2017-05-13 | 1 | -3/+3 |
| | | | | (bzr r15690.1.5) | ||||
| * | Inkview: Support folders as input. | Eduard Braun | 2017-05-13 | 1 | -9/+24 |
| | | | | | | | | All .svg and .svgz files contained in the specified folder(s) will be opened. Note: Currently this is done non-recursively, but a command line option to make this recursive could be easily added in future (see "recursive" parameter of "get_valid_files()" function). (bzr r15690.1.4) | ||||
| * | Inkview: Put checking for valid files in separate function | Eduard Braun | 2017-05-13 | 1 | -17/+24 |
| | | | | (bzr r15690.1.3) | ||||
| * | Inkview: Print error in correct encoding. | Eduard Braun | 2017-05-13 | 1 | -7/+5 |
| | | | | (bzr r15690.1.2) | ||||
| * | Inkview: Fix loading files with non-ASCII characters in filename | Eduard Braun | 2017-05-13 | 1 | -5/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/488997 (bzr r15690.1.1) | ||||
| * | Fix build warning | Eduard Braun | 2017-05-12 | 1 | -1/+1 |
| | | | | (bzr r15690) | ||||
| * | Inkview: minor cleanup | Eduard Braun | 2017-05-12 | 1 | -9/+1 |
| | | | | (bzr r15687.1.3) | ||||
| * | Inkview: Fix encoding of console output on Windows | Eduard Braun | 2017-05-12 | 1 | -1/+15 |
| | | | | | | | | To do this we have to "hack" g_print() as the glib people decided Windows consoles should be limited to 255 character code pages forevermore and g_print() converts all strings to the system's ANSI code page without exception. (see http://stackoverflow.com/q/43927373/2514664 for details) (bzr r15687.1.2) | ||||
| * | Inkview: Fix gettext localization | Eduard Braun | 2017-05-12 | 1 | -6/+10 |
| | | | | (bzr r15687.1.1) | ||||
| * | Inkview: Fix localization | Eduard Braun | 2017-05-07 | 1 | -15/+12 |
| | | | | (bzr r15675.1.5) | ||||
| * | Minor refactor: check setlocale() occurences and make sure we do not ↵ | Eduard Braun | 2017-05-07 | 1 | -5/+0 |
| | | | | | | | | | setlocale() without resetting it to the initial default) - inkview.cpp : This occurence in fact does *not* seem to be needed anymore (despite what the comment says) - main.cpp : The (commented out) occurence is unnecessary as it is called as part of gtk_init_check() (bzr r15674) | ||||
| * | Inkview: Make ctrlwin private | Alex Valavanis | 2016-08-25 | 1 | -20/+26 |
| | | | | (bzr r15077) | ||||
| * | Inkview: C++ify | Alex Valavanis | 2016-08-25 | 1 | -49/+54 |
| | | | | (bzr r15076) | ||||
| * | Inkview: Remove support for obsolete SVG JAR archives | Alex Valavanis | 2016-08-25 | 1 | -59/+0 |
| | | | | (bzr r15075) | ||||
| * | Inkview: C++ify | Alex Valavanis | 2016-08-23 | 1 | -64/+81 |
| | | | | (bzr r15073) | ||||
| * | Inkview: Use GOptionContext | Alex Valavanis | 2016-08-23 | 1 | -54/+60 |
| | | | | (bzr r15072) | ||||
| * | inkview: Convert to ApplicationWindow | Alex Valavanis | 2016-08-14 | 1 | -49/+45 |
| | | | | (bzr r15057) | ||||
| * | inkview: C++ify | Alex Valavanis | 2016-08-13 | 1 | -158/+115 |
| | | | | (bzr r15056) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -15/+1 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -15/+1 |
| | | | | | | | (bzr r15023.2.8) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+0 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+3 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+0 |
| |/ | | | (bzr r15025) | ||||
| * | inkview: Fix cursor API deprecation #Hackfest2016 | Alex Valavanis | 2016-04-12 | 1 | -2/+3 |
| | | | | (bzr r14786) | ||||
| * | Inkview. Code consistency fixes. | Nicolas Dufour | 2016-02-29 | 1 | -166/+162 |
| | | | | (bzr r14674) | ||||
| * | inkview: Drop use of obsolete getopt | Bryce Harrington | 2016-02-25 | 1 | -14/+15 |
| | | | | | | | | | This lets us drop getopt as a cmake requirement. Patch from rindolf, thanks! http://www.shlomifish.org/Files/files/code/inkscape-cmake-get-rid-of-getopt-check-2.diff (bzr r14668) | ||||
| * | Fix GTK+ fullscreen issue | Alex Valavanis | 2015-12-27 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1529521 (bzr r14555) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | | | | (bzr r14126) | ||||
| * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 1 | -1/+1 |
| | | | | (bzr r13950) | ||||
| * | Isolate components of libgc | Liam P. White | 2015-02-25 | 1 | -1/+1 |
| | | | | (bzr r13946) | ||||
| * | Update to experimental r13565 | Liam P. White | 2014-09-27 | 1 | -10/+0 |
| | | | | (bzr r13341.5.16) | ||||
| * | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -4/+2 |
| | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | Move constructor/destructor into private section, remove protected section. ↵ | Liam P. White | 2014-06-27 | 1 | -1/+1 |
| | | | | | | Rename init(). Add to-do list. (bzr r13341.5.8) | ||||
| * | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 2014-06-26 | 1 | -1/+2 |
| | | | | | | members, simplify signals (bzr r13341.5.6) | ||||
| * | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -1/+1 |
| | | | | (bzr r13341.5.3) | ||||
| * | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -2/+2 |
| | | | | (bzr r13341.5.1) | ||||
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 2014-01-02 | 1 | -4/+34 |
| | | | | (bzr r12868) | ||||
| * | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -3/+4 |
| | | | | (bzr r12475.1.2) | ||||
