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