pjs/gfx/src
paper%animecity.nu 9eb15ebf33 Bug 292051: Save Windows GDI resources by shortening image's DDB life to 60s since last used. r=emaijala sr=tor a=shaver+brendan 2005-05-10 00:33:57 +00:00
..
beos Bug 274244: Display more broken GIFs. r=stuart sr=tor 2005-03-08 03:44:28 +00:00
cairo fixing cairo bustage (NPOTB) 2005-05-05 21:30:09 +00:00
freetype Fix 64-bit bustage. Bug 247629, patch by Sunil <funtoos@yahoo.com>, r=jshin, 2005-05-01 17:36:19 +00:00
gtk Bug 238619 font-size: 0; Mozilla crashes after showing the title line [@ nsFontMetricsGTK::RealizeFont] 2005-05-04 01:37:05 +00:00
mac bug 237434 : add several languages/scripts to font selection menu (r=smontagu, sr=dbaron, a=asa) 2005-04-30 02:57:57 +00:00
os2 Bug 289515 Remove nsImage*::CreateDDB. a=asa, r/sr=tor 2005-04-24 23:33:04 +00:00
photon This change is for the QNX (Photon) platform only. It will not affect the 2005-03-21 16:01:54 +00:00
ps Bug 279711 - Handle multiple copies through the printing backend when possible. r=biesi, sr=tor, a=asa. 2005-05-08 15:01:20 +00:00
psshared Bug 279711 - Handle multiple copies through the printing backend when possible. r=biesi, sr=tor, a=asa. 2005-05-08 15:01:20 +00:00
qt Bug 274244: Display more broken GIFs. r=stuart sr=tor 2005-03-08 03:44:28 +00:00
shared Bug #260663. When pango is available use it for grapheme cluster information to figure out where valid selection points are. Change text rendering to use clip regions for rendering selected strings instead of rendering partial strings instead. r+sr=roc,a=asa 2005-05-02 20:48:32 +00:00
windows Bug 292051: Save Windows GDI resources by shortening image's DDB life to 60s since last used. r=emaijala sr=tor a=shaver+brendan 2005-05-10 00:33:57 +00:00
x11shared fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
xlib Bug 274244: Display more broken GIFs. r=stuart sr=tor 2005-03-08 03:44:28 +00:00
xlibrgb Fix some minor static buffer overruns detected by Coverity tool, and sync two versions of catttable.h. b=287290 r+sr=brendan 2005-03-23 05:43:39 +00:00
xprint Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
xprintutil Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
.cvsignore
Makefile.in Bug 245407 - Use Quartz for nsImageMac. r=sfraser, sr=tor. 2005-02-20 03:21:04 +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 195022 - Workaround fix for scaling images with a 1-bit mask. r=sfraser,sr=tor 2004-06-02 16:00:29 +00:00
imgScaler.h Kill off nsComObsolete.h 2004-05-18 18:09:16 +00:00
nsBlender.cpp Bug 283343: GFX::nsBlender - wrong order of parameters may cause wrong color depth calculation; p=sergei_d@fi.tartu.ee r/sr=roc 2005-03-17 01:39:51 +00:00
nsBlender.h Fix for bug 228399: background-color is mishandled when -moz-opacity is less than 1.0 2004-11-04 19:08:31 +00:00
nsColor.cpp Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2004-07-15 22:51:19 +00:00
nsColorNames.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsDeviceContext.cpp Make nsIFontMetrics::GetFont() non-virtual. Bug 230605, r=bryner, sr=bzbarsky. 2005-01-22 16:00:07 +00:00
nsFont.cpp Clean up string usage in nsFont::EnumerateFamilies and nsCSSStyleSheet.cpp's ValueIncludes, although not all the other places to which this pattern was copied. b=235755 r+sr=roc 2004-07-17 19:03:13 +00:00
nsFontList.cpp eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
nsFontList.h Kill off nsComObsolete.h 2004-05-18 18:09:16 +00:00
nsPrintOptionsImpl.cpp Bug 270079 Mozilla can not print the URL in the header and footer. 2004-12-20 03:41:08 +00:00
nsPrintOptionsImpl.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsPrintSession.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsPrintSession.h Kill off nsComObsolete.h 2004-05-18 18:09:16 +00:00
nsPrintSettingsImpl.cpp "Mozilla Xprint 2004/Q3 update". Bug 262287, patch by Julien Lafon 2004-10-24 18:34:50 +00:00
nsPrintSettingsImpl.h "Mozilla Xprint 2004/Q3 update". Bug 262287, patch by Julien Lafon 2004-10-24 18:34:50 +00:00
nsRect.cpp Bug 265084. Lay the groundwork for nscoord being a float, by introducing nsIntRect/Point/Size/Margin and wrapper functions for doing tricky nscoord operations. r+sr=bzbarsky 2004-11-03 02:48:04 +00:00
nsRegion.cpp Bug 243726. Make Invalidate/UpdateView *much* cheaper by delaying propagating damage over the widget tree until EndUpdateViewBatch. Also adds SimplifyInward/SimplifyOutward methods to nsRegion to avoid region complexity getting out of hand and killing our performance. r=Dainis_Jonitis,bzbarsky, sr=bzbarsky 2004-11-03 02:37:21 +00:00
nsRegionImpl.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsRegionImpl.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsRegressionTestFontMetrics.cpp Make nsIFontMetrics::GetFont() non-virtual. Bug 230605, r=bryner, sr=bzbarsky. 2005-01-22 16:00:07 +00:00
nsRegressionTestFontMetrics.h Make nsIFontMetrics::GetFont() non-virtual. Bug 230605, r=bryner, sr=bzbarsky. 2005-01-22 16:00:07 +00:00
nsRenderingContextImpl.h Bug #260663. When pango is available use it for grapheme cluster information to figure out where valid selection points are. Change text rendering to use clip regions for rendering selected strings instead of rendering partial strings instead. r+sr=roc,a=asa 2005-05-02 20:48:32 +00:00
nsScriptableRegion.cpp These are C++ files; not IDL. rs=bzbarsky 2004-08-11 07:00:43 +00:00
nsScriptableRegion.h Kill off nsComObsolete.h 2004-05-18 18:09:16 +00:00
nsTransform2D.cpp Bug 173051. Do transforms consistently. r+sr=dbaron 2005-03-28 21:03:01 +00:00
win32.order Bug 95986 remove references to nsImageManager 2002-01-29 15:01:33 +00:00