| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable rendering of new filter blend modes (but don't add them to GUI). | Tavmjong Bah | 2014-06-29 | 2 | -9/+2 |
| | | | | (bzr r13341.1.70) | ||||
| * | Update to latest tip (trunk r13432) | Liam P. White | 2014-06-19 | 1 | -2/+4 |
| |\ | | | | | (bzr r13341.1.62) | ||||
| | * | CSS2 and CSS3 text decoration rendering, most code from David Mathog. | Tavmjong Bah | 2014-05-13 | 4 | -199/+427 |
| | | | | | | | (bzr r13372) | ||||
| | * | Fix snapping issue in selector tool | Diederik van Lierop | 2014-05-12 | 1 | -2/+4 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1255764 (bzr r13361) | ||||
| | * | Add closePath(). | Tavmjong Bah | 2014-05-11 | 1 | -0/+1 |
| | | | | | | | (bzr r13349) | ||||
| * | | fix compliance test pservers-pattern-03-f - using fallback when pattern is empty | Tomasz Boczkowski | 2014-05-16 | 1 | -2/+16 |
| | | | | | | | (bzr r13341.1.34) | ||||
| * | | small logic improvement | Johan B. C. Engelen | 2014-05-12 | 1 | -3/+1 |
| | | | | | | | (bzr r13341.1.8) | ||||
| * | | CSS2 and CSS3 text decoration rendering, most code from David Mathog. | Tavmjong Bah | 2014-05-11 | 4 | -199/+429 |
| | | | | | | | (bzr r13341.1.7) | ||||
| * | | Add closePath(). | Tavmjong Bah | 2014-05-11 | 1 | -0/+1 |
| |/ | | | (bzr r13341.1.6) | ||||
| * | Fix bounding box cache issues in general, and prevent the selector tool from ↵ | Diederik van Lierop | 2014-05-03 | 2 | -2/+2 |
| | | | | | | | | | updating anything in case of identity affines (which prevents the bounding box from being invalidated) Fixed bugs: - https://launchpad.net/bugs/1256597 (bzr r13333) | ||||
| * | Enable 'paint-order', (rendering only)... missing changes. | Tavmjong Bah | 2014-05-01 | 3 | -8/+0 |
| | | | | (bzr r13330) | ||||
| * | Enable support for 'paint-order', rendering only. | Tavmjong Bah | 2014-05-01 | 2 | -12/+4 |
| | | | | (bzr r13329) | ||||
| * | Enable 'mix-blend-mode' property (rendering only). | Tavmjong Bah | 2014-04-30 | 1 | -8/+1 |
| | | | | (bzr r13326) | ||||
| * | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 2014-04-26 | 6 | -6/+6 |
| | | | | (bzr r13309) | ||||
| * | Clean up of style code, converting structures to C++ classes. Step 1. | Tavmjong Bah | 2014-04-23 | 1 | -2/+1 |
| | | | | (bzr r13298) | ||||
| * | Fix remaining issue with prefs updating | Martin Owens | 2014-04-19 | 1 | -1/+1 |
| | | | | (bzr r13291.1.2) | ||||
| * | Add image rendering option for outlines. Setup desktop preferences observer. | Martin Owens | 2014-04-18 | 1 | -2/+5 |
| | | | | (bzr r13291.1.1) | ||||
| * | workaround build failure on Ubuntu 14.04 with dbus ext and clang | Alex Valavanis | 2014-04-16 | 1 | -0/+2 |
| | | | | (bzr r13290) | ||||
| * | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 2014-03-30 | 2 | -2/+2 |
| | | | | (bzr r13236) | ||||
| * | Fix for in-class initialisation of double const value. | Markus Engel | 2014-03-24 | 1 | -1/+5 |
| | | | | (bzr r13201) | ||||
| * | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 4 | -23/+28 |
| | | | | | | on the root element. (bzr r13146) | ||||
| * | Provide a toggle in the document properties to optionally turn off | Krzysztof Kosi??ski | 2014-03-13 | 3 | -1/+19 |
| | | | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144) | ||||
| * | Use NEAREST filter when transforming cache | Krzysztof Kosi??ski | 2014-03-12 | 1 | -0/+1 |
| | | | | (bzr r13138) | ||||
| * | Do not transform render cache for transforms which are not integer | Krzysztof Kosi??ski | 2014-03-12 | 1 | -16/+19 |
| | | | | | | | | | | translations - the entire cache was dirtied anyway in these cases. Fixes performance regression when zooming out. Fixed bugs: - https://launchpad.net/bugs/1288838 (bzr r13137) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -3/+3 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | Remove unused includes to tidy up the code. | Martin Owens | 2014-03-09 | 1 | -3/+1 |
| | | | | (bzr r13132) | ||||
| * | Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactive | Krzysztof Kosi??ski | 2014-03-07 | 1 | -1/+2 |
| | | | | | | renderer, since the latter uses Lanczos3 and is prohibitively slow. (bzr r13124) | ||||
| * | Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning. | Tavmjong Bah | 2014-03-04 | 1 | -1/+1 |
| | | | | (bzr r13111) | ||||
| * | Fix for W3C test suite filters-displace-01-f.svg. Don't set default ↵ | Tavmjong Bah | 2014-03-03 | 1 | -2/+3 |
| | | | | | | | | colorspace of external image. Also removed a problematic translation in rendering an internal image. (bzr r13100) | ||||
| * | Hack for when blur or offset are expressed in terms of object bounding box. | Tavmjong Bah | 2014-03-01 | 2 | -7/+30 |
| | | | | | | A correct fix requires restructuring the way filter primitives are handled. (bzr r13086) | ||||
| * | Use viewport when calculating filter primitive region when 'primitiveUnits' ↵ | Tavmjong Bah | 2014-03-01 | 1 | -34/+19 |
| | | | | | | set to "userSpaceOnUse". (bzr r13083) | ||||
| * | Use viewport when calculating filter region when filterUnits set to ↵ | Tavmjong Bah | 2014-02-28 | 1 | -8/+15 |
| | | | | | | "userSpaceOnUse", fixes #229246. (bzr r13073) | ||||
| * | Copy event with gdk_event_copy instead of assigning to structure by value. | Krzysztof Kosi??ski | 2014-02-28 | 1 | -8/+9 |
| | | | | | | | | | | Fixes problems on GTK+/Quartz 2.24.19. For more information, see LP #1198597 and https://bugzilla.gnome.org/show_bug.cgi?id=694273#c33 Fixed bugs: - https://launchpad.net/bugs/1198597 (bzr r13072) | ||||
| * | remove superfluous line of code (vector has just been constructed, so is empty) | Johan B. C. Engelen | 2014-02-27 | 1 | -1/+0 |
| | | | | (bzr r13067) | ||||
| * | Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp, | Krzysztof Kosi??ski | 2014-02-27 | 1 | -1/+6 |
| | | | | | | where it belongs (bzr r13062) | ||||
| * | Implement 'paint-order' for shapes (and paths). | Tavmjong Bah | 2014-02-18 | 2 | -29/+110 |
| | | | | (bzr r13040) | ||||
| * | Implement 'paint-order' for text. | Tavmjong Bah | 2014-02-18 | 1 | -0/+19 |
| | | | | (bzr r13039) | ||||
| * | Copy 'paint-order' property data for Cairo rendering. | Tavmjong Bah | 2014-02-18 | 2 | -1/+37 |
| | | | | (bzr r13038) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 24 | -255/+255 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | Make sure we're not interfering with right or middle click with undo ↵ | Martin Owens | 2014-01-23 | 1 | -1/+1 |
| | | | | | | prevention bug #168695 (bzr r12974) | ||||
| * | Move dragging undo block from tools-base to canvas. Regarding bug #168695 | Martin Owens | 2014-01-21 | 2 | -0/+6 |
| | | | | (bzr r12967) | ||||
| * | for rubberband outline, add shading instead of XOR (Bug 1266308) | Alvin Penner | 2014-01-15 | 1 | -1/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936) | ||||
| * | Prevent segfault if 'tableValues' is empty. | Tavmjong Bah | 2014-01-13 | 1 | -8/+17 |
| | | | | (bzr r12922) | ||||
| * | update 2geom's copy to r2142 | Johan B. C. Engelen | 2014-01-12 | 1 | -1/+1 |
| | | | | (bzr r12921) | ||||
| * | pass class variables by reference for performance | Kris De Gussem | 2014-01-12 | 4 | -12/+12 |
| | | | | (bzr r12917) | ||||
| * | glyph drawing: improve code | Johan B. C. Engelen | 2014-01-08 | 1 | -18/+16 |
| | | | | (bzr r12889) | ||||
| * | fix bug (and add parens so we don't rely on operator precedence) | Johan B. C. Engelen | 2014-01-08 | 1 | -1/+1 |
| | | | | (bzr r12888) | ||||
| * | Only display snapping tooltip if source / target are defined (LP #1255764) | Bryce Harrington | 2014-01-06 | 1 | -23/+25 |
| | | | | (bzr r12883) | ||||
| * | New CSS blending modes (outside of filters). | Tavmjong Bah | 2013-12-10 | 2 | -0/+93 |
| | | | | | | | | Define WITH_CSSBLEND to try out. Note: The modes are defined in CSS Compositing and Blending Level 1. To do: GUI. Isolate SVG drawing from Inkscape background (i.e. page border). (bzr r12845) | ||||
| * | New CSS blending and compositing modes. | Tavmjong Bah | 2013-12-05 | 3 | -11/+92 |
| | | | | | | | | | Define WITH_CSSBLEND and/or WITH_CSSCOMPOSITE to try out. Note: these new modes are not yet defined to apply to SVG filters in the CSS Compositing and Blending Level 1 or in CSS Filters Level 1 specifications. They are expected to be included in Level 2. (bzr r12837) | ||||
