Metal Sonic
|
4c1b34d634
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
Reed Loden
|
5172688f96
|
Bug 516971 - "Remove lcms from the tree" [r=bholley r=gerv]
|
2009-09-17 01:17:19 -05:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Craig Topper
|
da105abed8
|
Bug 467948: Fix some "deprecated conversion from string constant" compiler warnings", round 2. r=dbaron
|
2009-08-18 08:48:32 -07:00 |
|
Robert O'Callahan
|
82ace80f84
|
Bug 492309. Remove useless gfxTextRuNnFactory flags. r=vlad
--HG--
extra : rebase_source : 4cdbc37f404c07f509adbfb581c662187813bc4a
|
2009-07-30 14:59:41 +12:00 |
|
Jeff Muizelaar
|
9980cb2188
|
Bug 481926 - Rewrite color management component sr=vlad, r=ted, r=joedrew (\o/)
Replaces lcms with qcms
|
2009-04-07 12:02:11 -04:00 |
|
Joe Drew
|
fc5c15825a
|
Backed out changeset 6f3c2171bbb2:
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
|
2009-04-03 16:27:27 -04:00 |
|
Jeff Muizelaar
|
eaef2088cb
|
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
|
2009-04-03 15:09:56 -04:00 |
|
Ginn Chen
|
79dc3ef179
|
Bug 478842 gfxColorManagementTest.cpp failed to build on Solaris r=bholley
|
2009-02-18 19:44:18 +08:00 |
|
L. David Baron
|
f8774a93ef
|
Implement CSS computation of font-stretch property and store it in the gfx font structures. (Bug 3512) r=vlad sr=bzbarsky
|
2009-01-29 12:39:18 -08:00 |
|
Martin Stránský
|
bbe42c7104
|
b=403513 bad kerning in print output if hinting is set to medium or full r=karlt sr=vlad
|
2008-12-17 16:17:50 +13:00 |
|
Bobby Holley
|
263791c64a
|
LCMS LI16F_FORWARD renamed to LI8F_FORWARD - bug 457626.r=vlad
|
2008-12-06 22:55:10 -08:00 |
|
John Daggett
|
c5d2a8ddfd
|
Bug 441473. Implement user font set object. r+sr=roc
|
2008-10-01 12:01:53 +09:00 |
|
Karl Tomlinson
|
a1f89017f4
|
b=454730 Move shutdown of GTK's fontmap from gfxPlatformGtk to nsAppRunner r=roc sr=bsmedberg
|
2008-09-26 10:38:25 +12:00 |
|
Bobby Holley
|
e376ccfcac
|
adding a file for bug 450454 that I forgot to commit in c71e4d3f0093.
|
2008-08-17 17:48:42 -07:00 |
|
Bobby Holley
|
ead2727c2c
|
Floating point path through lcms as part of bug 445552. r=vlad
|
2008-08-16 14:44:51 -07:00 |
|
Bobby Holley
|
aca31622dd
|
LCMS precaching patch to speed up linear interpolations - bug 444661. r=joe,sr=vlad
|
2008-08-15 13:59:18 -07:00 |
|
Bobby Holley
|
3cdb983b04
|
fixed linux bustage - sorry.
|
2008-08-14 16:32:58 -07:00 |
|
Bobby Holley
|
5e329cc746
|
Standalone testing framework for LCMS (not run automatically). r=vlad
|
2008-08-14 16:13:41 -07:00 |
|
mozilla@weilbacher.org
|
1bc906a8e4
|
Bug 376790: remove support for non-cairo GFX ports from configure.in, r=ted.mielczarek, a=mtschrep
|
2008-01-23 00:27:47 -08:00 |
|
roc+@cs.cmu.edu
|
4b80cff404
|
Bug 396321. Make gfxTextRunWordCache strip bidi control characters when it creates a text run, ensuring that platform text engines never see such characters. r=pavlov,a=vlad
|
2007-10-24 14:39:23 -07:00 |
|
jwalden@mit.edu
|
24e0e3c1a9
|
--enable-tests bustage fix, after color management landing. r=sparky
|
2007-07-23 18:06:07 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
roc+@cs.cmu.edu
|
33428c5bf6
|
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 |
|
roc+@cs.cmu.edu
|
130e33c3ea
|
Bug 385123. Don't insert spaces after holes while we build a textrun. r=vlad
|
2007-06-20 12:49:33 -07:00 |
|
pavlov@pavlov.net
|
098946cd3e
|
bug 332649. improved windows font selection. r=vlad sr=roc
|
2007-06-10 18:31:27 -07:00 |
|
jminta@gmail.com
|
1fb0dc7c7f
|
Bug 377717 Remove 'decorations' and 'variant' from gfxFontStyle, r=pavlov
|
2007-05-20 19:18:04 -07:00 |
|
roc+@cs.cmu.edu
|
168e80e375
|
Bug 375760. Make a number of small changes to the gfxTextRun/gfxFont/gfxFontGroup APIs. r=vlad
|
2007-05-08 15:46:14 -07:00 |
|
sayrer@gmail.com
|
53b6461aa3
|
backout patch for bug 375760 due to bustage.
|
2007-05-04 21:36:13 -07:00 |
|
roc+@cs.cmu.edu
|
c38af9c6b8
|
Bug 375760. Make a number of small changes to the gfxTextRun/gfxFont/gfxFontGroup APIs. r=vlad
|
2007-05-04 19:16:16 -07:00 |
|
benjamin@smedbergs.us
|
5bf272bac1
|
Fix thebes tests when --enable-static, r=luser
|
2007-04-03 09:00:31 -07:00 |
|
tor@cs.brown.edu
|
db9c79bfa1
|
Bug 375446 - Create gfxFontGroup factory method. r=vlad
|
2007-04-02 12:06:16 -07:00 |
|
roc+@cs.cmu.edu
|
649faf4536
|
Bug 375824. Centralize Thebes startup/shutdown sequence. r=vlad
|
2007-03-29 14:48:46 -07:00 |
|
roc+@cs.cmu.edu
|
f2fc4febae
|
Bug 374830. gfxTextRun performance test harness. r=vlad
|
2007-03-22 16:04:48 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|