summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Turn OK objects rows iconJabier Arraiza2018-11-092-2/+2
|
* Fix codding styleJabiertxof2018-11-0936-60/+50
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-0951-54/+87
|
* Fix compiling bugJabiertxof2018-11-094-10/+17
|
* Fixing symbols icon sizeJabiertxof2018-11-092-1/+6
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-0927-131/+152
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Add README to src/ui/viewTavmjong Bah2018-11-091-0/+41
|
* License header check: ignore files in .gitignoreMax Gaukler2018-11-081-0/+3
|
* fix license in Windows MSI setupMax Gaukler2018-11-083-136/+153
| | | | the license text shown was GPL2, now corrected to GPL3
* convert to unix line endingsMax Gaukler2018-11-082-193/+193
|
* Check for valid license header on buildMax Gaukler2018-11-082-0/+73
|
* Relicense xverbs code to GPLv2+Max Gaukler2018-11-082-7/+5
| | | | as permitted by Dmitry via email and by Tav in person.
* Clarify licensesMax Gaukler2018-11-081784-2679/+6522
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Implement the remaining vector effects properties.Tavmjong Bah2018-11-088-7/+183
|
* fix bug 1793940 ODG image exportThomas Holder2018-11-074-57/+38
| | | | | Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export.
* fix clipboard URL rebasingThomas Holder2018-11-079-43/+34
|
* Refactor rebase_hrefs with new URI APIThomas Holder2018-11-071-119/+48
| | | | | | | - eliminates calls to Glib::path_is_absolute and Glib::build_filename with URI arguments. Those functions are only valid for filenames, not for URIs. - Adds support for constructing relative URIs into parent directories.
* Add missing change from last commit.Tavmjong Bah2018-11-071-1/+0
|
* Replace Broken Image xpm by SVG.Tavmjong Bah2018-11-074-317/+31
|
* Allow symbolic icons in default icon themeJabier Arraiza2018-11-061-0/+5
|
* Fix icon loader to allow inverse color in symbolic icons. Also added ↵Jabier Arraiza2018-11-065-36/+66
| | | | searching.svg for loading symbols
* Remove delete that is causing crash.Tavmjong Bah2018-11-061-1/+0
|
* Add knot to offset LPE on load in new documentsJabier Arraiza2018-11-061-1/+7
|