| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-07-01 | Fix various minor typos | Yuri Chornoivan | 1 | -1/+1 | |
| 2019-05-28 | Fix formatting | Sergei Izmailov | 1 | -9/+11 | |
| 2019-05-28 | Fix segfault for bad `--pdf-page` argument values | Sergei Izmailov | 1 | -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 | |||||
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -27/+0 | |
| 2019-04-24 | Fix commandline page selection page selection and allow to select poppler in cmd | Marc Jeanmougin | 1 | -0/+3 | |
| 2019-04-02 | Tidy various dialog UIs | Nathan Lee | 1 | -0/+3 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-10-22 | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 1 | -1/+0 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -1/+1 | |
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 1 | -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 | |||||
| 2018-09-28 | fix 1789208 poppler 0.69 | Thomas Holder | 1 | -1/+1 | |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-19 | Add command-line option to select PDF page | Joe Rabinoff | 1 | -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. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -9/+9 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -7/+7 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -7/+7 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -5/+8 | |
| A lot of header clean-up. | |||||
| 2017-09-07 | adapt to poppler 0.58 | David Tardon | 1 | -0/+6 | |
| 2017-07-06 | Gtkmm deprecation fixes | Alexander Valavanis | 1 | -1/+0 | |
| 2017-06-01 | Use uniform name for input and output (and PDF is an ISO standard and no ↵ | Tavmjong Bah | 1 | -2/+2 | |
| longer tied to Adobe). (bzr r15723) | |||||
| 2017-06-01 | Use uniform name for input and output (and PDF is an ISO standard and no ↵ | Tavmjong Bah | 1 | -2/+2 | |
| longer tied to Adobe). (bzr r15703.1.20) | |||||
| 2016-12-26 | pdf-input: Gtk3 fixes | Alex Valavanis | 1 | -15/+56 | |
| (bzr r15360) | |||||
| 2016-07-28 | extensions: Drop GTKMM2 fallbacks | Alex Valavanis | 1 | -35/+1 | |
| (bzr r15023.2.5) | |||||
| 2015-10-19 | Extensions. Fix for bug #1506043 (PDF import options always default to ↵ | Nicolas Dufour | 1 | -0/+1 | |
| Poppler/Cairo import). Fixed bugs: - https://launchpad.net/bugs/1506043 (bzr r14423) | |||||
| 2015-05-29 | Use more fine-grain fallbacks for Poppler/Cairo PDF imports. | Tavmjong Bah | 1 | -0/+7 | |
| (bzr r14184) | |||||
| 2015-05-26 | Fix Gtk3 build. | Tavmjong Bah | 1 | -0/+6 | |
| (bzr r14177) | |||||
| 2015-05-24 | Fix crash in import of PDF via Poppler/Cairo with relative path. | Tavmjong Bah | 1 | -22/+28 | |
| Fixed bugs: - https://launchpad.net/bugs/1351246 (bzr r14172) | |||||
| 2015-05-24 | Reorganized PDF import dialog, disabling unused options as appropriate. | Tavmjong Bah | 1 | -64/+80 | |
| (bzr r14170) | |||||
| 2014-11-26 | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 1 | -1/+1 | |
| by function. (bzr r13774) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -1/+1 | |
| (bzr r13090.1.108) | |||||
| 2014-09-02 | Remove misleading dialogs directory | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.192) | |||||
| 2014-08-21 | add poppler data to bundle, fix relocation support (see bug #956282) | su_v | 1 | -0/+24 | |
| (bzr r13506.1.40) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -1/+1 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.1) | |||||
| 2014-06-06 | merge pdf import via poppler-cairo into native importer | Adib Taraben | 1 | -62/+171 | |
| (bzr r13409) | |||||
| 2013-10-24 | fix bug "some of the locale-based templates cause objects to be resized when ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717) | |||||
| 2013-09-22 | Fix adding viewBox to new documents. | Matthew Petroff | 1 | -0/+6 | |
| Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -0/+1 | |
| (bzr r11950.1.61) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| (bzr r11950.1.56) | |||||
| 2013-03-15 | Fix missing Gtkmm/Glib headers for Gtk+ 3 build | Alex Valavanis | 1 | -0/+1 | |
| (bzr r12209) | |||||
| 2013-03-08 | Drop deprecated get_vbox method in Gtk::Dialog | Alex Valavanis | 1 | -0/+8 | |
| (bzr r12181) | |||||
| 2013-03-07 | Fix deprecated Gtkmm symbols in preferences widget | Alex Valavanis | 1 | -1/+1 | |
| (bzr r12178) | |||||
| 2012-12-26 | Win32. Fixing invalid cast (introduced rev.11986). | Nicolas Dufour | 1 | -1/+1 | |
| (bzr r11989) | |||||
| 2012-12-25 | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 1 | -3/+3 | |
| christmas\!) (bzr r11986) | |||||
| 2012-11-26 | Drop support for GTK+ < 2.24 | Alex Valavanis | 1 | -8/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | |||||
| 2012-10-11 | Fix for 426763 : Cancelling import leads to error message | John Smith | 1 | -0/+8 | |
| (bzr r11777) | |||||
| 2012-06-09 | Gtk+ 3 drawing fixes for PDF input dialogs | Alex Valavanis | 1 | -11/+13 | |
| (bzr r11481) | |||||
| 2012-04-30 | Fix typos in Gtk3 fixes, and fix separator API usage | Alex Valavanis | 1 | -1/+0 | |
| (bzr r11309) | |||||
| 2012-04-30 | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 1 | -0/+10 | |
| (bzr r11308) | |||||
