summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-08-17Added initial transparency group and softmask supportmiklosh3-25/+160
2007-08-13Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...miklosh4-33/+148
2007-08-09To ease testing reduced fallback operations' precision for nowmiklosh1-5/+5
2007-08-09Reworked gradient handling to support all shading color spacesmiklosh2-113/+83
2007-08-09Added support for the shading operatormiklosh4-19/+122
2007-08-09Added support for exponential functions in gradientsmiklosh2-23/+56
2007-08-09Set the even-odd clipping rule if requestedmiklosh1-3/+3
2007-08-01Redirected opening of AI files to the poppler-based PDF import extensionmiklosh1-2/+16
2007-07-30Forgot to advance text position when skipping the first spacemiklosh1-0/+2
2007-07-30Type3 fonts do not have a name set so default to 'Arial'miklosh1-1/+3
2007-07-30Added image mask supportmiklosh3-10/+174
2007-07-30Do not flip non-top-level imagesmiklosh1-4/+6