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
/
wmf-print.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
refactor: Eliminate SPIString::value_default
Thomas Holder
1
-2
/
+2
2019-10-05
Fix various minor code problems
Marc Jeanmougin
1
-1
/
+2
2019-10-05
Fix some memory leaks found by scan-build
Marc Jeanmougin
1
-1
/
+1
2019-09-01
Update internal extensions for latest .inx format changes
Patrick Storz
1
-6
/
+6
2019-08-31
Adjust <print> extensions for previous commit.
Patrick Storz
1
-8
/
+8
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-1
/
+1
2019-06-20
Display an error dialog when image is too large for WMF
James Collier
1
-14
/
+27
2019-06-20
Fix typo mentioned in #44
James Collier
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
-5
/
+5
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-6
/
+0
2018-08-05
Fixing coding style
Jabier Arraiza
1
-2
/
+2
2018-08-05
Fixes pointed by Tav
Jabier Arraiza
1
-2
/
+5
2018-08-05
coding style fixes
Jabier Arraiza
1
-3
/
+4
2018-08-05
Refactor with Tav help
Jabier Arraiza
1
-3
/
+3
2018-08-05
Revert changes
Jabier Arraiza
1
-44
/
+5
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-5
/
+44
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-9
/
+9
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-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-17
/
+17
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-13
/
+13
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-13
/
+13
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
/
+9
2018-01-08
Misc. typos
luz.paz
1
-3
/
+3
2017-06-01
Avoid name conflict with libwmf (wmf_free).
Tavmjong Bah
1
-1
/
+1
2017-06-01
Avoid name conflict with libwmf (wmf_free).
Tavmjong Bah
1
-1
/
+1
2017-02-17
improve dot dash support in wmf export
mathog
1
-1
/
+22
2016-01-17
patch probably fixes bug 1534833
mathog
1
-1
/
+4
2015-05-22
Update to 2Geom revision 2396
Krzysztof Kosi??ski
1
-1
/
+1
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-2
/
+2
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-10
/
+9
2015-04-27
patch for bugs 1447850 and 1447382
mathog
1
-3
/
+3
2015-02-07
Fixing dead assignment and uninitialized argument value.
Nicolas Dufour
1
-1
/
+2
2014-07-22
Replaced some abs/fabs with std::abs.
Markus Engel
1
-1
/
+1
2014-05-27
SPPattern c++-sification: replacing pattern_ functions by methods pt1
Tomasz Boczkowski
1
-2
/
+2
2014-04-24
Clean up of style code, removal of SPFontStyle. Step 2.
Tavmjong Bah
1
-2
/
+2
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
-7
/
+6
2014-02-22
Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...
David Mathog
1
-6
/
+10
2014-01-17
libUEMF update; EMF linear gradient bug fixes (bug #1263242)
David Mathog
1
-57
/
+59
2013-10-29
"fix" some "unused parameter" warnings
Kris De Gussem
1
-1
/
+1
2013-10-25
Fix for Bug 1241783 (WMF image output size)
David Mathog
1
-1
/
+4
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-6
/
+7
2013-09-01
Unduplicate some code in the metafile printing extensions
Krzysztof Kosi??ski
1
-987
/
+566
2013-08-31
Move libuemf to a separate directory.
Krzysztof Kosi??ski
1
-6
/
+2
2013-08-29
adapt to changes in r12471 (unit refactoring)
su_v
1
-3
/
+2
[next]