summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-15patch 179589 with UI added: optionally, try to replace a font name specified ...bulia byak4-7/+103
2009-02-11patch by KoRi for 324938bulia byak1-1/+2
2009-02-09using C++ const_cast instead of plain C-type castFelipe Corr??a da Silva Sanches1-129/+129
2009-02-08gcc warning cleanupFelipe Corr??a da Silva Sanches1-133/+132
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-3/+4
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2-3/+2
2008-10-27From trunkTed Gould1-1/+3
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2-19/+19
2008-07-19noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for u...Peter Moulder1-140/+13
2008-07-12warning cleanupFelipe Corr??a da Silva Sanches1-30/+30
2008-06-12Fix to work with a changed api for 0.8.3's GfxFont::getNextChar(). many tha...Bob Jamison1-0/+148
2008-06-12prevent crashing by not running prefs dialog when in command line modebulia byak1-7/+16
2008-05-03Cmake: Add missing CmakeLists.txtJoshua L. Blocher1-0/+5
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-2/+2
2008-04-13translator commentArpad Biro1-0/+1
2008-02-20* INTL - fixed: "Crop to" dropdown strings not translated for PDF ImportMarcin Floryan1-9/+10
2008-02-20yet another contextual splitAlexandre Prokoudine1-1/+1
2008-01-31a bunch of small changes to provide a user readable explanation of filtersAlexandre Prokoudine1-3/+3
2008-01-30A bunch of i18n-related issues fixed, ru.po slightly updated. Please do not f...Alexandre Prokoudine1-6/+6
2008-01-09Another take to fixing pdf import crash, likely without memory leakNiko Kiirala1-3/+3
2008-01-09and in one more placebulia byak1-1/+1
2008-01-08trying to fix pdf import crashesbulia byak1-1/+1
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-1/+8
2007-12-17revert comenting of uri argument in PdfImportDialogAdib Taraben1-1/+1
2007-12-17non-poppler build fixJon A. Cruz1-47/+49
2007-12-16[BUG #169122] PDF import doesn't work when file name has accents, partially f...Adib Taraben1-8/+41
2007-11-18Switched from directly using CairoOutputDev to using the poppler-glib APImiklosh2-22/+25
2007-11-17Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can no...miklosh1-0/+4
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2-3/+3
2007-09-16noop: (SvgBuilder::setTransform): Mark argument as not being written through.Peter Moulder2-2/+2
2007-09-16noop: Remove a couple of redundant casts.Peter Moulder1-2/+2
2007-08-23add too-high-precision warning, transientize, copyediting, cosmeticbulia byak2-30/+45
2007-08-23initialize page number and previewbulia byak1-0/+2
2007-08-23Clear Cairo surface to white before rendering previewmiklosh1-0/+2
2007-08-23Avoid transforming a group with an already set clip-pathmiklosh2-2/+6
2007-08-23Display the total number of pages next to the page number spinbuttonmiklosh2-1/+17
2007-08-20Use the embedded thumbnails for preview when poppler-cairo is not availablemiklosh2-23/+62
2007-08-19Disable the page selector when there's only one pagemiklosh1-0/+4
2007-08-19Added checks for pixbuf/pixmap allocation failuremiklosh1-2/+7
2007-08-19Fixed some compiler warningsmiklosh1-13/+7
2007-08-19Remove the clipping path emitted before the 'sh' operator since that same pat...miklosh1-0/+21
2007-08-19Corrected image mask generationmiklosh1-28/+14
2007-08-19Added autoconf checks for poppler-cairo and cairo-ft which are needed for PDF...miklosh2-2/+16
2007-08-19Added a PDF import settings dialogmiklosh4-6/+585
2007-08-19Fixed a typo and an off-by-one errormiklosh1-2/+2
2007-08-19Require a pageBox in the constructor for GfxState so that we do not always ne...miklosh2-3/+4
2007-08-18Added the ability to set the precision of gradient mesh approximation in PdfP...miklosh2-34/+54
2007-08-17Make sure style is invalidated when setting fill/stroke color in text objectsmiklosh1-0/+2
2007-08-17Moved the code for updating the text matrix to where it belongsmiklosh2-26/+27
2007-08-17Optimized text output by not repeating glyph coordinates when they are identicalmiklosh1-2/+20