Commit Graph

1613 Commits

Author SHA1 Message Date
dcone%netscape.com
2cfc6d7094 Fixed line drawing
git-svn-id: svn://10.0.0.236/trunk@69451 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 21:05:25 +00:00
pnunn%netscape.com
30e01bc5eb Bug#31228: Patch from : roc+moz@cs.cmu.edu (Robert O'Callahan). Thanks Robert! r:pnunn.
git-svn-id: svn://10.0.0.236/trunk@69440 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 20:19:02 +00:00
tajima%eng.sun.com
6808259ac5 renamed 3 public header files names exported to 'dist/include' r/a=erik@netscape.com
git-svn-id: svn://10.0.0.236/trunk@69439 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 20:15:08 +00:00
mkaply%us.ibm.com
770280a67b # 37239
r= mkaply@us.ibm.com
OS/2 bring up continues - OS/2 specific changes


git-svn-id: svn://10.0.0.236/trunk@69426 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 19:26:34 +00:00
pierre%netscape.com
dc91bbd88f Added the NEW_FONT_HEIGHT_APIS for the Mac
git-svn-id: svn://10.0.0.236/trunk@69409 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 12:03:48 +00:00
alecf%netscape.com
b227957c83 fix xlib bustage
git-svn-id: svn://10.0.0.236/trunk@69401 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 07:49:06 +00:00
bryner%uiuc.edu
2b3f48d496 Sorry, forgot this file.
git-svn-id: svn://10.0.0.236/trunk@69396 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 07:01:09 +00:00
bryner%uiuc.edu
a626fea704 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.


git-svn-id: svn://10.0.0.236/trunk@69388 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 06:29:37 +00:00
tajima%eng.sun.com
357979ddfd build configuration changes for xprint(gfx/src/xprint). r=leaf, a=ftang
git-svn-id: svn://10.0.0.236/trunk@69337 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:31:18 +00:00
tajima%eng.sun.com
9e20bca86c modification for sharing methods with gfx/src/xprint/. r=blizzard, a=ftang
git-svn-id: svn://10.0.0.236/trunk@69332 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 03:20:55 +00:00
pnunn%netscape.com
92ce280e5b bug#37909: add multipart support. pnunn, r:valeski@netscape.com
git-svn-id: svn://10.0.0.236/trunk@69309 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 01:37:02 +00:00
shanjian%netscape.com
95ba8ef614 fix bug 35356
r=ftang,erik


git-svn-id: svn://10.0.0.236/trunk@69269 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 22:08:46 +00:00
rpotts%netscape.com
e9f58c7c2d Added an InterfaceRequestor argument to NS_OpenURI(...). This allows progress notifications to be fired for images...
git-svn-id: svn://10.0.0.236/trunk@69267 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 21:53:58 +00:00
dcone%netscape.com
e3a36c7679 Fixed warnings.. using XP types.
git-svn-id: svn://10.0.0.236/trunk@69257 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 21:09:44 +00:00
dcone%netscape.com
e70f8cda25 Added the DrawStdLine call. Not using the GTK matrix member.. using the mTranMatrix
member declared in the nsRenderingContextImpl.h file.


git-svn-id: svn://10.0.0.236/trunk@69256 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 21:07:09 +00:00
dcone%netscape.com
f612b05135 Added the DrawStdLine call. The RenderingContext now updates the mTransMatrix pointer member so the RenderingContextImpl can use this matrix.
git-svn-id: svn://10.0.0.236/trunk@69254 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 21:05:49 +00:00
tajima%eng.sun.com
a8a9f0d2d7 Mozilla Xprint client module. a=frang@netscape.com
git-svn-id: svn://10.0.0.236/trunk@69248 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 20:57:31 +00:00
ftang%netscape.com
f9b00f2887 add xprint and xprint/readme.txt for tajima@eng.sun.com
git-svn-id: svn://10.0.0.236/trunk@69209 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 13:58:13 +00:00
dcone%netscape.com
b218c26981 Added some rasterization of polygons, moved some point definitions to correct locations.
git-svn-id: svn://10.0.0.236/trunk@69162 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 03:58:58 +00:00
pavlov%netscape.com
6d22087f58 see if this fixes the orangeness that has plagued us for the last few weeks ;)
git-svn-id: svn://10.0.0.236/trunk@69078 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-10 22:33:24 +00:00
kmcclusk%netscape.com
58ad144778 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
git-svn-id: svn://10.0.0.236/trunk@69063 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-10 22:04:40 +00:00
kmcclusk%netscape.com
e966a42ff1 Added support for searching simulated font weights on WIN32 (patch from VYV03354@nifty.ne.jp). b=18601 r=rods@netscape.com
git-svn-id: svn://10.0.0.236/trunk@68888 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-09 21:33:49 +00:00
attinasi%netscape.com
93775b8be6 Tiny fix to avoid divide-by-zero if the FontMetrics have 0 for the avg. char width. b=37757 r=dcone
git-svn-id: svn://10.0.0.236/trunk@68884 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-09 21:18:53 +00:00
tor%cs.brown.edu
cb783928c7 Couple of crash fixes to DrawComposited* suggested by
pavlov and bryner@uiuc.edu.


