summaryrefslogtreecommitdiffstats
path: root/src/inkview.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* inkview: Add a little documentationAlexander Valavanis2018-03-121-3/+21
* Inkview: Split options code outAlexander Valavanis2018-03-041-64/+1
* Misc. typosUnknown2017-11-071-2/+2
* Inkview: Print warning of no (valid) files are found in inputEduard Braun2017-05-141-1/+2
* Inkview: New option -r or --recursive which make Inkview search recursively f...Eduard Braun2017-05-141-23/+37
* Inkview: new option -f or --fullscreen to lauch Inkview in fullscreen modeEduard Braun2017-05-141-7/+15
* Inkview: Don't crash when unknow command line option is specifiedEduard Braun2017-05-141-1/+8
* Inkview: add option -s or --scale to set a factor by witch to scale the displ...Eduard Braun2017-05-141-12/+23
* Inkview: Add additional information to help output and update option descriptionEduard Braun2017-05-141-4/+9
* Inkview: refactor InkviewOptionsGroup and other minor refactoringEduard Braun2017-05-141-28/+24
* Inkview: Finally implement the -t or --timer option after we dragged it aroun...Eduard Braun2017-05-141-2/+1
* Inkview: Some more refactoringEduard Braun2017-05-141-1/+0
* Inkview: Refactoring - move SPSlideShow to separate source fileEduard Braun2017-05-141-325/+5
* Inkview: Title was not updated when using controls in control window.Eduard Braun2017-05-131-1/+1
* Inkview: Show number of current slide and total number of slides in titleEduard Braun2017-05-131-1/+6
* Inkview: Print warning if a file failed to load.Eduard Braun2017-05-131-3/+3
* Inkview: Support folders as input.Eduard Braun2017-05-131-9/+24
* Inkview: Put checking for valid files in separate functionEduard Braun2017-05-131-17/+24
* Inkview: Print error in correct encoding.Eduard Braun2017-05-131-7/+5
* Inkview: Fix loading files with non-ASCII characters in filenameEduard Braun2017-05-131-5/+4
* Fix build warningEduard Braun2017-05-121-1/+1
* Inkview: minor cleanupEduard Braun2017-05-121-9/+1
* Inkview: Fix encoding of console output on WindowsEduard Braun2017-05-121-1/+15
* Inkview: Fix gettext localizationEduard Braun2017-05-121-6/+10
* Inkview: Fix localizationEduard Braun2017-05-071-15/+12
* Minor refactor: check setlocale() occurences and make sure we do not setlocal...Eduard Braun2017-05-071-5/+0
* Inkview: Make ctrlwin privateAlex Valavanis2016-08-251-20/+26
* Inkview: C++ifyAlex Valavanis2016-08-251-49/+54
* Inkview: Remove support for obsolete SVG JAR archivesAlex Valavanis2016-08-251-59/+0
* Inkview: C++ifyAlex Valavanis2016-08-231-64/+81
* Inkview: Use GOptionContextAlex Valavanis2016-08-231-54/+60
* inkview: Convert to ApplicationWindowAlex Valavanis2016-08-141-49/+45
* inkview: C++ifyAlex Valavanis2016-08-131-158/+115
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-15/+1
|\
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-15/+1
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
|/
* inkview: Fix cursor API deprecation #Hackfest2016Alex Valavanis2016-04-121-2/+3
* Inkview. Code consistency fixes.Nicolas Dufour2016-02-291-166/+162
* inkview: Drop use of obsolete getoptBryce Harrington2016-02-251-14/+15
* Fix GTK+ fullscreen issueAlex Valavanis2015-12-271-4/+0
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
* Isolate components of libgcLiam P. White2015-02-251-1/+1
* Update to experimental r13565Liam P. White2014-09-271-10/+0
* 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-4/+2
* Move constructor/destructor into private section, remove protected section. R...Liam P. White2014-06-271-1/+1