Anthony Jones
|
ed94bb6261
|
Bug 796418 - Check cairo matrix before drawing. r=joe
|
2012-10-24 22:03:21 -04:00 |
|
Anthony Jones
|
516a2bffe6
|
Bug 795763 - Support extend mode for gradient patterns in DrawTargetCairo. r=joe
|
2012-10-10 06:32:36 -04:00 |
|
Nicholas Cameron
|
0e8b0fb621
|
Bug 753237 - Implement DrawTargetCairo::Mask(). r=joe
|
2012-10-02 20:14:38 -04:00 |
|
Andrew Quartey
|
a7d8d6fc00
|
Bug 793201 - Fix compiler warnings in Azure with MSVC r=bas
|
2012-09-28 13:21:40 -04:00 |
|
Nicholas Cameron
|
8162a9177d
|
Bug 722217; keep only a single snapshot. r=jrmuizel
|
2012-09-06 16:07:53 +12:00 |
|
Anthony Jones
|
22ea68840d
|
Bug 788087 - Apply matrices to Azure/Cairo patterns. r=joe
|
2012-09-04 21:01:57 -04:00 |
|
Anthony Jones
|
18034285f8
|
Bug 784573 - Fix problems converting cairo paths between user space and device space. r=joe
|
2012-09-03 17:48:04 -04:00 |
|
Anthony Jones
|
802222e3d7
|
Bug 781731 - Use a similar surface for non-blurred shadows to improve performance. r=joe
|
2012-09-02 19:07:06 -04:00 |
|
Anthony Jones
|
a65ed2ffac
|
Bug 781731 - Speed up shadows by using tee surface to avoid doing a read back. r=jrmuizel
|
2012-09-02 19:07:06 -04:00 |
|
Anthony Jones
|
fd2bf8319d
|
Bug 781731 - Fix shadow surface extents so they aren't double padded. r=joe
|
2012-09-02 19:07:05 -04:00 |
|
Anthony Jones
|
8fafa10bc3
|
Bug 781731 - Clean up DrawTargetCairo::DrawSurfaceWithShadow() to make it simpler and paint correctly in all modes. r=jrmuizel
|
2012-09-02 19:07:05 -04:00 |
|
Ryan VanderMeulen
|
8510d16177
|
Bug 781380 - Follow-up fix for a change that was lost in the original landing. r=ajones
|
2012-08-28 20:55:20 -04:00 |
|
Ms2ger
|
94b541fcb7
|
Backout bug 781731.
|
2012-08-27 12:27:40 +02:00 |
|
Anthony Jones
|
23c759a8cf
|
Bug 781731 - Use a similar surface for non-blurred shadows to improve performance; r=roc
|
2012-08-27 11:34:33 +02:00 |
|
Anthony Jones
|
bc01cc91d5
|
Bug 781731 - Speed up shadows by using tee surface to avoid doing a read back; r=roc
|
2012-08-27 11:34:07 +02:00 |
|
Anthony Jones
|
9dc5f19fc0
|
Bug 781731 - Fix shadow surface extents so they aren't double padded; r=roc
|
2012-08-27 11:32:14 +02:00 |
|
Anthony Jones
|
c6ef7faf33
|
Bug 781731 - Clean up DrawTargetCairo::DrawSurfaceWithShadow() to make it simpler and paint correctly in all modes; r=jrmuizel
|
2012-08-27 11:31:56 +02:00 |
|
Anthony Jones
|
6d50e21272
|
Bug 781380 - Fix cairo surface memory leak in DrawTargetCairo::DrawSurfaceWithShadow(). r=roc
|
2012-08-23 19:50:59 -04:00 |
|
Anthony Jones
|
df916d9db5
|
Bug 781380 - Fix cairo surface memory leak in DrawTargetCairo::CreateSimilarDrawTarget(). r=roc
|
2012-08-23 19:50:59 -04:00 |
|
Nicholas Cameron
|
9ae0604347
|
Bug 784260; DrawTargetD2D should deal with Cairo surfaces in CreateBrush... . r=Bas
|
2012-08-23 08:56:03 +12:00 |
|
Joe Drew
|
3f0afe00d0
|
Bug 782416 - Switch from NULL to nullptr in gfx::2d. r=Bas
|
2012-08-14 14:06:12 -04:00 |
|
Joe Drew
|
0a4da78c18
|
Back out 98d2c24ce932 for failing to build r=moron
|
2012-08-15 12:51:33 -04:00 |
|
Joe Drew
|
123b07964c
|
Bug 782416 - Switch from NULL to nullptr in gfx::2d. r=Bas
|
2012-08-14 14:06:12 -04:00 |
|
Nicholas Cameron
|
aac08c6acc
|
Bug 781056; remove extraneous save/restores from DrawTargetCairo. r=bas
|
2012-08-10 06:45:03 +12:00 |
|
Nicholas Cameron
|
d2801864c3
|
Bug 780392; Make ScaledFontDWrite inherit from ScaledFontBase. r=bas
|
2012-08-09 08:17:04 +12:00 |
|
Oleg Romashin
|
0d2ebbe194
|
Bug 778195 - Add string.h to cover memcpy include and fix build error. r=nrc
|
2012-07-27 17:51:53 -04:00 |
|
Nicholas Cameron
|
d4e4bdc2c0
|
Bug 748116; refactor DrawTargetCairo::GfxPatternForPattern. r=roc
|
2012-07-24 22:18:40 +12:00 |
|
Nicholas Cameron
|
64a7c488c6
|
Bug 748116; Make DrawTargetCairo::DrawSurface work with non-Cairo source surfaces. r=roc
|
2012-07-24 22:18:39 +12:00 |
|
Anthony Jones
|
043efa32b6
|
Bug 764125; Fix canvas 2d.drawImage.5arg and 2d.drawImage.9arg surface scaling tests. r=karl
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
f3e6c59f8f
|
Bug 764125; drawing changes to DrawTargetCairo; r=jrmuizel
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
170c195a34
|
Bug 764125; store a reference to the backing surface in DrawTargetCairo; r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
a2fbd8f927
|
Bug 764125; pass around the size of a gfxASurface when creating a DrawTarget. r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Anthony Jones
|
4b45446824
|
Bug 764125; implement DrawTargetCairo::CopySurface; r=Bas
|
2012-07-24 22:18:37 +12:00 |
|
Nicholas Cameron
|
3c9935e75a
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Nicholas Cameron
|
b252bda4c4
|
Bug 748116; refactor DrawTargetCairo::GfxPatternForPattern. r=roc
|
2012-07-24 22:18:40 +12:00 |
|
Nicholas Cameron
|
56453f5643
|
Bug 748116; Make DrawTargetCairo::DrawSurface work with non-Cairo source surfaces. r=roc
|
2012-07-24 22:18:39 +12:00 |
|
Anthony Jones
|
1fde040f53
|
Bug 764125; Fix canvas 2d.drawImage.5arg and 2d.drawImage.9arg surface scaling tests. r=karl
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
e542f9318a
|
Bug 764125; drawing changes to DrawTargetCairo; r=jrmuizel
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
6d2bd30cc4
|
Bug 764125; store a reference to the backing surface in DrawTargetCairo; r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
7ec9ac4fc5
|
Bug 764125; pass around the size of a gfxASurface when creating a DrawTarget. r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Anthony Jones
|
c22aecd15e
|
Bug 764125; implement DrawTargetCairo::CopySurface; r=Bas
|
2012-07-24 22:18:37 +12:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Nicholas Cameron
|
fcd7cc48a3
|
Bug 756007 - Fix path invariant for Azure/Cairo push/pop clip. r=joe
|
2012-05-17 17:54:22 -04:00 |
|
Nicholas Cameron
|
d2b52ac5dd
|
Bug 747822 - Implement push/pop clip for Cairo/Azure. r=joe
|
2012-04-26 10:04:36 +12:00 |
|
Bas Schouten
|
6de8d873e0
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
|
Nathan Froyd
|
7b8c9da944
|
Bug 724275 - fix -Wswitch warnings; r=jrmuizel
|
2012-02-04 07:22:47 -05:00 |
|
Joe Drew
|
0903fb363d
|
Bug 719631 - Support creating offscreen DrawTargets for the Cairo backend. r=jrmuizel
|
2012-01-27 13:09:20 -05:00 |
|
Joe Drew
|
8a62eb2c1c
|
Bug 719627 - Merge the functionality of ScaledFontCairo into ScaledFontBase, as is its purpose. r=jrmuizel
|
2012-01-27 13:08:46 -05:00 |
|
Joe Drew
|
3492ff3a4e
|
Bug 715513 - Implement text in the new 2D API's Cairo backend. r=jrmuizel
|
2012-01-10 13:26:59 -05:00 |
|
Joe Drew
|
a08bc4dd98
|
Bug 715652 - Jeff's review requested changes which were easier to implement on top of path support. r=jrmuizel
|
2012-01-09 17:19:11 -05:00 |
|