summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Enable support for 'paint-order', rendering only.Tavmjong Bah2014-05-012-12/+4
| | | | | | (bzr r13329)
| * Enable 'mix-blend-mode' property (rendering only).Tavmjong Bah2014-04-301-8/+1
| | | | | | (bzr r13326)
* | Update to trunk and fix issuesLiam P. White2014-04-297-8/+7
|\| | | | | (bzr r13090.1.67)
| * Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-266-6/+6
| | | | | | (bzr r13309)
| * Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-2/+1
| | | | | | (bzr r13298)
* | Update to trunkLiam P. White2014-04-211-2/+5
|\| | | | | (bzr r13090.1.66)
| * Fix remaining issue with prefs updatingMartin Owens2014-04-191-1/+1
| | | | | | (bzr r13291.1.2)
| * Add image rendering option for outlines. Setup desktop preferences observer.Martin Owens2014-04-181-2/+5
| | | | | | (bzr r13291.1.1)
* | Update to trunkLiam P. White2014-04-181-0/+2
|\| | | | | (bzr r13090.1.60)
| * workaround build failure on Ubuntu 14.04 with dbus ext and clangAlex Valavanis2014-04-161-0/+2
| | | | | | (bzr r13290)
* | Update to trunkLiam P. White2014-04-012-2/+2
|\| | | | | (bzr r13090.1.39)
| * Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-302-2/+2
| | | | | | (bzr r13236)
* | Update to trunkLiam P. White2014-03-261-1/+5
|\| | | | | (bzr r13090.1.32)
| * Fix for in-class initialisation of double const value.Markus Engel2014-03-241-1/+5
| | | | | | (bzr r13201)
* | Update to trunk/Fix GTK3 build errorsLiam P. White2014-03-194-21/+48
|\| | | | | (bzr r13090.1.26)
| * Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-134-23/+28
| | | | | | | | | | on the root element. (bzr r13146)
| * Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-133-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 cacheKrzysztof Kosi??ski2014-03-121-0/+1
| | | | | | (bzr r13138)
| * Do not transform render cache for transforms which are not integerKrzysztof Kosi??ski2014-03-121-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)
* | Updated to trunkLiam P. White2014-03-122-6/+4
|\| | | | | (bzr r13090.1.24)
| * Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-3/+3
| | | | | | | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
| * Remove unused includes to tidy up the code.Martin Owens2014-03-091-3/+1
| | | | | | (bzr r13132)
* | Reverted swatchesLiam P. White2014-03-121-2/+3
| | | | | | | | | | | | | | Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23)
* | Update to trunkLiam P. White2014-03-092-2/+3
|\| | | | | (bzr r13090.1.22)
| * Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactiveKrzysztof Kosi??ski2014-03-071-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 Bah2014-03-041-1/+1
| | | | | | (bzr r13111)
* | Merge to trunkLiam P. White2014-03-041-2/+3
|\| | | | | (bzr r13090.1.12)
| * Fix for W3C test suite filters-displace-01-f.svg. Don't set default ↵Tavmjong Bah2014-03-031-2/+3
| | | | | | | | | | | | | | colorspace of external image. Also removed a problematic translation in rendering an internal image. (bzr r13100)
* | Experimental Ponyscape to Inkscape merge (does not compile)Liam P. White2014-03-022-3/+3
|/ | | (bzr r13090.1.4)
* Hack for when blur or offset are expressed in terms of object bounding box.Tavmjong Bah2014-03-012-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 Bah2014-03-011-34/+19
| | | | | set to "userSpaceOnUse". (bzr r13083)
* Use viewport when calculating filter region when filterUnits set to ↵Tavmjong Bah2014-02-281-8/+15
| | | | | "userSpaceOnUse", fixes #229246. (bzr r13073)
* Copy event with gdk_event_copy instead of assigning to structure by value.Krzysztof Kosi??ski2014-02-281-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. Engelen2014-02-271-1/+0
| | | (bzr r13067)
* Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,Krzysztof Kosi??ski2014-02-271-1/+6
| | | | | where it belongs (bzr r13062)
* Implement 'paint-order' for shapes (and paths).Tavmjong Bah2014-02-182-29/+110
| | | (bzr r13040)
* Implement 'paint-order' for text.Tavmjong Bah2014-02-181-0/+19
| | | (bzr r13039)
* Copy 'paint-order' property data for Cairo rendering.Tavmjong Bah2014-02-182-1/+37
| | | (bzr r13038)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-0824-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 Owens2014-01-231-1/+1
| | | | | prevention bug #168695 (bzr r12974)
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-212-0/+6
| | | (bzr r12967)
* for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner2014-01-151-1/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936)
* Prevent segfault if 'tableValues' is empty.Tavmjong Bah2014-01-131-8/+17
| | | (bzr r12922)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-1/+1
| | | (bzr r12921)
* pass class variables by reference for performanceKris De Gussem2014-01-124-12/+12
| | | (bzr r12917)
* glyph drawing: improve codeJohan B. C. Engelen2014-01-081-18/+16
| | | (bzr r12889)
* fix bug (and add parens so we don't rely on operator precedence)Johan B. C. Engelen2014-01-081-1/+1
| | | (bzr r12888)
* Only display snapping tooltip if source / target are defined (LP #1255764)Bryce Harrington2014-01-061-23/+25
| | | (bzr r12883)
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-102-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 Bah2013-12-053-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)