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

3461 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com ee9f9d685d fix bug 111728. skik tec fallback if we are in latin, greek or cyrillic script. r=nhotta, sr=sfraser 2002-08-13 23:25:00 +00:00
mkaply%us.ibm.com 3c26ddf8de #158472
r=dainis, sr=blizzard - platform specific
OS/2 only - handle transparency better when printing
2002-08-13 18:44:34 +00:00
rbs%maths.uq.edu.au d1d6b0d4df Fix the mishandling of generic fonts that led to pageload performance regression, b=161481, p=schofield@wolfram.com, r=jfrancis@netscape.com, sr=rbs@maths.uq.edu.au 2002-08-13 17:56:27 +00:00
dcone%netscape.com 14b3f3c015 b=157160,157521 r=rods sr=kin. Fixes a GDI leak and will optimize all images when read in.. not at paint time. 2002-08-12 21:18:29 +00:00
seawood%netscape.com 67c2c5b3c0 Removing unused defines:
_IMPL_NS_BASE (bug #162142)
_IMPL_NS_GFXONXP (bug #162145)
_IMPL_NS_UI (bug #162183)
B_ONE_M (bug #162196)
XP_NEW_SELECTION (bug #162230)
r=cls
Thanks to Stephen Walker <walk84@yahoo.com> for the patches.
2002-08-12 13:35:18 +00:00
pete.zha%sun.com 6921a4dde4 [ps] Need better error handling when lp not defined
bug=102276 r=Roland.Mainz@informatik.med.uni-giessen.de sr=bzbarsky
2002-08-12 11:26:51 +00:00
cbiesinger%web.de b1fc3bc33e bug 87819 patch by paper@animecity.nu r=pavlov sr=tor Transparent GIFs with transparency on all four sides render non-transparent portions against the left and top sides 2002-08-11 18:20:02 +00:00
seawood%netscape.com 7d3dac5e9d Remove unused _IMPL_NS_GFXNONXP define.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162117 r=cls
2002-08-11 05:46:21 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
rbs%maths.uq.edu.au 38e707815f Make CheckFontExistence('Symbol') to tell the truth, b=161048, r=ftang, sr=sfraser 2002-08-10 02:10:50 +00:00
smontagu%netscape.com 52121ade9f GetWidth optimizations for Unix. Bug 36146. Authors Tomi.Leppikangas@oulu.fi, Roland.Mainz@informatik.med.uni-giessen.de; r=shanjian,smontagu; sr=rbs, darin 2002-08-09 00:13:11 +00:00
smontagu%netscape.com 4a37ce5316 Bug 161556: Arabic bitmap fonts are printed too small. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=darin 2002-08-07 23:40:35 +00:00
mkaply%us.ibm.com f0655be1c9 #161192
r=jeffreyj, sr=blizzard (platform specific code)
OS/2 only - use int not uint to avoid bad things when numbers go negative
2002-08-07 14:36:34 +00:00
mkaply%us.ibm.com 2f1ff8bde0 Better fix for OS/2 bustage earlier 2002-08-07 04:06:57 +00:00
mkaply%us.ibm.com b381682e87 OS/2 bustage - I think our compiler has trouble because an nsCOMPtr to nsIWidget isn't a real nsIWidget pointer 2002-08-06 13:03:25 +00:00
henry.jia%sun.com 8954de8e78 4th patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:56:22 +00:00
bzbarsky%mit.edu 5e0f2971fb Fix crash in nsRenderingContextGTK::Init. Bug 156043, patch by
Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz), r=roc, sr=scc
2002-08-06 03:27:05 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
rbs%maths.uq.edu.au dc545139cc Missing const 2002-08-02 05:59:49 +00:00
rbs%maths.uq.edu.au b7e178f683 Hopefully this should now clear the Mac bustage 2002-08-02 05:35:12 +00:00
rbs%maths.uq.edu.au e19bebf6a8 Fix bustage - take 2 2002-08-02 04:43:30 +00:00
rbs%maths.uq.edu.au 619e3704fc Fix bustage - take 2 2002-08-02 04:12:14 +00:00
rbs%maths.uq.edu.au c0b8e1cccb Attempt to fix bustage 2002-08-02 02:30:30 +00:00
rbs%maths.uq.edu.au def067f732 Make math fonts (ucvmath) to work on the Mac in parity with other plaforms, p=schofield@wolfram.com with my indications, r=rbs, sr=sfraser, a=asa 2002-08-02 00:54:44 +00:00
rbs%maths.uq.edu.au 34e893d1c3 Add fontEncoding.properties to the Mac for fonts that need special treatment, b=159243, r=ftang, sr=sfraser, a=asa 2002-08-02 00:27:50 +00:00
rbs%maths.uq.edu.au c9633d7c6a Get the Mac to compute x-height as the real x-height. This is needed for precise MathML placements because x-height is also a core unit, b=154007, r=ftang, sr=sfraser 2002-08-02 00:17:38 +00:00
timeless%mac.com 9dddb0d846 bug 157572 by alecf ports (os/2, xlib) bustage 2002-07-26 01:01:37 +00:00
bzbarsky%mit.edu 68db2ea284 Fix some build warnings. Bug 157378, patch by
Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz), r=bbaetz,
biesi, sr=bzbarsky, a=asa
2002-07-26 00:40:05 +00:00
timeless%mac.com 4bfea87090 bug 157572 by alecf busted bezilla
a=#bezilla,leaf for tinderbustage
2002-07-26 00:14:39 +00:00
timeless%mac.com e23ca3c5b7 Bug 158606 crash with -moz-opacity
patch by sergei_d@fi.tartu.ee r=timeless sr=blizzard (ports code) a=asa
2002-07-25 20:26:33 +00:00
alecf%netscape.com e9e1a39573 fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
r=dmose, sr=jag, a=asa
2002-07-25 18:31:10 +00:00
ftang%netscape.com 8deae88f6a 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 395fc99eb8 #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 4542a8fbbb fixing bug 157202 r=dougt sr=tor@acm.org a=asa 2002-07-19 23:21:48 +00:00
shanjian%netscape.com 3c35cf2555 #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 088d0fba66 [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 5b2409d256 fix for bug 157202. r=dougt sr=tor@acm.org a=chofmann 2002-07-18 22:18:11 +00:00
jaggernaut%netscape.com 9101286f0d 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 2bec77936d #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 3c85f0910f 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 21693e4839 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 4b4063c8f3 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 04b6fab64b 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 13f1637e9c 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 2b073b4bbf #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 e4f359543e 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 6e2623bfca 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 0ac1e33c1d #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 fd2ad686f4 #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 36c152e69e 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 69bad5025d fixing debug ifdef for myself 2002-07-09 14:25:11 +00:00
bryner%netscape.com 90a2f7dfb7 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 3d1606df36 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 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
mkaply%us.ibm.com d0aece1f9b #97861
r=cls
OS/2 only - add OS/2 specific nsTransform2D so Os/2 builds don't suck
2002-05-16 03:42:07 +00:00
dougt%netscape.com 21efdb619b attempting to fix build bustage 2002-05-15 22:37:21 +00:00
timeless%mac.com 7b8372edd6 fixing xlib build bustage
nsDeviceContextSpecXlib.cpp - bustage (PL_strcasecmp) from string freeze
nsDeviceContextSpecXlib.h - bustage (PATH_MAX) from revision 1.10 Bug 120916
2002-05-15 21:21:57 +00:00
dougt%netscape.com 3a6ee22a8a attempting to fix os2 bustage 2002-05-15 21:09:40 +00:00
dougt%netscape.com a318e77a63 fixing build bustage 2002-05-15 20:48:15 +00:00
dougt%netscape.com b81e8f3e91 fixing macX build bustage 2002-05-15 20:17:12 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
rods%netscape.com c0fc4144ac Fixed the multi-byte strcmp
I also removed the failure check after the calls to EnumerateNativePrinters
because even if one fails, it doesn't mean the others will. So it should keep trying.
The rest of the code is extra error checking that is all ifdef'ed out
I renamed one of two methods that had the same name (to reduce confusion) and got rid of it's uneeded return code.
Bug 143241 r=dcone sr=attinasi
2002-05-15 09:56:32 +00:00
rods%netscape.com 68b0319c10 Changing CID to ContractID and const char* to const char xxx[]
As part of Bug 144128
2002-05-14 14:32:42 +00:00
rods%netscape.com 517bc877a1 Static build bustage fix 2002-05-14 14:15:19 +00:00
rods%netscape.com 0c5c90b638 This patch does the following:
1) Introduces a new public interface nsIPrintSettingService which emables consumers to create PS objects whithout a nsIWebBrowserPrint interface
2) The implementation is nsPrintOptionsImpl which now impls the private interface nsIPrintOptions and the public iface nsIPrintSettingsService
3) Several methods/attrs have been moved from nsIWebBrowserPrint iface to nsIPrintSettingsService
4) The CIDs for nsIPrintOptions and nsIPrinSettingsService are now the same.
5) There is no longer a CID "@mozilla.org/gfx/printoptions;1"
6) nsIWebBrowserPrint still has the "globalPrintSettings" attr so if you already have an nsIWebBrowserPrint you don't have to create the PS Service to get it.
7) A bug has been filed to rename the imlp of nsPrintOptionsImpl to nsPrintSettingsService.
Bug 144128 r=dcone sr=attinasi
2002-05-14 12:05:00 +00:00
dcone%netscape.com 33ee1b887c b = 143363 r=rods sr=kin. A DC was not being released properly on windows, it is now. 2002-05-10 14:18:18 +00:00
mkaply%us.ibm.com ba98c296d5 #142695
r=mkaply, sr=blizzard
OS/2 only - code from Jessica Blanco - don't use CRLF in printer names
2002-05-09 20:31:02 +00:00
timeless%mac.com be275a4e58 whoops, wrong file 2002-05-08 03:45:23 +00:00
timeless%mac.com fd91d5a1e3 rods beos bustage (changes between rev 1.24 and 1.25) r=bz 2002-05-08 03:45:22 +00:00
darin%netscape.com f8d1bac548 fixes potential win bustage 2002-05-08 00:20:32 +00:00
rods%netscape.com 6544c60210 Fix bustage 2002-05-07 19:27:05 +00:00
rods%netscape.com 4d06b1092c Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
missed these files/changes
Bug 115136 r=dcone sr=attinasi
2002-05-07 13:56:02 +00:00
ccarlen%netscape.com acc8e9f7db File got truncated in Rod's checkin for bug 115136. Fixing that. 2002-05-07 13:23:54 +00:00
rods%netscape.com 15a673155f Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
Bug 115136 r=dcone sr=attinasi
2002-05-07 12:03:37 +00:00
rods%netscape.com c0a7711d57 Make "Num copies" work for PS
Bug 139566 r=roland sr=attinasi
2002-05-06 12:04:22 +00:00
rbs%maths.uq.edu.au ca47d8b903 Added yet another defense to make Mozilla really robust when font resources run out, the patch makes font metrics to be fail safe or at least very hard to break -- to the point that failure means that the system is barely working (testing showed that Mozilla stayed alive while other applications were dying). Per request of super-reviewer & driver, also removed wallpaper null-checks sprinkled in the past for the problem. b=136248, r=shanjian, sr=attinasi 2002-05-02 22:24:59 +00:00
mkaply%us.ibm.com ba8e19a01b #140754
r=mkaply, sr=blizzard
OS/2 only - remove mPixelScale - use mCPixelScale - fix print preview scaling
2002-05-02 21:12:28 +00:00
tor%cs.brown.edu 4bb89efb79 Bug 137694 - only create the 1-bit GC once we've created a 1-bit pixmap.
r=pavlov, sr=blizzard
2002-05-02 20:27:26 +00:00
ccarlen%netscape.com c576e66aca Fixing bustage on Planetoid. 2002-05-02 16:48:51 +00:00
rods%netscape.com 52ee2df50b Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 14:02:57 +00:00
rods%netscape.com 288186b2f3 Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 13:47:53 +00:00
rods%netscape.com 5f8760cbcd backing out unwanted changes 2002-05-02 13:24:08 +00:00
rods%netscape.com b1cb2953ae Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 12:38:43 +00:00
saari%netscape.com ca428f341d Fixing bugzilla 102321, regression in scrolling performance. Should also fix 256 color rendering regression. r=dcone, sr=jag 2002-05-01 22:03:34 +00:00
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
dcone%netscape.com 3064186269 b=90751 r=peterl sr=attinasi a=asa adding Mac OSX printer extensions. 2002-04-12 13:16:13 +00:00
dcone%netscape.com 2de478a1b5 b=90751 r=peterl sr=attinasi a=asa. Adding OSX printer dialog extensions 2002-04-12 13:12:10 +00:00
hyatt%netscape.com e0734fa45e Fix for 129893, cocoa changes to gfx/layout/view, r=pink, sr=ben 2002-04-12 02:05:12 +00:00
dcone%netscape.com 933bb37008 b = 90751 r=peterl sr=attinasi a=asa Add print options to mac OSX 2002-04-11 14:38:57 +00:00
dcone%netscape.com e36d3fe218 b=90751 r=peterl sr=attinasi a=asa Add printer extensions to OSX 2002-04-11 14:37:16 +00:00
dcone%netscape.com ba78f6254e b=121230 r=kmcClusky sr=attinasi a=tor. Fixes PNG rendering 8 bit rendering. 2002-04-11 01:19:23 +00:00
rods%netscape.com 56c0612f03 The real fix is to enable the printing of XUL docs, which is what is crashing.
The best we can do right now is not print XUL Docs. This patch checks to see if
it is a XUL document and if it is it idsplay a dialog and and doesn't Print or
Print Preview.
Bug 136185 r=dcone sr=attinasi
2002-04-11 00:45:11 +00:00
shanjian%netscape.com 84eb514a5a #76097 Need to include external leading for CJK normal Line-height
Font metrics returns both internal and external leading to layout. Layout
now is responsible for calculating the normalLineHeight. It take consideration
of external leading, and compensate if it does not exist. All these are controled
by a preference switch.

