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