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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-25
fix build again for old poppler libs, by reverting a part of my previous commit
Diederik van Lierop
1
-11
/
+11
2009-12-24
refactoring the snapping code (laying the groundwork for my next commit which...
Diederik van Lierop
1
-11
/
+11
2009-02-09
using C++ const_cast instead of plain C-type cast
Felipe Corr??a da Silva Sanches
1
-129
/
+129
2009-02-08
gcc warning cleanup
Felipe Corr??a da Silva Sanches
1
-133
/
+132
2008-07-19
noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for u...
Peter Moulder
1
-140
/
+13
2008-06-12
Fix to work with a changed api for 0.8.3's GfxFont::getNextChar(). many tha...
Bob Jamison
1
-0
/
+148
2007-11-17
Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can no...
miklosh
1
-0
/
+4
2007-09-16
noop: Remove a couple of redundant casts.
Peter Moulder
1
-2
/
+2
2007-08-23
Avoid transforming a group with an already set clip-path
miklosh
1
-2
/
+2
2007-08-19
Fixed a typo and an off-by-one error
miklosh
1
-2
/
+2
2007-08-19
Require a pageBox in the constructor for GfxState so that we do not always ne...
miklosh
1
-2
/
+3
2007-08-18
Added the ability to set the precision of gradient mesh approximation in PdfP...
miklosh
1
-34
/
+32
2007-08-17
Make sure style is invalidated when setting fill/stroke color in text objects
miklosh
1
-0
/
+2
2007-08-17
Moved the code for updating the text matrix to where it belongs
miklosh
1
-0
/
+1
2007-08-17
Added initial transparency group and softmask support
miklosh
1
-18
/
+15
2007-08-13
Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...
miklosh
1
-15
/
+77
2007-08-09
To ease testing reduced fallback operations' precision for now
miklosh
1
-5
/
+5
2007-08-09
Added support for the shading operator
miklosh
1
-7
/
+67
2007-07-30
Added image mask support
miklosh
1
-5
/
+5
2007-07-28
Reworked text state handling so that now SvgBuilder keeps track of the curren...
miklosh
1
-1
/
+9
2007-07-25
Reworked text output to create <text> nodes on text matrix changes rather tha...
miklosh
1
-0
/
+1
2007-07-23
Added tiling pattern support
miklosh
1
-0
/
+25
2007-07-23
Removed transform from <svg> and corrected matrix multiplication order in Pdf...
miklosh
1
-7
/
+8
2007-07-21
Further development of the PDF import module: continued pruning of PdfParser....
miklosh
1
-134
/
+63
2007-07-12
Initial commit of native poppler-based PDF import.
miklosh
1
-0
/
+3031
[prev]