Birunthan Mohanathas
|
186d1e17e2
|
Bug 784739 - Switch from NULL to nullptr in gfx/thebes/; r=ehsan
|
2013-07-31 11:44:31 -04:00 |
|
George Wright
|
18f4f04c76
|
Bug 736276 - Rename ScaledFontFreeType to ScaledFontCairo, and use Skia's API to create an SkTypeface from a cairo_scaled_font_t r=jrmuizel
|
2013-06-05 13:48:59 -04:00 |
|
Matt Woodrow
|
9e2717d794
|
Bug 756601 - Enable OMTC by default on OSX 10.7 and 10.8. r=roc
|
2013-06-21 09:32:04 +12:00 |
|
Nicholas Cameron
|
8fd530d445
|
Bug 878522. Don't permit Azure/content/Cairo on Linux. r=kentuckyfriedtakahe
|
2013-06-04 17:18:27 +12:00 |
|
Nicholas Cameron
|
98fdef5930
|
Bug 788319, fixups to make EGL work with gtk. r=bjacob
|
2013-04-30 15:16:04 +12:00 |
|
Joe Drew
|
4eb8da0dd8
|
Bug 853169 - Initialize the output profile explicitly from within gfxPlatform::Init, and handle when we can't create one in xpcshell tests on Gtk because we don't have an X Display. r=jrmuizel
|
2013-03-21 23:12:30 -04:00 |
|
Joe Drew
|
5198406bc3
|
Backed out 3 changesets (bug 853628, bug 853169) for crashing mysteriously
Backed out changeset c0befbf2533d (bug 853169)
Backed out changeset 2e318d0a172b (bug 853169)
Backed out changeset 69f965c0fd46 (bug 853628)
--HG--
extra : rebase_source : cbf40a9b54d1ab221ab1823f9ea32bae7c965c3b
|
2013-03-22 00:27:58 -04:00 |
|
Joe Drew
|
72bd187646
|
Bug 853169 - Initialize the output profile explicitly from within gfxPlatform::Init, and handle when we can't create one in xpcshell tests on Gtk because we don't have an X Display. r=jrmuizel
|
2013-03-21 23:12:30 -04:00 |
|
Ryan VanderMeulen
|
1e6a5f0d3a
|
Backout c3933841e06e (bug 793013) for possible Win7 reftest failures.
|
2012-11-06 21:27:09 -05:00 |
|
Anthony Jones
|
217bb02bf0
|
Bug 793013 - Use EnumSet in gfxPlatform instead of 1 << n. r=ncameron
|
2012-11-06 18:23:13 -05:00 |
|
Mike Hommey
|
213365fb63
|
Bug 793634 - Force builds to be compatible with gtk 2.18/glib 2.22. r=karlt
|
2012-09-25 14:47:18 +02:00 |
|
Bas Schouten
|
8ed5af984b
|
Bug 792207 - Part 1: Retain ScaledFont objects for gfxFonts. r=jrmuizel
|
2012-09-24 15:02:49 +00:00 |
|
Anthony Jones
|
4ab1c0c454
|
Bug 789367 - Add content preference for GTK platform; r=nrc
|
2012-09-16 20:23:00 -07:00 |
|
Phil Ringnalda
|
07143175e9
|
Back out 9805ecdb8f66 (bug 789367) on suspicion of breaking the build
|
2012-09-16 17:59:25 -07:00 |
|
Anthony Jones
|
e030a5d9cd
|
Bug 789367 - Add content preference for GTK platform. r=nrc
|
2012-09-16 20:20:16 -04:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Nicholas Cameron
|
d4158405d0
|
Bug 764125; sort out preferred and fallback Azure backends for all platforms (gfxPlatform). r=Bas
|
2012-07-25 12:45:58 +12:00 |
|
Anthony Jones
|
4f689acacc
|
Bug 761895; Fixed Azure/Cairo canvas font support on gtk and android. r=karl
|
2012-07-24 22:18:39 +12:00 |
|
Nicholas Cameron
|
ee280adfe3
|
Bug 764125; Add DrawTarget arg to GetScaledFontForFont. r=Bas
|
2012-07-24 22:18:37 +12:00 |
|
Nicholas Cameron
|
9e4ceaecb8
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Nicholas Cameron
|
c93adeeed1
|
Bug 764125; sort out preferred and fallback Azure backends for all platforms (gfxPlatform). r=Bas
|
2012-07-25 12:45:58 +12:00 |
|
Anthony Jones
|
5099b0a652
|
Bug 761895; Fixed Azure/Cairo canvas font support on gtk and android. r=karl
|
2012-07-24 22:18:39 +12:00 |
|
Nicholas Cameron
|
ee33a4caab
|
Bug 764125; Add DrawTarget arg to GetScaledFontForFont. r=Bas
|
2012-07-24 22:18:37 +12:00 |
|
ku.b@gmx.de
|
d7c9e2fe98
|
Bug 709732 - double color correction with X Color Management
|
2012-07-18 21:09:13 -04:00 |
|
Martin Stransky
|
9ed0cff815
|
Bug 627699 - Port GTK2 to GTK3, gfx patch. r=karlt
|
2012-06-27 20:15:32 -04:00 |
|
Nicholas Cameron
|
f7e67fcad7
|
Bug 752380; correct use of enums. r=Bas
|
2012-05-30 15:04:59 +12:00 |
|
Kan-Ru Chen
|
4509acf05c
|
Bug 743182 - Use gfxPlatform::OptimalFormatForContent everywhere. r=joedrew
|
2012-05-26 12:38:17 +08:00 |
|
Nicholas Cameron
|
277e41b99e
|
Bug 752380. Refactor gfxFont out of Azure. r=Bas
|
2012-05-17 10:30:10 +12:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Nicolas Silva
|
6436721408
|
Bug 743830 - Added 'gfx.xrender.enabled' pref (true by default). The pref is fetched in gfPlatformGtk.cpp and can be accessed through gfxPlatformGtk::UseXRender(). UseXRender is used in GLContextProviderGLX to set mUseTextureFromPixmap. r=jmuizelaar
--HG--
extra : rebase_source : 805947a2164aeb2dc71cc33086ac0bd201df3583
|
2012-04-18 10:27:32 -04:00 |
|
Marco Bonardo
|
6cc1d6d44a
|
Backout e20a19a790dd (bug 743830) for linux QT bustage.
|
2012-04-13 21:43:13 +02:00 |
|
Nicolas Silva
|
cd1d382e7d
|
Bug 743830: Added 'gfx.xrender.enableded' pref (true by default). The pref is fetched in gfPlatformGtk.cpp and can be accessed through gfxPlatformGtk::UseXRender(). UseXRender is used in GLContextProviderGLX to set mUseTextureFromPixmap. r=jrmuizel,gw280
|
2012-04-11 14:04:54 -04:00 |
|
John Daggett
|
42e828a6a9
|
Bug 705594. Fix build bustage on Linux, argh.
|
2012-03-09 12:38:01 +09:00 |
|
John Daggett
|
98fd10b241
|
Bug 705594. Fix build bustage on gtx/qt.
|
2012-03-09 12:10:05 +09:00 |
|
John Daggett
|
de22ddef08
|
Bug 705594. Implement hard-coded font fallback. r=roc
|
2012-03-09 11:05:24 +09:00 |
|
Nathan Froyd
|
099b3154b4
|
Bug 731301 - eliminate duplicate headers in gfx/; r=jrmuizel
|
2012-02-29 10:23:37 -05:00 |
|
Marco Castelluccio
|
798dc727de
|
Bug 702158 - [Skia] Get Skia backend working on Linux. r=mattwoodrow
|
2012-01-26 09:54:31 +09:00 |
|
Nicholas Nethercote
|
f7b2a8b9f1
|
Bug 710958 - Remove gfx{Glitz,DirectFB,QuartzPDF}Surface. r=joedrew.
--HG--
extra : rebase_source : da77b2ceb7840a42651386c822d5b21499bae439
|
2011-12-18 14:54:50 -08:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Jonathan Kew
|
84a78f4078
|
Bug 605009 - Linux debug build with --disable-pango crashes during shutdown; r=karlt
|
2011-03-23 23:02:14 -04:00 |
|
Oleg Romashin
|
188c6d35d1
|
Bug 616469 - Video sync is slow because of slow yuv2rgb conversion. GetOffscreenFormat r=roc a=b-f
|
2010-12-15 10:17:26 -08:00 |
|
Daniel Holbert
|
8e1302c7ce
|
Bug 612662 patch 2: In gfxPlatformGtk::CreateOffscreenSurface, drop our surface if it has non-OK status. r=roc a=blocking-final+
|
2010-11-19 08:56:05 -08:00 |
|
Stuart IDontCode Parmenter
|
12117b3c64
|
Bug 600102 - Add ability to build with --disable-pango. r=karlt a=blocking-fennec
--HG--
extra : rebase_source : 9b5da40d5733ee7adc27310de8b962543d7d3ce9
|
2010-10-13 15:03:19 -07:00 |
|
Chris Jones
|
db41945436
|
Bug 597336, part 2: Create offscreen gfxImageSurfaces if UseClientSideRendering(). r=vlad
|
2010-09-23 20:00:06 -05:00 |
|
Tom Brinkman
|
ceef26ba74
|
Bug 576437 - CreateOffscreenSurface should not silently translate ImageFormat24 into ImageFormat16_565. r=joe a=blocking2.0
|
2010-09-16 14:34:53 -07:00 |
|
Robert O'Callahan
|
2ee9178a2e
|
Bug 537890. Part 3: Remove gfxPlatform::GetDPI(). r=vlad
|
2010-08-13 21:58:01 +12:00 |
|
Karl Tomlinson
|
a33e5a1d24
|
b=574220 refactor gfxXlibNativeRenderer and make sure the surface matches the requested visual r=roc
--HG--
rename : gfx/thebes/cairo-xlib-utils.c => gfx/thebes/gfxXlibNativeRenderer.cpp
|
2010-07-02 16:04:09 +12:00 |
|