.. |
cairo-xlib-utils.h
|
|
|
genLanguageTagList.pl
|
|
|
genTables.py
|
Bug 827934 - Only build gfxUtils.cpp when needed; r=jrmuizel,ted
|
2013-01-08 14:09:32 -05:00 |
gfx2DGlue.h
|
|
|
gfx3DMatrix.cpp
|
|
|
gfx3DMatrix.h
|
|
|
gfxAlphaRecovery.cpp
|
|
|
gfxAlphaRecovery.h
|
|
|
gfxAlphaRecoverySSE2.cpp
|
|
|
gfxAndroidPlatform.cpp
|
bug 829523 followup - use MOZ_WIDGET_GONK for the platform conditional, rather than MOZ_B2G. r=cjones
|
2013-01-30 12:03:39 +00:00 |
gfxAndroidPlatform.h
|
bug 829523 - disable font hinting on b2g, but retain pixel-snapped metrics except in the browser app. r=cjones
|
2013-01-15 15:19:28 +00:00 |
gfxASurface.cpp
|
Bug 831191: Make PNG dumping work for r5g6b5 surfaces. r=joedrew
|
2013-01-17 12:06:36 -08:00 |
gfxASurface.h
|
|
|
gfxBaseSharedMemorySurface.cpp
|
|
|
gfxBaseSharedMemorySurface.h
|
|
|
gfxBlur.cpp
|
|
|
gfxBlur.h
|
|
|
gfxCachedTempSurface.cpp
|
|
|
gfxCachedTempSurface.h
|
|
|
gfxColor.h
|
|
|
gfxContext.cpp
|
bug 831277 - (a) make GetRoundOffsetsToPixels a method on gfxContext, instead of private to the harfbuzz shaper. r=jdaggett
|
2013-01-21 09:24:01 +00:00 |
gfxContext.h
|
bug 831277 - (a) make GetRoundOffsetsToPixels a method on gfxContext, instead of private to the harfbuzz shaper. r=jdaggett
|
2013-01-21 09:24:01 +00:00 |
gfxCoreTextShaper.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxCoreTextShaper.h
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxD2DSurface.cpp
|
|
|
gfxD2DSurface.h
|
|
|
gfxDrawable.cpp
|
|
|
gfxDrawable.h
|
|
|
gfxDWriteCommon.cpp
|
|
|
gfxDWriteCommon.h
|
no bug - mark several classes final to avoid warnings about deleting objects of polymorphic type
|
2013-01-11 04:43:29 -05:00 |
gfxDWriteFontList.cpp
|
|
|
gfxDWriteFontList.h
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxDWriteFonts.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxDWriteFonts.h
|
|
|
gfxDWriteShaper.cpp
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxDWriteShaper.h
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxDWriteTextAnalysis.cpp
|
|
|
gfxDWriteTextAnalysis.h
|
|
|
gfxFailure.h
|
|
|
gfxFont.cpp
|
Bug 655877 - Part 46: Paint SVG glyphs with new SVG text frame. r=roc,jwatt
|
2013-02-11 17:22:20 +11:00 |
gfxFont.h
|
Bug 655877 - Part 46: Paint SVG glyphs with new SVG text frame. r=roc,jwatt
|
2013-02-11 17:22:20 +11:00 |
gfxFontconfigUtils.cpp
|
|
|
gfxFontconfigUtils.h
|
|
|
gfxFontConstants.h
|
|
|
gfxFontFeatures.h
|
|
|
gfxFontMissingGlyphs.cpp
|
bug 808299 - scale missing-glyph hexbox digits depending on device resolution and zoom. r=roc
|
2013-02-07 00:19:46 +00:00 |
gfxFontMissingGlyphs.h
|
bug 808299 - scale missing-glyph hexbox digits depending on device resolution and zoom. r=roc
|
2013-02-07 00:19:46 +00:00 |
gfxFontTest.cpp
|
|
|
gfxFontTest.h
|
|
|
gfxFontUtils.cpp
|
Bug 835473: Remove unused functions ValidateLocaTable & ValidateKernTable from gfxFontUtils.cpp. r=jfkthame
|
2013-01-28 12:35:56 -08:00 |
gfxFontUtils.h
|
bug 833283 - remove the option to bypass OTS for downloaded fonts. r=jdaggett
|
2013-01-23 16:41:18 +00:00 |
gfxFT2FontBase.cpp
|
|
|
gfxFT2FontBase.h
|
|
|
gfxFT2FontList.cpp
|
Bug 833066: Declare loop variable in gfxFT2FontList.cpp as 'size_t' instead of 'int', to fix signed/unsigned warnings. r=blassey a=nonlibxul (#ifdef-android code)
|
2013-01-22 00:04:39 -08:00 |
gfxFT2FontList.h
|
|
|
gfxFT2Fonts.cpp
|
Bug 832554: Add #ifdef guards around static functions in /gfx/thebes that aren't used on android, to fix android-only -Wunused-function build warnings. r=BenWa a=nonlibxul
|
2013-01-21 13:54:42 -08:00 |
gfxFT2Fonts.h
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxFT2Utils.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxFT2Utils.h
|
|
|
gfxGDIFont.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxGDIFont.h
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxGDIFontList.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxGDIFontList.h
|
|
|
gfxGDIShaper.cpp
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxGDIShaper.h
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxGdkNativeRenderer.cpp
|
|
|
gfxGdkNativeRenderer.h
|
|
|
gfxGraphiteShaper.cpp
|
bug 833297 - ensure graphite shaper does not overwrite cluster information. r=jdaggett
|
2013-01-23 16:41:32 +00:00 |
gfxGraphiteShaper.h
|
bug 831687 - make graphite shaping use hinted widths if implemented by the font. r=jdaggett
|
2013-01-21 09:24:24 +00:00 |
gfxHarfBuzzShaper.cpp
|
bug 831277 - (a) make GetRoundOffsetsToPixels a method on gfxContext, instead of private to the harfbuzz shaper. r=jdaggett
|
2013-01-21 09:24:01 +00:00 |
gfxHarfBuzzShaper.h
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxImageSurface.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxImageSurface.h
|
|
|
gfxLanguageTagList.cpp
|
|
|
gfxLineSegment.h
|
|
|
gfxMacFont.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxMacFont.h
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxMacPlatformFontList.h
|
bug 826288 - remove the obsolete aFamily parameter from gfxFontEntry constructor. r=roc
|
2013-01-04 14:01:44 +00:00 |
gfxMacPlatformFontList.mm
|
bug 831292 - don't mask complex-script ranges from the cmap if Graphite tables are present. r=jdaggett
|
2013-01-21 09:24:45 +00:00 |
gfxMatrix.cpp
|
|
|
gfxMatrix.h
|
|
|
gfxOS2Fonts.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxOS2Fonts.h
|
|
|
gfxOS2Platform.cpp
|
|
|
gfxOS2Platform.h
|
|
|
gfxOS2Surface.cpp
|
|
|
gfxOS2Surface.h
|
|
|
gfxPangoFonts.cpp
|
Bug 832486: Cast enum values from different types to int32_t before asserting that they're equal, in gfxPangoFonts.cpp. r=jfkthame
|
2013-01-18 15:15:21 -08:00 |
gfxPangoFonts.h
|
|
|
gfxPath.cpp
|
|
|
gfxPath.h
|
|
|
gfxPattern.cpp
|
|
|
gfxPattern.h
|
|
|
gfxPDFSurface.cpp
|
|
|
gfxPDFSurface.h
|
|
|
gfxPlatform.cpp
|
bug 833283 - remove the option to bypass OTS for downloaded fonts. r=jdaggett
|
2013-01-23 16:41:18 +00:00 |
gfxPlatform.h
|
bug 833283 - remove the option to bypass OTS for downloaded fonts. r=jdaggett
|
2013-01-23 16:41:18 +00:00 |
gfxPlatformFontList.cpp
|
Bug 819819 (part 2) - Remove |name| from NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN. r=jlebar.
|
2012-12-23 16:59:51 -08:00 |
gfxPlatformFontList.h
|
|
|
gfxPlatformGtk.cpp
|
|
|
gfxPlatformGtk.h
|
|
|
gfxPlatformMac.cpp
|
|
|
gfxPlatformMac.h
|
|
|
gfxPoint3D.h
|
|
|
gfxPoint.h
|
Bug 818482 - Remove rounding of scroll compensation in AZPC. r=roc
|
2013-01-12 15:24:14 -05:00 |
gfxPointH3D.h
|
|
|
gfxPSSurface.cpp
|
|
|
gfxPSSurface.h
|
|
|
gfxQPainterSurface.cpp
|
|
|
gfxQPainterSurface.h
|
|
|
gfxQtNativeRenderer.cpp
|
|
|
gfxQtNativeRenderer.h
|
|
|
gfxQtPlatform.cpp
|
|
|
gfxQtPlatform.h
|
|
|
gfxQuad.h
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxQuartzImageSurface.cpp
|
|
|
gfxQuartzImageSurface.h
|
|
|
gfxQuartzNativeDrawing.cpp
|
|
|
gfxQuartzNativeDrawing.h
|
|
|
gfxQuartzSurface.cpp
|
|
|
gfxQuartzSurface.h
|
|
|
gfxQuaternion.h
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxRect.cpp
|
|
|
gfxRect.h
|
|
|
gfxReusableSurfaceWrapper.cpp
|
Bug 832456: Declare nsRunnable subclass at file scope instead of inside of a function, to fix build warning about 'visibility' attribute being ignored. r=BenWa
|
2013-01-18 15:15:04 -08:00 |
gfxReusableSurfaceWrapper.h
|
|
|
gfxScriptItemizer.cpp
|
|
|
gfxScriptItemizer.h
|
|
|
gfxSharedImageSurface.h
|
|
|
gfxSharedQuartzSurface.h
|
|
|
gfxSkipChars.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxSkipChars.h
|
|
|
gfxSVGGlyphs.cpp
|
|
|
gfxSVGGlyphs.h
|
|
|
gfxTeeSurface.cpp
|
|
|
gfxTeeSurface.h
|
|
|
gfxTypes.h
|
|
|
gfxUniscribeShaper.cpp
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxUniscribeShaper.h
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
gfxUserFontSet.cpp
|
bug 833283 - remove the option to bypass OTS for downloaded fonts. r=jdaggett
|
2013-01-23 16:41:18 +00:00 |
gfxUserFontSet.h
|
bug 826288 - remove the obsolete aFamily parameter from gfxFontEntry constructor. r=roc
|
2013-01-04 14:01:44 +00:00 |
gfxUtils.cpp
|
Bug 832554: Add #ifdef guards around static functions in /gfx/thebes that aren't used on android, to fix android-only -Wunused-function build warnings. r=BenWa a=nonlibxul
|
2013-01-21 13:54:42 -08:00 |
gfxUtils.h
|
|
|
gfxWindowsNativeDrawing.cpp
|
|
|
gfxWindowsNativeDrawing.h
|
|
|
gfxWindowsPlatform.cpp
|
|
|
gfxWindowsPlatform.h
|
|
|
gfxWindowsSurface.cpp
|
|
|
gfxWindowsSurface.h
|
|
|
gfxXlibNativeRenderer.cpp
|
|
|
gfxXlibNativeRenderer.h
|
|
|
gfxXlibSurface.cpp
|
Bug 786533 - X11/Xlibint.h defines 'min' and 'max' as macros which breaks any use of std::min/std::max. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
gfxXlibSurface.h
|
|
|
Makefile.in
|
bug 837461 - backout parts 2 and 3 of bug 808288 because pdf.js may paint missing chars to canvas if it failed to load fonts, which looks really ugly; better to skip them for now. r=bas
|
2013-02-08 16:52:55 +00:00 |
nsSurfaceTexture.cpp
|
|
|
nsSurfaceTexture.h
|
|
|
nsUnicodeRange.cpp
|
|
|
nsUnicodeRange.h
|
|
|
RoundedRect.h
|
Bug 834896 - Replace uses of gfx_min/gfx_max with std::min/std::max. r=joe
|
2013-01-30 17:02:27 +01:00 |