summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix gradient/mesh handles after object with gradient/mesh cloned.Tavmjong Bah2019-10-241-4/+12
* Reduce memory leak on editing text, etc.Nathan Lee2019-10-111-1/+1
* Fix bugs appliing in fallback elementsJabier Arraiza2019-09-071-0/+3
* Add listeners for when shapes used by text are changed.Tavmjong Bah2019-09-061-0/+57
* Fixes on UX inb CSS dialogJabiertxof2019-08-291-1/+1
* Noumerous bugfixes pointed in Rocket ChatJabier Arraiza2019-08-291-1/+5
* Eliminate clang warningsThomas Holder2019-08-231-1/+0
* Hackfest2019: Rm tautological testsAlexander Valavanis2019-05-271-1/+0
* Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz2019-04-021-2/+2
* modernize loopsMarc Jeanmougin2019-01-021-8/+8
* extract_uri: fix, test, documentThomas Holder2018-12-131-9/+6
* Fix error comment condition, thereby fixing object-test.Tavmjong Bah2018-12-031-5/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Implement the remaining vector effects properties.Tavmjong Bah2018-11-081-0/+100
* Inkscape::URI API enhancementsThomas Holder2018-11-031-2/+2
* Use existing colour toString in style writerMartin Owens2018-10-031-15/+1
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Fix the object-to-path bug by adding back the SPIBase check.Martin Owens2018-10-011-1/+4
* Fix crash in fill and stroke dialogMartin Owens2018-09-271-0/+1
* Fix crash in URL get_value when url not set.Martin Owens2018-09-261-1/+2
* Fix if style with braceMartin Owens2018-09-261-54/+54
* Merge into remoteMartin Owens2018-09-261-1/+1
|\
| * Move URL toString to a more useful place and some minor fixesMartin Owens2018-09-221-10/+6
| * Remove most write overrides and replace to get_value plus one generic write m...Martin Owens2018-09-211-604/+299
* | Rename unit to unit_out for less confusionMartin Owens2018-09-261-6/+6
* | Move URL toString to a more useful place and some minor fixesMartin Owens2018-09-241-10/+6
* | Remove most write overrides and replace to get_value plus one generic write m...Martin Owens2018-09-241-604/+299
|/
* Fix children not properly inheriting font-size when ungroupingEduard Braun2018-09-201-0/+3
* Update file import dialog for old SVG. We couldent add a fixed siize so we n...Jabier Arraiza2018-09-181-1/+1
* Several more typosluz.paz2018-09-111-2/+2
* Relative values for strokes:Tavmjong Bah2018-08-151-14/+2
* Fixing coding styleJabier Arraiza2018-08-051-56/+56
* Fixes pointed by TavJabier Arraiza2018-08-051-108/+73
* coding style fixesJabier Arraiza2018-08-051-16/+19
* Fixes compiling bugsJabier Arraiza2018-08-051-11/+13
* Refactor with Tav helpJabier Arraiza2018-08-051-22/+81
* Revert changesJabier Arraiza2018-08-051-17/+15
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-15/+17
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-16/+16
* Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah2018-06-071-1/+108
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Fix promote dJabier Arraiza2018-04-231-3/+1
* Revert TAV d work for testingJabier Arraiza2018-04-231-1/+3
* Fixes for d promote to propertyJabier Arraiza2018-04-211-1/+3
* Fix bug in operator= for SPIFontVariableSettings.Tavmjong Bah2018-03-141-2/+1
* Pango requires different 'font-variation-settints' string.Tavmjong Bah2018-03-131-3/+10
* CSS property 'font-variation-settings' contains comma separated value pairs.Tavmjong Bah2018-03-121-12/+15
* Finish implementing reading/writing 'font-variation-settings' CSS property.Tavmjong Bah2018-03-101-30/+60