2906 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
f2ee8260a0 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
dinglis%qnx.com
9ecc180dcd -not part of build -
fixed crash when creating a scriptable Region
2001-11-13 19:25:32 +00:00
bstell%netscape.com
b24d11d0c7 follow up for bug 102113, per Brendan's request
change the name from dummy to align, no other change
2001-11-13 07:36:38 +00:00
shanjian%netscape.com
797782a102 #108012 text measurment on win xp have problem with unicode while word-spacing and letter-spacing is present
r= smontagu sr=attinasi
2001-11-13 00:51:22 +00:00
bstell%netscape.com
89957cab09 bug 107019: anti-aliased glyph code
r=yokoyama@netscape.com, sr=blizzard@mozilla.org
2001-11-10 04:41:18 +00:00
bstell%netscape.com
6bff9165e0 bug 107019 anti-aliased glyph C++ object code
r=yokoyama@netscape.com, sr=blizzard@mozilla.org
2001-11-10 04:39:57 +00:00
bstell%netscape.com
aea448c885 bug 102133: fix 64 bit solaris crash
r=shanjian@netscape.com, sr=brendan@mozilla.org
2001-11-10 04:20:55 +00:00
mcafee%netscape.com
2bd81a0011 Fixing tab makefile bustage 2001-11-10 01:33:55 +00:00
rbs%maths.uq.edu.au
c62897b9af fix typo that caused font download to stop working. b=106633 r=yokoyama s=waterson 2001-11-10 01:10:39 +00:00
sfraser%netscape.com
f4da98e824 Change to convert Widget and Gfx into component DLLs on Mac, bug 94434. r=pchen, sr=beard/darin 2001-11-10 01:05:03 +00:00
mkaply%us.ibm.com
3bc7b7e2dc No bug
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - lower tile buffer height and width so we won't tile progressive images
2001-11-08 20:36:26 +00:00
mkaply%us.ibm.com
9d434f79a1 No bug
r=jblanco, sr=blizzard, a=asa for drivers
OS/2 only - better fix for not printing on Lexmark printers
2001-11-08 03:28:49 +00:00
dbaron%fas.harvard.edu
93aad15042 Back out incorrect part of my fix from yesterday that was causing AIX tinderbox bustage. b=107052 2001-11-07 20:29:59 +00:00
dbaron%fas.harvard.edu
8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
mkaply%us.ibm.com
c30f013e2b Temp fix to try to plug OS/2 only region leak 2001-11-07 05:36:32 +00:00
mkaply%us.ibm.com
e5a314b39d #95106
r=pavlov, sr=waterson
Get 256 colors working again - step 2 - add back palette stuff back to Windows GFX
2001-11-07 04:44:14 +00:00
mkaply%us.ibm.com
7af239296a #95106
r=pavlov, sr=waterson
Get 256 colors working again - step 1 - add back palette API to nsDeviceContext
2001-11-07 04:36:47 +00:00
blizzard%redhat.com
f061115c03 Bug #99174. Limit the length of requests to XDrawString to 32K avoid causing X protocol errors. r=alecf, sr=brendan 2001-11-06 23:05:39 +00:00
mkaply%us.ibm.com
5fb0543779 Oops overwriting wrong codepage 2001-11-06 15:54:54 +00:00
mkaply%us.ibm.com
818626eb50 Forgot some return codes 2001-11-06 15:35:41 +00:00
seawood%netscape.com
a07d06f6f7 Allow multiple toolkits to be installed in a build by marking the non-default toolkits as "inactive" and placing them in a separate components dir.
Bug #91829 r=jag
2001-11-06 09:45:23 +00:00
rbs%maths.uq.edu.au
85ebfb7eeb Nail a sneaky memory leak in one of the 'A'-functions - initially detected during the comb of bug 103777, r=shanjian, sr=attinasi 2001-11-06 08:00:15 +00:00
attinasi%netscape.com
7b1fe9d150 Fix for memory leaks in nsRenderingContextImpl and nsrenderingContextWin (patch provided by Dainis Jonitis). b=107532 r=mkaply sr=attinasi 2001-11-06 07:11:30 +00:00
attinasi%netscape.com
c625d6cb17 Reversed the order that width and height are checked in IsEmpty since it is more common to have a height of 0. b=103266 r=rbs sr=hyatt 2001-11-06 01:48:36 +00:00
dinglis%qnx.com
0e5e02bcc2 NOT PART OF BUILD
increased draw buffer
2001-11-06 01:32:44 +00:00
attinasi%netscape.com
23776ac1cc Fixed typo wrt width and height (patch provided by Dainis Jonitis) b=107530 r=mkaply sr=attinasi 2001-11-06 01:28:27 +00:00
dinglis%qnx.com
7cf3d19e52 NOT PART OF BUILD
fixed random crashes and strange rendering due to using a destroyed GC.
2001-11-05 18:53:03 +00:00
mkaply%us.ibm.com
21e9b4196a OS/2 and AIX bustage - the bustage is related to GetAltDevice in nsDeviceContext.h having an ADDREF of a nonconst - the easiest place to fix it is here 2001-11-04 03:04:01 +00:00
rods%netscape.com
acf970cef1 Fix for OS2 bustage 2001-11-04 00:51:40 +00:00
rods%netscape.com
5bc2429c50 Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2001-11-03 15:06:24 +00:00
rods%netscape.com
37a4501149 Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2001-11-03 14:59:39 +00:00
rods%netscape.com
97fad5218a Fixed up nsIPrintSettings interface and add a Get/Set method to nsIPrintOptions (only
the setter is implemented at this time) Bug 107399 r=kmcclusk sr=alexf/attinasi
2001-11-03 14:45:46 +00:00
rods%netscape.com
857e035af3 Backing out checkin, I can't believe you have to edit a mcp to checkin
an IDL file
2001-11-03 14:17:37 +00:00
peterv%netscape.com
d604be4b8e Mac bustage fix. Rods didn't add nsIPrintSettings.idl to gfxIDL.mcp. 2001-11-03 13:50:33 +00:00
rods%netscape.com
78a059bcdd Fixed up nsIPrintSettings interface and add a Get/Set method to nsIPrintOptions
(only the setter is implemented at this time)
Bug 107399 r=kmcclusk sr=alexf/attinasi
2001-11-03 13:00:40 +00:00
mkaply%us.ibm.com
8f2221a14c #103633
r=mkaply, sr=blizzard
Don't call BeginDocument twice - causes us to not print on some printers
2001-11-03 06:03:40 +00:00
rjesup%wgate.com
3f74b88184 Bug 107341: Xlib/xprint xcleanup. New file was missed on first checkin.
r=biesi, r=pocemit, sr=blizzard
2001-11-03 02:46:45 +00:00
rjesup%wgate.com
a45e253417 Bug 107341: Xlib/xprint xcleanup. New file was missed on first checkin.
r=biesi, r=pocemit, sr=blizzard
2001-11-03 02:39:12 +00:00
tor%cs.brown.edu
c6a6069882 Bug 108005 - need to clear bits in alpha mirror for interlaced PNGs
and MNG.  r=rjesup, sr=blizzard
2001-11-03 02:03:51 +00:00
rjesup%wgate.com
72854e9840 Bug 107341: xlib/xprint xcleanup. Checking in for gisburn.
r=biesi, r=pocemit, sr=blizzard
2001-11-03 01:39:11 +00:00
rjesup%wgate.com
1b310c7aed Bug 100069: XPrint infrastructure for dialog. Checkin for gisburn.
r=rjesup, sr=blizzard
2001-11-03 01:31:23 +00:00
rjesup%wgate.com
f255e269fb Bug 104260: Font LRU cache confused as to direction of the head. r=rbs,
sr=waterson (converted from r=waterson)
2001-11-03 01:23:28 +00:00
jaggernaut%netscape.com
9bcc72064d Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-02 06:39:49 +00:00
mkaply%us.ibm.com
02bc94c8d4 #102457
r=pedemont, sr=blizzard
Bulletproof OS Uconv code and default to 932 for Japanese rendering
2001-11-01 23:51:15 +00:00
tor%cs.brown.edu
0172a14e6f Bug 64188 - don't round-trip the server for each tile when tiling an
8-bit alpha image.  r=rjesup, sr=blizzard
2001-11-01 00:15:46 +00:00
seawood%netscape.com
f10d0926ec I don't know how this was missed but add nsMacUnicodeFontInfo.cpp to the build.
Should fix OSX macho tinderbox bustage
2001-10-31 06:32:04 +00:00
rbs%maths.uq.edu.au
ee1cd11d5a bug 102088 - Cleanup transitory font APIs that were used as a bridge in bug 99010, r=waterson, sr=attinasi 2001-10-31 01:15:50 +00:00
shanjian%netscape.com
c333ef2475 #107514 Regression in the support of Symbol fonts
r=rbs sr=attinasi
2001-10-31 00:08:21 +00:00
rbs%maths.uq.edu.au
32cf016db5 bug 102088 - Cleanup transitory font APIs that were used as a bridge in bug 99010, r=waterson, sr=attinasi 2001-10-30 22:58:00 +00:00
ftang%netscape.com
1fc3994c88 fix bug 90804. add nsMacUnicodeFontInfo.cpp into the mac sectoin and the nsCompressedCCmap.cpp to the src sectoin r=pinkerton sr=sfraser 2001-10-30 21:59:57 +00:00