| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Possible fix to MAC build failure. | Tavmjong Bah | 2018-11-19 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'main' | Tavmjong Bah | 2018-11-19 | 18 | -2259/+1969 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Allow multiple semi-colon separated entries in --export-id; each entry will ↵ | Tavmjong Bah | 2018-11-19 | 3 | -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. | |||||
| | * | | | | | | Rebase | Alexander Valavanis | 2018-11-18 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Fix resource file location | Alexander Valavanis | 2018-11-18 | 1 | -2/+7 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Add missing xml file. | Tavmjong Bah | 2018-11-17 | 1 | -0/+31 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Fix FTBFS with dbus | Alexander Valavanis | 2018-11-16 | 3 | -2/+6 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Imlplement '--action-list' command line option. | Tavmjong Bah | 2018-11-13 | 1 | -2/+4 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 2018-11-12 | 15 | -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 location | Alexander Valavanis | 2018-11-18 | 1 | -2/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add missing xml file. | Tavmjong Bah | 2018-11-18 | 1 | -0/+31 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix FTBFS with dbus | Alexander Valavanis | 2018-11-18 | 3 | -2/+6 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Imlplement '--action-list' command line option. | Tavmjong Bah | 2018-11-18 | 1 | -2/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 2018-11-18 | 15 | -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/README | Tavmjong Bah | 2018-11-19 | 1 | -0/+32 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix stream class locations | Alexander Valavanis | 2018-11-18 | 7 | -9872/+10415 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix CMakeLists for stream classes | Alexander Valavanis | 2018-11-18 | 1 | -12/+12 | |
| | | | | | | | | ||||||
| * | | | | | | | Move i/o stream classes into own directory. Add README. | Tavmjong Bah | 2018-11-18 | 15 | -0/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'gadic/inkscape-transl_fr' | Sylvain Chiron | 2018-11-17 | 1 | -330/+219 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | new fixes in french translation (after review) | Guillaume Audirac | 2018-11-14 | 1 | -19/+19 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fixes in french translation after review | Guillaume Audirac | 2018-11-13 | 1 | -20/+16 | |
| | | | | | | | | | ||||||
| | * | | | | | | | french translation, new update | Guillaume Audirac | 2018-11-07 | 1 | -289/+203 | |
| | | | | | | | | | ||||||
| | * | | | | | | | french translation (remove useless fuzzy) | Guillaume Audirac | 2018-11-07 | 1 | -21/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix area on filtered elements, also force cache it for fast view | Jabiertxof | 2018-11-16 | 1 | -3/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix format string | Alexander Valavanis | 2018-11-16 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Only set CMake policy command if policy exists | Alexander Valavanis | 2018-11-16 | 1 | -1/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Update CMake policy 0075 for check-executable linkage | Alexander Valavanis | 2018-11-16 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Rewrite of Gimp Color Wheel in C++. | Tavmjong Bah | 2018-11-16 | 8 | -1634/+786 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove Adwaita-hicolor icon themes toggles making more compat | Jabier Arraiza | 2018-11-15 | 3 | -18/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix bug forcing symbolic system icons in hicolor theme | Jabiertxof | 2018-11-14 | 2 | -3/+15 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use better syntax, clean up before reloading and call SPObjet release | Martin Owens | 2018-11-14 | 1 | -4/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add Ramon Miranda work on filter primitives symbolic icons | Ramón Miranda | 2018-11-14 | 18 | -123/+7364 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Move getStyles to styles and clean up on destruction. | Martin Owens | 2018-11-14 | 3 | -25/+22 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Change preference to allow backward compatibility | Jabier Arraiza | 2018-11-13 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add capability to get style rulesets as SPStyle objects | Martin Owens | 2018-11-13 | 6 | -6/+115 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Support multiple style sheets or style elements in an svg document | Martin Owens | 2018-11-12 | 2 | -20/+20 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Martin Owens | 2018-11-12 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Explicitly stop inheritance of 'stop-color' per SVG spec. | Tavmjong Bah | 2018-11-12 | 2 | -5/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Rename add_style_sheet to reduce confusion with SVG/CSS | Martin Owens | 2018-11-12 | 3 | -4/+4 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix encoding of "title" label in win32 native file dialog | Eduard Braun | 2018-11-11 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs - https://bugs.launchpad.net/inkscape/+bug/1802726 | |||||
| * | | | | | | | Fix a bug icons dont show if no dialog open | Jabiertxof | 2018-11-10 | 2 | -8/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | fix compiling on macOS | Thomas Holder | 2018-11-10 | 5 | -7/+7 | |
| | | | | | | | | ||||||
| * | | | | | | | license check: use exceptions | Thomas Holder | 2018-11-10 | 1 | -14/+25 | |
| | | | | | | | | ||||||
| * | | | | | | | license check: split " OR " | Thomas Holder | 2018-11-10 | 1 | -3/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | check-license-headers Python 2 compatible | Thomas Holder | 2018-11-10 | 1 | -0/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | check-license-headers tweaks | Thomas Holder | 2018-11-10 | 3 | -19/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - run check-license-headers with CI (test:linux:) - ignores unreadable files - use fnmatch (works on Windows with forward slashes) | |||||
| * | | | | | | | cleanup StrokeStyle::updateAllMarkers | Thomas Holder | 2018-11-10 | 1 | -24/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rearrange code to minimize redundant actions | |||||
| * | | | | | | | Fix Bug #1796261 update markers in groups | Samuel Buttigieg | 2018-11-10 | 1 | -22/+42 | |
| | | | | | | | | ||||||
| * | | | | | | | Chage std::cout to g_warning | Jabier Arraiza | 2018-11-10 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Snap: Fix file loading with path with spaces | 林博仁(Buo-ren, Lin) | 2018-11-10 | 1 | -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> | |||||
