summaryrefslogtreecommitdiffstats
path: root/src/inkview.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-14Inkview: Print warning of no (valid) files are found in inputEduard Braun1-1/+2
2017-05-14Inkview: New option -r or --recursive which make Inkview search recursively f...Eduard Braun1-23/+37
2017-05-14Inkview: new option -f or --fullscreen to lauch Inkview in fullscreen modeEduard Braun1-7/+15
2017-05-14Inkview: Don't crash when unknow command line option is specifiedEduard Braun1-1/+8
2017-05-14Inkview: add option -s or --scale to set a factor by witch to scale the displ...Eduard Braun1-12/+23
2017-05-14Inkview: Add additional information to help output and update option descriptionEduard Braun1-4/+9
2017-05-14Inkview: refactor InkviewOptionsGroup and other minor refactoringEduard Braun1-28/+24
2017-05-14Inkview: Finally implement the -t or --timer option after we dragged it aroun...Eduard Braun1-2/+1
2017-05-14Inkview: Some more refactoringEduard Braun1-1/+0
2017-05-14Inkview: Refactoring - move SPSlideShow to separate source fileEduard Braun1-325/+5
2017-05-13Inkview: Title was not updated when using controls in control window.Eduard Braun1-1/+1
2017-05-13Inkview: Show number of current slide and total number of slides in titleEduard Braun1-1/+6
2017-05-13Inkview: Print warning if a file failed to load.Eduard Braun1-3/+3
2017-05-13Inkview: Support folders as input.Eduard Braun1-9/+24
2017-05-13Inkview: Put checking for valid files in separate functionEduard Braun1-17/+24
2017-05-13Inkview: Print error in correct encoding.Eduard Braun1-7/+5
2017-05-13Inkview: Fix loading files with non-ASCII characters in filenameEduard Braun1-5/+4
2017-05-12Fix build warningEduard Braun1-1/+1
2017-05-12Inkview: minor cleanupEduard Braun1-9/+1
2017-05-12Inkview: Fix encoding of console output on WindowsEduard Braun1-1/+15
2017-05-12Inkview: Fix gettext localizationEduard Braun1-6/+10
2017-05-07Inkview: Fix localizationEduard Braun1-15/+12
2017-05-07Minor refactor: check setlocale() occurences and make sure we do not setlocal...Eduard Braun1-5/+0
2016-08-25Inkview: Make ctrlwin privateAlex Valavanis1-20/+26
2016-08-25Inkview: C++ifyAlex Valavanis1-49/+54
2016-08-25Inkview: Remove support for obsolete SVG JAR archivesAlex Valavanis1-59/+0
2016-08-23Inkview: C++ifyAlex Valavanis1-64/+81
2016-08-23Inkview: Use GOptionContextAlex Valavanis1-54/+60
2016-08-14inkview: Convert to ApplicationWindowAlex Valavanis1-49/+45
2016-08-13inkview: C++ifyAlex Valavanis1-158/+115
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-15/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2016-04-12inkview: Fix cursor API deprecation #Hackfest2016Alex Valavanis1-2/+3
2016-02-29Inkview. Code consistency fixes.Nicolas Dufour1-166/+162
2016-02-25inkview: Drop use of obsolete getoptBryce Harrington1-14/+15
2015-12-27Fix GTK+ fullscreen issueAlex Valavanis1-4/+0
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
2015-02-25Isolate components of libgcLiam P. White1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-10/+0
2014-08-30Remove old stub from inkviewLiam P. White1-10/+0
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-3/+3
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-4/+2
2014-06-27Move constructor/destructor into private section, remove protected section. R...Liam P. White1-1/+1
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-1/+2
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-2/+2
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-4/+34