dbaron%fas.harvard.edu
2d7fe2e0eb
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
2002-05-01 00:17:04 +00:00
tor%cs.brown.edu
09af8e5c54
Bug 53597: gamma correction backout. r=dbaron, sr=brendan
2002-04-30 23:15:52 +00:00
bzbarsky%mit.edu
1868273e76
xlib complains a lot about fonts with '*' in the XLFD string. Bug
...
136743, patch by Roland.Mainz@informatik.med.uni-giessen.de (Roland
Mainz), r=bstell, sr=attinasi
2002-04-30 01:29:14 +00:00
alecf%netscape.com
9348ce8ac8
fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring()
...
r=jag, sr=darin
2002-04-29 20:29:54 +00:00
dcone%netscape.com
4912a580f2
b=134887 r=kmmclusky sr=attinasi Fix the calculation of the image pointer using
...
the correct bits per pixel instead of assuming 24. This fixes alpha blending of some backgrounds.
b=135535 r=kmmclusky sr=attinasi. Fix the way we delete the DC.. instead of deleteobject
use deleteDC. Should free up resources on windows.
2002-04-29 02:08:56 +00:00
racham%netscape.com
7b7406ee6f
Fixing bug 140183. Adding an attribute to the PrintSettings which allows silent printing i.e., without a progress window. Patch by Rod Spears. r=samir,bhuvan sr=sspitzer
2002-04-28 01:42:17 +00:00
darin%netscape.com
e554d83626
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
dcone%netscape.com
1378739a27
b=137223 r=pavlov sr=attinasi Fixed rendering of blended PNG's
2002-04-26 13:12:18 +00:00
peterv%netscape.com
8647b3e93c
Fix for bug 129655 ([ps] PostScript module device depth is 1bit). Patch by Roland.Mainz@informatik.med.uni-giessen.de. r=dcone, sr=attinasi.
2002-04-26 12:43:43 +00:00
peterv%netscape.com
c99d697275
Fix for bug 139380 (duplicate code in nsFontMetricsXlib.cpp/nsFontMetricsGTK.cpp). Patch by Roland.Mainz@informatik.med.uni-giessen.de. r=bstell, sr=attinasi.
2002-04-26 11:36:26 +00:00
mkaply%us.ibm.com
2b1bec45f1
#125076
...
r=mkaply, sr=blizzard, a=roc+moz
OS/2 only - from Jessica Blanco - different way to allocate printer data to fix crash/hang on some drivers
2002-04-25 21:04:59 +00:00
seawood%netscape.com
c0ec608df6
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
rjesup%wgate.com
c865a10d47
Bug 137903: duplicate call in nsImageGTK (cruft). r=bzbarsky, sr=tor
2002-04-24 22:54:07 +00:00
dcone%netscape.com
e495ddbead
bug=102321 Speed up the background tiling r=kmcclusky a=attinasi. Forgot to put in one small
...
change. TileMin goes from 4 to 8
2002-04-24 18:59:02 +00:00
mkaply%us.ibm.com
4cdd1e9ade
#124164
...
r=mkaply, sr=attinasi
OS/2 only - we suppor the new leading API
2002-04-24 03:56:07 +00:00
mkaply%us.ibm.com
b1fc2b2c1b
#124164
...
r=mkaply, sr=blizzard, a=shaver
OS/2 only - code from Javier Pedemonte to properly set font heights
2002-04-24 03:55:18 +00:00
rods%netscape.com
0002281177
making sure end_document can be called correctly without crashing
...
several safety checks
Bug 139369 r=dcone,roland sr=attinasi
2002-04-24 00:30:24 +00:00
dcone%netscape.com
50b46f9fc1
bug=102321 Speed up the background tiling r=kmcclusky sr=attinasi
2002-04-23 23:48:56 +00:00
tor%cs.brown.edu
c45bbd713a
Bug 137685 - gamma correction causing black backgrounds in embedding.
...
r=brendan, sr=hyatt
2002-04-23 23:21:25 +00:00
brade%netscape.com
82bdcc118c
add fontmanager library (bug 138495) r=ccarlen, pinkerton, sr=sfraser, a=rjesup, adt=putterman
2002-04-23 14:14:30 +00:00
rods%netscape.com
ee07c55f61
Make the UI scrollbars now scale in PrintPreview. We are having to do all this rather bizarre
...
stuff because the scrollbars in the document share all the same code and style contexts of the UI scrollbars
Bug 120616 r=dcone sr=attinasi
2002-04-23 12:05:43 +00:00
sfraser%netscape.com
ea11d5b081
Second attempt to fix bug 137295; gaps appearing in images on Mac OS X. Changed to not pass in the clipRgn when we're drawing to another image (e.g. animated GIFs), or another non-window destination where we don't want to clip. r=pink, sr=beard.
2002-04-19 23:07:56 +00:00
mkaply%us.ibm.com
d1eef69879
#137693
...
r=mkaply, sr=blizzard, a=rjesup@wgate.com
OS/2 only - workaround for MINCHO font bug
2002-04-19 21:56:44 +00:00
dcone%netscape.com
44165a3e60
b=90751 Took out changes.. did not work on the Mac OSX/Darwin build.
2002-04-19 14:31:26 +00:00
dcone%netscape.com
e8dc41b49f
b=90751 This is a fix for the Mac V build I broke last night. This fix was give by ccarlen.. sorry for the breakage. Thanks to seawood and Dagley for getting things back online. I have to remember to watch that ports build.
2002-04-19 13:40:00 +00:00
seawood%netscape.com
c355d9d663
Workaround for nsFileSpec lossage.
...
Thanks to Steve Dagley <sdagley@netscape.com> for the patch.
Fixing tinderbox bustage
2002-04-19 07:00:58 +00:00
rods%netscape.com
1ba300072c
printing properties must be moved to global jar
...
Bug 138026 r=dcone sr=attinasi a=judson adt=putterman
2002-04-18 22:43:02 +00:00
dcone%netscape.com
a51f949a9e
b=90751 r=peterl sr=attinasi a=asa This should fix the problem finding the printer settings plugin.
2002-04-18 22:40:46 +00:00
sfraser%netscape.com
757338b447
Fix for bug 137295; work around a bug in Mac OS X that causes bad drawing of images with 1-bit masks when the destination port has a non-empty clip region. r=pinkerton, sr=beard.
2002-04-16 22:35:28 +00:00
chak%netscape.com
5913aadd80
Fix for #135226 - 256 color palettes should be selected as background palettes
...
(Checking in patch for saari)
r=blythe, sr=waterson, a=adt for checkin to trunk
2002-04-16 20:54:23 +00:00
pinkerton%netscape.com
37fa42be4d
get tabs looking better and fix some enabling/active issues with the drawing logic. r=pink/sr=hyatt. patch from ajfeldman@brown.edu. bug# 134447
2002-04-16 19:02:15 +00:00
colin%theblakes.com
541aad2266
Make printing work again on OpenVMS.
...
b=136884 r=rods sr=attinasi
2002-04-15 23:47:02 +00:00
dcone%netscape.com
720eb2ff30
b=135208 r=kmmclusky,sr=attinasi,a=asa. This just updates some of the reviewers comment
...
into the fix that was not there. This fixed the color output of text
2002-04-15 22:58:35 +00:00
smontagu%netscape.com
f8c2254863
(Checkin for Roland.Mainz@informatik.med.uni-giessen.de). Bug 127520 "Large pictures print corrupted", r=db48x, sr=attinasi
2002-04-15 22:57:12 +00:00
dougt%netscape.com
2dbd1edd63
XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com
2002-04-15 22:26:29 +00:00
bryner%netscape.com
49acf08a2b
Don't allow the theme css to override the dropdown button min-size. Not part of the build.
2002-04-15 03:58:26 +00:00
timeless%mac.com
18d73165c4
Bug 128530 Use |nsISaveAsCharset::attr_EntityAfterCharsetConv| instead of |nsISaveAsCharset::attr_EntityBeforeCharsetConv| in GTK+/Xlib toolkits
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rbs rs=attinasi
2002-04-14 01:28:42 +00:00
timeless%mac.com
6ace2e6517
Bug 129999 needs ansi-1251 font support in nsFontMetricsGTK/nsFontMetricsXlib
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=katakai sr=attinasi a=asa
2002-04-14 00:37:43 +00:00
tor%cs.brown.edu
53111aa868
Bug 53597 - another attempt to fix win32.
2002-04-13 16:42:26 +00:00
tor%cs.brown.edu
d6f007331c
Bug 53597 - win32 temporary patch.
2002-04-13 15:29:36 +00:00
mkaply%us.ibm.com
20bc48f435
Missing paren
2002-04-13 14:49:30 +00:00
tor%cs.brown.edu
b8d6b3560e
Bug 53597 - attempt to fix macos and os2 bustage.
2002-04-13 11:54:38 +00:00
tor%cs.brown.edu
24ef8c1107
Bug 53597 - irix build bustage fix.
2002-04-13 11:44:02 +00:00
tor%cs.brown.edu
90eb120de3
Bug 53597 build bustage fix.
2002-04-13 11:31:37 +00:00
tor%cs.brown.edu
cb1d9145e3
Bug 53597 - consistent gamma correction. r=dbaron, sr=brendan
2002-04-13 10:03:59 +00:00
shanjian%netscape.com
583ae90a36
#136935 :hover paints over previous link's underline
...
raise the minimal underline position so that it is within its own area.
r=dbaron, sr=attinasi
2002-04-13 06:08:25 +00:00
pinkerton%netscape.com
06cdd31512
fix bustage
2002-04-12 15:26:36 +00:00
dcone%netscape.com
0d39284466
b=135208 r=kmcclusk sr=attinasi a=asa. Fix darkening of light color text when we print.
2002-04-12 14:19:38 +00:00
pinkerton%netscape.com
9f9e505dd8
turn off double-buffering on osx with a new method on nsIRenderingContext. r=kmcclusk/sr=sfraser/a=valeski. bug# 78764
2002-04-12 13:56:53 +00:00
dcone%netscape.com
dd5a44b889
b=90751 r=peterl sr=attinasi a=asa Adding printer extensions to OSX
2002-04-12 13:20:04 +00:00