| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix poppler 0.71.0 build. | Bartłomiej Szczepaniak | 2018-11-06 | 1 | -0/+6 |
| | | |||||
| * | cleanup: remove Base64OutputStream | Thomas Holder | 2018-10-29 | 1 | -20/+8 |
| | | | | | | It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase. | ||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 2 | -3/+2 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 6 | -5/+9 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 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 | ||||
| * | use poppler-transition-api instead of ifdefs | Thomas Holder | 2018-09-30 | 2 | -702/+208 |
| | | |||||
| * | fix 1789208 poppler 0.69 | Thomas Holder | 2018-09-28 | 7 | -45/+80 |
| | | |||||
| * | Modified fix for compatibility with poppler 0.64 | Eduard Braun | 2018-09-04 | 4 | -8/+27 |
| | | | | | | | | This is slightly uglier than a600c6438fef2f4c06f9a4a7d933d99fb054a973 but avoids duplicating strings (which is unnecessary and leaked memory). It's also closer to what upstream intended with the changes in 0.64. | ||||
| * | Merge branch 'select-page' of gitlab.com:bobqwatson/inkscape | Marc Jeanmougin | 2018-06-20 | 1 | -0/+2 |
| |\ | |||||
| | * | Add command-line option to select PDF page | Joe Rabinoff | 2018-06-19 | 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. | ||||
| * | | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 2 | -2/+2 |
| | | | |||||
| * | | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -4/+4 |
| |/ | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Update pdf-parser.cpp | Marc Jeanmougin | 2018-06-18 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -5/+5 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -3/+2 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 5 | -144/+144 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Fix compilation with poppler 0.65.0 | Jan Palus | 2018-05-25 | 1 | -2/+1 |
| | | | | | | | replace unused includes with one that is actually used Signed-off-by: Jan Palus <atler@pld-linux.org> | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 3 | -37/+37 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 3 | -37/+37 |
| | | |||||
| * | Fix compilation with poppler 0.64 | Eduard Braun | 2018-04-24 | 4 | -10/+9 |
| | | |||||
| * | Fixed more trivial typos | luz.paz | 2018-03-12 | 1 | -1/+1 |
| | | | | Via `codespell` and `grep` | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 2 | -5/+9 |
| | | | | | A lot of header clean-up. | ||||
| * | Change abs to std::abs to fix warnings | Simon Wells | 2017-11-04 | 1 | -4/+4 |
| | | |||||
| * | adapt to poppler 0.58 | David Tardon | 2017-09-07 | 2 | -0/+527 |
| | | |||||
| * | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -1/+0 |
| | | |||||
| * | Use uniform name for input and output (and PDF is an ISO standard and no ↵ | Tavmjong Bah | 2017-06-01 | 1 | -2/+2 |
| | | | | | | longer tied to Adobe). (bzr r15723) | ||||
| * | pdf-input: Gtk3 fixes | Alex Valavanis | 2016-12-26 | 2 | -16/+56 |
| | | | | (bzr r15360) | ||||
| * | extensions: Drop GTKMM2 fallbacks | Alex Valavanis | 2016-07-28 | 2 | -49/+2 |
| | | | | (bzr r15023.2.5) | ||||
| * | Bump poppler dep to 0.20.0 | Alex Valavanis | 2016-01-11 | 1 | -196/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1419263 (bzr r14573) | ||||
| * | Bump poppler dep to 0.15.1 (see bug #1419263) | Alex Valavanis | 2016-01-11 | 1 | -8/+0 |
| | | | | (bzr r14572) | ||||
| * | Bump poppler dep to 0.12.2 (see bug #1419263) | Alex Valavanis | 2016-01-11 | 1 | -45/+9 |
| | | | | (bzr r14571) | ||||
| * | Extensions. Fix for bug #1506043 (PDF import options always default to ↵ | Nicolas Dufour | 2015-10-19 | 1 | -0/+1 |
| | | | | | | | | | Poppler/Cairo import). Fixed bugs: - https://launchpad.net/bugs/1506043 (bzr r14423) | ||||
| * | Ensure strncpy'd strings are null terminated | Bryce Harrington | 2015-08-29 | 1 | -0/+1 |
| | | | | (bzr r14332) | ||||
| * | Use more fine-grain fallbacks for Poppler/Cairo PDF imports. | Tavmjong Bah | 2015-05-29 | 1 | -0/+7 |
| | | | | (bzr r14184) | ||||
| * | Revert unintended changes. | Tavmjong Bah | 2015-05-27 | 2 | -159/+8 |
| | | | | (bzr r14181) | ||||
| * | Add 'font-variant-xxx' to properties that should not be set on non-text ↵ | Tavmjong Bah | 2015-05-27 | 2 | -8/+159 |
| | | | | | | elements. (bzr r14179) | ||||
| * | Fix Gtk3 build. | Tavmjong Bah | 2015-05-26 | 1 | -0/+6 |
| | | | | (bzr r14177) | ||||
| * | Fix crash in import of PDF via Poppler/Cairo with relative path. | Tavmjong Bah | 2015-05-24 | 1 | -22/+28 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1351246 (bzr r14172) | ||||
| * | Respect PDF image 'interpolate' value on import. | Tavmjong Bah | 2015-05-24 | 3 | -27/+73 |
| | | | | (bzr r14171) | ||||
| * | Reorganized PDF import dialog, disabling unused options as appropriate. | Tavmjong Bah | 2015-05-24 | 2 | -67/+90 |
| | | | | (bzr r14170) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | Bump Poppler dependency to 0.8.3 | Alex Valavanis | 2015-02-12 | 1 | -20/+0 |
| | | | | (bzr r13917) | ||||
| * | static code analysis: initialisation | Kris De Gussem | 2014-12-28 | 1 | -3/+3 |
| | | | | (bzr r13827) | ||||
| * | Fix build with poppler 0.29.0 (Bug #1399811) | su_v | 2014-12-11 | 1 | -6/+26 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1399811 (bzr r13794) | ||||
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 1 | -1/+1 |
| | | | | | | by function. (bzr r13774) | ||||
| * | Update to experimental r13619 | Liam P. White | 2014-10-18 | 3 | -88/+148 |
| |\ | | | | | (bzr r13341.5.18) | ||||
| | * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 3 | -88/+148 |
| | |\ | | | | | | | (bzr r13341.1.278) | ||||
| | | * | Merge in osx-packaging-update branch. OS X packaging now works correctly for ↵ | Liam P. White | 2014-10-16 | 1 | -0/+24 |
| | | |\ | | | | | | | | | | | | | | | | | trunk. (bzr r13620) | ||||
