dcone%netscape.com
4503dca5fe
Fixed some warnings, and some roundoff for the curves
1999-08-24 14:51:16 +00:00
rods%netscape.com
300c700e00
Added a new method PaintOutline, and added a new parameter to PaintBorder to tell whether to get the style and color information from the border info or the outline info
1999-08-19 14:22:47 +00:00
harishd%netscape.com
9db5447de6
Changing the order in which borders are painted for compatibility.
...
Used to be TOP,LEFT,BOTTOM,RIGHT, and now it's
BOTTOM,LEFT,TOP,RIGHT. Fix for bug#11022
1999-08-10 18:13:50 +00:00
troy%netscape.com
2ba05e9bf2
Added failure check for call to nsStyleData::GetBorder()
1999-07-28 04:48:34 +00:00
kmcclusk%netscape.com
f9b64e775c
bug #7032 Changed nsIWidget::Resize(...), nsIWidget::Move(...) to
...
use PRInt32 instead of PRUInt32. Modified Mac, and Linux to match.
bug #2010 Applied David Barrons patch for MakeSide ins CSSRendering.
nsIWidget - removed GetAbsoluteBounds - Not needed. Can use WidgetToScreen instead.
1999-07-27 23:26:36 +00:00
troy%netscape.com
2564e77725
Fix for bug #10563 where we were triggering a post condition assertion. Changed
...
ComputeBackgroundAnchorPoint() to correctly calculate tile offset that is a
multiple of the tile
1999-07-27 14:13:09 +00:00
dcone%netscape.com
cf87ffff0a
Fixed background rendering
1999-07-27 06:41:34 +00:00
dcone%netscape.com
5e3ed1564c
fixed background tile clipping bug.
1999-07-19 14:37:36 +00:00
dcone%netscape.com
56e7a48d52
Fixed printing to make sure all URL's are loaded before print.
...
Fixed the background tile render'er to save and restore clip.
1999-07-15 14:23:40 +00:00
troy%netscape.com
e13d067261
Fixed some compiler warnings
1999-07-02 22:39:32 +00:00
dcone%netscape.com
cc52bf67e6
background Image speed up
...
Commented out the box around the printout until Troy returns
1999-06-11 14:43:14 +00:00
troy%netscape.com
d2b09d863b
Fix for bug #5680 . Re-arranged some assertion checking code
1999-04-29 18:29:56 +00:00
troy%netscape.com
4d366f928b
Fixed a comment
1999-04-25 04:14:06 +00:00
troy%netscape.com
dc03d4fd22
Added support for fixed background attachment
1999-04-25 02:43:50 +00:00
dcone%netscape.com
3b1a4260b6
Updated with the background painting and anti-aliasing
1999-04-21 14:23:49 +00:00
dcone%netscape.com
c08626bd0e
added the rounded rectangle code for style
1999-04-19 05:27:55 +00:00
kipp%netscape.com
a75693e1fa
Updated to use new image loading apis
1999-04-13 21:52:19 +00:00
peterl%netscape.com
888bd39b4a
added transparent border support
1999-03-28 04:30:28 +00:00
kipp%netscape.com
1dd581bfed
Remove dead global-variable nonsense
1999-03-05 19:23:52 +00:00
kipp%netscape.com
b476316084
Pass in default image size when loading image
1999-02-26 17:12:05 +00:00
kipp%netscape.com
36c243cdc0
COMized nsIPresShell and nsIPresContext
1999-02-12 17:45:58 +00:00
troy%netscape.com
bcc69e2898
Work-in-progress for replaced elements that can't be rendered
1999-02-04 17:03:46 +00:00
harishd%netscape.com
82420c7328
Changing the variable aElementColor to aBorderColor in Painborder(),
...
PaintBorderEdge(), DrawSide(), and MakeBevelColor().
The computed colors for all the border style should be based on
the actual 'border-side-color' not the element's color after all.
1999-01-28 00:31:47 +00:00
harishd%netscape.com
abbf50e310
Got stylecontext info into PaintBorder() for displaying
...
CSS borders.
1999-01-22 22:24:05 +00:00
troy%netscape.com
6d63084a70
Fix for bug #1998 . Now we render the background image over the padding area and not over the border area
1999-01-15 18:25:58 +00:00
buster%netscape.com
4ee5cb0ef1
comments, so many comments!
1999-01-03 19:23:21 +00:00
buster%netscape.com
ae7cb6e3da
right dashed borders now work
...
dashed borders along a span now mostly work
1998-12-30 22:39:49 +00:00
buster%netscape.com
c34896d000
CSS2 table collapsing border rendering
1998-12-30 06:47:26 +00:00
buster%netscape.com
c79c7550fb
DrawBorderEdge fixes
1998-12-23 15:48:50 +00:00
buster%netscape.com
c869f97f4c
fixes for PaintBorderEdges
1998-12-21 06:37:10 +00:00
buster%netscape.com
e0d6677573
added PainBorderSegments
1998-12-17 22:58:51 +00:00
kipp%netscape.com
4f352d5736
Repaired the background image rendering code to properly factor in the dirty-rect with background-position handling (bug #912 )
1998-12-12 03:06:02 +00:00
kipp%netscape.com
6961a03286
Fixed border drawing to not draw zero sized borders
1998-12-10 17:50:11 +00:00
harishd%netscape.com
2adb142aa5
Changed code that previously accessed mBorderStyle and mBorderColor
...
with new methods added in nsStyleSpacing
1998-12-07 19:02:13 +00:00
michaelp%netscape.com
7a9e1a4bc1
changes for pixel scaling/printing.
1998-11-14 01:52:27 +00:00
michaelp%netscape.com
fc225bf7c1
changes to support nsIRenderingContext that conforms to COM conventions.
1998-10-30 02:08:25 +00:00
kipp%netscape.com
6ad745856d
Reworked background rendering to properly handle the background-position properties
1998-10-27 16:50:19 +00:00
peterl%netscape.com
f5f59ee897
reversed ridge & groove rendering
1998-10-26 23:18:32 +00:00
karnaze%netscape.com
70a0abb395
fixed Mac bug due to undeclared index in for loop
1998-10-08 14:58:32 +00:00
karnaze%netscape.com
42797648cf
fieldset, legend support. fixed bug #987
1998-10-08 04:38:41 +00:00
kipp%netscape.com
bb57a6d08f
Added callback to image loading api
1998-09-26 18:36:59 +00:00
kipp%netscape.com
a995b1ec9f
Fixed background-image rendering so that when the entire background is not covered by the image the background color can be seen
1998-09-26 17:29:10 +00:00
kipp%netscape.com
3df3b79365
Support a dx,dy value to adjust origin of image rendering; add in partial support for background-position property
1998-09-26 17:16:56 +00:00
karnaze%netscape.com
8cdf00711c
support for frameset cells without frames, fixed nsCSSRendering paint background divide by zero
1998-08-05 22:24:56 +00:00
peterl%netscape.com
714146a525
rounding support
1998-07-31 23:34:45 +00:00
peterl%netscape.com
094f51e1e6
renamed LoadImage
1998-07-31 05:59:31 +00:00
michaelp%netscape.com
4ce7ab5a99
improved performance of background rendering.
1998-07-30 23:31:42 +00:00
michaelp%netscape.com
b636c3052c
made color handling code in css part of the gfx color utilities.
1998-07-27 21:07:47 +00:00
troy%netscape.com
302ac6c6d4
Fixed it so backgrounds are properly tiled again
1998-07-22 18:34:14 +00:00
troy%netscape.com
048270ffb0
Changed PaintBorder() to use the (x,y) that's passed in
1998-07-22 05:02:07 +00:00