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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix poppler 0.82.0 build
Thomas Holder
2019-10-26
1
-1
/
+1
*
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
2019-10-19
1
-1
/
+1
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+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
-1
/
+2
*
Modified fix for compatibility with poppler 0.64
Eduard Braun
2018-09-04
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Fix compilation with poppler 0.64
Eduard Braun
2018-04-24
1
-2
/
+1
*
Respect PDF image 'interpolate' value on import.
Tavmjong Bah
2015-05-24
1
-8
/
+9
*
pdfinput: Do not use an extremely ugly static variable in SvgBuilder
Krzysztof Kosi??ski
2014-03-13
1
-0
/
+2
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
1
-3
/
+3
*
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
2013-03-14
1
-1
/
+1
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
variable initialisation
Kris De Gussem
2011-11-19
1
-1
/
+2
*
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
2011-10-25
1
-15
/
+10
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-2
/
+2
*
Applied patch and updated to address non-BMP Unicode charcters. Fixes bug #36...
Jon A. Cruz
2010-10-03
1
-3
/
+4
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-3
/
+3
*
SPDocument->Document
johnce
2009-08-05
1
-3
/
+3
*
patch 179589 with UI added: optionally, try to replace a font name specified ...
bulia byak
2009-04-15
1
-0
/
+3
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-2
/
+2
*
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2008-08-12
1
-4
/
+4
*
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
2007-11-04
1
-1
/
+1
*
noop: (SvgBuilder::setTransform): Mark argument as not being written through.
Peter Moulder
2007-09-16
1
-1
/
+1
*
Added a PDF import settings dialog
miklosh
2007-08-19
1
-0
/
+4
*
Added initial transparency group and softmask support
miklosh
2007-08-17
1
-0
/
+29
*
Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...
miklosh
2007-08-13
1
-1
/
+5
*
Reworked gradient handling to support all shading color spaces
miklosh
2007-08-09
1
-4
/
+6
*
Added support for the shading operator
miklosh
2007-08-09
1
-2
/
+4
*
Added support for exponential functions in gradients
miklosh
2007-08-09
1
-3
/
+2
*
Added image mask support
miklosh
2007-07-30
1
-0
/
+11
*
Do not set inkscape:groupmode for sub-page objects (eg. patterns)
miklosh
2007-07-30
1
-0
/
+1
*
Set top-level groups as layers with the name of the PDF document
miklosh
2007-07-28
1
-1
/
+3
*
Reworked text state handling so that now SvgBuilder keeps track of the curren...
miklosh
2007-07-28
1
-1
/
+7
*
Reworked text output to create <text> nodes on text matrix changes rather tha...
miklosh
2007-07-25
1
-0
/
+1
*
Added tiling pattern support
miklosh
2007-07-23
1
-3
/
+6
*
Further development of the PDF import module: continued pruning of PdfParser....
miklosh
2007-07-21
1
-17
/
+77
*
Initial commit of native poppler-based PDF import.
miklosh
2007-07-12
1
-0
/
+122