| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 1 | -34/+115 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | fix #497 don't set 'd' style property | Thomas Holder | 2019-11-01 | 1 | -0/+1 |
| | | |||||
| * | refactor: clean up SPI constructors | Thomas Holder | 2019-10-28 | 1 | -8/+8 |
| | | |||||
| * | refactor: Eliminate SPIEnum::_name | Thomas Holder | 2019-10-28 | 1 | -13/+21 |
| | | |||||
| * | refactor: TypedSPI | Thomas Holder | 2019-10-28 | 1 | -8/+10 |
| | | |||||
| * | refactor: private SPIBase::_name | Thomas Holder | 2019-10-28 | 1 | -15/+15 |
| | | |||||
| * | refactor: Eliminate SPIEnum::enums | Thomas Holder | 2019-10-28 | 1 | -0/+40 |
| | | |||||
| * | sized style enums | Thomas Holder | 2019-10-28 | 1 | -1/+2 |
| | | | | | Reduces memory usage by 2% in a simple test | ||||
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 1 | -85/+138 |
| | | | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | ||||
| * | fix merging "opacity" and "stop-opacity" | Thomas Holder | 2019-10-27 | 1 | -1/+1 |
| | | | | | Regression of abc7ea9287dc | ||||
| * | Fix gradient/mesh handles after object with gradient/mesh cloned. | Tavmjong Bah | 2019-10-24 | 1 | -4/+12 |
| | | | | | | Fixes https://bugs.launchpad.net/inkscape/+bug/453067 Fixes https://gitlab.com/inkscape/inkscape/issues/130 | ||||
| * | Reduce memory leak on editing text, etc. | Nathan Lee | 2019-10-11 | 1 | -1/+1 |
| | | |||||
| * | Fix bugs appliing in fallback elements | Jabier Arraiza | 2019-09-07 | 1 | -0/+3 |
| | | |||||
| * | Add listeners for when shapes used by text are changed. | Tavmjong Bah | 2019-09-06 | 1 | -0/+57 |
| | | |||||
| * | Fixes on UX inb CSS dialog | Jabiertxof | 2019-08-29 | 1 | -1/+1 |
| | | |||||
| * | Noumerous bugfixes pointed in Rocket Chat | Jabier Arraiza | 2019-08-29 | 1 | -1/+5 |
| | | |||||
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 1 | -1/+0 |
| | | | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | ||||
| * | Hackfest2019: Rm tautological tests | Alexander Valavanis | 2019-05-27 | 1 | -1/+0 |
| | | |||||
| * | Replace IS_FINITE with std::isfinite (exists since C++11) | Patrick Storz | 2019-04-02 | 1 | -2/+2 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -8/+8 |
| | | |||||
| * | extract_uri: fix, test, document | Thomas Holder | 2018-12-13 | 1 | -9/+6 |
| | | |||||
| * | Fix error comment condition, thereby fixing object-test. | Tavmjong Bah | 2018-12-03 | 1 | -5/+5 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - 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 | 1 | -0/+100 |
| | | |||||
| * | Inkscape::URI API enhancements | Thomas Holder | 2018-11-03 | 1 | -2/+2 |
| | | |||||
| * | Use existing colour toString in style writer | Martin Owens | 2018-10-03 | 1 | -15/+1 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Fix the object-to-path bug by adding back the SPIBase check. | Martin Owens | 2018-10-01 | 1 | -1/+4 |
| | | |||||
| * | Fix crash in fill and stroke dialog | Martin Owens | 2018-09-27 | 1 | -0/+1 |
| | | |||||
| * | Fix crash in URL get_value when url not set. | Martin Owens | 2018-09-26 | 1 | -1/+2 |
| | | |||||
| * | Fix if style with brace | Martin Owens | 2018-09-26 | 1 | -54/+54 |
| | | |||||
| * | Merge into remote | Martin Owens | 2018-09-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Move URL toString to a more useful place and some minor fixes | Martin Owens | 2018-09-22 | 1 | -10/+6 |
| | | | |||||
| | * | Remove most write overrides and replace to get_value plus one generic write ↵ | Martin Owens | 2018-09-21 | 1 | -604/+299 |
| | | | | | | | | | method | ||||
| * | | Rename unit to unit_out for less confusion | Martin Owens | 2018-09-26 | 1 | -6/+6 |
| | | | |||||
| * | | Move URL toString to a more useful place and some minor fixes | Martin Owens | 2018-09-24 | 1 | -10/+6 |
| | | | |||||
| * | | Remove most write overrides and replace to get_value plus one generic write ↵ | Martin Owens | 2018-09-24 | 1 | -604/+299 |
| |/ | | | | method | ||||
| * | Fix children not properly inheriting font-size when ungrouping | Eduard Braun | 2018-09-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | Only the value was merged into the child's style but not type, unit or literal specifiers. As type defaults to SP_FONT_SIZE_LITERAL with SP_CSS_FONT_SIZE_MEDIUM this resulted in removal of font-size upon ungrouping. Fixed Bugs: - https://bugs.launchpad.net/inkscape/+bug/1518575 - https://bugs.launchpad.net/inkscape/+bug/1733651 | ||||
| * | Update file import dialog for old SVG. We couldent add a fixed siize so we ↵ | Jabier Arraiza | 2018-09-18 | 1 | -1/+1 |
| | | | | | need to play with new lines | ||||
| * | Several more typos | luz.paz | 2018-09-11 | 1 | -2/+2 |
| | | |||||
| * | Relative values for strokes: | Tavmjong Bah | 2018-08-15 | 1 | -14/+2 |
| | | | | | | | Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width. | ||||
| * | Fixing coding style | Jabier Arraiza | 2018-08-05 | 1 | -56/+56 |
| | | |||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 1 | -108/+73 |
| | | |||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -16/+19 |
| | | |||||
| * | Fixes compiling bugs | Jabier Arraiza | 2018-08-05 | 1 | -11/+13 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -22/+81 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -17/+15 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -15/+17 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -16/+16 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
