Commit Graph

3376 Commits

Author SHA1 Message Date
rods%netscape.com
f355d57c2d we were not setting the values we modified in the DevMode back into the printer driver
Bug 169739 r=dcone sr=alecf
2002-09-20 13:22:51 +00:00
sfraser%netscape.com
b3280c8d59 Fix bug 137295 -- gaps in images sometimes. We need to work around a CopyDeepMask bug when the clip region is complex, by restricting the clip region to the image destination rectangle. r=sdagley, sr=scc. 2002-09-20 06:33:06 +00:00
rods%netscape.com
16849ef0da Change STF to use an unconstrainad reflow instead of searching for the widest frame
Bug 168961 r=dcone sr=kin
2002-09-19 21:45:07 +00:00
jkeiser%netscape.com
ee2446e88f Make nsIFontMetrics::GetAveCharWidth() on all platforms (Rick.Ju@sun.com's patch, bug 50998), r=cbiesinger@web.de, sr=rbs@maths.uq.edu.au 2002-09-19 01:47:14 +00:00
roc+%cs.cmu.edu
b7b3872259 Bug 168873. Improve error handling in Unix print modules. checking in for gisburn. r=rods,sr=roc+moz 2002-09-19 01:41:33 +00:00
shanjian%netscape.com
444c5238f4 #130091 should we get rid of "NEW_FONT_HEIGHT_APIS"
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=rbs
2002-09-18 19:37:31 +00:00
pete.zha%sun.com
0f41b64893 rearrange the code of FreeType2 Font Catalog under mozilla/gfx/src/x11shared
bug=166773 r=bstell@ix.netcom.com sr=jst@netscape.com
patch by louie.zhao@sun.com
Check in rest files of this bug.
2002-09-17 06:20:26 +00:00
pete.zha%sun.com
7840dcefea rearrange the code of FreeType2 Font Catalog under mozilla/gfx/src/x11shared
bug=166773 r=bstell@ix.netcom.com sr=jst@netscape.com
patch by louie.zhao@sun.com
Only check in new files, will not in build. I will check in rest files later.
2002-09-17 06:15:04 +00:00
arougthopher%lizardland.net
931ef6cf26 Bug#159137
Fix the font defaults under BeOS

r=arougthopher
2002-09-16 01:17:47 +00:00
cbiesinger%web.de
f203245ef0 bug 163736 fixing speedracer bustage. checking in for roland mainz 2002-09-15 20:15:43 +00:00
mkaply%us.ibm.com
a1e4abb401 Regression caused by bug 167171 - r=pedemont 2002-09-14 12:56:33 +00:00
sfraser%netscape.com
2f0d16b497 Patch to fix image scaling regression from 14835. r=mjudge/saari, sr=sfraser 2002-09-12 23:47:48 +00:00
mjudge%netscape.com
2eca665e9c 168043 checkin for (Roland Mainz) r=rods sr=bz fix for removing obsolete code from postscript printing 2002-09-12 22:35:18 +00:00
seawood%netscape.com
de058ec9e4 Mach-O builds need to link against gfxshared_s too.
Fixing tinderbox bustage.
2002-09-12 21:54:20 +00:00
mjudge%netscape.com
ed7d745ee7 checking in for Roland.Mainz@informatik.med.uni-giessen.de bug # 161364 sr=bz r=roc 2002-09-12 21:50:12 +00:00
darin%netscape.com
d641cf0c3a possible bustage fix for mach-o build (resulting from checking for bug 163736) 2002-09-12 20:58:12 +00:00
seawood%netscape.com
5b402e3d70 Sun ld is picky about the ordering of libraries & their search paths so put gfxshared_s later in the list.
Fixing tinderbox bustage.
2002-09-12 16:31:30 +00:00
seawood%netscape.com
329d618904 Mark library as an "EXPORT_LIBRARY" so that it gets linked into static builds.
Fixing tinderbox bustage.
2002-09-12 15:49:08 +00:00
alecf%netscape.com
5e8b096ab8 fix xprint bustage one more time (does not affect main tinderbox builds) 2002-09-12 15:20:53 +00:00
alecf%netscape.com
83d3ac7a7d attempt to fix BeOS bustage 2002-09-12 14:54:09 +00:00
alecf%netscape.com
ea466b6b06 attempt to fix xprint bustage on ports 2002-09-12 14:48:20 +00:00
rods%netscape.com
028a986528 fixing up my own #ifdef debug 2002-09-12 12:27:03 +00:00
anthonyd%netscape.com
bc6e072ea3 fix for 14835, mac specific change to clip image tiling code blit to the dest rect to emulate win32 behavior - saari r=mjudge, pavlov 2002-09-12 06:20:20 +00:00
alecf%netscape.com
3f1f10181e oops, fix typo 2002-09-12 05:48:35 +00:00
alecf%netscape.com
8571aa2206 argh, missed a Makefile.in to check in 2002-09-12 05:41:42 +00:00
alecf%netscape.com
5e02f3f9a1 one more file for bug 163736 - add gfx2 objects to factory, r=pavlov, sr=rbs 2002-09-12 04:47:09 +00:00
alecf%netscape.com
8fcc4d711d oops, part of last checkin for bug 163736 - add shared lib to build 2002-09-12 04:46:15 +00:00
alecf%netscape.com
214146625e fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build.
r=pavlov, sr=rbs
includes creating a new "Shared" library which shares gfx code between all platforms
2002-09-12 04:43:31 +00:00
rods%netscape.com
6471b8c460 Parese for font families before checking font names
Bug 166919 r=dcone sr=bz
2002-09-11 12:58:38 +00:00
alecf%netscape.com
c5d6f12f52 cvs remove these files which I accidentally had leaf put in the wrong directory
(not part of the build)
2002-09-10 18:01:31 +00:00
pete.zha%sun.com
a79325f4fd Print settings on Linux are saved at shutdown but not read at next start
bug=166217 r=rods@netscape.com sr=bryner@netscape.com a=asa Roland.Mainz@informatik.med.uni-giessen.de
2002-09-10 05:15:53 +00:00
mkaply%us.ibm.com
86e88e2cbb #164667
r=rods, sr=blizzard, a=rjesup@wgate.com
OS/2 only - convert native printer names to Unicode
2002-09-10 04:01:20 +00:00
bzbarsky%mit.edu
53a4392d88 Fix sans-serif italics printing on Unix. Bug 135408, patch by
rods@netscape.com, r=drbrain-bugzilla@segment7.net, sr=bzbarsky, a=dbaron
2002-09-08 19:01:48 +00:00
mkaply%us.ibm.com
306d1d615f #167171
r=pedemont, sr=blizzard, a=rjesup@wgate.com
OS/2 only - Don't scale fonts based on DPI value in prefs
just use it to update the values in nsDevice Context
the magic will happen
2002-09-08 15:39:19 +00:00
dougt%netscape.com
298f004f4b fixing bustage 2002-09-07 18:18:59 +00:00
dougt%netscape.com
68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
mkaply%us.ibm.com
d0e75dd733 #67749
r=pedemont, sr=blizzard, a=brendan@mozilla.org
OS/2 only - don't malloc(0) - causes memory to be flushed
2002-09-07 14:19:04 +00:00
cbiesinger%web.de
4ef6e13722 bug 166379 r=paper sr=tor a=jesup
Image crashes on repaint  [@ nsImageWin::DrawComposited24] N700, M1BR
2002-09-06 17:53:16 +00:00
alecf%netscape.com
b6f48fc56d add "shared" directory to allow moving gfx2 into gfx
not part of build
2002-09-05 18:12:44 +00:00
rbs%maths.uq.edu.au
03096fcdeb Overshooting when measuring the text caused things to go out-of-sync and to hang, b=142206, r=shanjian, sr=dbaron, a=asa 2002-09-05 01:58:55 +00:00
dougt%netscape.com
f2a00efc93 Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
rods%netscape.com
24609f73f8 Bug 164250 Instrument the PrintEngine for print testing
r=dcone sr=kin
2002-09-03 23:21:15 +00:00
rods%netscape.com
3dcb0fe7a5 Bug 166097 set the appropriate flags so they are read from prefs
sr=kin r=dcone
2002-09-03 22:58:46 +00:00
timeless%mac.com
46be326ed0 Bug 161945 clean up simple mac build warnings
r=dbradley sr=bz
2002-09-02 21:26:11 +00:00
alecf%netscape.com
2dded12ab7 fix for bug 164575 - clean nsIPersistentProperties interface to reduce UTF8/UCS2 conversions
r=dougt, sr=darin
2002-08-30 17:13:34 +00:00
peterv%netscape.com
0e331f5cf3 Trying to fix Mac bustage. 2002-08-30 16:15:43 +00:00
roc+%cs.cmu.edu
506d64d97f Fix probable Mac bustage. 2002-08-30 13:25:58 +00:00
peterv%netscape.com
062cec66f5 Fix for bug 152728 (XpuWaitForPrintFileChild() needs to call XFlush() before waiting for the consumer child). Patch by Roland.Mainz@informatik.med.uni-giessen.de, r=calvin.liu@sun.com, sr=bz. 2002-08-30 12:29:38 +00:00
bzbarsky%mit.edu
a3fbeac670 Extend CTL extension to support multiple CTL scripts (framework + hindi
support).  Bug 163962, r=gilbert.fang@sun.com, r=prabhat.hegde@sun.com,
r=cls, sr=bzbarsky, patch by prabhat.hegde@sun.com and
roland.mainz@informatik.med.uni-giessen.de
2002-08-30 07:45:52 +00:00
roc+%cs.cmu.edu
d10df87dd8 Fixing Windows build bustage 2002-08-30 04:43:09 +00:00