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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
2018-06-19
1
-2
/
+2
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-3
/
+3
*
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+3
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-46
/
+46
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-12
/
+12
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-12
/
+12
*
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-2
/
+2
*
Misc. typos
luz.paz
2018-01-08
1
-1
/
+1
*
Change abs to std::abs to fix warnings
Simon Wells
2017-11-04
1
-1
/
+1
*
EMF/WMF: Hopefully resolve locale issues with decimal separator for good
Eduard Braun
2017-04-06
1
-0
/
+16
*
Implement rotation via desktop to window affine.
Tavmjong Bah
2017-03-20
1
-3
/
+2
*
Add exporters
Jabier Arraiza Cenoz
2016-11-05
1
-2
/
+3
*
Extensions: Use underscored variants of parameters / attribute names in inter...
Eduard Braun
2016-06-11
1
-11
/
+11
*
provide end user debugging for EMF and WMF issues
mathog
2016-02-18
1
-6
/
+26
*
patch for bug 1511508
mathog
2015-10-29
1
-4
/
+1
*
patch for bugs 1447850 and 1447382
mathog
2015-04-27
1
-14
/
+36
*
fix for bug 1425317
mathog
2015-02-25
1
-2
/
+2
*
fix for bug 1419926
mathog
2015-02-09
1
-15
/
+24
*
fix for bug 1405292
mathog
2015-02-09
1
-3
/
+3
*
Update to trunk r13580
Liam P. White
2014-10-06
1
-5
/
+24
|
\
|
*
resolves bug 1348417 and implements addition features for bug 1302857
mathog
2014-09-04
1
-5
/
+24
*
|
Reduce header bloat
Alex Valavanis
2014-08-30
1
-1
/
+1
|
/
*
Fix for bug 1340683
mathog
2014-07-24
1
-1
/
+17
*
Replaced some abs/fabs with std::abs.
Markus Engel
2014-07-22
1
-2
/
+2
*
Improved support for clipping on EMF/WMF import, see bug 1302857
mathog
2014-04-29
1
-36
/
+142
*
Fix for bug 1306138
mathog
2014-04-28
1
-41
/
+4
*
Fix for bug 1294840
mathog
2014-04-28
1
-4
/
+1
*
Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ...
Tavmjong Bah
2014-04-27
1
-194
/
+149
*
Patch for several issues in libuemf.
David Mathog
2014-03-25
1
-1
/
+1
*
EMF import: fix clipPath definition: move transform attribute into the <rect>...
David Mathog
2014-03-19
1
-2
/
+2
*
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
2014-03-11
1
-44
/
+33
*
Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...
David Mathog
2014-02-22
1
-0
/
+2
*
EMF/WMF support: Various changes (see bug #1263242 c35 for details)
David Mathog
2014-02-08
1
-0
/
+2
*
libUEMF update; EMF linear gradient bug fixes (bug #1263242)
David Mathog
2014-01-17
1
-324
/
+294
*
add some nullptr checking, should fix crash (couldn't test)
Johan B. C. Engelen
2013-10-27
1
-1
/
+1
*
fix crash, partly fix vertical positioning issue. couldn't figure out how to ...
Johan B. C. Engelen
2013-10-27
1
-5
/
+4
*
Fix for Bug 1242927 (minor EMF import issues)
David Mathog
2013-10-24
1
-4
/
+11
*
Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)
David Mathog
2013-10-24
1
-0
/
+1
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
1
-4
/
+5
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-1
/
+1
*
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...
Nicolas Dufour
2013-10-09
1
-3
/
+3
*
Fix EMF/WMF import scale (Bug #1229120).
Matthew Petroff
2013-10-05
1
-0
/
+26
*
Fix adding viewBox to new documents.
Matthew Petroff
2013-09-22
1
-0
/
+5
*
Improved code readability.
Matthew Petroff
2013-09-15
1
-2
/
+2
*
Unduplicate some code in the metafile printing extensions
Krzysztof Kosi??ski
2013-09-01
1
-4
/
+0
*
Move libuemf to a separate directory.
Krzysztof Kosi??ski
2013-08-31
1
-2
/
+2
*
adapt to changes in r12471 (unit refactoring)
su_v
2013-08-29
1
-5
/
+4
*
patch of David Mathog in bugtread 988601 comment 186
Kris De Gussem
2013-08-15
1
-2
/
+1
[next]