| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 1 | -4/+5 |
| | | | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | ||||
| * | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 2019-10-19 | 1 | -0/+123 |
| | | |||||
| * | Fixing shifts for sub-byte PNG packing order | Marc Jeanmougin | 2019-10-01 | 1 | -2/+3 |
| | | | | | | | In PNG, pixels are stored left to right with msb first, so the shift of the nth color should be 8-size-n and not n Fixes https://gitlab.com/inkscape/inkscape/issues/444 | ||||
| * | Crashfix when importing/selecting large png | Nathan Lee | 2019-07-02 | 1 | -2/+2 |
| | | | | | | Uses size_t as per Thomas Holder's suggestion. Fixes gitlab.com/inkscape/inkscape/issues/192. | ||||
| * | Make background color affect checkerboard | tim_rawlinson | 2019-02-23 | 1 | -3/+14 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -6/+6 |
| | | |||||
| * | 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 | ||||
| * | Replace Broken Image xpm by SVG. | Tavmjong Bah | 2018-11-07 | 1 | -4/+8 |
| | | |||||
| * | Image HTTP support | Thomas Holder | 2018-11-04 | 1 | -4/+25 |
| | | | | | | Uses Gio::File::load_contents (via URI::getContents) to load images from non-file/non-data URIs. Depends on GVfs. | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Fix DPI wrong code pointed by Mc | Jabiertxof | 2018-09-13 | 1 | -6/+6 |
| | | |||||
| * | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 1 | -5/+12 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -46/+46 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Fix bug embeding SVG as PNG | Jabier Arraiza | 2018-05-13 | 1 | -1/+47 |
| | | |||||
| * | Allow link a SVG as image | Jabiertxo Arraiza Cenoz | 2018-05-10 | 1 | -23/+73 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -6/+6 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -6/+6 |
| | | |||||
| * | Add error output when file loading fails. | Tavmjong Bah | 2018-01-30 | 1 | -3/+26 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Minor include file cleanup. | Tavmjong Bah | 2018-01-23 | 1 | -3/+7 |
| | | |||||
| * | Store device-scale and propogate value where necessary. | Tavmjong Bah | 2017-11-30 | 1 | -2/+20 |
| | | | | | | Avoids reliance on cairo_surface_get_device_scale. Also necessary for filters. | ||||
| * | Use GStatBuf where appropriate to ensure usage of the correct type | Eduard Braun | 2017-01-12 | 1 | -1/+1 |
| | | | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414) | ||||
| * | Remove unneeded "#include <arpa/inet.h>" in "cairo-utils.cpp" | Eduard Braun | 2016-11-27 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1645062 (bzr r15280) | ||||
| * | Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵ | Marc Jeanmougin | 2016-09-25 | 1 | -0/+86 |
| | | | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131) | ||||
| * | More subtle checkerboard pattern centered around 50% gray. Makes editing ↵ | Tavmjong Bah | 2016-01-15 | 1 | -2/+2 |
| | | | | | | | | nodes more visible. Note, input values are in sRGB. (bzr r14584) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -5/+3 |
| | | | | (bzr r14059.2.1) | ||||
| * | Update to experimental r13543 | Liam P. White | 2014-09-07 | 1 | -0/+2 |
| | | | | (bzr r13090.1.108) | ||||
| * | Update to experimental r13464 | Liam P. White | 2014-08-08 | 1 | -20/+71 |
| |\ | | | | | (bzr r13090.1.99) | ||||
| | * | Fix small regression | Liam P. White | 2014-08-08 | 1 | -9/+10 |
| | | | | | | | (bzr r13341.1.122) | ||||
| | * | Rendering performance. Optimize bezier cases, implement arc rendering via Cairo. | Liam P. White | 2014-08-07 | 1 | -20/+70 |
| | | | | | | | (bzr r13341.1.121) | ||||
| * | | Experimental Ponyscape to Inkscape merge (does not compile) | Liam P. White | 2014-03-02 | 1 | -3/+1 |
| |/ | | | (bzr r13090.1.4) | ||||
| * | cppcheck | Kris De Gussem | 2013-10-13 | 1 | -2/+1 |
| | | | | (bzr r12680) | ||||
| * | Fix type mismatch for platforms where gsize is not unsigned long | Krzysztof Kosi??ski | 2013-09-19 | 1 | -2/+2 |
| | | | | (bzr r12537) | ||||
| * | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 2013-09-19 | 1 | -123/+416 |
| | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | ||||
| * | Do not recompress images when embedding and generating PDFs. | Krzysztof Kosi??ski | 2013-09-14 | 1 | -0/+5 |
| | | | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516) | ||||
| * | Fix serious bug in recent GdkPixbuf / Cairo interop rework | Krzysztof Kosi??ski | 2013-09-14 | 1 | -4/+3 |
| | | | | (bzr r12515) | ||||
| * | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 1 | -21/+118 |
| | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | ||||
| * | Warning cleanup | Alex Valavanis | 2013-03-16 | 1 | -5/+5 |
| | | | | (bzr r12211) | ||||
| * | Use ink_cairo_surface_filter when converting surfaces between linearRGB and ↵ | Tavmjong Bah | 2013-03-03 | 1 | -27/+64 |
| | | | | | | | | sRGB. Huge speed advantage when using multiple threads. (bzr r12170) | ||||
| * | code cleanup. don't use pointers when you don't have to. use const whereever ↵ | Johan B. C. Engelen | 2013-01-30 | 1 | -25/+16 |
| | | | | | | you can. (bzr r12077) | ||||
| * | Filter color values always defined as sRGB (or ICC). | Tavmjong Bah | 2013-01-29 | 1 | -0/+9 |
| | | | | (bzr r12070) | ||||
| * | Fix multiple instances of ci_key. | Jon A. Cruz | 2013-01-20 | 1 | -0/+11 |
| | | | | (bzr r12045) | ||||
| * | Move some code from filter primitives to cairo-utils.cpp. Fix bug in ↵ | Tavmjong Bah | 2012-12-23 | 1 | -3/+18 |
| | | | | | | lighting primitives. (bzr r11976) | ||||
| * | Add utilities to tag a cairo surface with color interpolation value. | Tavmjong Bah | 2012-12-22 | 1 | -0/+110 |
| | | | | (bzr r11971) | ||||
| * | Removing redundant doxygen @brief tag. | Jon A. Cruz | 2011-10-02 | 1 | -11/+18 |
| | | | | (bzr r10656) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-02 | 1 | -2/+1 |
| | | | | (bzr r10655) | ||||
| * | Fix crashes in print preview | Krzysztof Kosi??ski | 2011-07-13 | 1 | -0/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450) | ||||
| * | Fix rendering of control points | Krzysztof Kosi??ski | 2011-06-19 | 1 | -55/+74 |
| | | | | (bzr r9508.1.88) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -11/+11 |
| | | | | (bzr r9508.1.73) | ||||
| * | Completely remove NRPixBlock | Krzysztof Kosi??ski | 2010-08-14 | 1 | -2/+67 |
| | | | | (bzr r9508.1.67) | ||||
