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-print.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
refactor: Eliminate SPIString::value_default
Thomas Holder
1
-2
/
+2
2019-09-01
Update internal extensions for latest .inx format changes
Patrick Storz
1
-8
/
+8
2019-08-31
Adjust <print> extensions for previous commit.
Patrick Storz
1
-34
/
+34
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-1
/
+1
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-1
/
+1
2019-03-06
Fix wmf/emf file opening and embed missing font config data.
Martin Owens
1
-2
/
+0
2019-01-02
modernize loops
Marc Jeanmougin
1
-10
/
+10
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-08-05
coding style fixes
Jabier Arraiza
1
-2
/
+2
2018-08-05
Refactor with Tav help
Jabier Arraiza
1
-4
/
+4
2018-08-05
Revert changes
Jabier Arraiza
1
-46
/
+7
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-7
/
+46
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-10
/
+10
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-32
/
+32
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-16
/
+16
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-16
/
+16
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
-10
/
+11
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-04-06
EMF/WMF: Hopefully resolve locale issues with decimal separator for good
Eduard Braun
1
-4
/
+0
2016-11-10
patch for bug 1405292, start clipping with COPY instead of OR so GDI clipping...
mathog
1
-1
/
+1
2016-11-07
Remove embedded build date, to allow reproducible building.
Mattia Rizzolo
1
-1
/
+1
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-2
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-3
/
+11
2016-06-01
Remove last use of getSVGUnit() and remove all remnants of this abomination.
Tavmjong Bah
1
-1
/
+1
2016-03-11
patch for bug 1538361, work around limits in mingw/MSVCRT
mathog
1
-1
/
+1
2016-01-27
patch fixes bug 1538786
mathog
1
-19
/
+30
2016-01-17
patch probably fixes bug 1534833
mathog
1
-1
/
+1
2015-10-29
patch for bug 1511508
mathog
1
-1
/
+1
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-4
/
+4
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-10
/
+10
2015-04-27
patch for bugs 1447850 and 1447382
mathog
1
-7
/
+5
2015-02-25
fix for bug 1425317
mathog
1
-0
/
+4
2015-02-09
fix for bug 1405292
mathog
1
-1
/
+1
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-1
/
+1
2014-09-04
resolves bug 1348417 and implements addition features for bug 1302857
mathog
1
-24
/
+163
2014-07-22
Replaced some abs/fabs with std::abs.
Markus Engel
1
-1
/
+1
2014-07-15
Warnings cleaup.
Jon A. Cruz
1
-2
/
+2
2014-05-27
SPPattern c++-sification: replacing pattern_ functions by methods pt1
Tomasz Boczkowski
1
-4
/
+4
2014-04-29
Improved support for clipping on EMF/WMF import, see bug 1302857
mathog
1
-0
/
+4
2014-04-24
Clean up of style code, removal of SPFontStyle. Step 2.
Tavmjong Bah
1
-2
/
+2
2014-03-25
Patch for several issues in libuemf.
David Mathog
1
-1
/
+3
2014-03-23
emf-print.cpp : fix coding... :'(
Johan B. C. Engelen
1
-12
/
+12
2014-03-18
Warning cleanups.
Jon A. Cruz
1
-1
/
+1
2014-03-11
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
1
-13
/
+12
2014-02-22
Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...
David Mathog
1
-5
/
+5
[next]