gecko-dev/gfx/thebes/public
2008-02-07 00:15:50 -08:00
..
gfxAlphaRecovery.h b=using opacity with windows native widgets causes bogus rendering/lack of rendering; r=stuart 2007-03-03 00:18:34 +00:00
gfxASurface.h b=414685, optimize mac image decoding and rendering ; r=stuart 2008-02-05 22:48:47 -08:00
gfxAtsuiFonts.h Bug 409342. Cache pref font lists per lang group during font matching. r+sr=pavlov 2008-01-30 16:23:36 -08:00
gfxBeOSPlatform.h Fix various shutdown leaks. Add static Shutdown method to gfxPlatform as the entry point for thebes cleanup and use the virtual destructor of the platform-specific gfxPlatform objects to do platform-specific cleanup. b=374286 r=vlad 2007-03-19 23:16:15 +00:00
gfxBeOSSurface.h cleaning up addref/release mess in thebes. bug 342593. r=mrbkap 2006-06-24 01:45:26 +00:00
gfxColor.h Bug 414971: Mingw build error: `PR_ROTATE_RIGHT32' was not declared in this scope. r=wtc, sr=pavlov, a=mtschrep When using macros from prbit.h, don't expect others to include it for you. 2008-02-07 00:15:50 -08:00
gfxContext.h Fixing bug 272885. Disable rendering of some elements when their width or height is zero. r=tor@acm.org, sr=vladimir@pobox.com, a1.9=mtschrep@gmail.com 2008-01-27 12:39:27 -08:00
gfxFont.h Bug 401988 - gfxPangoFontGroup::CreateGlyphRunsItemizing must use gfxPangoFont corresponding to the PangoFont from pango_shape (wrong glyphs selected when falling back to fonts of different style). Provide fontconfig with information re requested font even when non-existant. Map FONT_WEIGHT_NORMAL to Regular not Medium weight fonts. r=pavlov, sr=roc. 2008-01-26 23:37:29 -08:00
gfxFontTest.h b=366870, add font/glyph selection test framework, this time with all the files, r=stuart 2007-01-19 21:23:38 +00:00
gfxFontUtils.h Bug 396137. Use Windows cmap font matching in place of ATSUI font matching. r+sr=pavlov 2007-12-27 17:28:26 -08:00
gfxGlitzSurface.h cleaning up addref/release mess in thebes. bug 342593. r=mrbkap 2006-06-24 01:45:26 +00:00
gfxImageSurface.h b=414685, optimize mac image decoding and rendering ; r=stuart 2008-02-05 22:48:47 -08:00
gfxMatrix.h Bug 375387 - make gfxMatrix::IsSingular const. r+sr=pavlov 2007-03-27 04:07:10 -07:00
gfxOS2Fonts.h [OS/2] Bug 381333: enable kerning when high quality rendering is on 2007-12-11 12:51:07 -08:00
gfxOS2Platform.h [OS/2] Bug 395301: Move offscreen surface creation from gfxOS2Platform to gfxOS2Surface 2007-09-18 14:20:25 -07:00
gfxOS2Surface.h [OS/2] Bug 394412: on the way to be able to print through cairo 2008-01-29 16:16:19 -08:00
gfxPangoFonts.h Restore gfxPangoFontCache because of Tp slip b=401988. 2008-01-27 02:27:08 -08:00
gfxPath.h Bug 376927 - add path flattening API to thebes. r=vlad 2007-04-16 13:18:32 -07:00
gfxPattern.h b=using opacity with windows native widgets causes bogus rendering/lack of rendering; r=stuart 2007-03-03 00:18:34 +00:00
gfxPDFSurface.h Fixing bustage 2008-01-06 17:14:34 -08:00
gfxPlatform.h Bug 409342. Cache pref font lists per lang group during font matching. r+sr=pavlov 2008-01-30 16:23:36 -08:00
gfxPlatformGtk.h Bug 380464 - "crashed [@ gfxPlatformGtk::SetSurfaceGdkWindow] in case where I used to see bug 263160" [p=vlad r=stuart a=blocking1.9+] 2007-11-07 00:51:53 -08:00
gfxPlatformMac.h b=414685, optimize mac image decoding and rendering ; r=stuart 2008-02-05 22:48:47 -08:00
gfxPoint.h Bug 410748 Control borders are not drawn correctly r+sr+a=roc 2008-01-12 09:30:27 -08:00
gfxPSSurface.h Fixing bustage again 2008-01-06 17:32:23 -08:00
gfxQuartzImageSurface.h b=414685, optimize mac image decoding and rendering ; r=stuart 2008-02-05 22:48:47 -08:00
gfxQuartzPDFSurface.h Bug 408182. Turn off Gfx pixel-snapping for print contexts. r=vlad 2008-01-06 16:50:18 -08:00
gfxQuartzSurface.h b=414685, optimize mac image decoding and rendering ; r=stuart 2008-02-05 22:48:47 -08:00
gfxRect.h Bug 410748 Control borders are not drawn correctly r+sr+a=roc 2008-01-12 09:30:27 -08:00
gfxSkipChars.h Not (Really) Part Of The Build. Comment and whitespace changes only. More specific documentation for gfxSkipChars. 2007-05-30 15:20:11 -07:00
gfxTextRunCache.h Bug 385423. Refactor textrun cache so that all textrun clients use a single global word-based cache. Responsibility for stripping out problematic characters (e.g. newlines) is given to the word cache. r=vlad,smontagu 2007-07-03 20:39:01 -07:00
gfxTextRunWordCache.h Bug 385423. Refactor textrun cache so that all textrun clients use a single global word-based cache. Responsibility for stripping out problematic characters (e.g. newlines) is given to the word cache. r=vlad,smontagu 2007-07-03 20:39:01 -07:00
gfxTypes.h fix thunderbird bustage from bug 388663 2007-07-19 08:21:13 -07:00
gfxWindowsFonts.h Bug 396137. Use Windows cmap font matching in place of ATSUI font matching. r+sr=pavlov 2007-12-27 17:28:26 -08:00
gfxWindowsNativeDrawing.h b=390668, crash in gfxASurface::GetType (_moz_cairo_scaled_font_status and others), often using drawWindow 2007-08-09 11:54:17 -07:00
gfxWindowsPlatform.h bug 388706. cache resolved fonts per language group. r=elif 2007-08-24 12:41:16 -07:00
gfxWindowsSurface.h Bug 408182. Turn off Gfx pixel-snapping for print contexts. r=vlad 2008-01-06 16:50:18 -08:00
gfxXlibNativeRenderer.h Bug 384840 - gfxXlibNativeRenderer::DRAW_SUPPORTS_NONDEFAULT_VISUAL should be distinct from DRAW_SUPPORTS_CLIP_LIST, patch by Karl Tomlinson <mozbugz@karlt.net>, r+sr=roc 2007-06-18 21:19:01 -07:00
gfxXlibSurface.h thebes API cleanup. bug 368910. r/sr=vlad 2007-02-08 20:47:48 +00:00
Makefile.in b=414685, optimize mac image decoding and rendering ; r=stuart 2008-02-05 22:48:47 -08:00