Bas Schouten
|
b3ea7e8d58
|
Bug 553852: D2D backend should destroy image surfaces when done with them. r=jrmuizel
|
2010-03-24 15:51:15 +01:00 |
|
Rob Arnold
|
868b41f2d3
|
Bug 450767 - Don't necessarily apply Aero Glass to the entire window r=jimm sr=roc
|
2010-03-17 18:56:00 -04:00 |
|
Bas Schouten
|
106f010172
|
Bug 548942: Addition: Add comments as agreed. r=jrmuizel
|
2010-03-20 18:33:30 +01:00 |
|
Bas Schouten
|
a7c58234d7
|
Bug 548942: Draw in device pixels and not in DIPs. 1 device pixel per DIP always. r=jrmuizel
|
2010-03-20 18:25:40 +01:00 |
|
Bas Schouten
|
abf137066f
|
Bug 552284: Check if we're valid before computing metrics. r=jfkthame
|
2010-03-20 18:25:37 +01:00 |
|
Doug Turner
|
c36d5ea27d
|
Bug 553508 - Remove the define Q_WS_X11. It overlaps with existing defines that we have and is not always set by sdk. r=oleg
|
2010-03-18 21:48:35 -07:00 |
|
Jonathan Kew
|
59f4579506
|
bug 552619 - fix build breakage from bug 502906 with older Windows SDKs without dwrite support. r=bas
|
2010-03-17 11:40:29 +00:00 |
|
Robert O'Callahan
|
6b6667800c
|
Bug 538323. Part 1: create ImageLayers and associated API for displaying pixel-buffers in various formats. r=jrmuizel,sr=dbaron
|
2010-03-02 12:09:35 +13:00 |
|
Robert O'Callahan
|
421aac51af
|
Bug 538266. Part 2: add transform API to layer system. r=jrmuizel,sr=dbaron
|
2010-03-02 12:08:28 +13:00 |
|
Robert O'Callahan
|
ec3c69319a
|
Bug 538266. Part 1: create gfx3DMatrix. r=jrmuizel
|
2010-03-02 12:08:26 +13:00 |
|
Mats Palmgren
|
95f218a395
|
Fix gcc warning: 'rv' may be used uninitialized in this function. b=552186 r=jfkthame
|
2010-03-15 19:29:55 +01:00 |
|
Jonathan Kew
|
68e947fdde
|
bug 502906 - part 3 - factor out Uniscribe and GDI shapers from Windows GDI font code. r=jdaggett
--HG--
rename : gfx/thebes/src/gfxWindowsFonts.cpp => gfx/thebes/src/gfxUniscribeShaper.cpp
rename : gfx/thebes/public/gfxWindowsFonts.h => gfx/thebes/src/gfxUniscribeShaper.h
|
2010-03-15 09:34:25 +00:00 |
|
Bas Schouten
|
cb26d1fc0e
|
Bug 550846: Restructure layers to use different directories for different backends. r=roc,ted
--HG--
rename : gfx/layers/BasicLayers.cpp => gfx/layers/basic/BasicLayers.cpp
rename : gfx/layers/BasicLayers.h => gfx/layers/basic/BasicLayers.h
|
2010-03-14 18:30:40 +01:00 |
|
Jonathan Kew
|
18db02db59
|
bug 552216 bustage fix, missed deleting a line
|
2010-03-14 12:56:59 +00:00 |
|
Jonathan Kew
|
1cf754e68e
|
fix Windows bustage from bug 552216.
|
2010-03-14 12:13:21 +00:00 |
|
Jonathan Kew
|
5631bd435a
|
bug 552216 - use 64-bit arithmetic to guard against possible overflow leading to buffer overrun in woff decoder. r=roc
|
2010-03-14 12:03:37 +00:00 |
|
Makoto Kato
|
d97c21160c
|
Bug 524449 - Remove nsIPref from tree. r+sr=benjamin
|
2010-03-13 22:25:13 +09:00 |
|
Bas Schouten
|
ecde060c64
|
Bug 551945: Fix a mistake in double pass from changeset 53a85c489708. r=jfkthame
|
2010-03-12 14:09:53 +01:00 |
|
Jonathan Kew
|
769b6a40c3
|
bug 549169 - account for font-size-adjust in DWrite font code. r=bas
|
2010-03-12 11:57:49 +00:00 |
|
Bas Schouten
|
3b2115fe46
|
Bug 549056: We always do double pass drawing when we're not a Win32 surface. r=jmathies,jrmuizel
|
2010-03-12 11:12:00 +01:00 |
|
Bas Schouten
|
2c21dc5996
|
Bug 550680: RoundOut to snap correctly, and do so early enough to get a big enough surface. r=vlad
|
2010-03-12 11:08:28 +01:00 |
|
Daniel Holbert
|
637993b364
|
Bug 551775: Add unsigned-int cast in NS_ColorNameToRGB to fix build warning. r=roc
|
2010-03-11 22:03:49 -08:00 |
|
John Daggett
|
51423bca7a
|
Bug 549816. Adjust meaning of needsBold flag. r=bas
|
2010-03-12 13:26:43 +09:00 |
|
Bas Schouten
|
56f398990f
|
Bug 549816. Fix synthetic bolding with dwrite. r=jkew,jdaggett
|
2010-03-12 13:25:35 +09:00 |
|
James Cook
|
1342a5a01f
|
Bug 524919 - Qt build of Firefox or Fennec does not respect my screen's DPI. r=mark.finkle, sr=pavlov
|
2010-03-10 16:36:47 +02:00 |
|
Brad Lassey
|
a098ff208d
|
follow up from bug 534136, fix build bustage for WinMo debug r=jonas
|
2010-03-10 15:47:45 -05:00 |
|
Jonathan Kew
|
d56e0f4d7b
|
bug 502906 - part 2 - split out gfxCoreTextShaper and gfxMacFont. r=jdaggett
--HG--
rename : gfx/thebes/src/gfxCoreTextFonts.cpp => gfx/thebes/src/gfxCoreTextShaper.cpp
rename : gfx/thebes/public/gfxCoreTextFonts.h => gfx/thebes/src/gfxCoreTextShaper.h
|
2010-03-10 12:46:41 +00:00 |
|
Jonathan Kew
|
5058eb564c
|
bug 548863 - eliminate warning about CreateFontInstance on mobile. r=jdaggett
|
2010-03-10 12:46:36 +00:00 |
|
Bas Schouten
|
c8f8bd30e6
|
Bug 550723: Properly support the CLEAR operator for D2D surfaces. r=jrmuizel
|
2010-03-10 13:38:21 +01:00 |
|
Steven Michaud
|
c3cac2c620
|
Bug 541809 - Firefox autoreleasing objects without pool in place. r=josh,jfkthame
|
2010-03-09 10:37:56 -06:00 |
|
Bas Schouten
|
6b0b9783ec
|
Bug 550911: Properly tell cairo which part of the image has been passed. r=jrmuizel
|
2010-03-09 00:53:50 +01:00 |
|
Oleg Romashin
|
f4222761ff
|
Bug 550877 - Crash happen on attempt to delete bad created gfxShareImageSurface. r=dougt.
|
2010-03-08 19:28:54 +02:00 |
|
Jonas Sicking
|
c7c7514f75
|
Bug 534136 Part 2: Use 16bit-char buffers inside atoms. r=bz sr=mrbkap
|
2010-03-08 07:45:00 -08:00 |
|
Jonas Sicking
|
c24e5442a9
|
Bug 534136 Part 1: Make atoms keep a pointer to an nsStringBuffer rather than storing the data inline. r=bsmedberg
|
2010-03-08 07:44:59 -08:00 |
|
Ginn Chen
|
4ebbd2bd03
|
Bug 526976: SIGFPE [@ _moz_cairo_format_stride_for_width] on BGR frame buffer r=jrmuizel
|
2010-03-08 17:37:58 +08:00 |
|
Masayuki Nakano
|
5099a845d8
|
Bug 550772 - fallback pref font handling for CJK fonts is broken r=jdaggett
|
2010-03-08 18:14:56 +09:00 |
|
Walter Meinl
|
5488a111ee
|
Bug 548978: [OS/2] Fix build bustage in gfx/src/thebes/gfxOS2Platform.cpp r=jfkthame
|
2010-03-06 12:56:30 -05:00 |
|
Rich Walsh
|
8c37e47b39
|
Bug 543855: [OS/2] Invalid conversion from const char to const unsigned char in gfx/src/thebes/nsSystemFontsOS2 r=wuno
|
2010-03-06 12:53:35 -05:00 |
|
Oleg Romashin
|
6fc8159e23
|
Bug 550468 - Fix support for Pango font engine on Qt platform. r=karlt.
|
2010-03-06 15:29:55 +02:00 |
|
Hanspeter Niederstrasser
|
eaba789900
|
Bug 516029 - flags (XCFLAGS) for including fontconfig/fontconfig.h are not added to compiler command (gfx/cairo); adds XCFLAGS to OS_INCLUDES.
r=benjamin.
|
2010-03-05 22:00:51 +01:00 |
|
Julian Seward
|
22aee9c460
|
Bug 548793. Initialize XRender version fields if XRender isn't available. r=jrmuizel
|
2010-03-05 13:10:42 +13:00 |
|
Mike Kristoffersen
|
cd34b8821b
|
Build bustage on Qt due to macro definition of malloc, realloc, etc. Most of this is just moving Qt #includes around. r=dougt
--HG--
extra : rebase_source : 9734e9e68754a6fc45bddbdc60bb5e898bb8cdb2
|
2010-03-04 13:51:42 -08:00 |
|
Bas Schouten
|
e5b4c3d9df
|
Bug 549911: Acquire and release no longer use ->surface to store the temporary surface, release the correct object now. r=jrmuizel
|
2010-03-04 20:49:04 +01:00 |
|
Bas Schouten
|
14c3996022
|
Bug 549911: Scroll needs to make sure the clip rectangle is confined to the surface. r=jrmuizel
|
2010-03-04 20:49:01 +01:00 |
|
Bas Schouten
|
42bdb4798e
|
Bug 549666: Native rects should be pixel aligned. r=vlad
|
2010-03-04 20:30:16 +01:00 |
|
Bas Schouten
|
9d12e48a85
|
Bug 549652: Fix a potential leak. r=jrmuizel
|
2010-03-04 20:30:10 +01:00 |
|
Bas Schouten
|
47f7718049
|
Bug 549652: Optimize SOURCE operator where possible. r=jrmuizel
|
2010-03-04 20:30:08 +01:00 |
|
Bas Schouten
|
28ef613184
|
Bug 549652: Properly support clearing surfaces. r=jrmuizel
|
2010-03-04 20:30:05 +01:00 |
|
Brad Lassey
|
b5f014533e
|
bug 547521 - enable building for windows mobile with --disable-libxul r=ted
|
2010-03-04 13:47:35 -05:00 |
|
Jeff Muizelaar
|
0d8421521c
|
Bug 550188. qcms: remove an empty loop that annoyed coverity. r=bgirard
|
2010-03-04 12:13:13 -05:00 |
|