gecko-dev/gfx/src
mkaply%us.ibm.com cdd39d37f4 r=mkaply, a=blizzard
Big GFX cleanup for OS/2 - using new logging mechanism
2001-01-19 15:47:20 +00:00
..
beos Attempt to fix BeOS bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 22:15:06 +00:00
gtk Bug 65315 - update server pixmaps incrementally and move 8-bit alpha 2001-01-18 13:39:07 +00:00
mac Fix bugs 57327 and 57835; convert nsImageMac to use PixMaps rather than GWorlds to reduce memory usage, and reduce changes of allocation failure. sr=beard, r=pinkerton 2001-01-02 23:16:50 +00:00
motif Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
os2 r=mkaply, a=blizzard 2001-01-19 15:47:20 +00:00
photon PHOTON build only 2000-11-06 15:29:04 +00:00
ps cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
qt add missing files from qt build for John C. Griggs <johng@corel.com> 2000-10-30 18:23: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 Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
windows The locking and unlocking controls some optimization of the image.. like the DIB. r=kmmclusk sr=buster 2001-01-13 22:26:18 +00:00
xlib Fix xlib build bustage. 2001-01-10 20:12:51 +00:00
xlibrgb Fix c++ comment in c file 2001-01-14 00:58:06 +00:00
xprint Fix Bug 49879 M18: Printing with libXp/Xprt ends-up in error+exit 2000-12-14 21:38:58 +00:00
.cvsignore
icon_0.gif
icon_1.gif
Makefile.in Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +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 #51179 blending calculations were incorrect (dividing by 256 instead of 255). 2001-01-02 23:41:07 +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 Fix leak of ImageRequestImpl. r=pnunn@netscape.com sr=brendan@mozilla.org b=59179 2000-11-08 02:57:37 +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 #45797 - fix consumers of NS_IMPL_ISUPPORTS 2000-11-17 20:54:21 +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 Eliminate imglib dependency on obsolete merrors.h by moving error codes used by imglib to a new ilErrors.h file (in support of bug 38061). Remove unused il_errp.h file. Also remove an unused variable in scale.cpp. r=cls, sr=tor. 2000-12-29 20:06:14 +00:00
nsImageNetContextSync.cpp #45797 - fix consumers of NS_IMPL_ISUPPORTS 2000-11-17 20:54:21 +00:00
nsImageRenderer.cpp #45797 - fix consumers of NS_IMPL_ISUPPORTS 2000-11-17 20:54:21 +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 Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +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