gecko-dev/gfx/src
2002-04-04 11:29:38 +00:00
..
beos Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
freetype Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
gtk bug 132563 ("Print job options dialog should use paper name instead of paper size to set/get the selected paper size"), r=rods, sr=attinasi, a=asa 2002-03-25 23:57:40 +00:00
mac fix case for UFS volume. bug 133190, r=sdagley/sr=blake/a=asa 2002-04-01 22:24:04 +00:00
os2 #119182 2002-03-22 19:34:28 +00:00
photon Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
ps Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
qt Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
shared fixing lines in images being seen when scrolling on machines with some DPIs. bug 83289. r=gagan sr=brendan a=roc+moz 2002-03-27 05:45:24 +00:00
windows #110898 M098 Trunk crash rendering text [@ nsRenderingContextWin::GetTextDimensions] 2002-04-03 15:36:12 +00:00
x11shared Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
xlib bug 132563 ("Print job options dialog should use paper name instead of paper size to set/get the selected paper size"), r=rods, sr=attinasi, a=asa 2002-03-25 23:57:40 +00:00
xlibrgb Enable printing with XPrint's raster driver. Bug 127657, patch by 2002-03-01 23:25:03 +00:00
xprint Bug 134570, 'Print to file' not working with threaded XprintUtil. Patch by Roland.Mainz@informatik.med.uni-giessen.de, r=cbiesinger@web.de, sr=attinasi, a=asa. 2002-04-04 11:29:38 +00:00
.cvsignore
icon_0.gif
icon_1.gif
imgScaler.cpp Bug 89022 - image scaler should use a pixel inclusive measurement instead 2001-08-27 22:10:56 +00:00
jar.mn Moving platform-specific files to platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf 2002-02-07 22:54:31 +00:00
Makefile.in Do platform checks for postscript printing support (MOZ_ENABLE_POSTSCRIPT) in configure instead of makefiles. 2002-02-20 07:08:02 +00:00
makefile.win b=118889 r=rods sr=sfraser Fixed app. so printSettings dialogs will work 2002-02-07 05:32:59 +00:00
MANIFEST
nsBlender.cpp converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
nsBlender.h fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
nsColor.cpp Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible 2001-11-14 01:33:42 +00:00
nsColorNames.cpp Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
nsCompressedCharMap.cpp #120348 crash in macro CCMAP_HAS_CHAR_EXT 2002-02-12 05:01:42 +00:00
nsDeviceContext.cpp one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares 2002-02-19 22:49:12 +00:00
nsFont.cpp one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares 2002-02-19 22:49:12 +00:00
nsFontList.cpp bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
nsFontList.h Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
nsGraphicsImpl.cpp bug 102088 - Cleanup transitory font APIs that were used as a bridge in bug 99010, r=waterson, sr=attinasi 2001-10-30 22:58:00 +00:00
nsGraphicsImpl.h License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
nsNameValuePairDB.cpp fix OS/2 bustage for bug 116149 2002-02-16 20:04:30 +00:00
nsPrintOptionsImpl.cpp Minor fix for patch should have been * instead of !* 2002-03-20 20:43:42 +00:00
nsPrintOptionsImpl.h 1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings. 2002-03-16 13:08:45 +00:00
nsPrintSettingsImpl.cpp 118890 r=rods sr=attinasi a=asa. Fixed printing in print preview 2002-03-22 14:49:29 +00:00
nsPrintSettingsImpl.h This patch is actually part of Bug 115136, but I think its best to get this part 2002-03-25 11:49:55 +00:00
nsRect.cpp Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
nsRegion.cpp Fix typos that shouldn't have been checked in. b=110802 2001-11-30 21:58:09 +00:00
nsRegion.h bug 93999: reduce number of image creations in gtk/xlib. Patch by imot 2001-09-06 23:00:49 +00:00
nsRegionImpl.cpp #76670 2001-05-22 21:57:20 +00:00
nsRegionImpl.h #76670 2001-05-15 14:43:48 +00:00
nsRegressionTestFontMetrics.cpp License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
nsRegressionTestFontMetrics.h License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
nsRenderingContextImpl.cpp fixing lines in images being seen when scrolling on machines with some DPIs. bug 83289. r=gagan sr=brendan a=roc+moz 2002-03-27 05:45:24 +00:00
nsScriptableRegion.cpp give access to internal region as noscript. make methods lowercase. bug# 80196. r=pchen/sr=smfr 2001-05-12 20:54:57 +00:00
nsScriptableRegion.h Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
nsTransform2D.cpp Fixed typo wrt width and height (patch provided by Dainis Jonitis) b=107530 r=mkaply sr=attinasi 2001-11-06 01:28:27 +00:00
printdialog.properties This does the following: 2002-01-31 14:30:22 +00:00
win32.order Bug 95986 remove references to nsImageManager 2002-01-29 15:01:33 +00:00