summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-062-62/+175
| | | (bzr r13409)
* Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)2014-06-031-9/+45
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1315142 (bzr r13405)
* remove #pragma for 11 year old compiler that I cannot imagine anyone using ↵Johan B. C. Engelen2014-03-201-8/+0
| | | | | at this point (bzr r13174)
* Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski2014-03-132-13/+9
| | | | | | | | Partially fixes import of some LibreOffice charts. See LP bug #1283537 Fixed bugs: - https://launchpad.net/bugs/1283537 (bzr r13143)
* pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski2014-03-132-28/+30
| | | (bzr r13142)
* Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.Tavmjong Bah2014-02-111-0/+4
| | | (bzr r13023)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-241-1/+1
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-0/+6
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
* Improve code readability.Matthew Petroff2013-08-282-4/+4
| | | (bzr r12475.1.9)
* Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-062-6/+6
|\ | | | | (bzr r12471)
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-312-6/+6
| | | | | | (bzr r12380.1.54)
* | code cleanup (cppcheck)Johan B. C. Engelen2013-08-052-11/+8
| | | | | | (bzr r12469)
* | pdf import. re-define tiling pattern scaling matrix (Bug 1168908)Alvin Penner2013-08-031-1/+19
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1168908 (bzr r12450)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-151-0/+1
| | | (bzr r12209)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-3/+3
| | | (bzr r12206)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* cppcheckKris De Gussem2013-03-111-280/+285
| | | (bzr r12193)
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-081-0/+8
| | | (bzr r12181)
* Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-072-2/+7
| | | (bzr r12178)
* cppcheckKris De Gussem2013-02-111-2/+2
| | | (bzr r12117)
* Win32. Fixing invalid cast (introduced rev.11986).Nicolas Dufour2012-12-261-1/+1
| | | (bzr r11989)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-3/+3
| | | | | christmas\!) (bzr r11986)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-8/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Fix for 426763 : Cancelling import leads to error messageJohn Smith2012-10-112-1/+11
| | | (bzr r11777)
* pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner2012-09-101-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/219709 (bzr r11661)
* Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno2012-06-302-16/+209
| | | | | | | | Poppler >= 0.20 has a new internal API for errors and other miscellanea. As we are abusing these internal functionalities, they broke from time to time. Fixing it for now with a new conditional build flag. This fixes https://bugs.launchpad.net/inkscape/+bug/1005565 (bzr r11518)
* Gtk+ 3 drawing fixes for PDF input dialogsAlex Valavanis2012-06-092-11/+17
| | | (bzr r11481)
* Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.Jon A. Cruz2012-05-181-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/616178 (bzr r11379)
* pdf import. set a default line width, see ↵Alvin Penner2012-05-151-1/+4
| | | | | http://thread.gmane.org/gmane.comp.graphics.inkscape.user/14539 (bzr r11364)
* improved workaround to prevent GfxRadialShading from getting corrupted ↵Alvin Penner2012-05-061-2/+15
| | | | | | | | during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11340)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-1/+0
| | | (bzr r11309)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-302-0/+14
| | | (bzr r11308)
* pdf import. modify criterion for applying scaling to gradientTransform (Bug ↵Alvin Penner2012-04-221-6/+8
| | | | | | | | 985182) Fixed bugs: - https://launchpad.net/bugs/985182 (bzr r11283)
* Warning cleanupJon A. Cruz2012-04-182-12/+9
| | | (bzr r11265)
* Fix for 169888 : Patch for HIG style frames for PDF import dialogsJohn Smith2012-04-182-38/+8
| | | (bzr r11263)
* pdf import. for radial gradient, approximate an ExponentialFunction using an ↵Alvin Penner2012-04-151-19/+18
| | | | | | | | extra stop (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11256)
* pdf import. temporary workaround to prevent GfxRadialShading from getting ↵Alvin Penner2012-04-081-1/+2
| | | | | | | | corrupted during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11184)
* Fix remaining GTKMM deprecation issuesAlex Valavanis2012-04-061-7/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943222 (bzr r11165)
* pdf import. improve upon rev 11094. transform four corners of bbox ↵Alvin Penner2012-03-211-8/+14
| | | | | | | | separately (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11112)
* pdf import. transform the bbox associated with a clip path (Bug 919176)Alvin Penner2012-03-181-0/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11094)
* header cleaningAlex Valavanis2012-02-261-1/+2
| | | (bzr r11017)
* Header cleaningAlex Valavanis2012-02-252-17/+30
| | | (bzr r11015)
* cppcheckKris De Gussem2012-02-151-79/+78
| | | (bzr r10977)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-082-16/+16
| | | (bzr r10952)
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-071-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
* Extensions: replace deprecated gtkmm symbolsAlex Valavanis2012-02-061-12/+11
| | | (bzr r10943)
* initialisationKris De Gussem2012-02-041-0/+1
| | | (bzr r10933)