| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move reproducible-builds hack out of CairoRenderContext | Patrick Storz | 2019-07-10 | 1 | -2/+9 |
| | | |||||
| * | cairo-renderer: set metadata in output | Patrick Storz | 2019-07-10 | 1 | -34/+80 |
| | | | | | | | - metadata is taken from the SVG document; - fields that are compatible with the target format (and also supported by cairo) are set accordingly | ||||
| * | cairo-renderer: fix comment | Patrick Storz | 2019-07-10 | 1 | -1/+1 |
| | | |||||
| * | cairo-renderer: / cairo-render-context: whitespace fixes | Patrick Storz | 2019-07-10 | 1 | -12/+10 |
| | | |||||
| * | Fix link export code | Marc Jeanmougin | 2019-07-04 | 1 | -2/+4 |
| | | |||||
| * | Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583 | Marc Jeanmougin | 2019-07-03 | 1 | -6/+30 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -2/+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 | ||||
| * | Misc. typos | luz.paz | 2018-10-06 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | Fix PDF bitmap export (inverted y-axis) | Thomas Holder | 2018-09-26 | 1 | -6/+5 |
| | | | | | https://bugs.launchpad.net/inkscape/+bug/1794298 | ||||
| * | fixes and improvementes to power clip and powermask | Jabiertxof | 2018-09-13 | 1 | -15/+0 |
| | | |||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -10/+6 |
| | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | ||||
| * | Fix opacity of bitmap images in PDF export | Eduard Braun | 2018-08-28 | 1 | -3/+1 |
| | | | | | | | | | | | | | This is a follow-up to 1e31c41a0ef4b0f383d4f9d2941f643ae67ca646. As it turns out the same issue also applied to bitmap images embedded in the SVG. Replacing 'cairo_paint_with_alpha()' -> 'cairo_paint()' prevents reducing opacity when rendering the bitmap onto a cairo surface. Opacity should already be properly handled in CairoRenderContext::popLayer() | ||||
| * | Fix opacity of rasterized filters in PDF export | Eduard Braun | 2018-08-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Opacity was applied thrice: 1. when rendering the filter to a pixbuf (i.e. transparency was baked into the bitmap) 2. when rendering this pixbuf onto a cairo surface 3. when actually rendering the (now doubly opaque) item Avoid 1. and 2. and only apply opacity once. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/381677 | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | 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 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | 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 Jeanmougin | 2018-05-04 | 1 | -19/+19 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -19/+19 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -17/+16 |
| | | | | | A lot of header clean-up. | ||||
| * | Replace boost::scoped_ptr | Jan Lingscheid | 2017-10-17 | 1 | -2/+1 |
| | | | | | | This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes. | ||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -6/+2 |
| | | |||||
| * | Inline two "style" variables. | Shlomi Fish | 2016-09-02 | 1 | -4/+2 |
| | | | | | | | They were used only once and completely unnecessary, so I just replaced them with their expressions. (bzr r15100.1.3) | ||||
| * | Remove a pointless == for bool | Shlomi Fish | 2016-09-02 | 1 | -1/+1 |
| | | | | (bzr r15100.1.2) | ||||
| * | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -2/+2 |
| | | | | (bzr r14954.1.21) | ||||
| * | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -4/+4 |
| | | | | (bzr r14954.1.19) | ||||
| * | Add PDF/PS output support for 'paint-order' property. | Tavmjong Bah | 2016-03-08 | 1 | -1/+29 |
| | | | | (bzr r14696) | ||||
| * | static code analysis | Kris De Gussem | 2015-10-29 | 1 | -1/+1 |
| | | | | (bzr r14436) | ||||
| * | Fix crash in PDF export introduced in r14074 | Marc Jeanmougin | 2015-05-04 | 1 | -1/+1 |
| | | | | (bzr r14108) | ||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects ↵ | Nicolas Dufour | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | include copy of unfiltered object on top). Fixed bugs: - https://launchpad.net/bugs/1414835 (bzr r14010) | ||||
| * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -2/+1 |
| | | | | | | | (bzr r13922.1.11) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -3/+2 |
| | | | | | | | (bzr r13922.1.6) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -4/+4 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn'). | Tavmjong Bah | 2014-11-25 | 1 | -5/+5 |
| | | | | (bzr r13757) | ||||
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -74/+90 |
| | | | | (bzr r13700) | ||||
| * | change default pdf import resolution to 96 dpi | Alvin Penner | 2014-11-02 | 1 | -1/+1 |
| | | | | (bzr r13660) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -0/+16 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Merge hatch rendering code from Tomasz Boczkowski. | Tavmjong Bah | 2014-10-14 | 1 | -0/+16 |
| | |\ | | | | | | | (bzr r13614) | ||||
| | | * | Merged hatch pdf and png export code | Tomasz Boczkowski | 2014-10-14 | 1 | -0/+16 |
| | | | | | | | | | | (bzr r13611.1.9) | ||||
| | * | | Implement marker 'orient' attribute value 'auto-start-reverse'. | Tavmjong Bah | 2014-10-14 | 1 | -5/+7 |
| | |/ | | | | | (bzr r13613) | ||||
| * | | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.248) | ||||
| * | | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' ↵ | Tavmjong Bah | 2014-08-20 | 1 | -5/+7 |
| |/ | | | | | (rendering only). (bzr r13341.1.148) | ||||
| * | Revert unintended checkin. | Tavmjong Bah | 2014-02-25 | 1 | -3/+3 |
| | | | | (bzr r13058) | ||||
| * | Rewrite of symbol creation code. Partial fix for 1201325. | Tavmjong Bah | 2014-02-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | Symbols cannot have 'tranform' attribute. The old code copied the group 'transform' attribute to the symbol. The new code creates an intermediate group with the required 'transform' if it is not a simple translation. A simple translation is removed and applied instead to the new <use> element. Multiple objects can now be turned into a symbol without first grouping the objects. (At the cost that multiple groups can no longer be turned into multiple symbols at one go.) This better matches marker and pattern creation. (bzr r13057) | ||||
| * | Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). ↵ | Tavmjong Bah | 2014-01-15 | 1 | -3/+3 |
| | | | | | | Note: 523285 is not a bug. (bzr r12935) | ||||
