summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-27Add 'font-variant-xxx' to properties that should not be set on non-text eleme...Tavmjong Bah2-8/+159
2015-05-26Fix Gtk3 build.Tavmjong Bah1-0/+6
2015-05-24Fix crash in import of PDF via Poppler/Cairo with relative path.Tavmjong Bah1-22/+28
2015-05-24Respect PDF image 'interpolate' value on import.Tavmjong Bah3-27/+73
2015-05-24Reorganized PDF import dialog, disabling unused options as appropriate.Tavmjong Bah2-67/+90
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2015-02-12Bump Poppler dependency to 0.8.3Alex Valavanis1-20/+0
2014-12-28static code analysis: initialisationKris De Gussem1-3/+3
2014-12-11Fix build with poppler 0.29.0 (Bug #1399811)su_v1-6/+26
2014-11-26Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah1-1/+1
2014-10-16Cleanup of unintialized and leaked values.Jon A. Cruz2-88/+124
2014-10-15More direct way of finding font-family. One entry per unique style.Tavmjong Bah1-6/+5
2014-10-03Removal of unused code dealing with PangoStringToDescrMap and UIStringToPango...Tavmjong Bah1-6/+5
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-08-21add poppler data to bundle, fix relocation support (see bug #956282)su_v1-0/+24
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-1/+1
2014-06-06merge pdf import via poppler-cairo into native importerAdib Taraben2-62/+175
2014-06-04Fix build failure with poppler 0.26 (Bug #1315142)Matthias Kilian1-9/+45
2014-06-03Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)1-9/+45
2014-03-20remove #pragma for 11 year old compiler that I cannot imagine anyone using at...Johan B. C. Engelen1-8/+0
2014-03-13Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski2-13/+9
2014-03-13pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski2-28/+30
2014-02-11Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.Tavmjong Bah1-0/+4
2013-10-24fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen1-1/+1
2013-09-22Fix adding viewBox to new documents.Matthew Petroff1-0/+6
2013-08-28Improve code readability.Matthew Petroff2-4/+4
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen2-11/+8
2013-08-03pdf import. re-define tiling pattern scaling matrix (Bug 1168908)Alvin Penner1-1/+19
2013-07-31Eliminate "unit-constants.h".Matthew Petroff2-6/+6
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-03-19Fixing regressionjtx2-3/+4
2013-03-17Working with widjetsJabier Arraiza Cenoz2-4/+3
2013-03-15Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis1-0/+1
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-3/+3
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-1/+1
2013-03-11cppcheckKris De Gussem1-280/+285
2013-03-08Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis1-0/+8
2013-03-07Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2-2/+7
2013-02-11cppcheckKris De Gussem1-2/+2
2012-12-26Win32. Fixing invalid cast (introduced rev.11986).Nicolas Dufour1-1/+1
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-3/+3
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-8/+0
2012-10-11Fix for 426763 : Cancelling import leads to error messageJohn Smith2-1/+11
2012-09-10pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner1-1/+2
2012-06-30Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno2-16/+209
2012-06-09Gtk+ 3 drawing fixes for PDF input dialogsAlex Valavanis2-11/+17