summaryrefslogtreecommitdiffstats
path: root/src/inkview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inkview: Support folders as input.Eduard Braun2017-05-131-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 functionEduard Braun2017-05-131-17/+24
| | | (bzr r15690.1.3)
* Inkview: Print error in correct encoding.Eduard Braun2017-05-131-7/+5
| | | (bzr r15690.1.2)
* Inkview: Fix loading files with non-ASCII characters in filenameEduard Braun2017-05-131-5/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/488997 (bzr r15690.1.1)
* Fix build warningEduard Braun2017-05-121-1/+1
| | | (bzr r15690)
* Inkview: minor cleanupEduard Braun2017-05-121-9/+1
| | | (bzr r15687.1.3)
* Inkview: Fix encoding of console output on WindowsEduard Braun2017-05-121-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 localizationEduard Braun2017-05-121-6/+10
| | | (bzr r15687.1.1)
* Inkview: Fix localizationEduard Braun2017-05-071-15/+12
| | | (bzr r15675.1.5)
* Minor refactor: check setlocale() occurences and make sure we do not ↵Eduard Braun2017-05-071-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 privateAlex Valavanis2016-08-251-20/+26
| | | (bzr r15077)
* Inkview: C++ifyAlex Valavanis2016-08-251-49/+54
| | | (bzr r15076)
* Inkview: Remove support for obsolete SVG JAR archivesAlex Valavanis2016-08-251-59/+0
| | | (bzr r15075)
* Inkview: C++ifyAlex Valavanis2016-08-231-64/+81
| | | (bzr r15073)
* Inkview: Use GOptionContextAlex Valavanis2016-08-231-54/+60
| | | (bzr r15072)
* inkview: Convert to ApplicationWindowAlex Valavanis2016-08-141-49/+45
| | | (bzr r15057)
* inkview: C++ifyAlex Valavanis2016-08-131-158/+115
| | | (bzr r15056)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-15/+1
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-15/+1
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
|/ | | (bzr r15025)
* inkview: Fix cursor API deprecation #Hackfest2016Alex Valavanis2016-04-121-2/+3
| | | (bzr r14786)
* Inkview. Code consistency fixes.Nicolas Dufour2016-02-291-166/+162
| | | (bzr r14674)
* inkview: Drop use of obsolete getoptBryce Harrington2016-02-251-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 issueAlex Valavanis2015-12-271-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1529521 (bzr r14555)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | (bzr r14126)
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| | | (bzr r13950)
* Isolate components of libgcLiam P. White2015-02-251-1/+1
| | | (bzr r13946)
* Update to experimental r13565Liam P. White2014-09-271-10/+0
| | | (bzr r13341.5.16)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-4/+2
| | | | | disallow pointers to Application (bzr r13341.5.9)
* Move constructor/destructor into private section, remove protected section. ↵Liam P. White2014-06-271-1/+1
| | | | | Rename init(). Add to-do list. (bzr r13341.5.8)
* 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-1/+2
| | | | | members, simplify signals (bzr r13341.5.6)
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
| | | (bzr r13341.5.3)
* 1. make it compileLiam P. White2014-06-251-2/+2
| | | (bzr r13341.5.1)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-4/+34
| | | (bzr r12868)
* Added viewBox implement document unit support.Matthew Petroff2013-08-271-3/+4
| | | (bzr r12475.1.2)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Migrate inkview buttons from deprecated GtkTable layout to GtkButtonBoxAlex Valavanis2012-12-011-35/+28
| | | (bzr r11918)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-106/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-17/+126
| | | (bzr r11250)
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+8
| | | (bzr r11196)
* Header cleaningAlex Valavanis2012-02-121-1/+1
| | | (bzr r10963)
* Unwanted output in documentation droppedKris De Gussem2012-02-061-1/+1
| | | (bzr r10945)
* A few GSEAL issuesKris De Gussem2012-01-111-4/+4
| | | (bzr r10872)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis2011-06-231-1/+0
| | | (bzr r10350.1.2)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-5/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)