Граф коммитов

1727 Коммитов

Автор SHA1 Сообщение Дата
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
ftang%netscape.com 9ac4af0d0d 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 fad6cd82fa Fixed a bug with PatBlt and windows 95 and 98 2000-05-03 13:31:16 +00:00
yueheng.xu%intel.com 64d7aeb53c 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 9c11adcfe1 backing out the previous change, which broke the tree 2000-05-03 03:07:38 +00:00
yueheng.xu%intel.com 02779f6615 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 1bd6cfaf23 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 2792b3b859 fix xlib bustage from nsString landing 2000-05-02 22:39:56 +00:00
dcone%netscape.com 50421a7d52 Added some API's for the curve drawing code 2000-05-02 14:24:08 +00:00
rbs%maths.uq.edu.au 4c4a537c22 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 58aac2e6af OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
mkaply%us.ibm.com aab38ad60d # 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 d4775bbad2 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 51c0e352bf 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 09c4b64f29 fix warning 2000-04-30 17:39:03 +00:00
michael.lowe%bigfoot.com 7f5118c0f2 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 ac01da2bc4 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 4762f5600c more changes to unix tiling (not turned on yet) 2000-04-30 07:38:24 +00:00
pavlov%netscape.com 2914115bf5 more work on unix tiling code 2000-04-30 07:16:41 +00:00
pavlov%netscape.com 1b6849d734 fix unix tiling code so that it runs (not turned on yet) 2000-04-28 21:59:33 +00:00
dcone%netscape.com 4a40db5f8e fix for mac 2000-04-28 21:48:44 +00:00
dcone%netscape.com 3b48c1c8bf Moving the curve drawing into the nsRenderingContextImpl class. 2000-04-28 20:46:40 +00:00
pavlov%netscape.com 57ee4ab2af patch from puetzk@iastate.edu to fix but 20496. 2000-04-28 20:14:05 +00:00
pavlov%netscape.com fb4c720c15 additional fixes for bug #37352. reduce region creation/mallocing 2000-04-28 20:08:16 +00:00
mccabe%netscape.com b46e6e7a8c change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413 2000-04-28 10:51:52 +00:00
pavlov%netscape.com 0a0d060419 fix runtime bustage 2000-04-27 23:28:35 +00:00
pavlov%netscape.com e13f2306e6 update to new string apis 2000-04-27 21:36:05 +00:00
pavlov%netscape.com e5091e62d1 update string apis 2000-04-27 21:28:02 +00:00