summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Merge changesAlexander Valavanis2019-06-051-0/+19
|\
| * Fix formattingSergei Izmailov2019-05-281-9/+11
| |
| * Fix segfault for bad `--pdf-page` argument valuesSergei Izmailov2019-05-281-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | pdf-page value sanitization should be done after total number of pages is available, so it's can't be done in inkscape.h On negative or greater-than-number-of-pages values 1) the error message is printed to stderr 2) first page gets import pdf-page==0 sanitized elsewhere, so no error message is printed in this case
* | Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-27/+0
|/
* Fix commandline page selection page selection and allow to select poppler in cmdMarc Jeanmougin2019-04-241-0/+3
|
* Tidy various dialog UIsNathan Lee2019-04-021-0/+3
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-1/+1
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* fix 1789208 poppler 0.69Thomas Holder2018-09-281-1/+1
|
* Merge branch 'select-page' of gitlab.com:bobqwatson/inkscapeMarc Jeanmougin2018-06-201-0/+2
|\
| * Add command-line option to select PDF pageJoe Rabinoff2018-06-191-0/+2
| | | | | | | | | | | | The optional argument "--pdf-page N" causes Inkscape to import page number N from the pdf document specified on the command line. This functionality is already available when importing via the GUI, but not when batch processing.
* | Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|/
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-9/+9
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-7/+7
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-7/+7
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-5/+8
| | | | A lot of header clean-up.
* adapt to poppler 0.58David Tardon2017-09-071-0/+6
|
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-1/+0
|
* Use uniform name for input and output (and PDF is an ISO standard and no ↵Tavmjong Bah2017-06-011-2/+2
| | | | | longer tied to Adobe). (bzr r15723)
* pdf-input: Gtk3 fixesAlex Valavanis2016-12-261-15/+56
| | | (bzr r15360)
* extensions: Drop GTKMM2 fallbacksAlex Valavanis2016-07-281-35/+1
| | | (bzr r15023.2.5)
* Extensions. Fix for bug #1506043 (PDF import options always default to ↵Nicolas Dufour2015-10-191-0/+1
| | | | | | | | Poppler/Cairo import). Fixed bugs: - https://launchpad.net/bugs/1506043 (bzr r14423)
* Use more fine-grain fallbacks for Poppler/Cairo PDF imports.Tavmjong Bah2015-05-291-0/+7
| | | (bzr r14184)
* Fix Gtk3 build.Tavmjong Bah2015-05-261-0/+6
| | | (bzr r14177)
* Fix crash in import of PDF via Poppler/Cairo with relative path.Tavmjong Bah2015-05-241-22/+28
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1351246 (bzr r14172)
* Reorganized PDF import dialog, disabling unused options as appropriate.Tavmjong Bah2015-05-241-64/+80
| | | (bzr r14170)
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-1/+1
| | | | | by function. (bzr r13774)
* Update to experimental r13619Liam P. White2014-10-181-0/+24
|\ | | | | (bzr r13341.5.18)
| * Update to trunk r13621Liam P. White2014-10-171-0/+24
| |\ | | | | | | (bzr r13341.1.278)
| | * add poppler data to bundle, fix relocation support (see bug #956282)su_v2014-08-211-0/+24
| | | | | | | | | (bzr r13506.1.40)
| * | Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| |/ | | | | (bzr r13341.1.192)
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
| | | | | | (bzr r13341.5.16)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/ | | (bzr r13341.5.1)
* merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-061-62/+171
| | | (bzr r13409)
* 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)
* Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-151-0/+1
| | | (bzr r12209)
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-081-0/+8
| | | (bzr r12181)
* Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-071-1/+1
| | | (bzr r12178)
* 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-111-0/+8
| | | (bzr r11777)
* Gtk+ 3 drawing fixes for PDF input dialogsAlex Valavanis2012-06-091-11/+13
| | | (bzr r11481)
* 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-301-0/+10
| | | (bzr r11308)