summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | - 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-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 ↵Martin Owens2018-09-211-604/+299
| | | | | | | | method
* | 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 ↵Martin Owens2018-09-241-604/+299
|/ | | | method
* Fix children not properly inheriting font-size when ungroupingEduard Braun2018-09-201-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 Arraiza2018-09-181-1/+1
| | | | need to play with new lines
* Several more typosluz.paz2018-09-111-2/+2
|
* Relative values for strokes:Tavmjong Bah2018-08-151-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 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 ↵Jabier Arraiza2018-08-051-15/+17
| | | | pref optional to scale dashes on stroke scale
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-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 Peyrot2018-06-181-16/+16
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* 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
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* 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
| | | | Previous version assumed no commas. Fix reading and writing property. Update test.
* Finish implementing reading/writing 'font-variation-settings' CSS property.Tavmjong Bah2018-03-101-30/+60
| | | | Fix some bugs in previously implemented code. Add tests.
* Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah2018-03-071-3/+1
| | | | See e88644b0 for first attempt and for comments.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-8/+7
| | | | A lot of header clean-up.
* Fixes https://bugs.launchpad.net/inkscape/+bug/1742305 (ungrouping can lose ↵Marc Jeanmougin2018-01-171-0/+1
| | | | group's opacity)
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Implement !important rule handling for inline-style. Work from Jabier.Tavmjong Bah2017-10-131-34/+46
| | | | Added "!important" rule tests to style-test.cpp.
* Opps! I had forgotten to increment the loop counter :-PFelipe Corrêa da Silva Sanches2017-06-231-0/+1
| | | | There we go...
* rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ↵Felipe Corrêa da Silva Sanches2017-06-231-19/+38
| | | | full parsing of multiple axes and respective design-space coordiantes.