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-internal.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
refactor: Eliminate SPIString::value_default
Thomas Holder
1
-34
/
+115
2019-11-01
fix #497 don't set 'd' style property
Thomas Holder
1
-0
/
+1
2019-10-28
refactor: clean up SPI constructors
Thomas Holder
1
-8
/
+8
2019-10-28
refactor: Eliminate SPIEnum::_name
Thomas Holder
1
-13
/
+21
2019-10-28
refactor: TypedSPI
Thomas Holder
1
-8
/
+10
2019-10-28
refactor: private SPIBase::_name
Thomas Holder
1
-15
/
+15
2019-10-28
refactor: Eliminate SPIEnum::enums
Thomas Holder
1
-0
/
+40
2019-10-28
sized style enums
Thomas Holder
1
-1
/
+2
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-85
/
+138
2019-10-27
fix merging "opacity" and "stop-opacity"
Thomas Holder
1
-1
/
+1
2019-10-24
Fix gradient/mesh handles after object with gradient/mesh cloned.
Tavmjong Bah
1
-4
/
+12
2019-10-11
Reduce memory leak on editing text, etc.
Nathan Lee
1
-1
/
+1
2019-09-07
Fix bugs appliing in fallback elements
Jabier Arraiza
1
-0
/
+3
2019-09-06
Add listeners for when shapes used by text are changed.
Tavmjong Bah
1
-0
/
+57
2019-08-29
Fixes on UX inb CSS dialog
Jabiertxof
1
-1
/
+1
2019-08-29
Noumerous bugfixes pointed in Rocket Chat
Jabier Arraiza
1
-1
/
+5
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-1
/
+0
2019-05-27
Hackfest2019: Rm tautological tests
Alexander Valavanis
1
-1
/
+0
2019-04-02
Replace IS_FINITE with std::isfinite (exists since C++11)
Patrick Storz
1
-2
/
+2
2019-01-02
modernize loops
Marc Jeanmougin
1
-8
/
+8
2018-12-13
extract_uri: fix, test, document
Thomas Holder
1
-9
/
+6
2018-12-03
Fix error comment condition, thereby fixing object-test.
Tavmjong Bah
1
-5
/
+5
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-08
Implement the remaining vector effects properties.
Tavmjong Bah
1
-0
/
+100
2018-11-03
Inkscape::URI API enhancements
Thomas Holder
1
-2
/
+2
2018-10-03
Use existing colour toString in style writer
Martin Owens
1
-15
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-10-01
Fix the object-to-path bug by adding back the SPIBase check.
Martin Owens
1
-1
/
+4
2018-09-27
Fix crash in fill and stroke dialog
Martin Owens
1
-0
/
+1
2018-09-26
Fix crash in URL get_value when url not set.
Martin Owens
1
-1
/
+2
2018-09-26
Fix if style with brace
Martin Owens
1
-54
/
+54
2018-09-26
Rename unit to unit_out for less confusion
Martin Owens
1
-6
/
+6
2018-09-24
Move URL toString to a more useful place and some minor fixes
Martin Owens
1
-10
/
+6
2018-09-24
Remove most write overrides and replace to get_value plus one generic write m...
Martin Owens
1
-604
/
+299
2018-09-22
Move URL toString to a more useful place and some minor fixes
Martin Owens
1
-10
/
+6
2018-09-21
Remove most write overrides and replace to get_value plus one generic write m...
Martin Owens
1
-604
/
+299
2018-09-20
Fix children not properly inheriting font-size when ungrouping
Eduard Braun
1
-0
/
+3
2018-09-18
Update file import dialog for old SVG. We couldent add a fixed siize so we n...
Jabier Arraiza
1
-1
/
+1
2018-09-11
Several more typos
luz.paz
1
-2
/
+2
2018-08-15
Relative values for strokes:
Tavmjong Bah
1
-14
/
+2
2018-08-05
Fixing coding style
Jabier Arraiza
1
-56
/
+56
2018-08-05
Fixes pointed by Tav
Jabier Arraiza
1
-108
/
+73
2018-08-05
coding style fixes
Jabier Arraiza
1
-16
/
+19
2018-08-05
Fixes compiling bugs
Jabier Arraiza
1
-11
/
+13
2018-08-05
Refactor with Tav help
Jabier Arraiza
1
-22
/
+81
2018-08-05
Revert changes
Jabier Arraiza
1
-17
/
+15
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-15
/
+17
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-16
/
+16
2018-06-07
Add GUI support for 'font-variant-east-asian' property.
Tavmjong Bah
1
-1
/
+108
[next]