pavlov@pavlov.net
|
4292872c91
|
bug 399556. only clean up cairo in debug/test builds. r=vlad a=beltzner
|
2007-10-25 18:21:50 -07:00 |
smontagu@smontagu.org
|
b0409661fc
|
Fix the positioning of diacritics in right-to-left languages and clean up a bunch of typos in bidi reftests. Bug 386573, r+sr=roc, a=vlad
|
2007-10-25 02:32:01 -07:00 |
roc+@cs.cmu.edu
|
04b1cae3a8
|
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 |
jdaggett@mozilla.com
|
1f65948fdd
|
Bug 328258. Prevent images larger than 32K pixels in height from loading to workaround Quartz bug. r=pavlov,vlad, a=beltzner
|
2007-10-23 23:01:16 -07:00 |
roc+@cs.cmu.edu
|
b17c9863c9
|
Bug 395458. Blacklist more characters that cause problems when passed to font engines. r=pavlov,a=vlad
|
2007-10-23 17:15:10 -07:00 |
mozilla@weilbacher.org
|
fbaf9eaf5f
|
[OS/2] Bug 371505: finally fix repaint issues with Thebes
|
2007-10-22 10:59:24 -07:00 |
mozilla@weilbacher.org
|
70bcf0c61a
|
[OS/2] Bug 381333: fail metrics computation when face cannot be locked (fixes crash with font-size:0)
|
2007-10-19 12:24:03 -07:00 |
reed@reedloden.com
|
c881482b6c
|
Bug 393630 - "Potential crash on oom in GenerateAlternativeString" [p=masayuki@d-toybox.com (Masayuki Nakano) r=stuart a1.9=damons]
|
2007-10-19 01:10:28 -07:00 |
reed@reedloden.com
|
6686e59069
|
Bug 386065 - "legend {font-size:0;} still shows the text (yahoo.com mainpage)" [p=chris@pearce.org.nz (Chris Pearce) r+sr=roc a=blocking1.9+]
|
2007-10-11 21:22:25 -07:00 |
karlt+@karlt.net
|
ee515d722d
|
Bug 397288: use CreateGlyphRunsItemizing when CreateGlyphRunsFast fails. r+a=pavlov
|
2007-10-11 18:05:16 -07:00 |
bzbarsky@mit.edu
|
bfde3b870d
|
Fix build bustage when building with old enough gtk. Bug 362682 followup, r=stuart
|
2007-10-07 16:09:55 -07:00 |
pavlov@pavlov.net
|
43f59bc288
|
removing code that breaks when compiled with newer pangos
|
2007-10-07 15:52:33 -07:00 |
pavlov@pavlov.net
|
0a2d37c5c9
|
removing printf that snuck in.
|
2007-10-06 14:07:32 -07:00 |
pavlov@pavlov.net
|
c10729129f
|
bug 362682. re-re-landing linux text goodness. r=vlad, patch by me and Behdad Esfahbod <mozilla@behdad.org>.
|
2007-10-06 00:26:13 -07:00 |
vladimir@pobox.com
|
305f67bc34
|
b=366548, increased GDI usage leading to repainting problems, r/a=stuart
|
2007-10-03 14:27:42 -07:00 |
roc+@cs.cmu.edu
|
8899d4331e
|
Bug 397734. More parsimonious storage of glyph extents ... trying to fix private-bytes regression. r=vlad,a=pavlov
|
2007-10-01 18:47:40 -07:00 |
roc+@cs.cmu.edu
|
3738d582e3
|
Backing out
|
2007-10-01 15:11:23 -07:00 |
roc+@cs.cmu.edu
|
9f97353b38
|
Bug 397734. More parsimonious storage of glyph extents ... trying to fix private-bytes regression. r=vlad,a=pavlov
|
2007-10-01 14:29:19 -07:00 |
masayuki@d-toybox.com
|
4c6691173f
|
Bug 395866 font fallback does not respect stylesheet font list r=vlad, b1.9=stuart
|
2007-09-28 10:33:50 -07:00 |
joshmoz@gmail.com
|
23ef4530ae
|
fix major font problem when using the Mac OS X 10.5 SDK. Patch by John Daggett. b=397454 r=roc/vlad sr=roc a=pav
|
2007-09-28 09:51:11 -07:00 |
pavlov@pavlov.net
|
479c625948
|
backing out, again.. not sure what the leaks are.
|
2007-09-27 17:15:59 -07:00 |
pavlov@pavlov.net
|
3ced9d2e71
|
unlock the right object.
|
2007-09-27 16:37:31 -07:00 |
pavlov@pavlov.net
|
40f400c906
|
unlock causes other badproblems.
|
2007-09-27 16:35:55 -07:00 |
pavlov@pavlov.net
|
1068cc6e83
|
removing some tabs that snuck in + fixing leak by unlocking the FT_Face after we lock it. hopefully fixing leaks caused by previous patch
|
2007-09-27 16:31:29 -07:00 |
pavlov@pavlov.net
|
dbe24509fe
|
whoops, this shouldn't have gone in
|
2007-09-27 16:04:14 -07:00 |
pavlov@pavlov.net
|
0975834191
|
bug 362682. relanding linux text goodness. patch by myself and Behdad Esfahbod <mozilla@behdad.org>. r=vlad
|
2007-09-27 15:15:51 -07:00 |
mozilla@weilbacher.org
|
7cfdcac95f
|
[OS/2] Bug 397514: Fix build break following for bug 96041, p=wuno, r=me
|
2007-09-27 09:41:46 -07:00 |
vladimir@pobox.com
|
51416171d5
|
b=396972, clean up canvas API to avoid using internal API in contexts, r/a=stuart
|
2007-09-25 13:46:08 -07:00 |
smontagu@smontagu.org
|
bed0ab506f
|
Set fLogicalOrder in the SCRIPTITEM before copying to the ranges so that ScriptPlace has it set. Bug 395676, r+blocking1.9=pavlov
|
2007-09-25 08:41:34 -07:00 |
vladimir@pobox.com
|
5810e43250
|
b=377336, win32 printing page results in excessive data spooled to printer, for real this time, r=stuart
|
2007-09-24 15:50:44 -07:00 |
roc+@cs.cmu.edu
|
fbc8cc858c
|
Bug 96041. Compute precise glyph extents for high-quality text, and when requested. r=vlad,r+sr=dbaron
|
2007-09-23 19:19:14 -07:00 |
roc+@cs.cmu.edu
|
0fbb25da89
|
Backing out due to test bustage
|
2007-09-22 06:28:16 -07:00 |
roc+@cs.cmu.edu
|
8b73dd10a0
|
Bug 96041. Compute true glyph bounding metrics. r=vlad,dbaron,sr=dbaron
|
2007-09-22 05:43:52 -07:00 |
vladimir@pobox.com
|
63c968080e
|
b=838960, ugprade cairo to 1.5.x; and b=377336, printing page from win32 results in hung app, r=stuart
|
2007-09-20 12:24:47 -07:00 |
smontagu@smontagu.org
|
88dfc298b2
|
Display one hex box with six digits for non-BMP codepoints with no glyph. Bug 376532, r+sr+a=roc
|
2007-09-20 03:16:15 -07:00 |
pavlov@pavlov.net
|
baa8d2e6cb
|
backing out 362682 due to linux tinderboxen not being upgraded... (396805, 389426)
|
2007-09-19 16:53:09 -07:00 |
pavlov@pavlov.net
|
5331bc3fe6
|
bug 362682. fix missing glyphs on linux. patch by myself and Behdad Esfahbod <mozilla@behdad.org>. r=vlad
|
2007-09-19 15:18:42 -07:00 |
roc+@cs.cmu.edu
|
53ca6e7cdc
|
Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky
|
2007-09-18 16:12:06 -07:00 |
mozilla@weilbacher.org
|
eec2b9163c
|
[OS/2] Bug 395301: Move offscreen surface creation from gfxOS2Platform to gfxOS2Surface
|
2007-09-18 14:20:25 -07:00 |
masayuki@d-toybox.com
|
231ee2813d
|
Bug 380026 "text-decoration: underline" for CJK characters is positioned higher than expected r+a=vlad
|
2007-09-18 02:40:24 -07:00 |
mozilla@weilbacher.org
|
591b687f10
|
[OS/2] Creation of a minimal 1x1 surface is good enough, and we always own the PS in the gfxOS2Surface(HWND) constructor. Part of work in bug 371505.
|
2007-09-08 08:29:21 -07:00 |
mozilla@weilbacher.org
|
e865a0670a
|
[OS/2] Make debug output in gfxOS2Surface a bit more useful
|
2007-09-08 07:50:09 -07:00 |
masayuki@d-toybox.com
|
51e6dcf8f0
|
backing out previous checked-in, because some tests are failed in tinderbox
|
2007-09-05 16:46:09 -07:00 |
masayuki@d-toybox.com
|
ebccfdcfdb
|
Bug 380026 'text-decoration: underline' for CJK characters is positioned higher than expected. r+a=vlad
|
2007-09-05 16:03:04 -07:00 |
jwalden@mit.edu
|
e574119f30
|
Bug 348748 - Cleanup from the handful of patches which have landed since the initial landing that have readded cast macros; I intend to remove the rest of the instances Very Soon, all but certainly before the M8 freeze, so the macro definitions can be removed, again all but certainly before the M8 freeze, if people are okay with them being removed. Still r=bsmedberg, a=no-functionality-change
|
2007-09-04 23:41:35 -07:00 |
roc+@cs.cmu.edu
|
4a8e54c43b
|
Bug 394384. Fix accounting error when tracking the number of times a textrun is referenced from the word cache. debug-only. r+a=pavlov
|
2007-09-03 20:40:14 -07:00 |
roc+@cs.cmu.edu
|
247c3f625a
|
Bug 388367. Treat form-feed as one of the characters that always breaks up textrun words and should never be passed to platform textrun code. r+a=vlad
|
2007-09-03 19:38:33 -07:00 |
masayuki@d-toybox.com
|
09bbf2b929
|
Bug 394109 Inconsistent text-decoration positioning. r+sr+a=roc
|
2007-09-03 08:27:26 -07:00 |
masayuki@d-toybox.com
|
8d58bb3b74
|
Oops, backing-out previous checked-in, because tinderbox has RED.
|
2007-09-03 04:03:49 -07:00 |
masayuki@d-toybox.com
|
a3584487f1
|
Bug 394109 Inconsistent text-decoration positioning. r+sr+a=roc
|
2007-09-03 04:01:48 -07:00 |