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