Граф коммитов

3258 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com 0597412383 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 0f709c1c77 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 03ace271f0 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 e6dd51d61a 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 fa28b7f016 #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 08f4fe12f7 #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 1a414c047d #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 31005449b4 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 f663a0b9b6 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 bf72808be5 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 6d2263f19b 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 fd764996f9 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 b5e02c6d4c Bug #153788. Unscrew the gtk2 build. r=bryner,sr=jst 2002-06-24 14:16:03 +00:00
bzbarsky%mit.edu 50b053124a Fix build bustage 2002-06-21 22:25:28 +00:00
shanjian%netscape.com a5f811c7a1 #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 d58afcac1a 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 89bbd44ace Add PR_LOGGING for printing
Bug 121622 r=dcone sr=kin
2002-06-19 21:51:13 +00:00
rods%netscape.com 45c10cc8f2 to fix breakage, using static cast. 2002-06-18 10:36:07 +00:00
rods%netscape.com 328acb444b 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 caaeae04a4 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 6de5b59159 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 7cbd379e5b 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 e200d89fdb #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 82c9c6b6dc 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 64c64d1f89 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 184efd16c6 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 4273771ac4 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 f42535eac8 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
smontagu%netscape.com 2dbc2814cb Bug 148470: Xprint-specific X font banning code is broken. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=timeless, sr=scc 2002-06-11 22:34:25 +00:00
pavlov%netscape.com b6ec7f6860 fixing bug 148551. patch from paper@animecity.nu. r=pavlov sr=tor 2002-06-11 22:30:36 +00:00
pavlov%netscape.com d26a189738 fixing bug 85595. patch from paper@animecity.nu. r=pavlov sr=tor 2002-06-11 22:29:31 +00:00
mkaply%us.ibm.com 745a5c9191 r=mkaply, sr=blizzard, OS/2 only - fixes a couple names/comments 2002-06-11 22:03:09 +00:00
smontagu%netscape.com 143a6ca65d Bug 148690: For Xprint force use of outline scaleable fonts if possible. Author Roland.Mainz@informatik.med.uni-giessen.de, r=shanjian, sr=jst 2002-06-11 21:43:08 +00:00
arougthopher%lizardland.net 7342675580 Bug#125132
foreign characters not displayed properly in align=justify

this patch is a better algorythm for aligning/drawnig the text.  one word at a time, instead of one character.

r=arougthopher
2002-06-10 00:47:07 +00:00
alecf%netscape.com bcf192e308 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
dcone%netscape.com 729a0498bf b = 141786 r=rods sr=waterson a=valeski. Fine tune what algorithms the backgrounds go thru.
This speeds up the anything that had less than 32 background tiles.
2002-06-06 20:00:40 +00:00
ftang%netscape.com 610b21f7d9 fix bug 84668. r=shanjian sr=alecf
on simplfied chinese window. force any return value of
system font size < 9 to be at least 9 because we know
the glyph less than 9 look very very ugly on SimpChinese system
2002-06-05 00:41:04 +00:00
cathleen%netscape.com 64856eb68b clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan 2002-06-04 23:05:39 +00:00
stephend%netscape.com a8a0483f70 Bug 140526. Offset checking clean-up in SetAlphaData & SetImageData. Patch by Arron M. <animecity.nu> r=pavlov@netscape.com, sr=tor@acm.org. 2002-06-04 05:51:44 +00:00
shanjian%netscape.com c34a749036 #136017 ome characters in menus/dialogs/etc. are rendered incorrectly
For Polish and Czech, don't skip native letters in bitmap font.
p=Marek.Wawoczny@GmbH.rubikon.pl r=shanjian, sr=waterson.
2002-06-03 21:01:34 +00:00
mkaply%us.ibm.com 99389f1ff8 #146252
r=mkaply, sr=blizzard
OS/2 only - Print Preview cleanup
2002-05-30 21:55:49 +00:00
smontagu%netscape.com 6e31cc6a39 Bug 129666: Xlib/Xprint do not scale em-dash & co. correctly. r=bstell@ix.netcom.com, sr=scc. Checking in for Roland.Mainz@informatik.med.uni-giessen.de 2002-05-28 21:40:06 +00:00
seawood%netscape.com cce9c00f7f Applying shanjian's API change from bug 142562 to BeOS gfx files. 2002-05-25 03:00:45 +00:00
shanjian%netscape.com 041dbffbcb Fix bustage caused by my recent checkin. 2002-05-24 21:04:32 +00:00
shanjian%netscape.com 7f5900aa67 #142562 problem with <td align=right or align=center
We are observing langGroup in some place while ignor it in others. This patch
make all font metrics call consistent. nsIRenderingContext API is change to
make things neat.
r=rbs, sr=waterson
2002-05-24 20:11:14 +00:00
rjesup%wgate.com 0c51c87119 Bug 139380: correctly parse font names again. Checkin for gisburn.
r=bstell, sr=attinasi
2002-05-24 00:00:33 +00:00
rjesup%wgate.com 84fa259df6 Bug 143413: symbol-fontspecific missing for Xlib/Xprint. Checkin for
gisburn.  r=pete.zha, sr=attinasi
2002-05-23 23:39:06 +00:00
rods%netscape.com a0cd08f23a The problem here is the "edge" prefs are now preficed with the printer name,
and the nsPrintOptions know how to convert the printer name, so we need to add
a helper method to nsIPrintOptions.idl so the nsSimplePageSeq can get the properly named value.
Bug 140669 r=dcone sr=attinasi
2002-05-21 10:53:45 +00:00
mkaply%us.ibm.com e9400ece66 No bug - remove unused code 2002-05-20 22:30:03 +00:00
rods%netscape.com 4b6abec9c0 printing properties must be moved to global jar
Bug 138026 r=dcone sr=attinasi
2002-05-18 12:02:21 +00:00