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

3500 Коммитов

Автор SHA1 Сообщение Дата
timeless%mac.com 57ed167e48 Bug 158129 Add support for Adobe's Type1 Euro fonts
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=roc+moz
2002-10-08 03:52:49 +00:00
smontagu%netscape.com 720c5e1a49 Backing out fix to bug 158129 because of Mac bustage 2002-10-07 22:50:54 +00:00
smontagu%netscape.com baf822d197 Add support for Adobe's Type1 Euro fonts. Bug 158129, author=Roland.Mainz@informatik.med.uni-giessen.de, r=bstell, sr=roc+moz 2002-10-07 21:08:10 +00:00
smontagu%netscape.com 4175811129 Some very small images missing in printout. Bug 173035, Author=Roland.Mainz@informatik.med.uni-giessen.de, r=timeless, sr=roc+moz. 2002-10-07 20:45:13 +00:00
smontagu%netscape.com 9e5606ae3c XprintUtils does not handle non-space "whitespace-like" seperators in ${XPSERVERLIST} correctly. Bug 164648, Author=Roland.Mainz@informatik.med.uni-giessen.de,r=bbaetz, sr=roc+moz. 2002-10-07 20:39:24 +00:00
smontagu%netscape.com 45f195e2a3 Some nsFontLangGroup entries missing in X11 font code. Bug 172515, author=Roland.Mainz@informatik.med.uni-giessen.de, r=bstell, sr=roc+moz 2002-10-07 20:30:49 +00:00
hyatt%netscape.com daa782d62b Add 1px padding to WinXP input fields. r/sr=jag,bryner 2002-10-07 08:31:58 +00:00
bryner%netscape.com 89ac32a5c8 Install a gdk error handler during native theme paint operations, and dynamically disable native theming of the widget in question if an X error occurs, to work around buggy theme engines. Bug 142334, patch by roc, r=blizzard, sr=bryner 2002-10-07 06:09:14 +00:00
bryner%netscape.com 1bb489617c Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls. 2002-10-05 02:49:02 +00:00
sgehani%netscape.com 3e9b341eff Remove dependency on gfx2 which was rolled in to gfx so depend builds work.
r=bryner
2002-10-05 01:03:48 +00:00
seawood%netscape.com cc9190b38d Fix --disable-bidi on mac bustage.
Bug #136293 r=smontagu sr=jag
2002-10-04 06:56:22 +00:00
dcone%netscape.com 669c76e5cd b=143046 r=rods sr=boris API change so we can create different depth nsImages 2002-10-04 03:32:26 +00:00
blizzard%redhat.com 887a3f6feb Fix gtk2 build. No bug. r/sr=shaver,tor 2002-09-28 23:46:44 +00:00
pete.zha%sun.com 07569956eb common printing interface for Postscript and TrueType fonts
bug=144665 r=bstell@ix.netcom.com sr=jaggernaut@netscape.com
2002-09-27 07:46:19 +00:00
bstell%ix.netcom.com dea3487d09 bug 169695 r=smontagu, sr=kin@netscape.com
move gdk performance code out of nsRenderingContextGTK.cpp since
it is not directly related to the rendering context
2002-09-27 07:13:49 +00:00
blizzard%redhat.com 0bf3debf8d Bug #170919. Make sure to allocate the right amount of memory for the rects in the region. patch is from tor@acm.org. r=blizzard Not part of the default build. 2002-09-27 02:10:27 +00:00
rods%netscape.com 7b4aca7912 This partially backs out the previous patch. We no longer need to set/get anything in the nsIPrintOptions.
What this does is:
1) Reflows the first time constrained and remembers mOverflowArea.XMost() of
the HTML frame and then later uses that for the calculation of the ratio.
2) Renames some variables
3) This also changes the the maximum STF ratio from 0.5 to 0.3 to match the
dropdown in PP
Bug 168961 r=dcone sr=kin
2002-09-26 11:25:04 +00:00
rods%netscape.com f0dc2880e3 This does two things:
1) When the it returns from the Print Dialog it checks to see if the
PD_PRINTTOFILE flags is set then then set the the info into the PrintSettings
2) IF we are printing to a file, but not a file driver, then check to see if
the file name is the special "FILE:" (as per the MS documentation)
Bug 170332 r=dcone sr=alecf
2002-09-25 14:12:14 +00:00
hyatt%netscape.com cd927cbcc7 Fix for 115743. r=pavlov, sr=bryner 2002-09-24 08:23:48 +00:00
hyatt%netscape.com 645804b150 Tweak to previous patch for form controls. r=bryner/sr=blake 2002-09-23 03:55:35 +00:00
dbaron%fas.harvard.edu 11d9ac099f Fix method-hiding warnings related to nsIRenderingContext::DrawImage variants. b=170107 r=tor sr=blizzard 2002-09-21 21:30:24 +00:00
tor%cs.brown.edu 6e7840d638 Bug 78497 - make 1-bit alpha images respect clip region. r=pavlov, sr=roc 2002-09-21 08:52:34 +00:00
sfraser%netscape.com 75ccde66c1 Fix for 137295 (gaps in images on Mac), this time correctly intersecting the regions. r=pinkerton, sr=beard 2002-09-21 01:08:23 +00:00
hyatt%netscape.com e8710c1495 Fix for 169373, make HTML form controls fully support native look on Windows XP. r/sr=hewitt/blake 2002-09-21 01:03:38 +00:00
rods%netscape.com f355d57c2d we were not setting the values we modified in the DevMode back into the printer driver
Bug 169739 r=dcone sr=alecf
2002-09-20 13:22:51 +00:00
sfraser%netscape.com b3280c8d59 Fix bug 137295 -- gaps in images sometimes. We need to work around a CopyDeepMask bug when the clip region is complex, by restricting the clip region to the image destination rectangle. r=sdagley, sr=scc. 2002-09-20 06:33:06 +00:00
rods%netscape.com 16849ef0da Change STF to use an unconstrainad reflow instead of searching for the widest frame
Bug 168961 r=dcone sr=kin
2002-09-19 21:45:07 +00:00
jkeiser%netscape.com ee2446e88f Make nsIFontMetrics::GetAveCharWidth() on all platforms (Rick.Ju@sun.com's patch, bug 50998), r=cbiesinger@web.de, sr=rbs@maths.uq.edu.au 2002-09-19 01:47:14 +00:00
roc+%cs.cmu.edu b7b3872259 Bug 168873. Improve error handling in Unix print modules. checking in for gisburn. r=rods,sr=roc+moz 2002-09-19 01:41:33 +00:00
shanjian%netscape.com 444c5238f4 #130091 should we get rid of "NEW_FONT_HEIGHT_APIS"
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=rbs
2002-09-18 19:37:31 +00:00
pete.zha%sun.com 0f41b64893 rearrange the code of FreeType2 Font Catalog under mozilla/gfx/src/x11shared
bug=166773 r=bstell@ix.netcom.com sr=jst@netscape.com
patch by louie.zhao@sun.com
Check in rest files of this bug.
2002-09-17 06:20:26 +00:00
pete.zha%sun.com 7840dcefea rearrange the code of FreeType2 Font Catalog under mozilla/gfx/src/x11shared
bug=166773 r=bstell@ix.netcom.com sr=jst@netscape.com
patch by louie.zhao@sun.com
Only check in new files, will not in build. I will check in rest files later.
2002-09-17 06:15:04 +00:00
arougthopher%lizardland.net 931ef6cf26 Bug#159137
Fix the font defaults under BeOS

r=arougthopher
2002-09-16 01:17:47 +00:00
cbiesinger%web.de f203245ef0 bug 163736 fixing speedracer bustage. checking in for roland mainz 2002-09-15 20:15:43 +00:00
mkaply%us.ibm.com a1e4abb401 Regression caused by bug 167171 - r=pedemont 2002-09-14 12:56:33 +00:00
sfraser%netscape.com 2f0d16b497 Patch to fix image scaling regression from 14835. r=mjudge/saari, sr=sfraser 2002-09-12 23:47:48 +00:00
mjudge%netscape.com 2eca665e9c 168043 checkin for (Roland Mainz) r=rods sr=bz fix for removing obsolete code from postscript printing 2002-09-12 22:35:18 +00:00
seawood%netscape.com de058ec9e4 Mach-O builds need to link against gfxshared_s too.
Fixing tinderbox bustage.
2002-09-12 21:54:20 +00:00
mjudge%netscape.com ed7d745ee7 checking in for Roland.Mainz@informatik.med.uni-giessen.de bug # 161364 sr=bz r=roc 2002-09-12 21:50:12 +00:00
darin%netscape.com d641cf0c3a possible bustage fix for mach-o build (resulting from checking for bug 163736) 2002-09-12 20:58:12 +00:00
seawood%netscape.com 5b402e3d70 Sun ld is picky about the ordering of libraries & their search paths so put gfxshared_s later in the list.
Fixing tinderbox bustage.
2002-09-12 16:31:30 +00:00
seawood%netscape.com 329d618904 Mark library as an "EXPORT_LIBRARY" so that it gets linked into static builds.
Fixing tinderbox bustage.
2002-09-12 15:49:08 +00:00
alecf%netscape.com 5e8b096ab8 fix xprint bustage one more time (does not affect main tinderbox builds) 2002-09-12 15:20:53 +00:00
alecf%netscape.com 83d3ac7a7d attempt to fix BeOS bustage 2002-09-12 14:54:09 +00:00
alecf%netscape.com ea466b6b06 attempt to fix xprint bustage on ports 2002-09-12 14:48:20 +00:00
rods%netscape.com 028a986528 fixing up my own #ifdef debug 2002-09-12 12:27:03 +00:00
anthonyd%netscape.com bc6e072ea3 fix for 14835, mac specific change to clip image tiling code blit to the dest rect to emulate win32 behavior - saari r=mjudge, pavlov 2002-09-12 06:20:20 +00:00
alecf%netscape.com 3f1f10181e oops, fix typo 2002-09-12 05:48:35 +00:00
alecf%netscape.com 8571aa2206 argh, missed a Makefile.in to check in 2002-09-12 05:41:42 +00:00
alecf%netscape.com 5e02f3f9a1 one more file for bug 163736 - add gfx2 objects to factory, r=pavlov, sr=rbs 2002-09-12 04:47:09 +00:00
alecf%netscape.com 8fcc4d711d oops, part of last checkin for bug 163736 - add shared lib to build 2002-09-12 04:46:15 +00:00
alecf%netscape.com 214146625e fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build.
r=pavlov, sr=rbs
includes creating a new "Shared" library which shares gfx code between all platforms
2002-09-12 04:43:31 +00:00
rods%netscape.com 6471b8c460 Parese for font families before checking font names
Bug 166919 r=dcone sr=bz
2002-09-11 12:58:38 +00:00
alecf%netscape.com c5d6f12f52 cvs remove these files which I accidentally had leaf put in the wrong directory
(not part of the build)
2002-09-10 18:01:31 +00:00
pete.zha%sun.com a79325f4fd Print settings on Linux are saved at shutdown but not read at next start
bug=166217 r=rods@netscape.com sr=bryner@netscape.com a=asa Roland.Mainz@informatik.med.uni-giessen.de
2002-09-10 05:15:53 +00:00
mkaply%us.ibm.com 86e88e2cbb #164667
r=rods, sr=blizzard, a=rjesup@wgate.com
OS/2 only - convert native printer names to Unicode
2002-09-10 04:01:20 +00:00
bzbarsky%mit.edu 53a4392d88 Fix sans-serif italics printing on Unix. Bug 135408, patch by
rods@netscape.com, r=drbrain-bugzilla@segment7.net, sr=bzbarsky, a=dbaron
2002-09-08 19:01:48 +00:00
mkaply%us.ibm.com 306d1d615f #167171
r=pedemont, sr=blizzard, a=rjesup@wgate.com
OS/2 only - Don't scale fonts based on DPI value in prefs
just use it to update the values in nsDevice Context
the magic will happen
2002-09-08 15:39:19 +00:00
dougt%netscape.com 298f004f4b fixing bustage 2002-09-07 18:18:59 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
mkaply%us.ibm.com d0e75dd733 #67749
r=pedemont, sr=blizzard, a=brendan@mozilla.org
OS/2 only - don't malloc(0) - causes memory to be flushed
2002-09-07 14:19:04 +00:00
cbiesinger%web.de 4ef6e13722 bug 166379 r=paper sr=tor a=jesup
Image crashes on repaint  [@ nsImageWin::DrawComposited24] N700, M1BR
2002-09-06 17:53:16 +00:00
alecf%netscape.com b6f48fc56d add "shared" directory to allow moving gfx2 into gfx
not part of build
2002-09-05 18:12:44 +00:00
rbs%maths.uq.edu.au 03096fcdeb Overshooting when measuring the text caused things to go out-of-sync and to hang, b=142206, r=shanjian, sr=dbaron, a=asa 2002-09-05 01:58:55 +00:00
dougt%netscape.com f2a00efc93 Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
rods%netscape.com 24609f73f8 Bug 164250 Instrument the PrintEngine for print testing
r=dcone sr=kin
2002-09-03 23:21:15 +00:00
rods%netscape.com 3dcb0fe7a5 Bug 166097 set the appropriate flags so they are read from prefs
sr=kin r=dcone
2002-09-03 22:58:46 +00:00
timeless%mac.com 46be326ed0 Bug 161945 clean up simple mac build warnings
r=dbradley sr=bz
2002-09-02 21:26:11 +00:00
alecf%netscape.com 2dded12ab7 fix for bug 164575 - clean nsIPersistentProperties interface to reduce UTF8/UCS2 conversions
r=dougt, sr=darin
2002-08-30 17:13:34 +00:00
peterv%netscape.com 0e331f5cf3 Trying to fix Mac bustage. 2002-08-30 16:15:43 +00:00
roc+%cs.cmu.edu 506d64d97f Fix probable Mac bustage. 2002-08-30 13:25:58 +00:00
peterv%netscape.com 062cec66f5 Fix for bug 152728 (XpuWaitForPrintFileChild() needs to call XFlush() before waiting for the consumer child). Patch by Roland.Mainz@informatik.med.uni-giessen.de, r=calvin.liu@sun.com, sr=bz. 2002-08-30 12:29:38 +00:00
bzbarsky%mit.edu a3fbeac670 Extend CTL extension to support multiple CTL scripts (framework + hindi
support).  Bug 163962, r=gilbert.fang@sun.com, r=prabhat.hegde@sun.com,
r=cls, sr=bzbarsky, patch by prabhat.hegde@sun.com and
roland.mainz@informatik.med.uni-giessen.de
2002-08-30 07:45:52 +00:00
roc+%cs.cmu.edu d10df87dd8 Fixing Windows build bustage 2002-08-30 04:43:09 +00:00
roc+%cs.cmu.edu 78f830028e Bug 164625. Native regions on Linux (and probably some other platforms) are limited to 16bit signed coordinates, so we have to use our own region implementation to manipulate regions in twips space. Using our own regions should also improve performance. r=kmcclusk,sr=kin 2002-08-30 03:32:05 +00:00
pete.zha%sun.com 6f1f068577 [ps] printing messes up italics and ems (bug=130438)
r=dcone sr=bzbarsky
2002-08-28 05:47:24 +00:00
dcone%netscape.com f5531c48a4 148598 r=rods sr=kin, fix minor update issues with backgrounds 2002-08-27 18:23:47 +00:00
blizzard%redhat.com 30cdb17505 Turn of native theme support for the moment since it's causing problems on some of the build machines and causes crashes with some themes. Bug #164581. r=bryner 2002-08-27 03:17:01 +00:00
mkaply%us.ibm.com b63c3103e5 Not part of build
Continuing OS/2 wizard work
It's pretty much working now
2002-08-27 03:06:10 +00:00
alecf%netscape.com dc6d6e3736 bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
seawood%netscape.com 0ad1825890 Rename conflicting global symbols to fix debug static build runtime bustage.
Bug #162918 r=serge sr=alecf
2002-08-26 21:20:31 +00:00
bryner%netscape.com b0beaeaf2a Turn on nsITheme support for gtk (bug 142334). r=blizzard, sr=hyatt. 2002-08-21 22:06:46 +00:00
mkaply%us.ibm.com b98ae4854f #156402
r=cls
OS/2 only - go back to using nsTransform2D
2002-08-21 21:07:57 +00:00
dcone%netscape.com 4e387a65a9 bug 148598 r=mcclusk,sr=kin fixes slow scrolling 2002-08-18 00:47:54 +00:00
ftang%netscape.com 69df8c30eb fix bug 128263. let ATSUI to render Unicode surrogate characters. r=nhotta sr=sfraser 2002-08-16 00:54:03 +00:00
seawood%netscape.com 2ba330b480 Use PR_snprintf instead of snprintf.
Fixing hpux tinderbox bustage.
2002-08-15 21:09:40 +00:00
pete.zha%sun.com f381843503 [ps] envvar should not be freed after PR_SetEnv
bug=161634 r=dcone sr=bzbarsky
patch=louie.zhao@sun.com
2002-08-15 06:49:40 +00:00
bolian.yin%sun.com 4202e2571c Bug 160069, Mailnews crashes by DND, patch by robin.lu@sun.com, r=ducarroz, sr=bryner 2002-08-15 02:07:48 +00:00
antonio.xu%sun.com d9f555d2f5 replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID
Bug 158608 r=Henry sr=alecf
2002-08-14 12:39:03 +00:00
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