r=rbs, sr=attinasi,
2002-04-11 00:00:40 +00:00
bryner%netscape.com bbdbac2222 Fixing the painting of the overlap area between tabs. Not part of the build. 2002-04-10 23:19:03 +00:00
rjesup%wgate.com 393412f7f2 bug 125137: set minimum timeout for animations to 100ms to match IE and Opera.
r=pavlov, sr=jst, a=Asa
2002-04-09 04:25:22 +00:00
kmcclusk%netscape.com 92daf05d59 Fix printing of transparent gifs on WIN32 by compositing with white background when image is optimized bug 12037 r=dcone sr=attinasi a=rjesup@wgate.com adt_a=jaimejr@netscape.com 2002-04-09 04:13:10 +00:00
bryner%netscape.com 105bd8762b implement tabpanels. not part of the build. 2002-04-08 10:13:40 +00:00
bryner%netscape.com c8217c7d3a adding support for native tab widgets. not part of the build. 2002-04-08 07:54:43 +00:00
mkaply%us.ibm.com 8b9f0fae4f #132660
r=mkaply/pedemont, sr=blizzard, a=rjesup@wgate.com
OS/2 only - change sorting of font names to use locale
2002-04-07 15:16:31 +00:00
bryner%netscape.com 977ee39139 Implementing native progress meter widget. Not part of the build. 2002-04-07 10:00:13 +00:00
bryner%netscape.com 0da804132b some cleanup, add placeholders for not-yet-implemented widgets, implement statusbars. not part of the build. 2002-04-06 01:59:03 +00:00
shanjian%netscape.com a1205342f2 #134733 some 8-bit character does not render correctly with raster font
clear some code points (mostly from 128 to 160) when generating raster
font cmap. Since most of the raster font does not contains those glyphs.
r=rbs, sr=attinasi, a=asa, adt
2002-04-06 00:11:21 +00:00