summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* silencing debug printf on SPIVariableFontAxisOrNormalFelipe Corrêa da Silva Sanches2017-06-221-2/+2
| | | | (https://bugs.launchpad.net/inkscape/+bug/1699787)
* SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILengthFelipe Corrêa da Silva Sanches2017-06-221-8/+10
|
* parsing font-variation-settings (CSS Fonts Module Level 4)Felipe Corrêa da Silva Sanches2017-06-221-0/+61
|
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-110/+90
|\ | | | | (bzr r15471)
| * Merge changes from trunkkamalpreetgrewal2016-08-041-6/+1
| |\ | | | | | | (bzr r14949.1.62)
| * | Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-110/+90
| | | | | | | | | (bzr r14949.1.46)
* | | Refactor == trueShlomi Fish2016-09-051-2/+2
| |/ |/| | | (bzr r15100.1.16)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
|/ | | (bzr r15025)
* Fix reading of 'stroke-dasharray' when there is a trailing blank.Tavmjong Bah2016-06-041-2/+4
| | | | | | | | Also fixes reading a value when there is no digit before a decimal point. Fixed bugs: - https://launchpad.net/bugs/1485197 (bzr r14950)
* Fix return value for SPIEnumBits::write().Tavmjong Bah2015-12-081-1/+2
| | | (bzr r14517)
* patch bug 1294784mathog2015-05-211-0/+15
| | | (bzr r14167)
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-181-0/+107
| | | | | library). (bzr r14162)
* Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵Tavmjong Bah2015-05-161-3/+2
| | | | | awaits Pango update. (bzr r14155)
* GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-121-0/+131
| | | | | progress. (bzr r14148)
* Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah2014-12-161-9/+29
| | | (bzr r13801)
* Merged src/style-internal.cpp from svg-paints-support branchTomasz Boczkowski2014-10-141-1/+5
| | | (bzr r13611.1.5)
* Fix "Called C++ object pointer is null"Tavmjong Bah2014-10-131-3/+12
| | | (bzr r13607)
* Fix: "Forming reference to null pointer"Tavmjong Bah2014-10-131-1/+10
| | | (bzr r13606)