bryner%uiuc.edu
91aa4a2232
Create the offscreen buffer the size of the complete image, not just the
...
size that has been loaded so far. r=pavlov.
2000-05-14 03:16:43 +00:00
bryner%uiuc.edu
ee83eb95b1
Fix some signed/unsigned warnings. r=tor@cs.brown.edu.
2000-05-14 01:32:34 +00:00
ftang%netscape.com
b2c89f8d68
check in xprint changes for tajima@eng.sun.com r=erik@netscape.com
...
all the changes is now #ifdef USE_XPRINT and won't be build by default.
2000-05-13 13:31:05 +00:00
cls%seawood.org
04db137aab
Vain attempt to make the xlib toolkit work. Switched nsRenderingContextXlib to use nsRenderingContextImpl. Filled in some missing functions.
2000-05-13 05:38:50 +00:00
waterson%netscape.com
a4e4f1a8a9
Fix string backsliding. r=scc
2000-05-13 01:11:31 +00:00
mkaply%us.ibm.com
32ccf5669e
# 37239
...
r= dcone
OS/2 bring up continues - PR_CALLBACK and typo
2000-05-12 22:21:42 +00:00
dcone%netscape.com
27fccce522
Fixed line drawing
2000-05-12 21:05:25 +00:00
pnunn%netscape.com
f1705d468c
Bug#31228: Patch from : roc+moz@cs.cmu.edu (Robert O'Callahan). Thanks Robert! r:pnunn.
2000-05-12 20:19:02 +00:00
tajima%eng.sun.com
0b8f0db933
renamed 3 public header files names exported to 'dist/include' r/a=erik@netscape.com
2000-05-12 20:15:08 +00:00
mkaply%us.ibm.com
c3b039c794
# 37239
...
r= mkaply@us.ibm.com
OS/2 bring up continues - OS/2 specific changes
2000-05-12 19:26:34 +00:00
pierre%netscape.com
c10afe08dd
enabled the NEW_FONT_HEIGHT_APIS for the Mac
2000-05-12 12:04:07 +00:00
pierre%netscape.com
cfb1250ae8
Added the NEW_FONT_HEIGHT_APIS for the Mac
2000-05-12 12:03:48 +00:00
alecf%netscape.com
a069167f83
fix xlib bustage
2000-05-12 07:49:06 +00:00
bryner%uiuc.edu
ccb66b5f3c
Sorry, forgot this file.
2000-05-12 07:01:09 +00:00
bryner%uiuc.edu
9b93a8bfc6
New and improved background tiling code for GTK. We take an offset into
...
the image as a parameter so we avoid drawing the whole tile if it's not
all needed. Also, we can avoid setting any clip regions at all this
way, and avoid trips to the X server. Fixes several background rendering
problems. Also fix a signedness problem in the compositing code
(r=tor). r=pavlov.
2000-05-12 06:29:37 +00:00
tajima%eng.sun.com
0c686c0e7b
build configuration changes for xprint(gfx/src/xprint). r=leaf, a=ftang
2000-05-12 03:31:18 +00:00
tajima%eng.sun.com
7b04c49cfc
modification for sharing methods with gfx/src/xprint/. r=blizzard, a=ftang
2000-05-12 03:20:55 +00:00
pnunn%netscape.com
4018b29cae
bug#37909: add multipart support. pnunn, r:valeski@netscape.com
2000-05-12 01:37:02 +00:00
shanjian%netscape.com
31b2bd1c74
fix bug 35356
...
r=ftang,erik
2000-05-11 22:08:46 +00:00
rpotts%netscape.com
85d7c979ef
Added an InterfaceRequestor argument to NS_OpenURI(...). This allows progress notifications to be fired for images...
2000-05-11 21:53:58 +00:00
dcone%netscape.com
b55b9197e6
Fixed warnings.. using XP types.
2000-05-11 21:09:44 +00:00
dcone%netscape.com
c534c6c855
Added the DrawStdLine call. Not using the GTK matrix member.. using the mTranMatrix
...
member declared in the nsRenderingContextImpl.h file.
2000-05-11 21:07:09 +00:00
dcone%netscape.com
ec0f7330b9
Added the DrawStdLine call. The RenderingContext now updates the mTransMatrix pointer member so the RenderingContextImpl can use this matrix.
2000-05-11 21:05:49 +00:00
tajima%eng.sun.com
dcd4f76278
Mozilla Xprint client module. a=frang@netscape.com
2000-05-11 20:57:31 +00:00
cls%seawood.org
fec728bf12
More OS/2 Makefile changes. Bug #34106 Batch 13
2000-05-11 14:15:34 +00:00
ftang%netscape.com
24605fd9c5
add xprint and xprint/readme.txt for tajima@eng.sun.com
2000-05-11 13:58:13 +00:00
dcone%netscape.com
5719df758b
Added some rasterization of polygons, moved some point definitions to correct locations.
2000-05-11 03:58:58 +00:00
pavlov%netscape.com
44e9ffafec
see if this fixes the orangeness that has plagued us for the last few weeks ;)
2000-05-10 22:33:24 +00:00
kmcclusk%netscape.com
f1e7ef5d8b
Force average character height to be at least 1 twip instead of allowing it to round off to 0 for extremely small fonts on WIN32. b=38188 r=rods@netscape.com
2000-05-10 22:04:40 +00:00
kmcclusk%netscape.com
56803c38cb
Added support for searching simulated font weights on WIN32 (patch from VYV03354@nifty.ne.jp). b=18601 r=rods@netscape.com
2000-05-09 21:33:49 +00:00
attinasi%netscape.com
2c0985c113
Tiny fix to avoid divide-by-zero if the FontMetrics have 0 for the avg. char width. b=37757 r=dcone
2000-05-09 21:18:53 +00:00
tor%cs.brown.edu
c1e6e5edfd
Couple of crash fixes to DrawComposited* suggested by
...
pavlov and bryner@uiuc.edu .
2000-05-09 20:56:34 +00:00
dcone%netscape.com
6a2ec4c780
Moved a point structure to nsPoint..
2000-05-09 14:23:27 +00:00
alecf%netscape.com
7c17a3f3fd
fix xlib bustage
2000-05-09 08:09:48 +00:00
erik%netscape.com
48bf04c76e
bug 27164; need to use em square height to compute line-height; added new
...
APIs for this purpose; this is the Windows implementation; r=kmcclusk
2000-05-08 21:59:23 +00:00
dcone%netscape.com
0e7b35b9e4
Added the FillPath call.
2000-05-08 14:25:51 +00:00
Jerry.Kirk%Nexwarecorp.com
a9f7a0966f
Adding "GetNormalLineHeight" method.
...
Photon ONLY
2000-05-08 00:05:00 +00:00
bryner%uiuc.edu
e63463f535
Turning off the new tiling code because it seems to have made tinderbox
...
go orange.
2000-05-07 21:10:33 +00:00
bryner%uiuc.edu
ed382357ce
Finishing up the faster GDK image tiling code and turning it
...
on. fixes bug 28578 and probably some others. r=pavlov.
2000-05-07 20:44:12 +00:00
erik%netscape.com
c1b06a2ad8
getting rid of compiler warning
2000-05-06 22:10:10 +00:00
erik%netscape.com
6c2ea61947
getting rid of unused, old method (PickAppropriateSize)
2000-05-06 22:05:51 +00:00
erik%netscape.com
290c622786
getting rid of initializations to zero since we already have
...
NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW
2000-05-06 21:56:08 +00:00
erik%netscape.com
5ceb81f3e3
got rid of unneeded mHeight (replaced by mMaxHeight)
2000-05-06 21:47:09 +00:00
erik%netscape.com
5fd5abe745
bug 35081; need to use CreateInstance instead of GetService for
...
nsISaveAsCharset
2000-05-06 21:17:43 +00:00
ftang%netscape.com
859a9b12c5
fix 30798, skip font start with "." and "%" for font enumeration since they are private font.
2000-05-05 21:19:26 +00:00
erik%netscape.com
e23e391d2f
bug 27164; added new GetNormalLineHeight API for proper line-height
2000-05-04 21:46:22 +00:00
dcone%netscape.com
9240d74e27
Working on the Curve stroking and filling.
2000-05-04 13:35:54 +00:00
dcone%netscape.com
ddb8cb7266
Fixed up the FillStdPoly call, took out the transform.
2000-05-04 05:16:35 +00:00
dcone%netscape.com
028290b2eb
Added FillStdPoly() call to the nsRenderingContext for drawing post tranformation.
2000-05-04 04:03:10 +00:00
Jerry.Kirk%Nexwarecorp.com
5ddf322913
Fixing some compile errors due to changes in nsString PHOTON ONLY r=michael.kedl
2000-05-04 00:59:39 +00:00