pjs/gfx/src
pkw%us.ibm.com c1509e7360 Bug 210629 - Add encoder/decoder for (x-)IBM-1046 used for Arabic on AIX.
r=jshin@mailaps.org, sr=roc@ocallahan.org
2004-03-09 14:14:55 +00:00
..
beos Bug 234954 - remove unused nsIDeviceContext::ConvertPixel. r=pavlov sr=bryner 2004-02-20 17:29:53 +00:00
freetype Removing '#ifdef MOZ_SVG' conditionals, because xpidl doesn't allow 2004-02-07 15:22:30 +00:00
gtk Bug 210629 - Add encoder/decoder for (x-)IBM-1046 used for Arabic on AIX. 2004-03-09 14:14:55 +00:00
mac Bug 118296: implement NS_THEME_MENUBAR, NS_THEME_TOOLBAR, NS_THEME_MENUPOPUP and NS_THEME_MENUITEM (GTK2) 2004-03-04 04:55:31 +00:00
os2 Bug 236403 Clean up nsFontMetricsOS2 array usage (r=mkaply, sr=blizzard) 2004-03-08 23:33:25 +00:00
photon Changes for the qnx platform only. These changes should not affect runtime/building 2004-02-20 22:36:47 +00:00
ps Bug 175879. Display ISO paper sizes in mm & remove extraneous 1/4-inch 2004-03-06 21:49:44 +00:00
shared deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc. 2004-02-27 17:17:37 +00:00
windows landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
x11shared Fix gcc 3.4 bustage by removing incorrect semicolons. 2003-12-27 18:14:21 +00:00
xlib Bug 210629 - Add encoder/decoder for (x-)IBM-1046 used for Arabic on AIX. 2004-03-09 14:14:55 +00:00
xlibrgb Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
xprint Bug 234954 - remove unused nsIDeviceContext::ConvertPixel. r=pavlov sr=bryner 2004-02-20 17:29:53 +00:00
xprintutil Hopefully fix static build bustage. Patch by gisburn 2003-05-29 08:30:08 +00:00
.cvsignore
Makefile.in Bug 175879. Display ISO paper sizes in mm & remove extraneous 1/4-inch 2004-03-06 21:49:44 +00:00
gfx.pkg Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
imgScaler.cpp Bug 150881 - rendering artifacts painting scaled alpha composited 2003-11-23 15:23:52 +00:00
imgScaler.h Bug 150881 - rendering artifacts painting scaled alpha composited 2003-11-23 15:23:52 +00:00
jar.mn printing properties must be moved to global jar 2002-04-18 22:43:02 +00:00
nsBlender.cpp Bug 202751. Be conservative in nsBlender about how we decide the bits-per-pixel. Also, tweak the logic for setting window transparency so that we make the window transparent even if it hasn't been painted yet. r+sr=blizzard 2003-09-20 03:19:08 +00:00
nsBlender.h Bug 113232. Support translucent chrome. Relanding, fingers crossed. r+sr=bzbarsky 2003-04-06 02:49:40 +00:00
nsColor.cpp Bug 232706: Make nsAttrValue able to directly store all needed datatypes without using nsHTMLValue. Move parsing of various types from nsHTMLValue to nsAttrValue. Rename StringToAttribute to ParseAttribute and make it return a PRBool, as well as make a couple of minor fixes in the ParseAttribute code. 2004-03-04 02:06:28 +00:00
nsColorNames.cpp Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf. 2003-02-26 00:52:07 +00:00
nsDeviceContext.cpp Inline getters and setters for scaling factors on nsIDeviceContext. Bug 233103, r+sr=dbaron. 2004-02-05 01:57:10 +00:00
nsFont.cpp landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
nsFontList.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsFontList.h fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build. 2002-09-12 04:43:31 +00:00
nsNameValuePairDB.cpp fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring() 2002-04-29 20:29:54 +00:00
nsNameValuePairDB.h 186936 r=kmcclusk sr=roc+moz move stuff out of gfx/public/ 2003-01-21 20:38:19 +00:00
nsPrintOptionsImpl.cpp Bug 223243 2004-01-17 18:26:54 +00:00
nsPrintOptionsImpl.h Second try at enabling hidden visibility for NS_IMETHOD on ELF platforms (bug 227537). r+sr=dbaron for the changes. 2004-02-04 04:55:57 +00:00
nsPrintSession.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsPrintSession.h Second try at enabling hidden visibility for NS_IMETHOD on ELF platforms (bug 227537). r+sr=dbaron for the changes. 2004-02-04 04:55:57 +00:00
nsPrintSettingsImpl.cpp Bug 213461 Want a way to specify single-sided or double-sided printing 2003-08-01 01:56:15 +00:00
nsPrintSettingsImpl.h Second try at enabling hidden visibility for NS_IMETHOD on ELF platforms (bug 227537). r+sr=dbaron for the changes. 2004-02-04 04:55:57 +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 Bug 228378. Clean up nsRegion. patch by Dainis Jonitis. r+sr=roc 2004-01-10 16:18:36 +00:00
nsRegionImpl.cpp Bug 229897. Fix build warning on brad. r+sr=roc, patch by Serge Gautherie 2004-02-20 04:38:34 +00:00
nsRegionImpl.h Bug 228378. Clean up nsRegion. patch by Dainis Jonitis. r+sr=roc 2004-01-10 16:18:36 +00:00
nsRegressionTestFontMetrics.cpp Inline getters and setters for scaling factors on nsIDeviceContext. Bug 233103, r+sr=dbaron. 2004-02-05 01:57:10 +00:00
nsRegressionTestFontMetrics.h License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
nsRenderingContextImpl.h Second try at enabling hidden visibility for NS_IMETHOD on ELF platforms (bug 227537). r+sr=dbaron for the changes. 2004-02-04 04:55:57 +00:00
nsScriptableRegion.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsScriptableRegion.h 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
nsTransform2D.cpp Bug 106386 rid source of misspellings 2003-03-24 04:15:34 +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