git-svn-id: svn://10.0.0.236/trunk@68878 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-09 20:56:34 +00:00
alecf%netscape.com
cb5a3fc0b9 fix xlib bustage
git-svn-id: svn://10.0.0.236/trunk@68839 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-09 08:09:48 +00:00
erik%netscape.com
d5529e8b27 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


git-svn-id: svn://10.0.0.236/trunk@68723 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-08 21:59:23 +00:00
Jerry.Kirk%Nexwarecorp.com
239379cf00 Adding "GetNormalLineHeight" method.
Photon ONLY


git-svn-id: svn://10.0.0.236/trunk@68612 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-08 00:05:00 +00:00
bryner%uiuc.edu
ca88b02cf6 Turning off the new tiling code because it seems to have made tinderbox
go orange.


git-svn-id: svn://10.0.0.236/trunk@68600 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-07 21:10:33 +00:00
bryner%uiuc.edu
1b4152d124 Finishing up the faster GDK image tiling code and turning it
on.  fixes bug 28578 and probably some others.  r=pavlov.


git-svn-id: svn://10.0.0.236/trunk@68598 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-07 20:44:12 +00:00
erik%netscape.com
4b6b9572ec getting rid of compiler warning
git-svn-id: svn://10.0.0.236/trunk@68556 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-06 22:10:10 +00:00
erik%netscape.com
81b0216fc1 getting rid of unused, old method (PickAppropriateSize)
git-svn-id: svn://10.0.0.236/trunk@68555 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-06 22:05:51 +00:00
erik%netscape.com
86df5b8d84 getting rid of initializations to zero since we already have
NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW


git-svn-id: svn://10.0.0.236/trunk@68553 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-06 21:56:08 +00:00
erik%netscape.com
faaa7432e0 got rid of unneeded mHeight (replaced by mMaxHeight)
git-svn-id: svn://10.0.0.236/trunk@68552 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-06 21:47:09 +00:00
erik%netscape.com
756361187c bug 35081; need to use CreateInstance instead of GetService for
nsISaveAsCharset


git-svn-id: svn://10.0.0.236/trunk@68551 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-06 21:17:43 +00:00
ftang%netscape.com
ceb1878df9 fix 30798, skip font start with "." and "%" for font enumeration since they are private font.
git-svn-id: svn://10.0.0.236/trunk@68427 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 21:19:26 +00:00
erik%netscape.com
5cd12e9864 bug 27164; added new GetNormalLineHeight API for proper line-height
git-svn-id: svn://10.0.0.236/trunk@68261 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 21:46:22 +00:00
dcone%netscape.com
a46fddc03d Working on the Curve stroking and filling.
git-svn-id: svn://10.0.0.236/trunk@68232 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 13:35:54 +00:00
dcone%netscape.com
e6386cfe84 Fixed up the FillStdPoly call, took out the transform.
git-svn-id: svn://10.0.0.236/trunk@68209 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 05:16:35 +00:00
dcone%netscape.com
14e8eeba7a Added FillStdPoly() call to the nsRenderingContext for drawing post tranformation.
git-svn-id: svn://10.0.0.236/trunk@68203 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 04:03:10 +00:00
Jerry.Kirk%Nexwarecorp.com
0cec4903fd Fixing some compile errors due to changes in nsString PHOTON ONLY r=michael.kedl
git-svn-id: svn://10.0.0.236/trunk@68190 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 00:59:39 +00:00
ftang%netscape.com
333ad44d49 fix 33258. Ignore symbol font so we won't rendert ASCII by using it.
git-svn-id: svn://10.0.0.236/trunk@68170 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 23:22:45 +00:00
dcone%netscape.com
ee50abacce Fixed a bug with PatBlt and windows 95 and 98
git-svn-id: svn://10.0.0.236/trunk@68075 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 13:31:16 +00:00
yueheng.xu%intel.com
389c76eb5b 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.


git-svn-id: svn://10.0.0.236/trunk@68040 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 04:15:04 +00:00
erik%netscape.com
62465de378 backing out the previous change, which broke the tree
git-svn-id: svn://10.0.0.236/trunk@68026 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 03:07:38 +00:00
yueheng.xu%intel.com
296c4770c1 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.:


git-svn-id: svn://10.0.0.236/trunk@68013 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 02:16:20 +00:00
sfraser%netscape.com
c12587565c Fix for bug 37318 -- fix library linkage so that FetchFontInfo is weak linked, and look for it at runtime.
git-svn-id: svn://10.0.0.236/trunk@67943 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 22:52:19 +00:00
alecf%netscape.com
650acc9a0f fix xlib bustage from nsString landing
git-svn-id: svn://10.0.0.236/trunk@67934 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 22:39:56 +00:00
dcone%netscape.com
8195d3ac52 Added some API's for the curve drawing code
git-svn-id: svn://10.0.0.236/trunk@67900 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 14:24:08 +00:00
rbs%maths.uq.edu.au
32ac3276a3 Change to case-insentive compare because the BaKoMa have lower-case names, r:troy,erik. a:troy
git-svn-id: svn://10.0.0.236/trunk@67829 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 02:46:58 +00:00
cls%seawood.org
7b09f0a0a3 OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106
git-svn-id: svn://10.0.0.236/trunk@67813 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 01:18:46 +00:00