| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 1 | -1/+1 |
| | | | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | ||||
| * | cairo-renderer: set metadata in output | Patrick Storz | 2019-07-10 | 1 | -1/+17 |
| | | | | | | | - metadata is taken from the SVG document; - fields that are compatible with the target format (and also supported by cairo) are set accordingly | ||||
| * | Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583 | Marc Jeanmougin | 2019-07-03 | 1 | -0/+3 |
| | | |||||
| * | 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" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -22/+22 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+1 |
| | | | | | A lot of header clean-up. | ||||
| * | Revert "Fix PDF+TeX output for text inside groups with clip/mask" | Eduard Braun | 2017-12-04 | 1 | -1/+0 |
| | | | | | This reverts commit e4dea66a338824037b6c35b262aa8db4004b6581. | ||||
| * | Fix printing multiple copies of a document | Eduard Braun | 2017-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Previously only the first page was printed properly, all following pages were either blank or were not printed at all. This was caused by finishing/destroying the cairo surface of the cairo context associated with the GtkPrintContext used for printing which made it impossible to draw to it for any consecutive page Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1733424 - https://bugs.launchpad.net/inkscape/+bug/490866 | ||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -1/+1 |
| | | |||||
| * | [Bug #1417470] Fix PDF+TeX output for text inside groups with clip/mask | Max Gaukler | 2017-06-13 | 1 | -0/+1 |
| | | | | | | Fixes Bug: - https://launchpad.net/bugs/1417470 | ||||
| * | Add PDF/PS output support for 'paint-order' property. | Tavmjong Bah | 2016-03-08 | 1 | -1/+8 |
| | | | | (bzr r14696) | ||||
| * | replaced remaining GHashTable with std::map | Marc Jeanmougin | 2015-12-09 | 1 | -1/+1 |
| | | | | (bzr r14504.1.16) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -0/+1 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Merged hatch pdf and png export code | Tomasz Boczkowski | 2014-10-14 | 1 | -0/+1 |
| | | | | | | | (bzr r13611.1.9) | ||||
| * | | Minor pass of header cleanup | Liam P. White | 2014-08-30 | 1 | -0/+3 |
| |/ | | | (bzr r13341.1.189) | ||||
| * | Merge C++ification of the SP tree by Markus Engel | Krzysztof Kosi??ski | 2013-09-19 | 1 | -1/+1 |
| |\ | | | | | (bzr r12532) | ||||
| | * | Merged from trunk (r12517). | Markus Engel | 2013-09-14 | 1 | -0/+17 |
| | |\ | | | | | | | (bzr r11608.1.121) | ||||
| | * | | reordered SPDesktop::set_event_context2; fixed last mismatched-tags | Markus Engel | 2013-08-02 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r11608.1.116) | ||||
| * | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 2013-09-19 | 1 | -2/+4 |
| | |/ |/| | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | ||||
| * | | use multiple graphic/text layers for pdf+latex output | David R. Bild | 2013-08-29 | 1 | -0/+11 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/771957 (bzr r12487.1.2) | ||||
| * | | Move omit text feature from cairo renderer to context | David R. Bild | 2013-08-26 | 1 | -0/+6 |
| |/ | | | (bzr r12487.1.1) | ||||
| * | Fix even more forward declaration tags | Alex Valavanis | 2013-03-15 | 1 | -3/+3 |
| | | | | (bzr r12206) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -13/+13 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Fix mixed up colors when exporting images with bitmaps to PDF and other | Krzysztof Kosi??ski | 2011-07-06 | 1 | -1/+1 |
| | | | | | | | | | Cairo formats. Fixes LP #804311 Fixed bugs: - https://launchpad.net/bugs/804311 (bzr r10421) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -11/+11 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -10/+10 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -0/+1 |
| |/ | | | (bzr r9508.1.44) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -2/+2 |
| | | | | (bzr r8895) | ||||
| * | Patch by Adib for 271695 | Josh Andler | 2009-11-09 | 1 | -0/+3 |
| | | | | (bzr r8829) | ||||
| * | apply printing w32 patch ↵ | Adib Taraben | 2009-04-24 | 1 | -2/+2 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |
| | | | | (bzr r6884) | ||||
| * | LIBNR REMOVAL. remove nartbpath code!!! | Johan B. C. Engelen | 2008-09-10 | 1 | -1/+0 |
| | | | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789) | ||||
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵ | Johan B. C. Engelen | 2008-09-07 | 1 | -2/+0 |
| | | | | | | references to nr-path.h) (bzr r6774) | ||||
| * | enable EPS export via cairo, use it instead of the old native one | bulia byak | 2008-09-01 | 1 | -0/+2 |
| | | | | (bzr r6743) | ||||
| * | properly transform clippath: transform of the item using the clippath must ↵ | bulia byak | 2008-08-31 | 1 | -0/+1 |
| | | | | | | also be applied (bzr r6739) | ||||
| * | cairo-render-context extension implementation converted to 2geom | Johan B. C. Engelen | 2008-08-31 | 1 | -3/+3 |
| | | | | (bzr r6736) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -9/+9 |
| | | | | (bzr r6612) | ||||
| * | add CairoRenderContext::renderPathVector | Johan B. C. Engelen | 2008-06-26 | 1 | -0/+2 |
| | | | | (bzr r6074) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+1 |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -9/+9 |
| | | | | (bzr r5149) | ||||
| * | now act on settings in dialogue | Adib Taraben | 2008-01-16 | 1 | -0/+6 |
| | | | | (bzr r4529) | ||||
| * | more on cairo ps/pdf options | Adib Taraben | 2007-12-26 | 1 | -13/+23 |
| | | | | (bzr r4304) | ||||
| * | Implement cross-architecture print dialog using cairo and PNG backends. | Kees Cook | 2007-12-10 | 1 | -2/+2 |
| | | | | (bzr r4199) | ||||
| * | always build cairo backend; add interface for setting cairo surface to renderer | Kees Cook | 2007-12-10 | 1 | -4/+3 |
| | | | | (bzr r4198) | ||||
| * | 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) | ||||
| * | cairo ps output patch | theAdib | 2007-05-09 | 1 | -0/+1 |
| | | | | (bzr r2987) | ||||
