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
*
refactor: Eliminate SPIString::value_default
Thomas Holder
2019-11-03
1
-6
/
+6
*
refactor: clean up SPI constructors
Thomas Holder
2019-10-28
1
-73
/
+70
*
refactor: Eliminate SPIEnum::_name
Thomas Holder
2019-10-28
1
-1
/
+1
*
refactor: TypedSPI
Thomas Holder
2019-10-28
1
-1
/
+2
*
refactor: private SPIBase::_name
Thomas Holder
2019-10-28
1
-1
/
+1
*
refactor SPIEnum: more type safety
Thomas Holder
2019-10-28
1
-20
/
+29
*
Fix gradient/mesh handles after object with gradient/mesh cloned.
Tavmjong Bah
2019-10-24
1
-5
/
+15
*
Add listeners for when shapes used by text are changed.
Tavmjong Bah
2019-09-06
1
-0
/
+2
*
Eliminate clang warnings
Thomas Holder
2019-08-23
1
-3
/
+0
*
Removing absolute units
Jabiertxof
2019-08-02
1
-3
/
+3
*
Stop worinig with units switch to px. Keep discussion opengit add .git add .
Jabiertxof
2019-08-02
1
-5
/
+5
*
Improving things poiner in rocketrr chat to line heigt in a new branch
Jabiertxof
2019-08-02
1
-3
/
+3
*
Refactoring: call setAttribute() directly.
Shlomi Fish
2019-06-06
1
-2
/
+2
*
Fixing coding style
Jabier Arraiza
2019-06-02
1
-5
/
+6
*
Add visualization of style dialog
Jabier Arraiza
2019-06-02
1
-8
/
+36
*
fix #175 crash with mask in <style>
Thomas Holder
2019-04-24
1
-2
/
+6
*
More document.h cleanup.
Tavmjong Bah
2019-04-06
1
-4
/
+5
*
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
2019-03-06
1
-1
/
+1
*
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
[next]