gecko-dev/gfx/src
2000-09-01 19:00:05 +00:00
..
beos bug#13718: add hooks for natural dimensions on images. pnunn. r: cmanske, kmcclusk. 2000-09-01 01:12:39 +00:00
gtk #=48907 2000-09-01 13:21:46 +00:00
mac bug#13718: add hooks for natural dimensions on images. pnunn. r: cmanske, kmcclusk. 2000-09-01 01:12:39 +00:00
motif bug#13718: add hooks for natural dimensions on images. pnunn. r: cmanske, kmcclusk. 2000-09-01 01:12:39 +00:00
os2 bug#13718: add hooks for natural dimensions on images. pnunn. r: cmanske, kmcclusk. 2000-09-01 01:12:39 +00:00
photon bug#13718: add hooks for natural dimensions on images. pnunn. r: cmanske, kmcclusk. 2000-09-01 01:12:39 +00:00
ps Fixed nsStringKey problems due to hashtable changes. 2000-08-10 07:10:42 +00:00
qt bug#13718: add hooks for natural dimensions on images. pnunn. r: cmanske, kmcclusk. 2000-09-01 01:12:39 +00:00
rhapsody Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
shared # 37239 2000-06-07 01:12:46 +00:00
windows bug#13718: pnunn. move init to intended location. 2000-09-01 19:00:05 +00:00
xlib Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
xlibrgb Updating xlib. Not part of the build 2000-08-28 03:48:52 +00:00
xprint Fix for hash code performance problem discovered by bienvenu. 'Sampling' hash code was statistically evil. 2000-08-20 21:29:10 +00:00
.cvsignore
icon_0.gif
icon_1.gif
Makefile.in r=cls, a=brendan 2000-07-10 20:48:42 +00:00
makefile.win Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
MANIFEST First Checked In. 2000-01-25 03:18:22 +00:00
nsBlender.cpp Added check to 8-bit blender code for null cmap.map to fix blender crash on Linux(p=afranke@ags.uni-sb.de) b=17356 r=attinasi@netscape.com 2000-08-26 03:19:12 +00:00
nsBlender.h fixed blender to work with the new viewmanager and mutliple bit depths. 2000-03-15 15:07:14 +00:00
nsColor.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsColorNames.cpp Use hastable based nsStaticNameTable rather than slower and fatter AVLTree for static names. fix bug 48855. r=harishd,attinasi 2000-08-22 06:57:32 +00:00
nsDeviceContext.cpp Add nsFontCache to leak and bloat stats. r=waterson 2000-08-21 13:04:18 +00:00
nsFont.cpp making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
nsGraphicsImpl.cpp attempt to fix linux bustage 2000-08-19 22:01:24 +00:00
nsGraphicsImpl.h fix warning 2000-04-30 17:39:03 +00:00
nsImageGroup.cpp fix for bug#30852.(nsbeta2+). Image reloads not using necko reload attributes. pnunn. 2000-07-20 01:52:35 +00:00
nsImageManager.cpp adding pref for image cache size. (47656) 2000-08-07 20:51:30 +00:00
nsImageNet.h This is one of those do the right thing bugs even though I don't have a PDT+ bug for it. Travis and I noticed 2000-02-15 04:49:32 +00:00
nsImageNetContextAsync.cpp bug#48546: animation loop load attributes. 2000-08-28 23:45:09 +00:00
nsImageNetContextSync.cpp bug#48546: animation load attributes. 2000-08-28 23:45:31 +00:00
nsImageRenderer.cpp bug#13718: add hooks for natural dimensions on images. pnunn. r: cmanske, kmcclusk. 2000-09-01 01:12:39 +00:00
nsImageRequest.cpp implement test for detecting foreign images 2000-03-19 16:58:35 +00:00
nsImageRequest.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsImageSystemServices.cpp changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
nsImageURL.cpp Changed to use threadsafe implementations of addref/release 2000-03-14 04:06:10 +00:00
nsPrintOptionsImpl.cpp New interface definition for printer options. a=KMcCluskey 2000-06-21 22:21:34 +00:00
nsPrintOptionsImpl.h New interface definition for printer options. a=KMcCluskey 2000-06-21 22:21:34 +00:00
nsRect.cpp making string conversions explicit 2000-04-17 09:57:13 +00:00
nsRegion.h
nsRegressionTestFontMetrics.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsRegressionTestFontMetrics.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsRenderingContextImpl.cpp # 37239 2000-06-07 01:12:46 +00:00
nsScriptableRegion.cpp switched to NS_IMPL_ISUPPORTS1, no longer supports QI to nsIRegion. r=pavlov 1999-10-31 02:26:10 +00:00
nsScriptableRegion.h XP adapter class for scriptable regions. 1999-09-05 18:36:36 +00:00
nsTransform2D.cpp Fixed round off error by making nsTransform2D::TransformCoord(x,y,w,h) round the translation values for the scale & translate case in the same way as nsTransform2D::TransformCoord(x,y). r=evaughan bug=29949 2000-06-16 22:47:34 +00:00