Vladimir Vukicevic
|
64fb32b518
|
b=446323, Upgrade cairo to 1.6.4-350-g1a9809b; r=vlad
|
2008-07-20 14:15:22 -07:00 |
|
Vladimir Vukicevic
|
7b7cfbab99
|
Backed out changeset 20534cf9abf5
|
2008-07-20 15:35:51 -07:00 |
|
Vladimir Vukicevic
|
b25dd7a8bf
|
b=446323, Upgrade cairo to 1.6.4-348-g96c9e2a; r=vlad
|
2008-07-20 14:15:22 -07:00 |
|
Peter Weilbacher
|
047958a689
|
[OS/2] Bug 439194: simple glyph matching across all installed fonts
|
2008-07-20 18:51:49 +00:00 |
|
Simon Montagu
|
5ab37eaa02
|
Remove unused ccmap files. Bug 445877, r+sr=dbaron
|
2008-07-20 11:37:00 +03:00 |
|
Eric Butler
|
2dab44aa60
|
Expose Cairo path copy/append functions through Thebes - bug 445616 r=vlad
|
2008-07-18 11:26:02 -07:00 |
|
L. David Baron
|
b86e94a100
|
Fix generation of precompiled cmaps on 64-bit platforms to match what the code expects. (Bug 445626) r=smontagu
|
2008-07-17 16:37:12 -07:00 |
|
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
49c9b3d67e
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 23:30:25 -07:00 |
|
L. David Baron
|
9e4ceade8e
|
Backed out changeset 9b0b2391485c due to linker errors related to nsStyleStructInlines.h not being included enough.
|
2008-07-16 22:59:14 -07:00 |
|
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
bb4be48531
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 22:18:38 -07:00 |
|
Bobby Holley
|
500e5c0524
|
System color profile handle not freed on thebes shutdown - bug 444829 r=vlad
|
2008-07-16 20:09:08 -07:00 |
|
Karl Tomlinson
|
333c18ab53
|
cairo_draw_with_xlib should provide a non-NULL visual to callback. b=445250 r=vlad
|
2008-07-17 13:22:50 +12:00 |
|
Zack Weinberg
|
2103ba64ef
|
Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units, and make eStyleUnit_Chars and nsLayoutUtils::CharsToCoord unused. (Bug 363706) r=roc sr=dbaron
|
2008-07-15 14:31:36 -07:00 |
|
Robert O'Callahan
|
8901cc3a8a
|
Bug 444689. gfxMatrix type checks should allow for an epsilon fuzz so that matrix arithmetic that works out to the identity doesn't change the type. r=vlad
|
2008-07-14 10:27:43 +12:00 |
|
Robert O'Callahan
|
2d4fd7e6b5
|
Bug 444690. gfxPlatformGTK::CreateOffscreenSurface should clear the surface to be consistent with other platforms. r=vlad
|
2008-07-14 09:40:16 +12:00 |
|
Chris Double
|
02ccf2851f
|
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
|
2008-07-09 20:22:20 +12:00 |
|
Karl Tomlinson
|
096f79ffa2
|
remove excess spaces to force rebuild for system-headers changes 6c0971153949
|
2008-07-08 16:58:17 +12:00 |
|
Karl Tomlinson
|
b768d04fd4
|
remove comma at end of enumerator list from 9bbea3b66376
|
2008-07-08 14:37:41 +12:00 |
|
Karl Tomlinson
|
8a008f0564
|
Bug 435764 – crash [@ cairo_draw_with_xlib] painting windowless plugins.
Move ws_info set-up from nsObjectFrame::CallSetWindow().
Provide gfxXlibNativeRenderer::NativeDraw with Screen and Colormap.
r+sr=roc
|
2008-07-08 14:15:40 +12:00 |
|
Mats Palmgren
|
b01b0154dd
|
Fix bug 441360. r+sr=vlad
|
2008-07-08 02:00:22 +02:00 |
|
Mats Palmgren
|
5605db70df
|
Fix potential memory leak. b=441454 r+sr=vlad
|
2008-07-08 01:49:39 +02:00 |
|
Mats Palmgren
|
eeaac22dff
|
Backout crash tests for bug 409006 since it caused other crash tests to fail loading (403296-1.xhtml).
|
2008-07-03 16:00:32 +02:00 |
|
Mats Palmgren
|
7dff52cbb1
|
Crash tests for bug 409006.
|
2008-07-03 14:57:20 +02:00 |
|
Mats Palmgren
|
3856a18945
|
Backout crash tests for bug 409006.
|
2008-07-02 15:50:53 +02:00 |
|
Mats Palmgren
|
ccdf3aa2b1
|
Crash test for bug 409006.
|
2008-07-02 13:13:15 +02:00 |
|
L. David Baron
|
a05e0bbe1c
|
Merge backout of 0b1995eab10f due to mochitest failures on at least Windows. (Bug 363706)
|
2008-07-01 22:01:26 -07:00 |
|
L. David Baron
|
df1b22e4c5
|
Back out 0b1995eab10f due to mochitest failures on at least Windows. (Bug 363706)
|
2008-07-01 22:01:10 -07:00 |
|
John Daggett
|
1cb2f4ae57
|
Bug 423405. gfxPlatformMac.h causes compile to fail GCC4.2 on Mac OS X. r=jdaggett, sr=vlad
|
2008-07-02 13:19:37 +09:00 |
|
Zack Weinberg
|
74a4ba6923
|
Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units, and make eStyleUnit_Chars and nsLayoutUtils::CharsToCoord unused. (Bug 363706) r=roc sr=dbaron
|
2008-07-01 20:24:36 -07:00 |
|
John Daggett
|
c89140eb33
|
Bug 433997. Catch null ptrs returned by CGFontGetHMetrics in cairo mac font code to prevent top crasher. r+sr=vlad
|
2008-07-01 09:02:21 +09:00 |
|
Simon Montagu
|
661c1e5933
|
Set glyph info for low surrogates in Pango. Bug 439910, r+sr=roc
|
2008-06-18 23:14:51 -07:00 |
|
Ginn Chen
|
d94506c0a7
|
Bug 435739 Poor performance of Firefox 3 with no X RENDER extension
r=vladimir
|
2008-06-11 18:29:21 +08:00 |
|
Robert O'Callahan
|
ff76cbbd22
|
Add Width/Height/GetDataSize getters to gfxImageSurface. r=vlad
|
2008-06-11 11:46:32 +12:00 |
|
Robert O'Callahan
|
a395b05359
|
Add 2-axis Scale, operator-, and Contains to gfxRect. r=vlad
|
2008-06-11 11:43:51 +12:00 |
|
Robert O'Callahan
|
170eb005a5
|
Make gfxImageSurface clear allocated surface data. r=vlad
|
2008-06-11 11:05:43 +12:00 |
|
pavlov@pavlov.net
|
1d63f66c30
|
bug 434401. crash due to not finding a font on startup in some cases. r=karlt a=beltzner
|
2008-05-28 16:55:40 -07:00 |
|
mozilla@weilbacher.org
|
350d31dbcd
|
[OS/2] Bug 432575: add options for font hinting and antialiasing to get approximately equal display than on branch. (Oops, don't want to get the debugging output by default!)
|
2008-05-28 05:55:36 -07:00 |
|
mozilla@weilbacher.org
|
e80bce4bc0
|
[OS/2] Bug 432575: add options for font hinting and antialiasing to get approximately equal display than on branch.
|
2008-05-28 05:38:09 -07:00 |
|
gavin@gavinsharp.com
|
96617b5a7b
|
Followup comment fix for bug 434157
|
2008-05-27 11:22:38 -07:00 |
|
gavin@gavinsharp.com
|
005df97b32
|
Bug 434157: Font scaling of Vista doesn't work as good with RC1 than it did with Betas, patch by roc@ocallahan.org, r=vlad, a=beltzner
|
2008-05-27 10:57:04 -07:00 |
|
gavin@gavinsharp.com
|
77623d122c
|
Bug 432071: Type 1 fonts don't print correctly, patch by Adrian Johnson <ajohnson@redneon.com>, r=stuart, a=schrep
|
2008-05-08 09:48:15 -07:00 |
|
gavin@gavinsharp.com
|
52f36f8928
|
Bug 432062: Windows vector font rendering is broken, patch by roc@ocallahan.org, r=stuart, a=schrep
|
2008-05-08 08:38:22 -07:00 |
|
reed@reedloden.com
|
36791e9cf4
|
Bug 431309 - "Vista toolbar styles should have a -moz-win- prefix" (using the -moz-win- prefix) [p=kliu@mozilla.kailiu.com (Kai Liu) r+sr=roc a1.9=beltzner]
|
2008-05-08 02:29:38 -07:00 |
|
pavlov@pavlov.net
|
844a9ac9ed
|
bug 432065. deal with multiple fonts with the same name. r=roc a=schrep
|
2008-05-07 13:29:48 -07:00 |
|
reed@reedloden.com
|
9b09692af7
|
Bug 223442 - "consider moving mac-specific files in gfx/public to a mac directory" (Remove nsWatchTask.h) [p=reg@openpave.org (Jeremy Lea) r+sr=biesi a1.9=beltzner]
|
2008-05-07 03:16:27 -07:00 |
|
crowder@fiverocks.com
|
a267b3970f
|
Bug 431413: Crash in gfxWindowsFontGroup::InitTextRunUniscribe, r=pavlov, sr=roc, a=mtschrep
|
2008-05-03 21:25:13 -07:00 |
|
jdaggett@mozilla.com
|
9a2ab9c8d7
|
Bug 418479. Allow antialiased text rendering to be disabled for small text sizes via a pref. r+sr=vlad, a=damons
|
2008-05-01 02:07:17 -07:00 |
|
vladimir@pobox.com
|
89790e741b
|
b=431391; printing pages with type1 fonts on win32 prints garbage; patch from upstream; r+a=me
|
2008-04-30 09:45:24 -07:00 |
|
roc+@cs.cmu.edu
|
3469d1a6c7
|
Bug 427411. Handle bogus fonts being returned by Windows due to the font catalog being stale or out of GDI objects. r=pavlov,a=damon
|
2008-04-29 20:37:30 -07:00 |
|
roc+@cs.cmu.edu
|
0ad8725993
|
Backing out bug 427411
|
2008-04-28 17:28:22 -07:00 |
|