Code

Restore files that shouldn't have been touched. Grrr
[inkscape.git] / src / extension / internal / pdfinput / pdf-parser.cpp
2009-12-30 Diederik van LieropRestore files that shouldn't have been touched. Grrr
2009-12-30 Diederik van LieropWhen combining paths: clear the selection before deleti...
2009-12-25 Diederik van Lieropfix build again for old poppler libs, by reverting...
2009-12-24 Diederik van Lieroprefactoring the snapping code (laying the groundwork...
2009-02-09 JucaBluesusing C++ const_cast instead of plain C-type cast
2009-02-08 JucaBluesgcc warning cleanup
2008-07-19 pjrmnoop: Refactor massive copy&paste of PdfParser::doShowT...
2008-06-12 ishmalFix to work with a changed api for 0.8.3's GfxFont...
2007-11-17 mikloshMerged from Poppler's Gfx.cc; Unset the font if it...
2007-09-16 pjrmnoop: Remove a couple of redundant casts.
2007-08-23 mikloshAvoid transforming a group with an already set clip...
2007-08-19 mikloshFixed a typo and an off-by-one error
2007-08-19 mikloshRequire a pageBox in the constructor for GfxState so...
2007-08-18 mikloshAdded the ability to set the precision of gradient...
2007-08-17 mikloshMake sure style is invalidated when setting fill/stroke...
2007-08-17 mikloshMoved the code for updating the text matrix to where...
2007-08-17 mikloshAdded initial transparency group and softmask support
2007-08-13 mikloshAdded a clip path stack for PdfParser and a node stack...
2007-08-09 mikloshTo ease testing reduced fallback operations' precision...
2007-08-09 mikloshAdded support for the shading operator
2007-07-30 mikloshAdded image mask support
2007-07-28 mikloshReworked text state handling so that now SvgBuilder...
2007-07-25 mikloshReworked text output to create <text> nodes on text...
2007-07-23 mikloshAdded tiling pattern support
2007-07-23 mikloshRemoved transform from <svg> and corrected matrix multi...
2007-07-21 mikloshFurther development of the PDF import module: continued...
2007-07-12 mikloshInitial commit of native poppler-based PDF import.