summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce header bloatAlex Valavanis2014-08-302-3/+2
| | | (bzr r13341.1.184)
* Complete reduction of GObject boilerplateAlex Valavanis2014-08-262-34/+8
| | | (bzr r13341.1.181)
* sp-canvas: GObject boilerplate reductionAlex Valavanis2014-08-262-100/+17
| | | (bzr r13341.1.180)
* More GObject boilerplate reductionAlex Valavanis2014-08-2413-338/+65
| | | (bzr r13341.1.175)
* Turn on double-buffering of the canvasLiam P. White2014-08-231-1/+1
| | | (bzr r13341.1.166)
* Fix build (not pretty).Liam P. White2014-08-1811-11/+22
| | | (bzr r13341.1.146)
* Code cleanup.Liam P. White2014-08-182-20/+16
| | | (bzr r13341.1.145)
* Update to trunk r13525Liam P. White2014-08-171-0/+3
|\ | | | | (bzr r13341.1.142)
| * Fix grid jumping (bug #1342238).Matthew Petroff2014-08-171-0/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1342238 (bzr r13522)
| * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-012-8/+8
| | | | | | (bzr r13485)
* | Fix small regressionLiam P. White2014-08-081-9/+10
| | | | | | (bzr r13341.1.122)
* | Rendering performance. Optimize bezier cases, implement arc rendering via Cairo.Liam P. White2014-08-071-20/+70
| | | | | | (bzr r13341.1.121)
* | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-012-8/+8
| | | | | | (bzr r13341.1.113)
* | Merge from trunk 13472Liam P. White2014-07-271-11/+12
|\| | | | | (bzr r13341.1.102)
| * Warnings cleaup.Jon A. Cruz2014-07-151-11/+12
| | | | | | (bzr r13454)
| * Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-292-9/+2
| | | | | | (bzr r13443)
* | Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-292-9/+2
| | | | | | (bzr r13341.1.70)
* | Update to latest tip (trunk r13432)Liam P. White2014-06-191-2/+4
|\| | | | | (bzr r13341.1.62)
| * CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah2014-05-134-199/+427
| | | | | | (bzr r13372)
| * Fix snapping issue in selector toolDiederik van Lierop2014-05-121-2/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1255764 (bzr r13361)
| * Add closePath().Tavmjong Bah2014-05-111-0/+1
| | | | | | (bzr r13349)
* | fix compliance test pservers-pattern-03-f - using fallback when pattern is emptyTomasz Boczkowski2014-05-161-2/+16
| | | | | | (bzr r13341.1.34)
* | small logic improvementJohan B. C. Engelen2014-05-121-3/+1
| | | | | | (bzr r13341.1.8)
* | CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah2014-05-114-199/+429
| | | | | | (bzr r13341.1.7)
* | Add closePath().Tavmjong Bah2014-05-111-0/+1
|/ | | (bzr r13341.1.6)
* Fix bounding box cache issues in general, and prevent the selector tool from ↵Diederik van Lierop2014-05-032-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 Bah2014-05-013-8/+0
| | | (bzr r13330)
* 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)
* 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)
* 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)
* workaround build failure on Ubuntu 14.04 with dbus ext and clangAlex Valavanis2014-04-161-0/+2
| | | (bzr r13290)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-302-2/+2
| | | (bzr r13236)
* Fix for in-class initialisation of double const value.Markus Engel2014-03-241-1/+5
| | | (bzr r13201)
* 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)
* 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)
* 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)
* 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)
* 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)