Code

Revert recent refactoring changes by johnce because they break the build, which canno...
[inkscape.git] / src / extension / internal / pdfinput /
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-08-05 johnceSPDocument->Document
2009-06-03 helix84* [INTL:*] translator comments for all context strings...
2009-04-15 buliabyakpatch 179589 with UI added: optionally, try to replace...
2009-02-11 buliabyakpatch by KoRi for 324938
2009-02-09 JucaBluesusing C++ const_cast instead of plain C-type cast
2009-02-08 JucaBluesgcc warning cleanup
2009-01-02 johanengelenMove filters into their own namespace Inkscape::Filters...
2008-12-30 johanengelenget rid of a lot of no longer needed "libnr/nr-......
2008-10-27 Ted GouldFrom trunk
2008-08-12 johanengelenNR:: to Geom:: for most of src/extension/
2008-07-19 pjrmnoop: Refactor massive copy&paste of PdfParser::doShowT...
2008-07-12 JucaBlueswarning cleanup
2008-06-12 ishmalFix to work with a changed api for 0.8.3's GfxFont...
2008-06-12 buliabyakprevent crashing by not running prefs dialog when in...
2008-05-03 verbalshadowCmake: Add missing CmakeLists.txt
2008-04-21 gouldtj r19076@shi: ted | 2008-04-21 15:42:45 -0700
2008-04-13 a_btranslator comment
2008-02-20 mfloryan* INTL - fixed: "Crop to" dropdown strings not translat...
2008-02-20 prokoudineyet another contextual split
2008-01-31 prokoudinea bunch of small changes to provide a user readable...
2008-01-30 prokoudineA bunch of i18n-related issues fixed, ru.po slightly...
2008-01-09 kiiralaAnother take to fixing pdf import crash, likely without...
2008-01-09 buliabyakand in one more place
2008-01-08 buliabyaktrying to fix pdf import crashes
2008-01-05 bryceApplying Gail's patch for font-specification
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.