Code

ifdef instead of ifndef WITH_LIBWPG
[inkscape.git] / src / extension / internal / pdfinput /
2007-12-17 theadibrevert comenting of uri argument in PdfImportDialog
2007-12-17 joncruznon-poppler build fix
2007-12-16 theadib[BUG #169122] PDF import doesn't work when file name...
2007-11-18 mikloshSwitched from directly using CairoOutputDev to using...
2007-11-17 mikloshMerged from Poppler's Gfx.cc; Unset the font if it...
2007-11-04 johanengelenAdd virtual to a lot of the destructors. Note: perhaps...
2007-09-16 pjrmnoop: (SvgBuilder::setTransform): Mark argument as...
2007-09-16 pjrmnoop: Remove a couple of redundant casts.
2007-08-23 buliabyakadd too-high-precision warning, transientize, copyediti...
2007-08-23 buliabyakinitialize page number and preview
2007-08-23 mikloshClear Cairo surface to white before rendering preview
2007-08-23 mikloshAvoid transforming a group with an already set clip...
2007-08-23 mikloshDisplay the total number of pages next to the page...
2007-08-20 mikloshUse the embedded thumbnails for preview when poppler...
2007-08-19 mikloshDisable the page selector when there's only one page
2007-08-19 mikloshAdded checks for pixbuf/pixmap allocation failure
2007-08-19 mikloshFixed some compiler warnings
2007-08-19 mikloshRemove the clipping path emitted before the 'sh' operat...
2007-08-19 mikloshCorrected image mask generation
2007-08-19 mikloshAdded autoconf checks for poppler-cairo and cairo-ft...
2007-08-19 mikloshAdded a PDF import settings dialog
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 mikloshOptimized text output by not repeating glyph coordinate...
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 mikloshReworked gradient handling to support all shading color...
2007-08-09 mikloshAdded support for the shading operator
2007-08-09 mikloshAdded support for exponential functions in gradients
2007-08-09 mikloshSet the even-odd clipping rule if requested
2007-08-01 mikloshRedirected opening of AI files to the poppler-based...
2007-07-30 mikloshForgot to advance text position when skipping the first...
2007-07-30 mikloshType3 fonts do not have a name set so default to 'Arial'
2007-07-30 mikloshAdded image mask support
2007-07-30 mikloshDo not flip non-top-level images
2007-07-30 mikloshDo not set inkscape:groupmode for sub-page objects...
2007-07-30 mikloshUse the font matrix for Type3 fonts only
2007-07-28 mikloshSet top-level groups as layers with the name of the...
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-24 mikloshModified CSS font style and text matrix setting to...
2007-07-24 mikloshSet the xml:space attribute on <svg> once rather than...
2007-07-23 mikloshAdded tiling pattern support
2007-07-23 mikloshRemoved transform from <svg> and corrected matrix multi...
2007-07-22 mikloshAdded some heuristics to set CSS font-style and font...
2007-07-22 mikloshAdded xml:space=preserve attribute on <text> nodes...
2007-07-22 mikloshUse the #RRGGBB color format instead of rgb() since...
2007-07-21 mikloshFurther development of the PDF import module: continued...
2007-07-12 mikloshInitial commit of native poppler-based PDF import.