summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-162-0/+26
| | | (bzr r13802)
* Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah2014-12-161-8/+27
| | | (bzr r13801)
* Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah2014-12-112-62/+131
| | | | | may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795)
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-46/+86
| | | (bzr r13700)
* Warning cleanup.Jon A. Cruz2014-11-011-2/+2
| | | (bzr r13653)
* Re-enable warning commented out from pony2ink branchLiam P. White2014-10-301-3/+2
| | | (bzr r13644)
* Update to trunk r13621Liam P. White2014-10-1710-34/+392
|\ | | | | (bzr r13341.1.278)
| * Merged hatch pdf and png export codeTomasz Boczkowski2014-10-142-2/+0
| | | | | | (bzr r13611.1.9)
| * Merged hatch rendering codeTomasz Boczkowski2014-10-141-1/+1
| | | | | | (bzr r13611.1.8)
| * Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-1410-35/+409
| | | | | | (bzr r13611.1.1)
| * DrawingItem: add NULL check (bug found by clang static analyzer)Johan B. C. Engelen2014-10-121-1/+1
| | | | | | (bzr r13603)
* | Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.253)
* | Update to experimental r13543Liam P. White2014-09-0748-201/+208
| | | | | | (bzr r13090.1.108)
* | Update to experimental r13531Liam P. White2014-08-3131-521/+136
|\ \ | | | | | | (bzr r13090.1.106)
| * | Minor pass of header cleanupLiam P. White2014-08-304-15/+5
| | | | | | | | | (bzr r13341.1.189)
| * | 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 experimental r13483Liam P. White2014-08-171-0/+3
|\| | | | | | | | (bzr r13090.1.105)
| * | 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)
* | | Update to experimental r13464Liam P. White2014-08-081-20/+71
|\| | | | | | | | (bzr r13090.1.99)
| * | 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)
* | | Update to experimental r13460Liam P. White2014-08-062-8/+8
|\| | | | | | | | (bzr r13090.1.98)
| * | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-012-8/+8
| | | | | | | | | (bzr r13341.1.113)
* | | Update to experimental r13452Liam P. White2014-07-301-11/+12
|\| | | | | | | | (bzr r13090.1.95)
| * | 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)
* | | Update to experimental r13418Liam P. White2014-07-052-9/+2
|\| | | | | | | | (bzr r13090.1.87)
| * | 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 experimental r13404Liam P. White2014-06-191-2/+4
|\| | | | | | | | (bzr r13090.1.84)
| * | 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)
* | | Update to experimental (r13376)Liam P. White2014-05-175-201/+444
|\| | | | | | | | (bzr r13090.1.79)
| * | 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)
* | Update to trunkLiam P. White2014-05-047-30/+7
|\| | | | | (bzr r13090.1.71)
| * 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)