index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
style.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from master
Jabier Arraiza
2019-02-20
1
-5
/
+2
*
Fix missing properties method, pass properties structure
Martin Owens
2019-02-20
1
-1
/
+6
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-8
/
+8
*
sp_attribute_lookup with std::map
Thomas Holder
2018-12-24
1
-12
/
+3
*
Fix create first selector
Jabier Arraiza
2018-12-22
1
-3
/
+7
*
Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.
Tavmjong Bah
2018-12-12
1
-0
/
+4
*
Fix crash when SVG contains a font-face rule. Introduced by commit db722f5b79...
Tavmjong Bah
2018-12-05
1
-0
/
+1
*
Add capability to get style rulesets as SPStyle objects
Martin Owens
2018-11-13
1
-0
/
+11
*
Explicitly stop inheritance of 'stop-color' per SVG spec.
Tavmjong Bah
2018-11-12
1
-3
/
+3
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Implement the remaining vector effects properties.
Tavmjong Bah
2018-11-08
1
-1
/
+1
*
remove Inkscape::URI::toString
Thomas Holder
2018-11-05
1
-3
/
+2
*
SPAttributeEnum typed function arguments
Thomas Holder
2018-10-06
1
-5
/
+5
*
Add new style register style property for stop color and opacity
Martin Owens
2018-10-05
1
-0
/
+3
*
Removal of code but breaks gradients
Martin Owens
2018-10-05
1
-3
/
+7
*
fix 1795942 "object to path" uses outdated state
Thomas Holder
2018-10-05
1
-0
/
+10
*
Remove old unset code which isn't used any more
Martin Owens
2018-10-04
1
-161
/
+8
*
fix compiling on macOS
Thomas Holder
2018-10-04
1
-1
/
+1
*
SPStyle property lookup helper class
Thomas Holder
2018-10-04
1
-519
/
+197
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-143
/
+143
*
Add GUI support for 'font-variant-east-asian' property.
Tavmjong Bah
2018-06-07
1
-2
/
+2
*
Misc. typos
luz.paz
2018-05-14
1
-1
/
+1
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Fix promote d
Jabier Arraiza
2018-04-23
1
-2
/
+13
*
Revert TAV d work for testing
Jabier Arraiza
2018-04-23
1
-13
/
+2
*
Add the path 'd' property to the blacklist for default style.
Tavmjong Bah
2018-03-27
1
-0
/
+1
*
Promote the path 'd' attribute to a property per SVG 2. Try 2.
Tavmjong Bah
2018-03-07
1
-2
/
+13
*
Revert "Promote the path 'd' attribute to a property per SVG 2."
Tavmjong Bah
2018-02-18
1
-10
/
+0
*
Promote the path 'd' attribute to a property per SVG 2.
Tavmjong Bah
2018-02-13
1
-0
/
+10
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-10
/
+14
*
Misc. typos
luz.paz
2018-01-08
1
-1
/
+1
*
Misc. typos
Unknown
2017-11-07
1
-2
/
+2
*
Update properties for SVG 2 text. Partial work from Alex Roman
Tavmjong Bah
2017-10-16
1
-3
/
+29
*
Implement !important rule handling for inline-style. Work from Jabier.
Tavmjong Bah
2017-10-13
1
-1
/
+8
*
Add GUI and code to implement "Line Spacing Modes".
Tavmjong Bah
2017-08-05
1
-8
/
+12
*
Do not scale font-size when set to a relative unit
Eduard Braun
2017-08-02
1
-1
/
+1
*
rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ...
Felipe Corrêa da Silva Sanches
2017-06-23
1
-1
/
+1
*
parsing font-variation-settings (CSS Fonts Module Level 4)
Felipe Corrêa da Silva Sanches
2017-06-22
1
-0
/
+10
*
Fix styling breakage from r15471.
Tavmjong Bah
2017-02-05
1
-2
/
+2
*
Fix C++11 errors and warnings with g++-7
Alex Valavanis
2017-02-05
1
-3
/
+5
*
Merge in GSoC style dialog. (Work in progress.)
Tavmjong Bah
2017-02-04
1
-80
/
+80
|
\
|
*
Merge changes from trunk
kamalpreetgrewal
2016-08-04
1
-15
/
+1
|
|
\
|
*
|
Propagate changes to object tree with changes in style element
Tavmjong Bah
2016-07-13
1
-80
/
+80
*
|
|
Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.
Tavmjong Bah
2016-10-19
1
-0
/
+13
*
|
|
Fix typo (font-variant-east_asian -> font-variant-east-asian).
Tavmjong Bah
2016-09-20
1
-1
/
+1
|
|
/
|
/
|
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-15
/
+1
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+15
[next]