.. |
beos
|
Removing unused defines:
|
2002-08-12 13:35:18 +00:00 |
freetype
|
#155175 Certain truetype fonts crash mozilla
|
2002-07-19 21:21:23 +00:00 |
gtk
|
Bug 160069, Mailnews crashes by DND, patch by robin.lu@sun.com, r=ducarroz, sr=bryner
|
2002-08-15 02:07:48 +00:00 |
mac
|
fix bug 111728. skik tec fallback if we are in latin, greek or cyrillic script. r=nhotta, sr=sfraser
|
2002-08-13 23:25:00 +00:00 |
os2
|
#158472
|
2002-08-13 18:44:34 +00:00 |
photon
|
Remove unused _IMPL_NS_GFXNONXP define.
|
2002-08-11 05:46:21 +00:00 |
ps
|
[ps] envvar should not be freed after PR_SetEnv
|
2002-08-15 06:49:40 +00:00 |
qt
|
Remove unused _IMPL_NS_GFXNONXP define.
|
2002-08-11 05:46:21 +00:00 |
shared
|
bug 87819 patch by paper@animecity.nu r=pavlov sr=tor Transparent GIFs with transparency on all four sides render non-transparent portions against the left and top sides
|
2002-08-11 18:20:02 +00:00 |
windows
|
b=157160,157521 r=rods sr=kin. Fixes a GDI leak and will optimize all images when read in.. not at paint time.
|
2002-08-12 21:18:29 +00:00 |
x11shared
|
#155175 Certain truetype fonts crash mozilla
|
2002-07-19 21:21:23 +00:00 |
xlib
|
Remove unused _IMPL_NS_GFXNONXP define.
|
2002-08-11 05:46:21 +00:00 |
xlibrgb
|
Removing unused defines:
|
2002-08-12 13:35:18 +00:00 |
xprint
|
Removing unused defines:
|
2002-08-12 13:35:18 +00:00 |
.cvsignore
|
…
|
|
MANIFEST
|
First Checked In.
|
2000-01-25 03:18:22 +00:00 |
Makefile.in
|
Bug 154883 - Use session printing APIs on Mac OSX. r=pinkerton/sr=sfraser/a=asa
|
2002-07-13 00:18:46 +00:00 |
icon_0.gif
|
…
|
|
icon_1.gif
|
…
|
|
imgScaler.cpp
|
Bug 89022 - image scaler should use a pixel inclusive measurement instead
|
2001-08-27 22:10:56 +00:00 |
jar.mn
|
printing properties must be moved to global jar
|
2002-04-18 22:43:02 +00:00 |
nsBlender.cpp
|
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
|
2002-01-12 03:18:55 +00:00 |
nsBlender.h
|
fixing bug 78690. removing old imagelib. r=jst sr=waterson
|
2001-08-09 20:22:39 +00:00 |
nsColor.cpp
|
b=142513 r=kmmclusk sr=waterson Fixed blue text, used correct type for calculation.
|
2002-06-17 14:03:39 +00:00 |
nsColorNames.cpp
|
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
|
2001-12-17 07:14:49 +00:00 |
nsCompressedCharMap.cpp
|
#120348 crash in macro CCMAP_HAS_CHAR_EXT
|
2002-02-12 05:01:42 +00:00 |
nsDeviceContext.cpp
|
Better fix for OS/2 bustage earlier
|
2002-08-07 04:06:57 +00:00 |
nsFont.cpp
|
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
|
2002-05-15 18:55:21 +00:00 |
nsFontList.cpp
|
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
|
2002-08-06 00:53:19 +00:00 |
nsFontList.h
|
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
|
2001-06-20 20:21:49 +00:00 |
nsGraphicsImpl.cpp
|
Fix bustage caused by my recent checkin.
|
2002-05-24 21:04:32 +00:00 |
nsGraphicsImpl.h
|
License changes, take 2. Bug 98089. mozilla/gfx/.
|
2001-09-26 00:16:04 +00:00 |
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 |
nsPrintOptionsImpl.cpp
|
replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID
|
2002-08-14 12:39:03 +00:00 |
nsPrintOptionsImpl.h
|
fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
|
2002-07-25 18:31:10 +00:00 |
nsPrintSession.cpp
|
Adding new files for bug 154883 - using session printing APIs on OSX. r=pinkerton/sr=sfraser/a=asa
|
2002-07-13 00:08:42 +00:00 |
nsPrintSession.h
|
Adding new files for bug 154883 - using session printing APIs on OSX. r=pinkerton/sr=sfraser/a=asa
|
2002-07-13 00:08:42 +00:00 |
nsPrintSettingsImpl.cpp
|
Bug 154883 - Use session printing APIs on Mac OSX. r=pinkerton/sr=sfraser/a=asa
|
2002-07-13 00:18:46 +00:00 |
nsPrintSettingsImpl.h
|
Bug 154883 - Use session printing APIs on Mac OSX. r=pinkerton/sr=sfraser/a=asa
|
2002-07-13 00:18:46 +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
|
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
|
2002-07-02 20:25:30 +00:00 |
nsRegion.h
|
The c++ standard requires that the throw list be used when declaring functions as well as defining them.
|
2002-07-03 17:14:41 +00:00 |
nsRegionImpl.cpp
|
#76670
|
2001-05-22 21:57:20 +00:00 |
nsRegionImpl.h
|
#76670
|
2001-05-15 14:43:48 +00:00 |
nsRegressionTestFontMetrics.cpp
|
License changes, take 2. Bug 98089. mozilla/gfx/.
|
2001-09-26 00:16:04 +00:00 |
nsRegressionTestFontMetrics.h
|
License changes, take 2. Bug 98089. mozilla/gfx/.
|
2001-09-26 00:16:04 +00:00 |
nsRenderingContextImpl.cpp
|
bug 87819 patch by paper@animecity.nu r=pavlov sr=tor Transparent GIFs with transparency on all four sides render non-transparent portions against the left and top sides
|
2002-08-11 18:20:02 +00:00 |
nsScriptableRegion.cpp
|
give access to internal region as noscript. make methods lowercase. bug# 80196. r=pchen/sr=smfr
|
2001-05-12 20:54:57 +00:00 |
nsScriptableRegion.h
|
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
|
2001-06-20 20:21:49 +00:00 |
nsTransform2D.cpp
|
Fixed typo wrt width and height (patch provided by Dainis Jonitis) b=107530 r=mkaply sr=attinasi
|
2001-11-06 01:28:27 +00:00 |
nsTransform2DOS2.cpp
|
#97861
|
2002-05-16 03:42:07 +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 |