gecko-dev/gfx/src
Jonathan Kew 46b5136c09 Bug 890156 - patch 6 - Update window placement code to work with desktop pixels, for per-monitor DPI support on Windows. r=emk 2015-12-03 13:19:50 +00:00
..
AppUnits.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
DriverCrashGuard.cpp Bug 1214802 - gfxEnv - consolidate environment variables used by the graphics code in one place. r=botond 2015-10-28 14:31:00 +01:00
DriverCrashGuard.h Bug 1202430 - remove NS_GFX and related macros; r=jrmuizel 2015-09-07 17:53:36 -04:00
FilterSupport.cpp Bug 1219494 - Part 2. gfx/2d and gfxCrash. r=milan 2015-11-26 08:38:00 +01:00
FilterSupport.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
X11Util.cpp Bug 1045752 - Change ScopedXErrorHandler assert to warn; r=karlt 2014-07-30 17:30:19 -07:00
X11Util.h Bug 1202430 - remove NS_GFX and related macros; r=jrmuizel 2015-09-07 17:53:36 -04:00
gfxCrashReporterUtils.cpp Bug 1237404 - Part 2. Optimizing the main thread scenario. r=benwa 2016-01-08 13:44:00 +01:00
gfxCrashReporterUtils.h Bug 1237404 - Part 1. Exposing some functionality in gfxCrashReporterUtils. r=benwa 2016-01-08 13:42:00 +01:00
gfxTelemetry.cpp Don't attempt to use WARP after D3D11CreateDevice crashes. (bug 1201202, r=bas) 2015-09-13 23:52:29 -07:00
gfxTelemetry.h Don't attempt to use WARP after D3D11CreateDevice crashes. (bug 1201202, r=bas) 2015-09-13 23:52:29 -07:00
moz.build Bug 1228211 (part 2) - Remove unused functions in nsRenderingContext. r=dholbert. 2015-11-25 14:34:57 -08:00
nsBoundingMetrics.h
nsColor.cpp Bug 1202430 - remove NS_GFX and related macros; r=jrmuizel 2015-09-07 17:53:36 -04:00
nsColor.h Bug 1208300 (part 4) - Remove gfxRGBA and some related things. r=jwatt. 2015-09-24 19:24:16 -07:00
nsColorNameList.h
nsColorNames.h Bug 1202430 - remove NS_GFX and related macros; r=jrmuizel 2015-09-07 17:53:36 -04:00
nsCoord.h Backout bug 1226627 part 2 (rev 673461c0b772) for Talos regressions on Android. r=me 2015-11-30 13:06:39 +01:00
nsDeviceContext.cpp Bug 890156 - patch 6 - Update window placement code to work with desktop pixels, for per-monitor DPI support on Windows. r=emk 2015-12-03 13:19:50 +00:00
nsDeviceContext.h Bug 1156742 Part 9: Add a new nsIDeviceContextSpec for proxied printing. r=roc 2016-01-05 10:08:57 +00:00
nsFont.cpp Bug 1228934 - Remove style, weight, and stretch parameters from nsFont constructor. r=jdaggett 2015-11-30 16:23:09 -08:00
nsFont.h Bug 1228934 - Remove style, weight, and stretch parameters from nsFont constructor. r=jdaggett 2015-11-30 16:23:09 -08:00
nsFontMetrics.cpp Bug 1231550 - Use DrawTarget instead of gfxContext and/or nsRenderingContext in many places in font/text code. r=jfkthame. 2015-12-15 13:56:41 -08:00
nsFontMetrics.h Bug 1231550 - Use DrawTarget instead of gfxContext and/or nsRenderingContext in many places in font/text code. r=jfkthame. 2015-12-15 13:56:41 -08:00
nsGfxCIID.h
nsIFontEnumerator.idl
nsIScriptableRegion.idl Bug 1220923 - Make nsIntRegion a typedef for IntRegionTyped<UnknownUnits>. r=nical 2015-11-04 11:49:49 -05:00
nsITheme.h Bug 1220898 - Make nsIntMargin a typedef for mozilla::gfx::IntMargin. r=nical 2015-11-02 18:20:58 -05:00
nsMargin.h Bug 1220898 - Make nsIntMargin a typedef for mozilla::gfx::IntMargin. r=nical 2015-11-02 18:20:58 -05:00
nsPoint.h Bug 1224015 - Part 1: nsLayoutUtils functions do not account for nsPresShell resolution r=tnikkel 2015-11-26 20:51:13 -06:00
nsRect.cpp Bug 1230047 (part 2) - Make several PaintWindow() functions use LayoutDevice coordinates. r=kats. 2015-12-02 21:45:41 -08:00
nsRect.h Bug 1230047 (part 2) - Make several PaintWindow() functions use LayoutDevice coordinates. r=kats. 2015-12-02 21:45:41 -08:00
nsRegion.cpp Bug 1225486 - don't include mozilla/ToString.h in {BasePoint,nsRegion}.h; r=jrmuizel 2015-10-26 11:04:14 -04:00
nsRegion.h Bug 1069417 - Remove the explicit template argument of TransformTo() and related functions. r=kats 2015-11-30 20:06:45 -05:00
nsRegionFwd.h Bug 1220923 - Make nsIntRegion a typedef for IntRegionTyped<UnknownUnits>. r=nical 2015-11-04 11:49:49 -05:00
nsRenderingContext.h Bug 1228211 (part 2) - Remove unused functions in nsRenderingContext. r=dholbert. 2015-11-25 14:34:57 -08:00
nsScriptableRegion.cpp Bug 1158122 - Remove some of the occurences of nsIntRect in gfx. r=nical 2015-05-06 17:26:36 +02:00
nsScriptableRegion.h Bug 1202430 - remove NS_GFX and related macros; r=jrmuizel 2015-09-07 17:53:36 -04:00
nsSize.h Bug 1207741 - Remove gfxIntSize. r=nical. 2015-09-23 11:49:05 -07:00
nsThebesFontEnumerator.cpp Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd 2015-04-01 13:51:45 +09:00
nsThebesFontEnumerator.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsThebesGfxFactory.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsThemeConstants.h Bug 1205643 - "Wrong scrollbar border prevents scrolling to cursor when mouse is on the screen edge". r=karlt 2015-12-22 05:05:00 +01:00
nsTransform2D.cpp
nsTransform2D.h Bug 1202430 - remove NS_GFX and related macros; r=jrmuizel 2015-09-07 17:53:36 -04:00