| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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> | ||||
| * | Turn OK objects rows icon | Jabier Arraiza | 2018-11-09 | 2 | -2/+2 |
| | | |||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 36 | -60/+50 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 51 | -54/+87 |
| | | |||||
| * | Fix compiling bug | Jabiertxof | 2018-11-09 | 4 | -10/+17 |
| | | |||||
| * | Fixing symbols icon size | Jabiertxof | 2018-11-09 | 2 | -1/+6 |
| | | |||||
| * | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 27 | -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/view | Tavmjong Bah | 2018-11-09 | 1 | -0/+41 |
| | | |||||
| * | License header check: ignore files in .gitignore | Max Gaukler | 2018-11-08 | 1 | -0/+3 |
| | | |||||
| * | fix license in Windows MSI setup | Max Gaukler | 2018-11-08 | 3 | -136/+153 |
| | | | | | the license text shown was GPL2, now corrected to GPL3 | ||||
| * | convert to unix line endings | Max Gaukler | 2018-11-08 | 2 | -193/+193 |
| | | |||||
| * | Check for valid license header on build | Max Gaukler | 2018-11-08 | 2 | -0/+73 |
| | | |||||
| * | Relicense xverbs code to GPLv2+ | Max Gaukler | 2018-11-08 | 2 | -7/+5 |
| | | | | | as permitted by Dmitry via email and by Tav in person. | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1784 | -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 Bah | 2018-11-08 | 8 | -7/+183 |
| | | |||||
| * | fix bug 1793940 ODG image export | Thomas Holder | 2018-11-07 | 4 | -57/+38 |
| | | | | | | Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export. | ||||
| * | fix clipboard URL rebasing | Thomas Holder | 2018-11-07 | 9 | -43/+34 |
| | | |||||
| * | Refactor rebase_hrefs with new URI API | Thomas Holder | 2018-11-07 | 1 | -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 Bah | 2018-11-07 | 1 | -1/+0 |
| | | |||||
| * | Replace Broken Image xpm by SVG. | Tavmjong Bah | 2018-11-07 | 4 | -317/+31 |
| | | |||||
| * | Allow symbolic icons in default icon theme | Jabier Arraiza | 2018-11-06 | 1 | -0/+5 |
| | | |||||
| * | Fix icon loader to allow inverse color in symbolic icons. Also added ↵ | Jabier Arraiza | 2018-11-06 | 5 | -36/+66 |
| | | | | | searching.svg for loading symbols | ||||
| * | Remove delete that is causing crash. | Tavmjong Bah | 2018-11-06 | 1 | -1/+0 |
| | | |||||
| * | Add knot to offset LPE on load in new documents | Jabier Arraiza | 2018-11-06 | 1 | -1/+7 |
| | | |||||
