gecko-dev/gfx/src
2000-10-05 04:06:53 +00:00
..
beos Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
gtk (bstell speaking, (415) 845-7800) 2000-09-29 22:21:04 +00:00
mac Fix for bug 55140, r=brade, sr=ftang. Fix a stale pointer bug in unicode font mapping routines, by not using a global (which got stale), but using an inline getter instead. 2000-10-05 04:06:53 +00:00
motif Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
os2 #52455 2000-10-02 19:00:52 +00:00
photon Bug fix for 52648 -- remaining stash of progids which I missed on 2000-09-14 23:20:49 +00:00
ps Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
qt Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +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 fix bug 50816. add if statement for prevFont so it won't crash on win95J while prevFont is null (when we try to render a 2000-09-20 23:13:12 +00:00
xlib Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 00:10:19 +00:00
xlibrgb Updating xlib. Not part of the build 2000-08-28 03:48:52 +00:00
xprint Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +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 Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +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 Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +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 bullet proofing for crash in #53250, related to #49115 2000-09-19 22:37:02 +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 Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +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