Commit Graph

315 Commits

Author SHA1 Message Date
pavlov%pavlov.net
82ec4db5bd replace call to nsIRenderingContext::RetrieveCurrentNativeGraphicData with nsIRenderingContext::GetNativeGraphicData 2005-08-23 02:59:34 +00:00
pavlov%pavlov.net
9d85e378b2 moving native theme stuff to widget (bug 305291) and landing the remaining thebes gfx changes (bug 305538). r=vlad sr=roc 2005-08-23 02:11:54 +00:00
bzbarsky%mit.edu
0d6a610963 Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param.  Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-08-22 22:24:29 +00:00
cbiesinger%web.de
cb16b20c58 bug 288042 make the cairo svg renderer work with xlib and qt
r=tor
2005-08-18 12:31:30 +00:00
roc+%cs.cmu.edu
db60f88daf Bug 291058. Update nsSVGForeignObject to use push/pop translation. r+sr=roc, patch by Hans-Andreas Engel 2005-08-16 22:06:17 +00:00
tor%cs.brown.edu
43d4bf048f Bug 302765 - stop offsets not live. r=scooter, a=asa. 2005-08-09 15:45:34 +00:00
bob%bclary.com
be358fcae1 make SVG NS_NOTYETIMPLEMENTED messages more meaningful Bug 303501 r=jonathan.watt sr=tor a=asa 2005-08-09 13:53:02 +00:00
scootermorris%comcast.net
9696ed8972 Bug 295850 -- Set up general GetReferencedFrame routine and use it for ClipPath, Glyph, Gradients, Markers, and Paths.
r=tor
2005-08-04 20:32:02 +00:00
tor%cs.brown.edu
8e4a117a45 Bug 302699 - remove need for cairo null surface patch. r=vlad, a=caillon 2005-08-02 22:04:57 +00:00
roc+%cs.cmu.edu
4c4e3b7839 Bug 297977. Enable SVG output for surfaces that don't have an SVG renderer (e.g., when configured using cairo with print to Postscript), by printing to an image. Original patch by tor, modifications by roc, r+sr=tor,a=bsmedberg 2005-08-02 20:40:28 +00:00
tor%cs.brown.edu
9638adde1d Bug 298283 - fix overflow property for inner <svg>, implement for
<image> and <marker>.  r=jwatt, a=asa.
2005-07-02 23:45:33 +00:00
tor%cs.brown.edu
b393f00121 Bug 296626 - handle SVG glyph frames being constructed in invalid
context.  r=dbaron, sr=roc, a=brendan.
2005-07-01 06:11:07 +00:00
tor%cs.brown.edu
fa6ceb3e76 Bug 299204 - guard against <marker> reference loop. r=jwatt, a=bsmedberg 2005-07-01 01:34:34 +00:00
jwatt%jwatt.org
5cbbf78f95 Fixing bug 288165. SVG path: marker-start/-end (auto orient): wrong direction. r=tor@acm.org, a=benjamin@smedbergs.us 2005-06-30 21:47:41 +00:00
roc+%cs.cmu.edu
41bf2924b1 Bug 288438. Turn off SVG <foreignobject> because it's pretty broken. r=benjamin,sr=dbaron,a=benjamin,patch by jwatt,tor and roc 2005-06-29 03:51:44 +00:00
jwatt%jwatt.org
84c5071f4f Fixing bug 298098. currentScale and currentTranslate should be in viewPort coordinates. r=tor@acm.org a=chofmann@gmail.com 2005-06-28 19:46:47 +00:00
gandalf%firefox.pl
55185f343f Bug 296169: cannot localize svg.properties (should be in chrome/, not res/); r=bsmedberg,a=asa 2005-06-16 13:49:04 +00:00
tor%cs.brown.edu
5295e346e2 Bug 297008 - radial gradients: fx,fy not set correctly when only cx,cy given.
Patch by scootermorris@comcast.net, r=afri, a=asa.
2005-06-14 20:28:53 +00:00
vladimir%pobox.com
02bc2a2809 b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor 2005-06-04 07:03:29 +00:00
tor%cs.brown.edu
6cb5c08c54 Bug 295647 - gradients not working on single horizontal/vertical lines.
r=scooter, a=shaver
2005-06-01 21:20:22 +00:00
tor%cs.brown.edu
f143377ee3 Bug 295645 - nested <svg:tspan> should be allowed. r=alex, a=shaver 2005-06-01 19:00:29 +00:00
tor%cs.brown.edu
d2b55edfe0 Bug 292844 - <svg> using display:block, but is ideally a replaced element.
r=bzbarsky, a=asa
2005-05-19 16:07:06 +00:00
tor%cs.brown.edu
f88f5d45ac Bug 267657 - clicking on a svg <a> causes a new window to open.
Patch by neil@parkwaycc.co.uk, r=bzbarsky, a=asa.
2005-05-19 16:02:44 +00:00
tor%cs.brown.edu
2901cfa5ae Bug 293459 - crash on some svg if missing gdi+. r=scooter, a=asa. 2005-05-13 18:27:28 +00:00
tor%cs.brown.edu
3239f7f4b2 Bug 293558 - CairoGradient can use an unitialized gradient.
Patch by scootermorris@comcast.net, r=tor, a=shaver
2005-05-13 16:07:33 +00:00
tor%cs.brown.edu
b57af84d2a Bug 293004 - svgBindings.xml not included in installer packages. r+a=bsmedberg 2005-05-06 15:15:40 +00:00
tor%cs.brown.edu
6940bbb1dd Bug 292222 - crash on some svg with no gdi+. r=afri, a=asa 2005-05-05 19:55:32 +00:00
darin%meer.net
acb483e74f fixes bug 290688 "Unable to compile XULRunner with SVG extension" patch by bsmedberg, r=tor, a=asa 2005-04-29 01:15:03 +00:00
tor%cs.brown.edu
880ec49c96 Bug 290048 - change of <svg:use> attribute not shown. r=scooter, a=asa. 2005-04-27 16:54:12 +00:00
tor%cs.brown.edu
94df15fb13 Bug 291817 - allow cairo to be used as the svg renderer on win32.
r=pavlov, a=asa.
2005-04-26 00:21:23 +00:00
tor%cs.brown.edu
977dfa358d Bug 256624 - <switch> should operate over "real" content children only.
Patch by scootermorris@comcast.net, r+sr=bz, a=asa.
2005-04-26 00:10:17 +00:00
tor%cs.brown.edu
4d5cd7b2b1 Bug 290896 - group opacity SVG elements sometimes not repainted when
when needs repainting.  r=scootermorris, a=asa.
2005-04-25 23:53:18 +00:00
tor%cs.brown.edu
684a606a85 Bug 289910 - area invalidation not correct if new style resulted
in an empty region. r=afri, a=asa
2005-04-25 23:51:32 +00:00
tor%cs.brown.edu
0cc209fab8 Backout checkin from wrong tree. 2005-04-25 23:49:30 +00:00
tor%cs.brown.edu
ff2201e500 Bug 289910 - area invalidation not correct if new style resulted in
an empty region.  r=afri, a=asa
2005-04-25 18:22:06 +00:00
tor%cs.brown.edu
3a11990cae Bug 290835 - allow building both canvas and cairo svg, don't
statically link two copies of cairo code.  r=bsmedberg, a=chofmann
2005-04-22 19:03:41 +00:00
bryner%brianryner.com
91b549d294 Make --enable-cairo work for windows/msvc by switching it over to our build system. Bug 290518, r=vlad, pavlov. 2005-04-19 17:19:47 +00:00
tor%cs.brown.edu
809daeede7 Bug 258081 - svg frame code warning cleanup. r+sr=bzbarsky, a=dbaron 2005-04-19 03:48:10 +00:00
tor%cs.brown.edu
e50f65be16 Bug 289839 - svg crashes when unloading a text gradient. r=jwatt, a=mkaply 2005-04-13 16:51:00 +00:00
timeless%mozdev.org
93b376884b Bug 287391 svg.css has inefficient rules
patch by bug@annevankesteren.nl r=tor sr=bz a=asa
2005-04-12 15:46:42 +00:00
tor%cs.brown.edu
308029c048 Bug 289276 - gradient reused multiple times is only rendered once.
r=scooter, a=mkaply
2005-04-11 16:35:02 +00:00
tor%cs.brown.edu
e2f4a18dcb Bug 289289 - using clipPath on a markable shape causes all subsequent
drawing to be clipped.  r=jwatt, a=mkaply.
2005-04-06 19:02:13 +00:00
bsmedberg%covad.net
573eebab2a Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 12:36:03 +00:00
tor%cs.brown.edu
b689decba7 Bug 277135 - addressing svg style sr comments. r=scooter, sr=dbaron 2005-04-04 21:42:26 +00:00
timeless%mozdev.org
604208bc9c Bug 287244 DOCTYPE should not imply a default namespace
patch by bug@annevankesteren.nl r=tor sr=bz
2005-04-04 18:54:49 +00:00
tor%cs.brown.edu
e6ddab7a33 Bug 288656 - Events not getting delivered to <svg:image> if fill=none. r=afri 2005-04-01 20:49:42 +00:00
tor%cs.brown.edu
99135b0a12 Bug 280988 - SVG frames should implement GetFrameName.
Patch by scootermorris@comcast.net, r=tor.
2005-04-01 19:56:08 +00:00
mkaply%us.ibm.com
7f14180959 #286494
r/sr=mkaply
From Peter Weilbacher - get SVG working on OS/2 - short name for DLL, BGRA pixel format
2005-03-28 16:30:29 +00:00
tor%cs.brown.edu
1b49066a2e Bug 287389 - SVG should not munge ua.css at build time. sr=dbaron 2005-03-25 19:20:05 +00:00
tor%cs.brown.edu
4ed8801383 Bug 287389: SVG should not munge ua.css at build time. r+sr=bzbarsky 2005-03-25 14:50:05 +00:00
bzbarsky%mit.edu
9ee6e8dedd Fix up SVG frames that never call nsFrame::Init to still notify their content
that it now has a frame.  Bug 287424, r=tor
2005-03-25 04:25:30 +00:00
tor%cs.brown.edu
cf61873faf Bug 285475 - strokes with scaling matrix generating wrong extents and
doing inaccurate hit testing.
2005-03-11 17:15:24 +00:00
tor%cs.brown.edu
37d7198084 Bug 276316 - gradients should be "live".
Patch by scootermorris@comcast.net, r=afri.
2005-03-09 19:24:18 +00:00
tor%cs.brown.edu
b02020527e Bug 285358 - static build cairo renderer not building with some linkers.
r=bsmedberg
2005-03-09 16:28:36 +00:00
bzbarsky%mit.edu
5b1084a5a5 Add the prompt-service contract to nsEmbedCID.h 2005-03-07 16:07:11 +00:00
tor%cs.brown.edu
f9c5c6513b Bug 284675 - Handle svg text chunks separately, support dx/dy. r=afri 2005-03-07 04:02:02 +00:00
tor%cs.brown.edu
0e45f84aa7 Bug 283736 - static builds with cairo svg backend not working. r=bsmedberg 2005-02-28 13:53:22 +00:00
tor%cs.brown.edu
f6f67272dd Bug 283092 - <svg:image> changes for OS-X. r=jhpedemonte 2005-02-23 20:05:17 +00:00
tor%cs.brown.edu
5eda5d5031 Bug 283055 - better svg text hit detection on cairo. 2005-02-21 21:24:36 +00:00
tor%cs.brown.edu
aa09f6e30d Bug 282026 - use appropriate transform when drawing objectBoundingBox
dimensioned gradients.  r=scooter
2005-02-18 23:17:48 +00:00
tor%cs.brown.edu
dd40f019b2 Bug 281742 - text as clip path causes paint loop. r=scooter 2005-02-18 19:50:41 +00:00
tor%cs.brown.edu
6731bcda03 Bug 281990 - <svg:tspan> doesn't propagate transform. r=scooter 2005-02-18 19:14:00 +00:00
tor%cs.brown.edu
6ce8f5faf8 Bug 199771 - soft fail if gdi+ or cairo can't be found/used.
r=scooter, sr=bryner
2005-02-18 16:30:12 +00:00
tor%cs.brown.edu
4b816a4b99 Bug 282027 - crash displaying a marker defined in display:hidden container.
r=jwatt
2005-02-16 22:10:44 +00:00
bzbarsky%mit.edu
e042c2f571 Move reflow command construction into nsPresShell::AppendReflowCommand, remove
some members, switch some callers to the non-COM-ish apis.  Bug 267085, r+sr=rbs
2005-02-08 00:59:52 +00:00
tor%cs.brown.edu
499be274f5 Bug 279967 - allow cairo to be used as the svg render on OS-X. 2005-02-07 23:22:15 +00:00
tor%cs.brown.edu
7fb6a8ebd8 Bug 279922 - <svg:image> not handling renderer surface creation fail
(libart).  r=pavlov
2005-02-07 14:53:00 +00:00
bzbarsky%mit.edu
54d585f2af Remove prescontext args for some nsIFrame methods
(Append/Insert/Remove/ReplaceFrames) and for some methods in table land.  Patch
by Vidar Braut Haarr <bugmail@q1n.org>, r+sr=bzbarsky
2005-02-07 01:58:25 +00:00
alex%croczilla.com
9c7c0b058d Clean up comments, make interface non-scriptable. r=scootermorris, SVG builds only. 2005-02-03 22:20:13 +00:00
tor%cs.brown.edu
35071612b4 Bug 280926 - nsSVGOuterSVGFrame should implement CanPaintBackground(). r=afri 2005-02-03 15:04:39 +00:00
tor%cs.brown.edu
813ac109a0 Bug 280554 - SVG content and layout should use GetAnimVal, not GetBaseVal.
Patch by scootermorris@comcast.net, r=afri
2005-02-02 20:31:51 +00:00
tor%cs.brown.edu
ec0a347c63 Bug 280454 - adjust svg cairo renderer to handle cairo > 0.3.0. 2005-01-31 15:06:15 +00:00
tor%cs.brown.edu
f1e82cfa90 Bug 280027 - make sure gradient stops are in a form GDI+ will accept.
r=scooter
2005-01-27 21:29:16 +00:00
tor%cs.brown.edu
0ee1400807 Bug 193825 - <svg:clipPath> implementation.
r=scooter, sr=dbaron for shared moz files.
2005-01-25 03:55:03 +00:00
tor%cs.brown.edu
dc7ecbc447 Update for cairo-0.3.0 snapshot headers. 2005-01-24 17:39:22 +00:00
tor%cs.brown.edu
a24789790e Bug 279291 - svg text events should respect visibility and pointer-events.
r=afri
2005-01-21 20:29:37 +00:00
tor%cs.brown.edu
98d97360e6 Bug 279239 - distorted <svg:image> on some images with GDI+. r=afri 2005-01-21 16:44:04 +00:00
tor%cs.brown.edu
d8f01a7355 Lower tolerance for hit testing. 2005-01-20 14:41:00 +00:00
tor%cs.brown.edu
f2efad8755 Speed up ContainsPoint with an early reject test. 2005-01-20 04:44:50 +00:00
tor%cs.brown.edu
c50271ee74 Bug 111993 - Rx and ry attributes of SVG <rect/> element should
distinguish between unset attribute and "0".
Patch by jonathan.watt@strath.ac.uk, r=scooter.
2005-01-20 03:41:29 +00:00
tor%cs.brown.edu
5eda4d1698 null check 2005-01-19 22:05:47 +00:00
tor%cs.brown.edu
1ea7fb7545 Make cairo text "live". 2005-01-19 19:15:31 +00:00
tor%cs.brown.edu
850c148d4c Bug 277034 - Large SVG documents don't display scrollbars. r+sr=roc. 2005-01-19 16:11:03 +00:00
tor%cs.brown.edu
cf11a5d11d Bug 273740 - GradientFrame should use HasAttr rather than HasAttribute.
Patch by scootermorris@comcast.net, r=jwatt.
2005-01-17 05:00:01 +00:00
tor%cs.brown.edu
b42313c34a Bug 274886 - attributes corresponding to SVGLength properties are always set.
Patch by jonathan.watt@strath.ac.uk, r=tor.
2005-01-16 01:44:52 +00:00
tor%cs.brown.edu
eaafd1eda4 Use cairo_matrix_t instead of cairo_matrix. 2005-01-15 15:06:21 +00:00
tor%cs.brown.edu
bf95b6e6c8 Bug 277392 - crash deleting svg object with markers. r=jwatt, a=asa 2005-01-10 05:55:03 +00:00
neil%parkwaycc.co.uk
74e2aa375a Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron 2005-01-01 17:26:29 +00:00
gerv%gerv.net
709d4de4d5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-01-01 16:48:30 +00:00
bugzilla%arlen.demon.co.uk
3d7261604c Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h
p=bugmail@q1n.org r=pkwarren sr=bzbarsky
2004-12-31 01:13:27 +00:00
bmlk%gmx.de
d3197a9276 remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron 2004-12-26 19:48:54 +00:00
tor%cs.brown.edu
39d72b5be3 Bug 261800 - getBBox for non-text elements. r=scooter 2004-12-24 16:26:10 +00:00
tor%cs.brown.edu
9fd7c6b3b7 Bug 216568 - <svg:image> implementation. r=pavlov 2004-12-17 23:45:30 +00:00
tor%cs.brown.edu
90aa11cb79 Simplify clipping. 2004-12-17 21:27:11 +00:00
bsmedberg%covad.net
60567bb185 Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin 2004-12-15 04:07:01 +00:00
tor%cs.brown.edu
b3e2c4245d Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron 2004-12-09 03:16:15 +00:00
dbaron%dbaron.org
9db368a6af Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
tor%cs.brown.edu
eb65692ec1 Bug 272899 - svg base type creation cleanup. r=jwatt. 2004-12-05 22:12:43 +00:00
dbaron%dbaron.org
00dad6c498 Convert callers of old GetStyleData API that have snuck back in. b=197205 r+sr=roc 2004-12-04 06:31:02 +00:00
tor%cs.brown.edu
26931c5a71 Bug 163068 - backend support for zoom and pan. r=jwatt 2004-12-02 23:13:13 +00:00