Commit Graph

1739 Commits

Author SHA1 Message Date
dcone%netscape.com
83e45c100e Fixed warnings.. using XP types. 2000-05-11 21:09:44 +00:00
dcone%netscape.com
86c09d4004 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
9eabdd133a 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
a3a871c80e Mozilla Xprint client module. a=frang@netscape.com 2000-05-11 20:57:31 +00:00
cls%seawood.org
5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
ftang%netscape.com
807c9e3364 add xprint and xprint/readme.txt for tajima@eng.sun.com 2000-05-11 13:58:13 +00:00
dcone%netscape.com
25178094e4 Added some rasterization of polygons, moved some point definitions to correct locations. 2000-05-11 03:58:58 +00:00
pavlov%netscape.com
8dfebbe34a 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
2155e827d9 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
9fda929320 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
a78f408b57 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
eee927bf5d Couple of crash fixes to DrawComposited* suggested by
pavlov and bryner@uiuc.edu.
2000-05-09 20:56:34 +00:00
dcone%netscape.com
d5bc728091 Moved a point structure to nsPoint.. 2000-05-09 14:23:27 +00:00
alecf%netscape.com
3a9117ae12 fix xlib bustage 2000-05-09 08:09:48 +00:00
erik%netscape.com
1a27e590f5 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
0875c88ec5 Added the FillPath call. 2000-05-08 14:25:51 +00:00
Jerry.Kirk%Nexwarecorp.com
050740767c Adding "GetNormalLineHeight" method.
Photon ONLY
2000-05-08 00:05:00 +00:00
bryner%uiuc.edu
6810e0a9b7 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
aee7d202d2 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
1f4aa4531c getting rid of compiler warning 2000-05-06 22:10:10 +00:00
erik%netscape.com
1c5cb8836f getting rid of unused, old method (PickAppropriateSize) 2000-05-06 22:05:51 +00:00
erik%netscape.com
0fd6bda17b 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
ff3cda3a67 got rid of unneeded mHeight (replaced by mMaxHeight) 2000-05-06 21:47:09 +00:00
erik%netscape.com
80332aa929 bug 35081; need to use CreateInstance instead of GetService for
nsISaveAsCharset
2000-05-06 21:17:43 +00:00
ftang%netscape.com
64c2db61bf 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
fa503f288a bug 27164; added new GetNormalLineHeight API for proper line-height 2000-05-04 21:46:22 +00:00
dcone%netscape.com
52e88bcad4 Working on the Curve stroking and filling. 2000-05-04 13:35:54 +00:00
dcone%netscape.com
f71d3c9be6 Fixed up the FillStdPoly call, took out the transform. 2000-05-04 05:16:35 +00:00
dcone%netscape.com
a15ebee0dc Added FillStdPoly() call to the nsRenderingContext for drawing post tranformation. 2000-05-04 04:03:10 +00:00
Jerry.Kirk%Nexwarecorp.com
1328c548f1 Fixing some compile errors due to changes in nsString PHOTON ONLY r=michael.kedl 2000-05-04 00:59:39 +00:00
ftang%netscape.com
c32361e05f fix 33258. Ignore symbol font so we won't rendert ASCII by using it. 2000-05-03 23:22:45 +00:00
dcone%netscape.com
2b15d4275c Fixed a bug with PatBlt and windows 95 and 98 2000-05-03 13:31:16 +00:00
yueheng.xu%intel.com
ae9f98e5e5 for #31380. This is a re-do of the intended part of the change of r1.92 and make it
on top of r1.91 (i.e. r1.93). r=erik/ftang.
2000-05-03 04:15:04 +00:00
erik%netscape.com
46e26fd9fd backing out the previous change, which broke the tree 2000-05-03 03:07:38 +00:00
yueheng.xu%intel.com
206971bd15 fix for #31380 (Unicode to GBK converter not working for some GBK chars )
this fix should go together with today's change of intl/uconv/ucvcn/nsUnicodeToGBK.cpp.:
2000-05-03 02:16:20 +00:00
sfraser%netscape.com
cbd9592b81 Fix for bug 37318 -- fix library linkage so that FetchFontInfo is weak linked, and look for it at runtime. 2000-05-02 22:52:19 +00:00
alecf%netscape.com
aea90fe27b fix xlib bustage from nsString landing 2000-05-02 22:39:56 +00:00
dcone%netscape.com
4f0cf14145 Added some API's for the curve drawing code 2000-05-02 14:24:08 +00:00
rbs%maths.uq.edu.au
609eae524f Change to case-insentive compare because the BaKoMa have lower-case names, r:troy,erik. a:troy 2000-05-02 02:46:58 +00:00
cls%seawood.org
04417332fe OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
mkaply%us.ibm.com
d41c17e2f8 # 37239
r= mkaply@us.ibm.com
OS/2 bring up continues - checking in files for the OS/2 team
2000-05-01 22:21:43 +00:00
pavlov%netscape.com
d0a046fd46 remove use of gccache in image code.. just doesn't give the win I was hoping for... :( 2000-04-30 22:40:31 +00:00
pavlov%netscape.com
1663a72aa6 don't make a copy of the gc from the rendering context if we don't have an alpha pixmap since we arn't going to change it 2000-04-30 22:36:43 +00:00
sspitzer%netscape.com
a77719f28d fix warning 2000-04-30 17:39:03 +00:00
michael.lowe%bigfoot.com
184ee535f2 Fix CSS2 system fonts on Windows (bug 33312). author={michael.lowe@bigfoot.com, xiaotong@us.ibm.com}, r=michael.lowe@bigfoot.com 2000-04-30 08:15:13 +00:00
pavlov%netscape.com
7defb98621 allow for multiple gc caches. new image tiling code partially uses gc cache. (new image tiling code not turned on yet) 2000-04-30 08:05:35 +00:00
pavlov%netscape.com
c28b595f27 more changes to unix tiling (not turned on yet) 2000-04-30 07:38:24 +00:00
pavlov%netscape.com
aff193afda more work on unix tiling code 2000-04-30 07:16:41 +00:00
pavlov%netscape.com
81fb2dde4a fix unix tiling code so that it runs (not turned on yet) 2000-04-28 21:59:33 +00:00
dcone%netscape.com
0ca4754a56 fix for mac 2000-04-28 21:48:44 +00:00