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
/
pdf-parser.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix poppler 0.72.0 build
Thomas Holder
2018-12-09
1
-1
/
+0
*
Clarify licenses
Max Gaukler
2018-11-08
1
-4
/
+10
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-0
/
+4
*
fix 1789208 poppler 0.69
Thomas Holder
2018-09-28
1
-4
/
+8
*
Modified fix for compatibility with poppler 0.64
Eduard Braun
2018-09-04
1
-0
/
+6
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+3
*
Fix compilation with poppler 0.64
Eduard Braun
2018-04-24
1
-1
/
+1
*
Cleanup of unintialized and leaked values.
Jon A. Cruz
2014-10-16
1
-28
/
+2
*
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
2011-10-25
1
-4
/
+7
*
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
2007-11-04
1
-2
/
+2
*
Require a pageBox in the constructor for GfxState so that we do not always ne...
miklosh
2007-08-19
1
-1
/
+1
*
Added the ability to set the precision of gradient mesh approximation in PdfP...
miklosh
2007-08-18
1
-0
/
+22
*
Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...
miklosh
2007-08-13
1
-2
/
+29
*
Added support for the shading operator
miklosh
2007-08-09
1
-0
/
+2
*
Added tiling pattern support
miklosh
2007-07-23
1
-0
/
+4
*
Further development of the PDF import module: continued pruning of PdfParser....
miklosh
2007-07-21
1
-10
/
+3
*
Initial commit of native poppler-based PDF import.
miklosh
2007-07-12
1
-0
/
+303