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
/
pdfinput
/
svg-builder.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-26
fix poppler 0.82.0 build
Thomas Holder
1
-1
/
+1
2019-10-19
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
1
-16
/
+50
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-6
/
+3
2018-11-08
Clarify licenses
Max Gaukler
1
-3
/
+4
2018-10-29
cleanup: remove Base64OutputStream
Thomas Holder
1
-20
/
+8
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-2
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-09-28
fix 1789208 poppler 0.69
Thomas Holder
1
-11
/
+11
2018-09-04
Modified fix for compatibility with poppler 0.64
Eduard Braun
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-1
/
+1
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-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-52
/
+52
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-15
/
+15
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-15
/
+15
2018-04-24
Fix compilation with poppler 0.64
Eduard Braun
1
-2
/
+2
2018-03-12
Fixed more trivial typos
luz.paz
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+1
2015-08-29
Ensure strncpy'd strings are null terminated
Bryce Harrington
1
-0
/
+1
2015-05-27
Revert unintended changes.
Tavmjong Bah
1
-124
/
+8
2015-05-27
Add 'font-variant-xxx' to properties that should not be set on non-text eleme...
Tavmjong Bah
1
-8
/
+124
2015-05-24
Respect PDF image 'interpolate' value on import.
Tavmjong Bah
1
-13
/
+23
2014-12-28
static code analysis: initialisation
Kris De Gussem
1
-3
/
+3
2014-10-15
More direct way of finding font-family. One entry per unique style.
Tavmjong Bah
1
-6
/
+5
2014-10-03
Removal of unused code dealing with PangoStringToDescrMap and UIStringToPango...
Tavmjong Bah
1
-6
/
+5
2014-03-13
Render zero-width PDF lines as 1px lines compensated for current transform.
Krzysztof Kosi??ski
1
-9
/
+8
2014-03-13
pdfinput: Do not use an extremely ugly static variable in SvgBuilder
Krzysztof Kosi??ski
1
-28
/
+28
2014-02-11
Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.
Tavmjong Bah
1
-0
/
+4
2013-08-28
Improve code readability.
Matthew Petroff
1
-1
/
+1
2013-08-05
code cleanup (cppcheck)
Johan B. C. Engelen
1
-5
/
+3
2013-08-03
pdf import. re-define tiling pattern scaling matrix (Bug 1168908)
Alvin Penner
1
-1
/
+19
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-2
/
+2
2013-02-11
cppcheck
Kris De Gussem
1
-2
/
+2
2012-09-10
pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)
Alvin Penner
1
-1
/
+2
2012-06-30
Fix building with Poppler 0.20 (LP: #1005565)
Luca Bruno
1
-3
/
+1
2012-05-18
Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.
Jon A. Cruz
1
-2
/
+4
2012-04-22
pdf import. modify criterion for applying scaling to gradientTransform (Bug 9...
Alvin Penner
1
-6
/
+8
2012-04-18
Warning cleanup
Jon A. Cruz
1
-6
/
+6
2012-04-15
pdf import. for radial gradient, approximate an ExponentialFunction using an ...
Alvin Penner
1
-19
/
+18
2012-02-08
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-8
/
+8
2011-11-19
variable initialisation
Kris De Gussem
1
-3
/
+7
2011-10-29
Updating use of libpng jump buffer. Fixes bug #721029.
Jon A. Cruz
1
-1
/
+1
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-10-23
Warning cleanup
Jon A. Cruz
1
-14
/
+14
2011-10-20
cppcheck
Kris De Gussem
1
-2
/
+2
2011-10-18
cppcheck
Kris De Gussem
1
-2
/
+2
2011-10-17
pdf import. modify calculation of GradientTransform (Bug 530895)
Alvin Penner
1
-1
/
+38
2011-09-09
pdf import. apply invert transform to all image tags (Bug 840625)
Alvin Penner
1
-2
/
+1
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
[next]