index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
emf-inout.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
refactor: clean up SPI constructors
Thomas Holder
1
-3
/
+3
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-28
/
+30
2019-09-01
Update internal extensions for latest .inx format changes
Patrick Storz
1
-11
/
+11
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-2
/
+2
2019-05-22
Extract a common expression into a variable/const.
Shlomi Fish
1
-103
/
+105
2019-01-02
run clang tidy modernize pass
Marc Jeanmougin
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
Misc. typos
luz.paz
1
-2
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-5
/
+0
2018-08-05
Fixing coding style
Jabier Arraiza
1
-10
/
+10
2018-08-05
Fixes pointed by Tav
Jabier Arraiza
1
-16
/
+11
2018-08-05
Update to trunk and styling fixes
Jabier Arraiza
1
-10
/
+10
2018-08-05
coding style fixes
Jabier Arraiza
1
-26
/
+34
2018-08-05
Fixes compiling bugs
Jabier Arraiza
1
-4
/
+4
2018-08-05
Refactor with Tav help
Jabier Arraiza
1
-14
/
+30
2018-08-05
Revert changes
Jabier Arraiza
1
-44
/
+14
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-14
/
+44
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-46
/
+46
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-12
/
+12
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-12
/
+12
2018-04-29
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+2
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-11-04
Change abs to std::abs to fix warnings
Simon Wells
1
-1
/
+1
2017-04-06
EMF/WMF: Hopefully resolve locale issues with decimal separator for good
Eduard Braun
1
-0
/
+16
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-3
/
+2
2016-11-05
Add exporters
Jabier Arraiza Cenoz
1
-2
/
+3
2016-06-11
Extensions: Use underscored variants of parameters / attribute names in inter...
Eduard Braun
1
-11
/
+11
2016-02-18
provide end user debugging for EMF and WMF issues
mathog
1
-6
/
+26
2015-10-29
patch for bug 1511508
mathog
1
-4
/
+1
2015-04-27
patch for bugs 1447850 and 1447382
mathog
1
-14
/
+36
2015-02-25
fix for bug 1425317
mathog
1
-2
/
+2
2015-02-09
fix for bug 1419926
mathog
1
-15
/
+24
2015-02-09
fix for bug 1405292
mathog
1
-3
/
+3
2014-09-04
resolves bug 1348417 and implements addition features for bug 1302857
mathog
1
-5
/
+24
2014-08-30
Reduce header bloat
Alex Valavanis
1
-1
/
+1
2014-07-24
Fix for bug 1340683
mathog
1
-1
/
+17
2014-07-22
Replaced some abs/fabs with std::abs.
Markus Engel
1
-2
/
+2
2014-04-29
Improved support for clipping on EMF/WMF import, see bug 1302857
mathog
1
-36
/
+142
2014-04-28
Fix for bug 1306138
mathog
1
-41
/
+4
2014-04-28
Fix for bug 1294840
mathog
1
-4
/
+1
2014-04-27
Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ...
Tavmjong Bah
1
-194
/
+149
2014-03-25
Patch for several issues in libuemf.
David Mathog
1
-1
/
+1
2014-03-19
EMF import: fix clipPath definition: move transform attribute into the <rect>...
David Mathog
1
-2
/
+2
2014-03-11
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
1
-44
/
+33
2014-02-22
Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...
David Mathog
1
-0
/
+2
[next]