summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Enable support for 'paint-order', rendering only.Tavmjong Bah2014-05-012-12/+4
| * Enable 'mix-blend-mode' property (rendering only).Tavmjong Bah2014-04-301-8/+1
* | Update to trunk and fix issuesLiam P. White2014-04-297-8/+7
|\|
| * Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-266-6/+6
| * Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-2/+1
* | Update to trunkLiam P. White2014-04-211-2/+5
|\|
| * Fix remaining issue with prefs updatingMartin Owens2014-04-191-1/+1
| * Add image rendering option for outlines. Setup desktop preferences observer.Martin Owens2014-04-181-2/+5
* | Update to trunkLiam P. White2014-04-181-0/+2
|\|
| * workaround build failure on Ubuntu 14.04 with dbus ext and clangAlex Valavanis2014-04-161-0/+2
* | Update to trunkLiam P. White2014-04-012-2/+2
|\|
| * Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-302-2/+2
* | Update to trunkLiam P. White2014-03-261-1/+5
|\|
| * Fix for in-class initialisation of double const value.Markus Engel2014-03-241-1/+5
* | Update to trunk/Fix GTK3 build errorsLiam P. White2014-03-194-21/+48
|\|
| * Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-134-23/+28
| * Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-133-1/+19
| * Use NEAREST filter when transforming cacheKrzysztof Kosi??ski2014-03-121-0/+1
| * Do not transform render cache for transforms which are not integerKrzysztof Kosi??ski2014-03-121-16/+19
* | Updated to trunkLiam P. White2014-03-122-6/+4
|\|
| * Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-3/+3
| * Remove unused includes to tidy up the code.Martin Owens2014-03-091-3/+1
* | Reverted swatchesLiam P. White2014-03-121-2/+3
* | Update to trunkLiam P. White2014-03-092-2/+3
|\|
| * Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactiveKrzysztof Kosi??ski2014-03-071-1/+2
| * Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.Tavmjong Bah2014-03-041-1/+1
* | Merge to trunkLiam P. White2014-03-041-2/+3
|\|
| * Fix for W3C test suite filters-displace-01-f.svg. Don't set default colorspac...Tavmjong Bah2014-03-031-2/+3
* | Experimental Ponyscape to Inkscape merge (does not compile)Liam P. White2014-03-022-3/+3
|/
* Hack for when blur or offset are expressed in terms of object bounding box.Tavmjong Bah2014-03-012-7/+30
* Use viewport when calculating filter primitive region when 'primitiveUnits' s...Tavmjong Bah2014-03-011-34/+19
* Use viewport when calculating filter region when filterUnits set to "userSpac...Tavmjong Bah2014-02-281-8/+15
* Copy event with gdk_event_copy instead of assigning to structure by value.Krzysztof Kosi??ski2014-02-281-8/+9
* remove superfluous line of code (vector has just been constructed, so is empty)Johan B. C. Engelen2014-02-271-1/+0
* Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,Krzysztof Kosi??ski2014-02-271-1/+6
* Implement 'paint-order' for shapes (and paths).Tavmjong Bah2014-02-182-29/+110
* Implement 'paint-order' for text.Tavmjong Bah2014-02-181-0/+19
* Copy 'paint-order' property data for Cairo rendering.Tavmjong Bah2014-02-182-1/+37
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-0824-255/+255
* Make sure we're not interfering with right or middle click with undo preventi...Martin Owens2014-01-231-1/+1
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-212-0/+6
* for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner2014-01-151-1/+12
* Prevent segfault if 'tableValues' is empty.Tavmjong Bah2014-01-131-8/+17
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-1/+1
* pass class variables by reference for performanceKris De Gussem2014-01-124-12/+12
* glyph drawing: improve codeJohan B. C. Engelen2014-01-081-18/+16
* fix bug (and add parens so we don't rely on operator precedence)Johan B. C. Engelen2014-01-081-1/+1
* Only display snapping tooltip if source / target are defined (LP #1255764)Bryce Harrington2014-01-061-23/+25
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-102-0/+93
* New CSS blending and compositing modes.Tavmjong Bah2013-12-053-11/+92