Граф коммитов

5156 Коммитов

Автор SHA1 Сообщение Дата
longsonr%gmail.com 242e70f2bd Bug 379284 - Support font-weight='lighter' on Windows. r=vladimir,sr=roc 2007-06-05 09:29:11 +00:00
joshmoz%gmail.com 10217e283b use a smaller system font for eSystemFont_List on Mac OS X. b=262191 r=smorgan sr=roc 2007-06-02 22:17:23 +00:00
martijn.martijn%gmail.com 99cd9a8181 Fix mingw build issue from Bug 377950 - Need to get real cmaps from fonts, r+sr=pavlov 2007-06-02 10:12:40 +00:00
roc+%cs.cmu.edu 65a6207513 Fixing bustage. 2007-05-31 05:21:56 +00:00
roc+%cs.cmu.edu f35b5a431f Bug 382490. Fix trimming in BreakAndMeasureText so when we back up to a break opportunity, we back up the trimming state too. r=pavlov 2007-05-31 05:04:24 +00:00
roc+%cs.cmu.edu f5dea68223 Bug 382279. Disable ligatures when letter-spacing is in effect. Also, avoid adding space inside ligatures if the gfx backend doesn't respect our disabling of ligatures. r=pavlov 2007-05-31 05:01:57 +00:00
vladimir%pobox.com a06fe0b57a b=379834, scrolling with large dashed border extremely slow, r+sr=roc 2007-05-31 00:38:41 +00:00
roc+%cs.cmu.edu 2a3bfee38b Not (Really) Part Of The Build. Comment and whitespace changes only. More specific documentation for gfxSkipChars. 2007-05-30 22:20:11 +00:00
vladimir%pobox.com ce79dff7cf b=375042, cairo symbol exposed, potentially conflicting with system cairo, r=stuart 2007-05-30 08:34:28 +00:00
vladimir%pobox.com 1af93cd30c b=348462, clamp font size to a lower value; r=stuart 2007-05-30 08:32:50 +00:00
vladimir%pobox.com 45bc778cf4 b=364968, cairo big-image downscaling limit dest coord psace (corrupt favicon tab images), r+sr=roc 2007-05-30 08:22:05 +00:00
vladimir%pobox.com c51f393221 b=364968, cairo big-image downscaling limit dest coord psace (corrupt favicon tab images), r+sr=roc 2007-05-30 08:20:40 +00:00
vladimir%pobox.com df9864d5ba b=368247, new border rendering approach, r+sr=roc 2007-05-30 02:46:54 +00:00
pavlov%pavlov.net 02452dfe95 relanding code to get and cache code point info from each font on your system and improve font selection speed and results. bug 377950. r=vlad/roc,sr=roc 2007-05-30 00:07:03 +00:00
benjamin%smedbergs.us d5f66c9e77 Backout bug 377950 due to startup crashes. 2007-05-29 15:09:23 +00:00
pavlov%pavlov.net 765f18ce7f Get and cache code point info from each font on your system and improve font selection speed/results. bug 377950. r=vlad/roc,sr=roc 2007-05-29 10:24:17 +00:00
roc+%cs.cmu.edu d4dd2c21eb Bug 382206. Ensure that the clip rectangle used to draw partial ligatures is pixel-aligned. Also fix an off-by-one error that busted the detection of the end of a ligature. r=pavlov 2007-05-29 09:47:54 +00:00
mozilla%weilbacher.org b7291e2df6 [OS/2] Bug 381330: improve system font handling.
- use the font name as read from OS2.INI to determine font properties
- better comment nsSystemFontsOS2::GetSystemFont()
- fix debugging typo (+1) left by mistake in earlier checkin
2007-05-28 23:49:06 +00:00
mozilla%weilbacher.org 5a2d1c3221 [OS/2] Bug 381333: improve Thebes font handling on OS/2.
- fix faulty missing-glyph case
- add the fix from bug 377923
2007-05-28 22:00:00 +00:00
mozilla%weilbacher.org b5b8d4f79e [OS/2] Bug 381330: improve system font handling.
Convert system units (pt) to Gecko units (px).
Remove unnecessary function GetSystemFontInfo(), everything can be done inside GetSystemFont() directly.
2007-05-28 16:28:11 +00:00
vladimir%pobox.com 63dd0cf3e5 b=375047, fragile pango initialization, r=roc 2007-05-23 03:57:34 +00:00
vladimir%pobox.com f6ef833e11 b=324698, disable bilinear filtering for upscaled images (upscaling causes misrendering), r=roc 2007-05-23 03:54:38 +00:00
sharparrow1%yahoo.com d6b14eb5b9 Relanding bug 380438: Black lines appearing on the Opera Desktop Team Blog comments. r+sr=roc. 2007-05-23 03:45:59 +00:00
roc+%cs.cmu.edu 03428b2a01 Bug 377923. Hide glyphs for \t, \r and \n under all circumstances. r=pavlov 2007-05-23 03:45:52 +00:00
sharparrow1%yahoo.com 1c0bcf37c2 Backing out due to red tree. 2007-05-23 01:57:41 +00:00
sharparrow1%yahoo.com c0de8f795e Bug 380438: Black lines appearing on the Opera Desktop Team Blog comments. r+sr=roc 2007-05-23 01:42:37 +00:00
roc+%cs.cmu.edu e4955b1044 Bug 381127. Add whitespace trimming capability to BreakAndMeasureText. r=pavlov 2007-05-22 23:40:07 +00:00
roc+%cs.cmu.edu a2c6a534d5 Bug 381128. Remove gfxPangoFonts::Measure, it's kinda broken and not all that helpful right now. r=pavlov 2007-05-22 23:33:19 +00:00
tor%cs.brown.edu 5bed159118 Bug 380071 - add cairo_clip_extents() functionality to thebes. r=vlad 2007-05-22 19:30:04 +00:00
jminta%gmail.com 85c24b857c Bug 377717 again, if this doesn't go green i'll back out 2007-05-21 02:57:10 +00:00
jminta%gmail.com 7bf82b348d try again 2007-05-21 02:45:45 +00:00
jminta%gmail.com dfb4928761 bustage fix from Bug 377717 2007-05-21 02:42:02 +00:00
jminta%gmail.com 62aed7c06f Bug 377717 Remove 'decorations' and 'variant' from gfxFontStyle, r=pavlov 2007-05-21 02:18:05 +00:00
roc+%cs.cmu.edu e4ec9ff229 Bug 377232. Align font boundaries with cluster boundaries to avoid ATSUI weirdness where it chooses different fonts fo characters in the same cluster... 2007-05-21 02:02:16 +00:00
roc+%cs.cmu.edu 006e40ca97 Bug 380484. Don't divide by zero if a font has a really small maxAdvance. r=vlad 2007-05-21 01:56:10 +00:00
roc+%cs.cmu.edu dfc119def4 Bug 380210. Time out fonts after 30 seconds, not 3 seconds. r=vlad 2007-05-21 01:54:13 +00:00
vladimir%pobox.com a6b13d4737 b=380494, followup for zero-sized surfaces; allow zero-sized image surfaces to be created, r+sr=roc 2007-05-20 22:46:53 +00:00
vladimir%pobox.com 2c0c44d995 b=379436, borders on elements > 2^15px drawn backwards, r=dbaron 2007-05-20 22:41:21 +00:00
mozilla%weilbacher.org c5e4015252 [OS/2] Bug 371504: get Thebes working on OS/2 again.
- Change the font handling over from native OS/2 GPI to Fontconfig+Freetype.
- This lets us use cairo text drawing.
Finally end the months long OS/2 build break.
2007-05-20 13:45:49 +00:00
mozilla%weilbacher.org 7208756028 [OS/2] Bug 371504: Makefile additions for Thebes on OS/2, r=vlad 2007-05-20 13:28:12 +00:00
joshmoz%gmail.com 925c06e9a8 don't put a dropmarker in comboboxes if nsITheme says not to. b=370282 r/sr=roc 2007-05-18 03:04:05 +00:00
roc+%cs.cmu.edu 2fa939ffd5 Not (Really) Part Of The Build. Fix shortcut calculation that was causing random crashes with new textframe. 2007-05-17 05:18:21 +00:00
vladimir%pobox.com 770ff41178 b=380494, allow zero-width/height surfaces (crash moz_cairo_win32_surface_get_image etc.), r+sr=roc 2007-05-15 20:27:10 +00:00
dbaron%dbaron.org b0ef6158d8 Account for non-pixel-aligned current transforms when snapping to pixel coordinates. b=369882 r=vlad 2007-05-15 05:15:53 +00:00
roc+%cs.cmu.edu f0c99ae7eb Bug 380692. Change gfxTextRun API so the textrun copies text, if necessary, instead of the caller having to do it. r=vlad 2007-05-15 03:56:48 +00:00
roc+%cs.cmu.edu 02a975fc9b Not (Really) Part Of The Build (Yet). Make gfxSkipCharsIterator::IsOriginalCharSkipped operate correctly when the iterator is currently pointed at a zero-length run. 2007-05-15 03:09:16 +00:00
roc+%cs.cmu.edu 1e91656fd6 Bug 380484. Work around ATSUI's 32k pixel limitation; when creating textruns, split the textrun up into smaller pieces if necessary before we pass it to ATSUI. r=vlad 2007-05-15 03:06:52 +00:00
roc+%cs.cmu.edu 64d540a3a5 Bug 380484. Work around ATSUI's 32k pixel limitation; when creating textruns, split the textrun up into smaller pieces if necessary before we pass it to ATSUI. r=vlad 2007-05-15 02:54:21 +00:00
asqueella%gmail.com 337f2fc2d7 Bug 380153 - SetupClusterBoundaries uses unset attrs from pango_break after NUL.
p=Karl Tomlinson <mozbugz@karlt.net>
r=roc
2007-05-13 12:31:24 +00:00
asqueella%gmail.com 8112731cc3 Bug 375864 - Crash [@ gfxTextRun::CompressedGlyph::IsClusterStart] when viewing URL as UTF-16
p=Karl Tomlinson <mozbugz@karlt.net>
r+sr=roc
2007-05-13 11:32:43 +00:00