gecko-dev/gfx/src
2003-11-11 15:32:11 +00:00
..
beos Bug 215784 segmentation violation when clicking on Edit/Preferences/Appearance/Fonts 2003-10-16 16:03:55 +00:00
freetype bug 221666 : remove redundant copy of nsCompressedCharMap.(h|cpp) and move them to intl/unicharutil out of gfx (r=smontagu, sr=rbs) 2003-11-09 18:39:19 +00:00
gtk bug 221666 : the latest in a series of landing for this bug. This is to fix run-time linking error in gtk2 build. 2003-11-10 12:24:51 +00:00
mac bug 221666 : checked in the wrong patch(the second latest) in the previous landing. fix bustage : Sorry ! 2003-11-09 19:48:11 +00:00
os2 #215581 2003-09-15 21:33:41 +00:00
photon Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
ps Bug 172525 [ps] print legal size page fails to set '<< /PageSize [612 1008] >> setpagedevice' 2003-11-11 15:32:11 +00:00
shared bug 221666 : remove redundant copy of nsCompressedCharMap.* (moved to intl/unicharutil) (r=smontagu, sr=rbs) 2003-11-09 18:44:11 +00:00
windows bug 221024 : add a new option for turning invisible chars. to 'nothingness' to the transliterator (r=smontagu, sr=rbs) 2003-11-09 18:52:01 +00:00
x11shared Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
xlib bug 221666 : checked in the wrong patch(the second latest) in the previous landing. fix bustage : Sorry ! 2003-11-09 19:48:11 +00:00
xlibrgb Add unix printing components to the GRE. 2003-01-14 01:37:15 +00:00
xprint bug 221666 : checked in the wrong patch(the second latest) in the previous landing. fix bustage : Sorry ! 2003-11-09 19:48:11 +00:00
xprintutil Hopefully fix static build bustage. Patch by gisburn 2003-05-29 08:30:08 +00:00
.cvsignore
imgScaler.cpp
imgScaler.h 186936 r=kmcclusk sr=roc+moz move stuff out of gfx/public/ 2003-01-21 20:38:19 +00:00
jar.mn printing properties must be moved to global jar 2002-04-18 22:43:02 +00:00
Makefile.in bug 221666 : remove redundant copy of nsCompressedCharMap.(h|cpp) and move them to intl/unicharutil out of gfx (r=smontagu, sr=rbs) 2003-11-09 18:39:19 +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 160550 -- implement -moz-hsl() (CSS3 hsl() colors). Implement the parsing end of 2003-03-18 05:43:12 +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 Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron 2003-09-23 17:05:29 +00:00
nsFont.cpp bug 100649: Length() being used where IsEmpty() is meant 2003-05-23 21:34:47 +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
nsGraphicsImpl.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
nsGraphicsImpl.h
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 213461 Want a way to specify single-sided or double-sided printing 2003-08-01 01:56:15 +00:00
nsPrintOptionsImpl.h Bug 185588: Changed printing preferences are saved corrupted in prefs.js. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=roc+moz 2002-12-20 02:52:30 +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 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
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 Bug 213461 Want a way to specify single-sided or double-sided printing 2003-08-01 01:56:15 +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 203396 unused variables in nsRegion::SubRect 2003-05-23 21:50:05 +00:00
nsRegionImpl.cpp Bug 191474. Make GTK paint in one pass, pass a region to paint up from GTK to the view manager. r+sr=blizzard 2003-03-25 02:58:10 +00:00
nsRegionImpl.h
nsRegressionTestFontMetrics.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
nsRegressionTestFontMetrics.h
nsRenderingContextImpl.h Bug 198515 - patch by Roland.Mainz r=peterl/leon.sha sr=bz 2003-07-23 14:10:12 +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