| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests for {SVG,CSS}OStringStreamTest | Thomas Holder | 2019-11-17 | 2 | -0/+157 |
| | | |||||
| * | Remove tests LPE to be woking apart in this branch: | Jabier Arraiza | 2019-11-03 | 7 | -8283/+0 |
| | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/1012 | ||||
| * | Improve clip LPE | Jabier Arraiza | 2019-11-01 | 8 | -2/+8289 |
| | | | | | | | | Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866 | ||||
| * | update expected_rendering/test-baseline-shift.png | Thomas Holder | 2019-10-23 | 1 | -0/+0 |
| | | |||||
| * | Fix bug in sh comparsion | Jabier Arraiza | 2019-10-19 | 1 | -1/+1 |
| | | |||||
| * | Fix tests after adding xml:lang. | Tavmjong Bah | 2019-10-01 | 1 | -0/+1 |
| | | |||||
| * | Remove _argv0 from Inkscape::Application | Patrick Storz | 2019-06-07 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | Currently it was only used as the least preferred (and therefore effectively unused) location where to store the crash backup. However it wasn't set properly since 408cb49b5559a81ea803df64bf58457a5dd4bf16 causing assertion errors while crashing. On top of that argv0 is not a reliable way to determine the path to the currently running executable anyway. Fixes https://gitlab.com/inkscape/inkscape/issues/176 | ||||
| * | run clang tidy modernize pass | Marc Jeanmougin | 2019-01-02 | 2 | -10/+12 |
| | | |||||
| * | modernize: add overrides | Marc Jeanmougin | 2019-01-02 | 7 | -8/+8 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 3 | -15/+15 |
| | | |||||
| * | test missing image xlink:href attribute | Thomas Holder | 2018-12-26 | 4 | -2/+30 |
| | | |||||
| * | rebase_hrefs: store IRI (UTF-8), not URI (ASCII) | Thomas Holder | 2018-12-24 | 1 | -0/+10 |
| | | |||||
| * | add some Inkscape::URI tests | Thomas Holder | 2018-12-16 | 1 | -0/+29 |
| | | | | | | | - default constructor - empty string constructor - exception tests | ||||
| * | extract_uri: fix, test, document | Thomas Holder | 2018-12-13 | 3 | -97/+76 |
| | | |||||
| * | Misc. source comment typo fixes | luz.paz | 2018-12-13 | 1 | -2/+2 |
| | | | | Found via `codespell` | ||||
| * | remove obsolete URI cxxtests | Thomas Holder | 2018-12-13 | 1 | -95/+0 |
| | | |||||
| * | remove Inkscape::URI::getFullPath | Thomas Holder | 2018-12-09 | 1 | -0/+1 |
| | | |||||
| * | fix, test, and document more Inkscape::URI methods | Thomas Holder | 2018-12-09 | 1 | -4/+106 |
| | | |||||
| * | Fix rendering tests (Launchpad bug 1805804). | Tavmjong Bah | 2018-12-03 | 1 | -2/+2 |
| | | |||||
| * | Convert document string to raw string (removes all escaping). | Tavmjong Bah | 2018-12-03 | 1 | -31/+31 |
| | | |||||
| * | Fix bug 1804946: Measurement tool is very slow when using grids | Jabier Arraiza | 2018-11-25 | 1 | -2/+0 |
| | | | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure | ||||
| * | Move getStyles to styles and clean up on destruction. | Martin Owens | 2018-11-14 | 1 | -6/+2 |
| | | |||||
| * | Add capability to get style rulesets as SPStyle objects | Martin Owens | 2018-11-13 | 2 | -0/+78 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 26 | -27/+117 |
| | | | | | | | - 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 | ||||
| * | Replacement for xmlBuildRelativeURI | Thomas Holder | 2018-11-05 | 1 | -0/+9 |
| | | | | | | - xmlBuildRelativeURI has a bug - we add a special case: Don't cross filesystem root | ||||
| * | fix URI::from_dirname("/") | Thomas Holder | 2018-11-05 | 1 | -0/+2 |
| | | |||||
| * | Inkscape::URI API enhancements | Thomas Holder | 2018-11-03 | 2 | -0/+144 |
| | | |||||
| * | Expand tests for object style to include font sizes and font property | Martin Owens | 2018-10-24 | 1 | -1/+65 |
| | | |||||
| * | dir-util-test: #include "io/dir-util.h" | Thomas Holder | 2018-10-13 | 1 | -1/+1 |
| | | |||||
| * | Revert "Add dir-util.h to the include path." | Thomas Holder | 2018-10-13 | 1 | -1/+0 |
| | | | | | This reverts commit a4668b5c3a06de1ddcadc32dcd5ed386c498b4ac. | ||||
| * | CMake/tests: Simplify | Eduard Braun | 2018-10-13 | 1 | -1/+1 |
| | | |||||
| * | Add dir-util.h to the include path. | Shlomi Fish | 2018-10-13 | 1 | -0/+1 |
| | | | | | Fixes tests in the prev commit. | ||||
| * | Add new object-style test to test cascading and precidence. | Martin Owens | 2018-10-11 | 2 | -0/+132 |
| | | |||||
| * | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 1 | -6/+6 |
| | | |||||
| * | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 1 | -0/+1 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-08-05 | 1 | -212/+196 |
| | | |||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 1 | -0/+2 |
| | | |||||
| * | Move global functions into SPGradient methods. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -11/+11 |
| | | |||||
| * | Fix float comparison in tests | Marc Jeanmougin | 2018-06-14 | 1 | -11/+11 |
| | | |||||
| * | Migrated object-test and sp-gradient-test to gtest | Adrian Boguszewski | 2018-06-09 | 5 | -396/+337 |
| | | |||||
| * | Boiler plate stuff for 'textPath' 'side' attribute. | Tavmjong Bah | 2018-05-31 | 1 | -0/+1 |
| | | |||||
| * | disable test failing with harfbuzz >= 1.6.0 waiting for a fix in pango or ↵ | Marc Jeanmougin | 2018-05-25 | 1 | -1/+6 |
| | | | | | freetype | ||||
| * | Fix building of tests with system install of gtest on debian | Marc Jeanmougin | 2018-05-23 | 1 | -0/+2 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 3 | -10/+10 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 3 | -10/+10 |
| | | |||||
| * | Fix test | Marc Jeanmougin | 2018-04-29 | 1 | -0/+1 |
| | | |||||
| * | CSS property 'font-variation-settings' contains comma separated value pairs. | Tavmjong Bah | 2018-03-12 | 1 | -1/+1 |
| | | | | | Previous version assumed no commas. Fix reading and writing property. Update test. | ||||
| * | Finish implementing reading/writing 'font-variation-settings' CSS property. | Tavmjong Bah | 2018-03-10 | 1 | -2/+11 |
| | | | | | Fix some bugs in previously implemented code. Add tests. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 3 | -9/+9 |
| | | | | | A lot of header clean-up. | ||||
| * | Merge branch 'baseline-shift' of gitlab.com:khaledhosny/inkscape | Marc Jeanmougin | 2018-01-12 | 4 | -0/+28 |
| |\ | |||||
