ftang%netscape.com
308d38c2f9
fix bug 156943. add cjk lang group check for mUnderlineSize computation
...
r=rbs sr=jst a=chofmann
2002-07-23 20:35:31 +00:00
shanjian%netscape.com
d95dab0c74
#156943 CJK text underline is positioned too near the text
...
raise baseline for CJK language groups.
r=rbs, sr=waterson, a=adt
2002-07-20 05:21:25 +00:00
pavlov%netscape.com
b035541b76
fixing bug 157202 r=dougt sr=tor@acm.org a=asa
2002-07-19 23:21:48 +00:00
shanjian%netscape.com
9c51284652
#155175 Certain truetype fonts crash mozilla
...
correct a misuse of parenthesis.
p=Andrew Schultz , r=bstell, sr=rbs, a=brendan
2002-07-19 21:21:23 +00:00
pete.zha%sun.com
1d41391f96
[ps] CSS sans-serif prints as serif
...
bug=148411 r=dcone sr=bzbarsky a=asa
Correct some font name in map
2002-07-19 02:41:41 +00:00
pavlov%netscape.com
29a7f58537
fix for bug 157202. r=dougt sr=tor@acm.org a=chofmann
2002-07-18 22:18:11 +00:00
jaggernaut%netscape.com
c563385d7b
Bug 140673: Some Arabic/Hebrew bitmap fonts printed way too small with Xprint. Patch by Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=dveditz, a=scc
2002-07-18 04:26:35 +00:00
mkaply%us.ibm.com
d949ef645c
#157758
...
r=pedemont, sr=blizzard, a=asa
OS/2 only - always use facename rather than familyname for DBCS fonts
2002-07-17 05:42:07 +00:00
rbs%maths.uq.edu.au
5c120315a0
Implement GetBoundingMetrics() on the Mac. p=schofield@wolfram.com, r=rbs, sr=sfraser, a=asa
2002-07-16 23:18:37 +00:00
bryner%netscape.com
46d33ff4d3
On second thought, only allocate the extra space when determining the element size; still paint the indicator at its "real" size. Not part of the build.
2002-07-13 23:27:16 +00:00
bryner%netscape.com
2ff93ef0aa
Put a hardcoded min size of 14px on checkbox and radio button indicators, since many themes have indicators that are larger than the default 10px indicator_size, but don't bother setting the property. Not part of the build.
2002-07-13 22:05:38 +00:00
ccarlen%netscape.com
d7ec787895
Bug 154883 - Use session printing APIs on Mac OSX. r=pinkerton/sr=sfraser/a=asa
2002-07-13 00:18:46 +00:00
ccarlen%netscape.com
8284b2ffda
Adding new files for bug 154883 - using session printing APIs on OSX. r=pinkerton/sr=sfraser/a=asa
2002-07-13 00:08:42 +00:00
mkaply%us.ibm.com
8f28b50eb9
#67913
...
r=pedemont, sr=blizzard (platform specific code)
OS/2 only = 800x600 reports the workarea size incorrectly, so explictly use the height of warpcenter
2002-07-12 20:01:59 +00:00
rods%netscape.com
27586e9402
changed all the DEVMODE allocating and freeing to native Windows calls HeapAlloc and HeapFree
...
nsPrintSettingsWin.cpp was creating and copying only the non-platform specific data by using the
"sizeof" of the DEVMODE struct, instead of checking the struct size with dmSize
and the size of the private (device-specific) data with dmDriverExtra. Now it
creates the correct size of memory and copies all the non-private data and private data.
Bug 156318 r=dcone sr=kin,waterson,rpotts a=asa
2002-07-12 11:48:38 +00:00
bryner%netscape.com
fa14855954
Fix bug 156060, where a background pixmap was not aligned properly when a porting of it was invalidated. Also fixing a bug where a pixmap background for the toolbar did not draw. Not part of the build.
2002-07-10 02:25:04 +00:00
mkaply%us.ibm.com
2b69b45218
#67913
...
r=pedemont, sr=blizzard (platform specific code)
OS/2 only - don't let Mozilla windows cover up the Warpcenter
2002-07-09 22:59:52 +00:00
mkaply%us.ibm.com
02e8b0ac0d
#56555
...
r=pedemont, sr=blizzard (platform specific code)
OS/2 only - don't draw any rectangles if width is 0
2002-07-09 22:51:37 +00:00
dcone%netscape.com
4bb8e89c98
b=14380 Garbage in GIF animation on startup. r=dcone sr=tor This speeds up pages with GIF's animations.. cuts down CPU usage.
2002-07-09 21:03:34 +00:00
rods%netscape.com
b30fe76166
fixing debug ifdef for myself
2002-07-09 14:25:11 +00:00
bryner%netscape.com
122b978d08
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00
bryner%netscape.com
3bb535081c
Fix NATIVE_THEME_SUPPORT=1 with gtk+ < 1.2.9. Not part of the default build.
2002-07-06 09:55:33 +00:00
seawood%netscape.com
a384861cd4
The c++ standard requires that the throw list be used when declaring functions as well as defining them.
...
commercial compiler fixes for bug #149032
2002-07-03 17:14:41 +00:00
smontagu%netscape.com
f83ea61a39
Bug 154287: [Freetype] Spaces not displayed between glyphs missing from the selected font. r=bstell@ix.netcom.com, sr=dveditz.
2002-07-03 00:37:43 +00:00
seawood%netscape.com
8f6f1756ce
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
...
Bug 149032 r=timeless sr=scc
2002-07-02 20:25:30 +00:00
cbiesinger%web.de
dde305512f
bug 137128 patch by paper@animecity.nu r=Roland.Mainz@informatik.med.uni-giessen.de sr=tor
...
animated gif crashes mozilla
2002-07-01 18:10:21 +00:00
mkaply%us.ibm.com
335f2ef538
#118546
...
r=pedemont, sr=blizzard
OS/2 only - bullet proof unicode stuff, better default fonts
2002-06-27 22:37:30 +00:00
mkaply%us.ibm.com
ebef5432e2
#149365
...
r=mkaply, sr=blizzard
OS/2 only from jblanco - only set number of copies in one place
2002-06-27 22:20:44 +00:00
mkaply%us.ibm.com
50718826d1
#151536
...
r=pedemont, sr=blizzard
OS/2 only - display Euro using current font, not Unicode font
2002-06-27 22:16:22 +00:00
dcone%netscape.com
7dc9118d39
b-153927 r=rods sr=waterson. Fixed comment. Should not effect build at all.
2002-06-27 21:01:15 +00:00
nhotta%netscape.com
4124dac80a
Remove the unintended check in by rev=1.33,
...
bug 151907, r=ftang, sr=sfraser.
2002-06-26 19:57:28 +00:00
dcone%netscape.com
acd781f0f0
b=153456 r=kmmclusk sr=waterson. Took out a realizepalette call to stop some performance problems on windows. This
...
will effect only 256 color mode.
2002-06-26 13:43:23 +00:00
dbaron%fas.harvard.edu
2bf216c9e2
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
dbaron%fas.harvard.edu
a62c683ec0
Cast for a conditional expression that won't otherwise compile on gcc3. r=bryner sr=beard b=153525
2002-06-26 03:02:38 +00:00
blizzard%redhat.com
84a0e52cd5
Bug #153788 . Unscrew the gtk2 build. r=bryner,sr=jst
2002-06-24 14:16:03 +00:00
bzbarsky%mit.edu
683b47555a
Fix build bustage
2002-06-21 22:25:28 +00:00
shanjian%netscape.com
d61a5fd58f
#149692 Japanese font is displayed ugly on linux RH7.2
...
use ffre name instead of only family name to better pass around
system font.
r=rbs, sr=waterson
2002-06-21 21:18:26 +00:00
rods%netscape.com
b414f16ae7
check in for jblanco,, returns is no printers are available
...
Bug 152936 r=rods sr=jst
2002-06-20 11:44:34 +00:00
rods%netscape.com
0b0b2a8cbb
Add PR_LOGGING for printing
...
Bug 121622 r=dcone sr=kin
2002-06-19 21:51:13 +00:00
rods%netscape.com
c086167211
to fix breakage, using static cast.
2002-06-18 10:36:07 +00:00
rods%netscape.com
04158f2b08
Needs to be virtual (from sr's comments)
...
Implement the assign method with an "=" operator
Bug 151628 r=ccarlen sr=jst
2002-06-18 01:23:39 +00:00
rods%netscape.com
ae80bd8a7d
Implement the assign method with an "=" operator
...
Bug 151628 r=ccarlen sr=jst
BUg CVS: ----------------------------------------------------------------------
2002-06-18 00:06:32 +00:00
seawood%netscape.com
c61a26b5bb
Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
...
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd. This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall. nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive. (I'll have to check the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs. Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
dcone%netscape.com
a84ea2c0fc
b=142513 r=kmmclusk sr=waterson Fixed blue text, used correct type for calculation.
2002-06-17 14:03:39 +00:00
shanjian%netscape.com
97188349e7
#84668 Ugly Chinese font in dialogs and menu on simplified chinese windows
...
Force system font to be 9 when default is 8. This only applies to simplified
chinese system.
r=ftang, sr=alecf
2002-06-17 05:22:34 +00:00
pavlov%netscape.com
572ed9e1c8
checking in bug 101018 for paper@animecity.nu. r=pavlov sr=tor@acm.org.
2002-06-14 18:25:33 +00:00
timeless%mac.com
0c2791cfcb
Bug 147743 Xprint prints some (non-scaleable) bitmap fonts far too small
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com , sr=dveditz
2002-06-13 00:28:46 +00:00
jkeiser%netscape.com
f7ef4c84ff
Make X not crash with hugely silly font sizes (checking in for Roland.Mainz@informatik.med.uni-giessen.de). bug 150339, r=tor@acm.org, sr=blizzard@netscape.com/roc+moz@mozilla.org
2002-06-12 23:06:11 +00:00
smontagu%netscape.com
58f467ce12
Bug 150519 ("Search results from http://www.google.co.il/ print in horrible quality"), Author=Roland.Mainz@informatik.med.uni-giessen.de, r=shanjian, sr=jst
2002-06-11 23:33:35 +00:00
smontagu%netscape.com
f322ecaa53
Bug 146622 'PrefEnumCallback does not work as expected', Author=Roland.Mainz@informatik.med.uni-giessen.de,r=bstell+katakai,sr=jag+scc
2002-06-11 23:08:25 +00:00