| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix poppler 0.82.0 build | Thomas Holder | 2019-10-26 | 1 | -1/+1 |
| | | |||||
| * | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 2019-10-19 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | fix 1789208 poppler 0.69 | Thomas Holder | 2018-09-28 | 1 | -1/+2 |
| | | |||||
| * | Modified fix for compatibility with poppler 0.64 | Eduard Braun | 2018-09-04 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Fix compilation with poppler 0.64 | Eduard Braun | 2018-04-24 | 1 | -2/+1 |
| | | |||||
| * | Respect PDF image 'interpolate' value on import. | Tavmjong Bah | 2015-05-24 | 1 | -8/+9 |
| | | | | (bzr r14171) | ||||
| * | pdfinput: Do not use an extremely ugly static variable in SvgBuilder | Krzysztof Kosi??ski | 2014-03-13 | 1 | -0/+2 |
| | | | | (bzr r13142) | ||||
| * | Fix even more forward declaration tags | Alex Valavanis | 2013-03-15 | 1 | -3/+3 |
| | | | | (bzr r12206) | ||||
| * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | | | forward declarations (bzr r12203) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | variable initialisation | Kris De Gussem | 2011-11-19 | 1 | -1/+2 |
| | | | | (bzr r10746) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -15/+10 |
| | | | | (bzr r10696) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | (bzr r10025) | ||||
| * | Applied patch and updated to address non-BMP Unicode charcters. Fixes bug ↵ | Jon A. Cruz | 2010-10-03 | 1 | -3/+4 |
| | | | | | | | | | #369861. Fixed bugs: - https://launchpad.net/bugs/369861 (bzr r9812) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -3/+3 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -3/+3 |
| | | | | (bzr r8409) | ||||
| * | patch 179589 with UI added: optionally, try to replace a font name specified ↵ | bulia byak | 2009-04-15 | 1 | -0/+3 |
| | | | | | | in PDF with the closest-named local installed font (since we do not extract any fonts, nor can we embed them into svg) (bzr r7718) | ||||
| * | get rid of a lot of no longer needed "libnr/nr-..." includes. | Johan B. C. Engelen | 2008-12-30 | 1 | -2/+2 |
| | | | | (bzr r7045) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -4/+4 |
| | | | | (bzr r6612) | ||||
| * | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 2007-11-04 | 1 | -1/+1 |
| | | | | | | reverted for some files to keep them C-compatible. (bzr r4024) | ||||
| * | noop: (SvgBuilder::setTransform): Mark argument as not being written through. | Peter Moulder | 2007-09-16 | 1 | -1/+1 |
| | | | | (bzr r3763) | ||||
| * | Added a PDF import settings dialog | miklosh | 2007-08-19 | 1 | -0/+4 |
| | | | | (bzr r3523) | ||||
| * | Added initial transparency group and softmask support | miklosh | 2007-08-17 | 1 | -0/+29 |
| | | | | (bzr r3491) | ||||
| * | Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ↵ | miklosh | 2007-08-13 | 1 | -1/+5 |
| | | | | | | for mask support later (bzr r3458) | ||||
| * | Reworked gradient handling to support all shading color spaces | miklosh | 2007-08-09 | 1 | -4/+6 |
| | | | | (bzr r3442) | ||||
| * | Added support for the shading operator | miklosh | 2007-08-09 | 1 | -2/+4 |
| | | | | (bzr r3439) | ||||
| * | Added support for exponential functions in gradients | miklosh | 2007-08-09 | 1 | -3/+2 |
| | | | | (bzr r3437) | ||||
| * | Added image mask support | miklosh | 2007-07-30 | 1 | -0/+11 |
| | | | | (bzr r3349) | ||||
| * | Do not set inkscape:groupmode for sub-page objects (eg. patterns) | miklosh | 2007-07-30 | 1 | -0/+1 |
| | | | | (bzr r3347) | ||||
| * | Set top-level groups as layers with the name of the PDF document | miklosh | 2007-07-28 | 1 | -1/+3 |
| | | | | (bzr r3330) | ||||
| * | Reworked text state handling so that now SvgBuilder keeps track of the ↵ | miklosh | 2007-07-28 | 1 | -1/+7 |
| | | | | | | current text position (bzr r3329) | ||||
| * | Reworked text output to create <text> nodes on text matrix changes rather ↵ | miklosh | 2007-07-25 | 1 | -0/+1 |
| | | | | | | than on every font update (bzr r3299) | ||||
| * | Added tiling pattern support | miklosh | 2007-07-23 | 1 | -3/+6 |
| | | | | (bzr r3283) | ||||
| * | Further development of the PDF import module: continued pruning of ↵ | miklosh | 2007-07-21 | 1 | -17/+77 |
| | | | | | | | | PdfParser.cpp, added basic text and image support and did some coding style adjustments. (bzr r3272) | ||||
| * | Initial commit of native poppler-based PDF import. | miklosh | 2007-07-12 | 1 | -0/+122 |
| (bzr r3230) | |||||
