summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Possible fix to MAC build failure.Tavmjong Bah2018-11-191-1/+1
| | | | | |
* | | | | | Merge branch 'main'Tavmjong Bah2018-11-1918-2259/+1969
|\ \ \ \ \ \
| * | | | | | Allow multiple semi-colon separated entries in --export-id; each entry will ↵Tavmjong Bah2018-11-193-285/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be exported to its own file. Using a semi-colon allows the future possibility of allowing the user to use a comma separated entry to select more than one object to export at the same time.
| * | | | | | RebaseAlexander Valavanis2018-11-180-0/+0
| |\ \ \ \ \ \
| | * | | | | | Fix resource file locationAlexander Valavanis2018-11-181-2/+7
| | | | | | | |
| | * | | | | | Add missing xml file.Tavmjong Bah2018-11-171-0/+31
| | | | | | | |
| | * | | | | | Fix FTBFS with dbusAlexander Valavanis2018-11-163-2/+6
| | | | | | | |
| | * | | | | | Imlplement '--action-list' command line option.Tavmjong Bah2018-11-131-2/+4
| | | | | | | |
| | * | | | | | Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-1215-2257/+1861
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Gio::File for accessing files. Use Gio options to handle command line arguments. Use Gio::Actions for some command line arguments. Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
| * | | | | | | Fix resource file locationAlexander Valavanis2018-11-181-2/+7
| | | | | | | |
| * | | | | | | Add missing xml file.Tavmjong Bah2018-11-181-0/+31
| | | | | | | |
| * | | | | | | Fix FTBFS with dbusAlexander Valavanis2018-11-183-2/+6
| | | | | | | |
| * | | | | | | Imlplement '--action-list' command line option.Tavmjong Bah2018-11-181-2/+4
| | | | | | | |
| * | | | | | | Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-1815-2257/+1861
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Gio::File for accessing files. Use Gio options to handle command line arguments. Use Gio::Actions for some command line arguments. Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
* | | | | | | | Add src/io/READMETavmjong Bah2018-11-191-0/+32
|/ / / / / / /
* | | | | | | Fix stream class locationsAlexander Valavanis2018-11-187-9872/+10415
| | | | | | |
* | | | | | | Fix CMakeLists for stream classesAlexander Valavanis2018-11-181-12/+12
| | | | | | |
* | | | | | | Move i/o stream classes into own directory. Add README.Tavmjong Bah2018-11-1815-0/+13
| | | | | | |
* | | | | | | Merge branch 'gadic/inkscape-transl_fr'Sylvain Chiron2018-11-171-330/+219
|\ \ \ \ \ \ \
| * | | | | | | new fixes in french translation (after review)Guillaume Audirac2018-11-141-19/+19
| | | | | | | |
| * | | | | | | fixes in french translation after reviewGuillaume Audirac2018-11-131-20/+16
| | | | | | | |
| * | | | | | | french translation, new updateGuillaume Audirac2018-11-071-289/+203
| | | | | | | |
| * | | | | | | french translation (remove useless fuzzy)Guillaume Audirac2018-11-071-21/+0
| | | | | | | |
* | | | | | | | Fix area on filtered elements, also force cache it for fast viewJabiertxof2018-11-161-3/+5
| | | | | | | |
* | | | | | | | Fix format stringAlexander Valavanis2018-11-161-1/+1
| | | | | | | |
* | | | | | | | Only set CMake policy command if policy existsAlexander Valavanis2018-11-161-1/+4
| | | | | | | |
* | | | | | | | Update CMake policy 0075 for check-executable linkageAlexander Valavanis2018-11-161-0/+1
| | | | | | | |
* | | | | | | | Rewrite of Gimp Color Wheel in C++.Tavmjong Bah2018-11-168-1634/+786
| | | | | | | |
* | | | | | | | Remove Adwaita-hicolor icon themes toggles making more compatJabier Arraiza2018-11-153-18/+8
| | | | | | | |
* | | | | | | | Fix bug forcing symbolic system icons in hicolor themeJabiertxof2018-11-142-3/+15
| | | | | | | |
* | | | | | | | Use better syntax, clean up before reloading and call SPObjet releaseMartin Owens2018-11-141-4/+8
| | | | | | | |
* | | | | | | | Add Ramon Miranda work on filter primitives symbolic iconsRamón Miranda2018-11-1418-123/+7364
| | | | | | | |
* | | | | | | | Move getStyles to styles and clean up on destruction.Martin Owens2018-11-143-25/+22
| | | | | | | |
* | | | | | | | Change preference to allow backward compatibilityJabier Arraiza2018-11-131-1/+1
| | | | | | | |
* | | | | | | | Add capability to get style rulesets as SPStyle objectsMartin Owens2018-11-136-6/+115
| |/ / / / / / |/| | | | | |
* | | | | | | Support multiple style sheets or style elements in an svg documentMartin Owens2018-11-122-20/+20
| | | | | | |
* | | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMartin Owens2018-11-122-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Explicitly stop inheritance of 'stop-color' per SVG spec.Tavmjong Bah2018-11-122-5/+5
| | | | | | | |
* | | | | | | | Rename add_style_sheet to reduce confusion with SVG/CSSMartin Owens2018-11-123-4/+4
|/ / / / / / /
* | | | | | | Fix encoding of "title" label in win32 native file dialogEduard Braun2018-11-111-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs - https://bugs.launchpad.net/inkscape/+bug/1802726
* | | | | | | Fix a bug icons dont show if no dialog openJabiertxof2018-11-102-8/+9
| | | | | | |
* | | | | | | fix compiling on macOSThomas Holder2018-11-105-7/+7
| | | | | | |
* | | | | | | license check: use exceptionsThomas Holder2018-11-101-14/+25
| | | | | | |
* | | | | | | license check: split " OR "Thomas Holder2018-11-101-3/+1
| | | | | | |
* | | | | | | check-license-headers Python 2 compatibleThomas Holder2018-11-101-0/+5
| | | | | | |
* | | | | | | check-license-headers tweaksThomas Holder2018-11-103-19/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - run check-license-headers with CI (test:linux:) - ignores unreadable files - use fnmatch (works on Windows with forward slashes)
* | | | | | | cleanup StrokeStyle::updateAllMarkersThomas Holder2018-11-101-24/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | rearrange code to minimize redundant actions
* | | | | | | Fix Bug #1796261 update markers in groupsSamuel Buttigieg2018-11-101-22/+42
| | | | | | |
* | | | | | | Chage std::cout to g_warningJabier Arraiza2018-11-101-2/+2
| | | | | | |
* | | | | | | Snap: Fix file loading with path with spaces林博仁(Buo-ren, Lin)2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the inkscape snap is unable to load file with path with spaces when opening such files by double clicking them in the file manager(loading them via the file open dialog works). This is probably due to the fact that the launcher doesn't quote the expansion of the `@` special parameter and thus all `word`s in the file path are applied with word separation. This patch fixes the syntax. Fixes Launchpad Bug #1735453. Refer-to: Bug #1735453 “Cannot open files with whitespaces/spaces in pathn...” : Bugs : Inkscape <https://bugs.launchpad.net/inkscape/+bug/1735453> Refer-to: bash(1) - Parameters - Special Parameters - @ Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>