Vladimir Vukicevic
75d1be2f68
Merging mozilla-central to mozilla-qt.
2008-04-30 16:00:19 -07:00
vladimir@pobox.com
7899dfcd1c
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
0503319868
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
Vladimir Vukicevic
b45c5dd1f4
[cairo-qpainter] Create QPixmaps with an alpha channel if required
2008-04-28 18:15:30 -07:00
roc+@cs.cmu.edu
47bc7d7c61
Backing out bug 427411
2008-04-28 17:28:22 -07:00
roc+@cs.cmu.edu
c8a7153bc7
Bug 427411. Handle GetTextMetrics failing when we create a gfxWindowsFont (can happen if we're out of GDI resources or Windows' font catalog is stale). r=pavlov,a=damon
2008-04-28 15:30:22 -07:00
vladimir@pobox.com
46cf3cd7cc
b=430979, CGFont leaks -- patch from upstream; r=me, a=damon
2008-04-28 14:27:35 -07:00
vladimir@pobox.com
6baac9aa4f
b=429915, color mismatch with 1x1 images (SetColor API broken) ; r=stuart, a=damon
2008-04-28 14:27:05 -07:00
caillon@redhat.com
453986163d
Bug 384090 - [GTK+] incorrect logical resolution for converting font sizes in pt, etc. Get the actual resolution used by GTK+/X instead of a best-guess based on screen dimensions r=Behdad Esfahbod, Owen Taylor sr=Robert O'Callahan a=Damon Sicore
2008-04-28 13:47:54 -07:00
vladimir@pobox.com
71a55bdeaf
b=429678, crash with failed printing of outset border with transparency; patch from upstream; a=me
2008-04-25 09:35:24 -07:00
Olli.Pettay@helsinki.fi
39b1d05091
backout Bug 430465
2008-04-25 04:31:13 -07:00
roc+@cs.cmu.edu
8e466b347b
Bug 430465. Don't round source coordinates in the tiled-image-drawing path. r=vlad,a=beltzner
2008-04-25 02:40:04 -07:00
jruderman@hmc.edu
ebc6571179
Adding a crashtest
2008-04-22 21:09:02 -07:00
roc+@cs.cmu.edu
6efc31a8bb
Bug 429899 crashtest
2008-04-22 19:08:20 -07:00
roc+@cs.cmu.edu
3cefc89ca4
Bug 429899. Always treat the first character of a ligature as the start of a cluster when dividing ligature width among clusters. r+a=vlad
2008-04-22 19:06:22 -07:00
Vladimir Vukicevic
d16abb90c9
[qpainter] take redirected device offsets into account in acquire_source_surface
2008-04-20 06:50:50 -07:00
Stuart Parmenter
34cd850a8f
removing printfs
2008-04-20 04:38:54 -07:00
Stuart Parmenter
5b4149607b
use fontconfig for font lookup misses and cache the results
2008-04-20 04:34:04 -07:00
Stuart Parmenter
54bb4e7507
removing +x on the files
2008-04-20 03:37:33 -07:00
Vladimir Vukicevic
0fa925bb12
[qpainter] Correctly convert QMatrix -> cairo_matrix_t
2008-04-20 01:41:51 -07:00
Vladimir Vukicevic
bf546c7118
[qpainter] Implement gradients in qpainter cairo backend; cleanup ben/brush conversion
2008-04-20 01:41:25 -07:00
Vladimir Vukicevic
e78405c784
[qpainter] Add getters for QImage; also make OptimizeImages a noop
...
The QPainter back end knows how to create a QImage from an image surface
while painting, so no need to copy the image.
2008-04-20 01:40:10 -07:00
Vladimir Vukicevic
84816e0e51
[qpainter] Set a clip on the xlib surface when drawing glyphs; correct redir offsets
...
Also create an xlib surface correctly for widgets, taking into account
redirected device offsets (such as when double buffering)
2008-04-20 01:35:51 -07:00
vlad
7a548ccaae
Qt: widget/gfx work (gfx part)
...
- Fix crash on window close
- Qt expects the QWidget to remain available even after it has
processed a close event. So, use deleteLater() instead of
deleting outright.
- Also carry around the MozQWidget pointer (though we need to rework
CreateQWidget and ::Initialize) so that we can call dropReceiver
- Fix screen <-> widget coordinate translation
- Fixes popup menu positioning
- Honor mayWait in nsAppShell::ProcessNextNativeEvent
- Prevents massive busy-waiting
- Don't pretend to support translucent windows
- Fix embedding widget build failure
- cairo-qpainter: invert source matrix in paint() to get proper
transform (proper positioning of elements drawn using paint())
- Cleaner event handling in mozqwidget -- return full nsEventStatus,
not just boolean, and decide whether to call QWidget::event() based
on that.
2008-04-20 11:27:17 +03:00
romaxa@romaxa.research.nokia.com
e59e7eca07
Fixed wrong gfxPlatformQt include name
2008-04-19 20:16:59 +03:00
stuart
8de27e7c4c
adding synthetic italic support
2008-04-19 19:07:24 +03:00
romashin
4604eebabb
Probably Fixed crash on device
...
Add binary package microb-precious
2008-04-19 19:07:05 +03:00
vlad
49036268f3
Qt: widget/gfx work
...
- Fix crash on window close
- Qt expects the QWidget to remain available even after it has
processed a close event. So, use deleteLater() instead of
deleting outright.
- Also carry around the MozQWidget pointer (though we need to rework
CreateQWidget and ::Initialize) so that we can call dropReceiver
- Fix screen <-> widget coordinate translation
- Fixes popup menu positioning
- Honor mayWait in nsAppShell::ProcessNextNativeEvent
- Prevents massive busy-waiting
- Don't pretend to support translucent windows
- Fix embedding widget build failure
- cairo-qpainter: invert source matrix in paint() to get proper
transform (proper positioning of elements drawn using paint())
- Cleaner event handling in mozqwidget -- return full nsEventStatus,
not just boolean, and decide whether to call QWidget::event() based
on that.
2008-04-19 19:02:53 +03:00
romaxa@romaxa.research.nokia.com
d5f80676b2
Remove files added by mistake
2008-04-19 18:56:33 +03:00
romashin
2f61202615
Fixed compilation problems with sb-QT arm
2008-04-19 18:53:37 +03:00
romashin
948fb9d032
Still some indent fixes
2008-04-19 18:43:27 +03:00
romashin
930c063118
Added new cairo-qt surface from Vlad's patch
...
New created files moved in sandbox/qt_port.. cairo and gfxQPainterSurface
Changes for existing files applyed from 100_qt-qpainter-cairo.diff
Fixed building non deb mozilla with build_non_deb.sh script
Fixed tab-spaces in new created file cairo-qpainter-surface.cpp
2008-04-19 18:43:23 +03:00
romashin
b2f979ccae
Return back Qt font using
2008-04-19 18:40:46 +03:00
pekka.vanhoja
c847e3036f
Optimized font retrieval
2008-04-19 18:40:42 +03:00
romashin
1a9025e511
Added cairoFontface destroy
2008-04-19 18:40:37 +03:00
romashin
5a50201998
Some metrics cleanup
2008-04-19 18:40:28 +03:00
romashin
078f12cf6f
Added CairoFontFace creation from FcPattern
2008-04-19 18:40:24 +03:00
romashin
57d8594ff4
Add more proper initialization of QFont, weight, styles...
2008-04-19 18:40:20 +03:00
romashin
e45e157066
Fixed www.linux.org.ru displaying
2008-04-19 18:40:16 +03:00
romashin
e35b373aad
Updated to trunk
2008-04-19 18:40:12 +03:00
romashin
e55d099785
Add question about QFontInfo usage
2008-04-19 18:40:07 +03:00
romashin
9b91a09584
Added comment about QFontMetricsF
2008-04-19 18:40:03 +03:00
romashin
b2485baa36
Enabled stuff for proper mMetrics.subscriptOffset mMetrics.superscriptOffset calculation
2008-04-19 18:39:59 +03:00
romashin
d49e77e261
Added some stuff from gfxPangoFonts implementation
2008-04-19 18:39:55 +03:00
romashin
dc0f01d05f
Add SanitizeMetrics
2008-04-19 18:39:50 +03:00
romashin
e872ddb427
Fixed underline offset
2008-04-19 18:39:46 +03:00
romashin
60623a84f1
Added QSystemFont implementation
2008-04-19 18:39:42 +03:00
pekka.aho
18d3b0a57d
New version gfxQtFontGroup (kerning & missing glyph support)
2008-04-19 18:39:34 +03:00
pekka.aho
46e5bdcd49
Basic font implementation
2008-04-19 18:37:47 +03:00
pekka.aho
fbbd4c4e44
first version of the gfxQtFontGroup
2008-04-19 18:37:43 +03:00
pekka.aho
446dfe95fd
First version of gfxQtFont
2008-04-19 18:37:38 +03:00
romashin
ba1b5d400e
Some font updates
2008-04-19 18:37:23 +03:00
pekka.aho
1aaa432365
first version of gfxQtFont::GetMetrics
2008-04-19 18:37:18 +03:00
romashin
d99c74c406
Added more debug info for fotns
2008-04-19 18:37:14 +03:00
Oleg Romashin
c810677195
Added Screen Manager
...
Some fixes and addditional stuff for fonts
2008-04-19 18:14:15 +03:00
Oleg Romashin
8262ab2fd7
Simple stuff for QT fonts (no crash)
2008-04-19 18:14:11 +03:00
Oleg Romashin
4eba3b64f6
Process updates
2008-04-19 18:13:55 +03:00
romaxa@romaxa.research.nokia.com
84a99fb93b
Add base implementation of gfxQtPlatform and widget/qt
2008-04-19 18:02:52 +03:00
romaxa@romaxa.research.nokia.com
c3a7c70696
Add initial fonts stuff for Qt port
2008-04-19 16:46:17 +03:00
romaxa@romaxa.research.nokia.com
edc1f46790
Add new cairo-qpainter backend for building in cairo-qt configuration
2008-04-19 16:34:30 +03:00
romaxa@romaxa.research.nokia.com
4272920e31
Add cairo-ft dependency for QT-gfx
2008-04-19 16:31:30 +03:00
romaxa@romaxa.research.nokia.com
2b054deaa5
Enabled building of gfxQtFonts and gfxQtPlatform for cairo-qt configuration
2008-04-19 16:19:04 +03:00
jdaggett@mozilla.com
c0598fe74c
Bug 428458. Fix fixed-pitch font handling for mac/win. r+sr=roc, a=vlad
2008-04-18 02:11:47 -07:00
jdaggett@mozilla.com
2ee42ab292
Bug 427602. Switch use of TArray<nsAutoString> to TArray<nsString> within gfx code. r=stuart, a=schrep (reland)
2008-04-17 21:32:18 -07:00
gavin@gavinsharp.com
62c016af27
Bug 405684: checking incorrect character in UniscribeItem::ComputeRanges, patch by pavlov@pavlov.net, r=vlad, a=beltzner
2008-04-17 18:46:47 -07:00
roc+@cs.cmu.edu
2f3a2a68d3
Backing out 427602 to try to fix failures
2008-04-17 04:18:58 -07:00
jdaggett@mozilla.com
43adb98eef
Bug 427602. Switch use of TArray<nsAutoString> to TArray<nsString> within gfx code. r=stuart, a=schrep
2008-04-17 01:30:15 -07:00
roc+@cs.cmu.edu
105a5ead75
Bug 409227. _cairo_clip_init_deep_copy should pass 0,0 as the starting coordinates when it clones the clip surface, because we just want an exact copy of the surface. r=vlad,a=beltzner
2008-04-17 01:22:31 -07:00
vladimir@pobox.com
6c34cc30ae
b=428563, minor upgrade to cairo 1.6.4, really this time; r=me,a=beltzner
2008-04-16 05:44:28 -07:00
leon.sha@sun.com
12b77d6a08
Bug 428903 There are debug information printed in release build. (nsThebesDeviceContext.cpp). vladimir: review+ vladimir: superreview+ beltzner: approval1.9+
2008-04-15 20:27:03 -07:00
karlt+@karlt.net
30dca2d0ab
Ensure aveCharWidth is wide enough for numerals. b=410405 r=pavlov a1.9=schrep
2008-04-15 18:03:51 -07:00
karlt+@karlt.net
85a602324c
Use ceil instead of round in GetAveCharWidth and GetSpaceWidth for consistency with GetMaxAdvance. b=428458 r=pavlov sr=roc a1.9=damons
2008-04-15 16:34:06 -07:00
pavlov@pavlov.net
9945d80a1a
bug 424386. return the correct depth rather than a hardcoded 24. r/a=vlad
2008-04-15 07:16:29 -07:00
roc+@cs.cmu.edu
f6467024e4
Bug 427730. Make text for ATSUI layout end in ' ' or ' .' instead of '.', to ensure the last character isn't treated as the start of a kerning pair. r=jdaggett,sr=vlad,a=beltzner
2008-04-14 18:48:19 -07:00
masayuki@d-toybox.com
e3a9d389c3
Bug 426616 Acid2 chin is 1px too tall in FF3b5 r=pavlov, sr=roc, a1.9=beltzner
2008-04-12 01:54:18 -07:00
vladimir@pobox.com
3f6b316a26
backout?
2008-04-11 13:08:04 -07:00
vladimir@pobox.com
cc91e30271
forgot to update README file
2008-04-11 12:45:28 -07:00
vladimir@pobox.com
d42a84d282
b=428563, Upgrade Cairo to 1.6.2; r=me,a=beltzer
2008-04-11 12:38:41 -07:00
reed@reedloden.com
cc25eeb86b
Bug 427985 - "Mozilla stops repainting in this testcase after a while" (leak fix) [p=pavlov@pavlov.net (Stuart Parmenter) r=vlad b1.9+a1.9=damons]
2008-04-11 00:01:14 -07:00
karlt+@karlt.net
381f5c9e0f
Use a PangoFontMap for pango_itemize that provides the same primary font from document language rather than adjacent characters b=416725, r+sr+a1.9=pavlov
2008-04-08 23:55:49 -07:00
karlt+@karlt.net
75e6d90392
Backing out b=410405 to see if it fixes test failures.
2008-04-08 19:29:44 -07:00
karlt+@karlt.net
4fbc3e01ab
Ensure aveCharWidth is wide enough for numerals. b=410405, r=pavlov.
2008-04-08 17:02:41 -07:00
vladimir@pobox.com
f87d8067be
b=419715, minor cairo upgrade to un-roll-back regressions and add fixes from upstream ; r=me
2008-04-08 13:11:21 -07:00
longsonr@gmail.com
dcf31e3f4d
Bug 425662 - Scaled SVG content can get the wrong metrics and poison the cache. r+sr=roc,a1.9=beltzner
2008-04-08 06:12:04 -07:00
jdaggett@mozilla.com
23040ad7c0
Bug 423571. Short circuit system-wide font fallback for U+FFFD on Mac. r+sr=vlad
2008-04-08 01:46:15 -07:00
pavlov@pavlov.net
caa985e884
bug 427084. Use GetGlyphIndiciesW rather than ScriptGetCMap for type1 fonts. r=vlad
2008-04-08 00:32:38 -07:00
joshmoz@gmail.com
ae1b37cd72
back out 425662 for longsonr because it might have caused tbox orange
2008-04-07 20:53:12 -07:00
dholbert@cs.stanford.edu
79956d9834
Bug 389949, first patch: Use POINTS_PER_INCH_FLOAT in place of magic number '72.0f'. Basically cosmetic -- shouldn't change our behavior at all. r+sr=vlad, a=blocking1.9+
2008-04-07 17:27:10 -07:00
longsonr@gmail.com
066543a684
Bug 425662 - Scaled SVG content can get the wrong font size and poison the font cache. r+sr=roc,a1.9=beltzner
2008-04-07 16:18:12 -07:00
vladimir@pobox.com
bf03b0ce8a
roll back cairo commit c1062bf to fix assertion failures
2008-04-07 02:17:14 -07:00
vladimir@pobox.com
7518ed14b1
dummy commit to kick tinderbox
2008-04-06 23:34:48 -07:00
vladimir@pobox.com
9937399425
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- add patch to fix cairo bustage ; r=me
2008-04-06 22:09:53 -07:00
vladimir@pobox.com
9d2746ea01
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch cairo-upgrade-more.patch ; r=me
2008-04-06 22:09:44 -07:00
vladimir@pobox.com
e3ec1af47b
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch cairo-upgrade.patch ; r=me
2008-04-06 22:08:30 -07:00
vladimir@pobox.com
0de6a7da59
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch pixman-upgrade.patch ; r=me
2008-04-06 22:07:38 -07:00
vladimir@pobox.com
5202d05ee6
backout [mq]: cairo-rollback.patch
2008-04-06 16:34:08 -07:00
vladimir@pobox.com
7ffac589e5
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch cairo-upgrade-more.patch ; r=me
2008-04-06 15:14:31 -07:00
vladimir@pobox.com
ebd87cd7e8
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch cairo-upgrade.patch ; r=me
2008-04-06 15:14:09 -07:00
vladimir@pobox.com
ecab6f917c
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch pixman-upgrade.patch ; r=me
2008-04-06 15:13:57 -07:00
roc+@cs.cmu.edu
8ebfdc71fd
Crashtest for bug 423270.
2008-04-06 03:14:31 -07:00
roc+@cs.cmu.edu
6288408739
Bug 423270. Make gfxTextRunWordCache handle cases where a space and another character combine to form a ligature. r=vlad
2008-04-06 03:12:21 -07:00
pavlov@pavlov.net
616b8f3294
bug 425336. check for S_OK explicitly rather than != S_FALSE. r=vlad
2008-04-04 00:39:58 -07:00
smontagu@smontagu.org
ba7cd22507
Bug 378105. Update default fonts for Indic scripts. r=pavlov, ui-review+approval1.9=beltzner
2008-04-03 21:23:18 -07:00
pavlov@pavlov.net
aeee4f54ce
bug 425336. fix problems with bitmap and vector fonts. r=vlad
2008-04-03 19:21:06 -07:00
jdaggett@mozilla.com
c8a249f681
Bug 419744. Load font cmap info via a background task. r+sr=stuart
2008-04-03 19:01:22 -07:00
reed@reedloden.com
0a4e1e922e
Bustage fix for bug 413787.
2008-04-01 22:21:01 -07:00
reed@reedloden.com
c054f1fe88
Bustage fix for bug 413787.
2008-04-01 21:09:08 -07:00
reed@reedloden.com
83fae0ab2b
Bug 413787 - "NSToIntRound, NSToCoordRound code generation" [p=mmoy@yahoo.com (Michael Moy) r+sr=roc a1.9=schrep]
2008-04-01 20:47:07 -07:00
roc+@cs.cmu.edu
68dad535ef
Bug 424873. Make GetWidgetOverflow take the new frame size as input instead of using the possibly-stale old frame size. r+sr=dbaron
2008-04-01 16:34:20 -07:00
reed@reedloden.com
4f3f6ba182
Bug 394103 - "All elements are HUGE (when doing dpi autodetect?)" (scale for 192+ dpi) [p=asac@jwsdot.com (Alexander Sack) r+sr=roc a1.9=schrep]
2008-04-01 01:41:21 -07:00
roc+@cs.cmu.edu
f472753852
Bug 421885. Make tiled image drawing sample only the correct subimage by manually padding if necessary. r=vlad
2008-03-31 02:40:53 -07:00
mozilla@weilbacher.org
b57f450293
Bug 418104: Remove non-cairo Windows gfx code from the tree, removal of all obsolete files, r=alfredkayser, sr=pavlov, a=beltzner
2008-03-30 03:12:50 -07:00
masayuki@d-toybox.com
0fe28c8bf0
Bug 425488 Underlines are too far from text (e.g. Gmail links) r+b1.9=stuart
2008-03-29 15:27:25 -07:00
masayuki@d-toybox.com
5ec1573a88
Bug 421353 Moving the mouse over text hyperlinks which become underlined spikes cpu usage r=roc+stuart, sr=roc, a1.9=beltzner
2008-03-29 14:25:15 -07:00
reed@reedloden.com
3cbc3f6cee
Back out Robert O'Callahan's patch from bug 421885 due to reftest failure.
2008-03-28 02:32:03 -07:00
reed@reedloden.com
e060787d5d
Bug 421885 - "Google reader search results have strange red line and broken border around them" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=vlad a=blocking1.9+]
2008-03-28 01:40:02 -07:00
vladimir@pobox.com
95d6f932bc
b=425593, print failure with 'some printing functionality not implemented' message (it\'s NS_OK, really!); r=stuart
2008-03-28 00:13:37 -07:00
pavlov@pavlov.net
106217752c
bug 424945. reduce GDI object use by using the selected font weight and rounded font size (when no size adjust) for doing cache lookups. r=vlad
2008-03-27 16:30:43 -07:00
jruderman@hmc.edu
bc998a8c29
Add a crashtest
2008-03-26 19:40:46 -07:00
vladimir@pobox.com
93c9cf6bdf
b=409953; deref of null pointer on cancel of print-to-file (ignoring errors during printing is bad, mmmkay?); r=stuart
2008-03-26 18:21:46 -07:00
jruderman@hmc.edu
1002310f20
Adding a crashtest.
2008-03-26 18:20:59 -07:00
jruderman@hmc.edu
86d3f0edba
Add crashtests
2008-03-26 16:23:43 -07:00
masayuki@d-toybox.com
5b65a0a50f
Bug 425249 gfxWindowsPlatform::InitBadUnderlineList() is broken by bug 424018 r+b1.9+a1.9b5=stuart
2008-03-26 14:43:43 -07:00
pavlov@pavlov.net
3268144890
bug 424018. fix ts regression by loading character maps lazily. r=vlad
2008-03-26 14:32:51 -07:00
pavlov@pavlov.net
ae717b37bf
backing out changes that weren't supposed to be part of my previous backout...
2008-03-26 14:13:32 -07:00
pavlov@pavlov.net
0498053d35
backing out previous patch.
2008-03-26 13:24:37 -07:00
pavlov@pavlov.net
275accd3a6
bug 424018. make character map loading lazy to fix ts regression. r=vlad a=beltzner
2008-03-26 11:02:57 -07:00
reed@reedloden.com
5abf6e34f6
Bug 424650 - "Wrong nsAutoPtr usage break Mingw build" [p=Techrazy.Yang@gmail.com (Bo Yang) r=stuart a1.9b5=beltzner]
2008-03-24 21:46:30 -07:00
pavlov@pavlov.net
e5fb3011fe
backing out trial patch for bug 424018.
2008-03-23 01:23:45 -07:00
pavlov@pavlov.net
2b15a2b4cc
trial run for bug 424018. trying to fix Ts regression
2008-03-22 22:41:52 -07:00
pavlov@pavlov.net
799cb0ef24
bug 424566. fix crash in font selection. r/a=vlad
2008-03-22 18:13:10 -07:00
pavlov@pavlov.net
616a42e978
bug 424165. clamp font weights from the OS to be within 100 and 900. r/a=vlad
2008-03-21 21:16:00 -07:00
pavlov@pavlov.net
a77a246041
bug 399636. make symbol fonts behave in unexpected ways. r=vlad a=beltzner
2008-03-21 15:19:12 -07:00
pavlov@pavlov.net
986ecb504f
bug 424398. fix crash when installing new fonts while loading pages. r=vlad a=beltzner
2008-03-21 14:22:29 -07:00
pavlov@pavlov.net
f7f977f5fb
bug 418384. use GDI when Uniscribe doesn't like a font. Fixes crash. r=vlad a=beltzner
2008-03-21 13:22:58 -07:00
pavlov@pavlov.net
f6fe797507
bug 424165. Fixes crashes and problems with choosing a bold font when we should pick a lighter one. r=vlad a=beltzner
2008-03-20 15:09:45 -07:00
pavlov@pavlov.net
7a51a3f17a
bug 382542. support synthetic bold for fonts. r=vlad
2008-03-19 22:35:05 -07:00
pavlov@pavlov.net
69d8134568
bug 382542. fix problems with font fallback and font variations. r=vlad/jdaggett
2008-03-19 17:41:19 -07:00
jdaggett@mozilla.com
6c6a9458a8
Bug 364713. Synthetic bolding/italics on mac using double-strike and font matrix skew. r=vlad,stuart, sr=stuart
2008-03-19 17:02:21 -07:00
dholbert@cs.stanford.edu
703b6a2f0c
Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) Orig Patch: [r=ventron sr=roc] Updates: [r=ventron r+sr=vlad] a=blocking1.9+
2008-03-19 13:51:42 -07:00
pavlov@pavlov.net
605d1a5e15
bug 382542. Deal with different style variations of fonts containing different character maps. r=vlad
2008-03-18 17:06:55 -07:00
vladimir@pobox.com
1bb9a7138e
b=423524, CGContextGetType warnings showing up in console, r=stuart
2008-03-18 13:36:40 -07:00
vladimir@pobox.com
49aa8f5a1b
b=422661, long table border rendered incompletely (wrong coordinate conditioning in gfxRect), r+sr=roc
2008-03-18 13:30:16 -07:00
mozilla@weilbacher.org
c2ccd01d8f
[OS/2] Bug 423115: OS/2 build break about GCC parameters in libpixman, r=vlad
2008-03-15 11:45:30 -07:00
vladimir@pobox.com
ebe1532b8d
b=421422, cairo upgrade followup, fixing subpixel AA on OSX
2008-03-14 23:20:21 -07:00
vladimir@pobox.com
af264848bc
b=421422, cairo upgrade ; r=me
2008-03-14 20:45:12 -07:00
vladimir@pobox.com
dc242e7dae
b=421422, cairo upgrade ; r=me
2008-03-14 20:44:23 -07:00
pavlov@pavlov.net
d423445e57
bug 396315. Fixing type1 fonts on Windows. r=vlad
2008-03-14 16:02:32 -07:00
mozilla@weilbacher.org
e1a6b200e0
Bug 418105: Remove non-cairo Mac gfx code from the tree, r=joshmoz, sr=vladimir, a1.9=beltzner
2008-03-14 12:59:41 -07:00
reed@reedloden.com
9c168d6abb
Bug 415854 - "make single-pixel optimization release surface memory" (remove ThebesPattern) [p=joe@drew.ca (Joe Drew [JOEDREW!]) r=vlad a=blocking1.9+]
2008-03-14 09:37:05 -07:00
reed@reedloden.com
f47915e86c
Bug 422620 - "Remove NS_BrightenColor and NS_DarkenColor" [p=alfredkayser@gmail.com (Alfred Kayser) r=vlad a1.9=damons]
2008-03-14 09:27:14 -07:00
dholbert@cs.stanford.edu
8dd5c85dec
Backing out Bug 417356, due to pagination reftest failures.
2008-03-14 01:50:13 -07:00
jdaggett@mozilla.com
75971f75a6
Bug 408965. Cmaps for fonts with Unicode-platform format-12 cmaps are not read (patch by Jjgod Jiang). r+sr=stuart
2008-03-14 01:35:35 -07:00
dholbert@cs.stanford.edu
d092b6c530
Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) r=ventron sr=roc a=blocking1.9+
2008-03-14 00:48:04 -07:00
pavlov@pavlov.net
581e6848a4
bug 420675. shouldn't be bolding weight 500. r=vlad
2008-03-13 23:17:25 -07:00
stefanh@inbox.com
c5325293f4
Bug 421814 - Use HITheme to draw backgrounds for groupboxes. r=josh+Mano, sr=roc, a1.9=dsicore.
2008-03-13 13:24:29 -07:00
masayuki@d-toybox.com
339e1a7fa5
Bug 390901 CJK - font-name is not recognised correctly in preferences p=me+jdagett(mac part)+kerlt(fontconfig part) r=jdagett+me+stuart+mconnor b1.9=stuart
2008-03-13 03:32:50 -07:00
pavlov@pavlov.net
74be0161b3
bug 396315. get type1 fonts fonts mostly displaying correctly. (also fixes bug 410801. use postscript opentype fonts for fallback) r=vlad
2008-03-12 21:16:05 -07:00
pavlov@pavlov.net
aaabd77df2
bug 396315. get type1 fonts fonts mostly displaying correctly. (also fixes bug 410801. use postscript opentype fonts for fallback) r=vlad
2008-03-12 21:15:24 -07:00
masayuki@d-toybox.com
7e17e67898
Bug 417014 Need blacklist system for underline offset adjusting of CJK fonts which have wrong underline offset r=roc+stuart, sr=roc, b1.9=stuart
2008-03-12 19:36:58 -07:00
reed@reedloden.com
a830470094
Bug 385516 - "Console is spewed with WARNING: empty langgroup" (Add default constructor to gfxFontStyle and use it) [p=wasti.redl@gmx.net (Sebastian Redl) r=stuart a1.9=damons]
2008-03-12 03:52:58 -07:00
jruderman@hmc.edu
4d17f77079
Add crashtests
2008-03-11 17:42:51 -07:00
roc+@cs.cmu.edu
dd657fc1e5
Bug 418428. Don't force devpixels to be an integer multiple of CSS pixels when printing on Windows. r=stuart
2008-03-11 17:35:00 -07:00
blassey@mozilla.com
f15f211ef3
backing out: switching narrow char system calls to wide char in windows b=418703
2008-03-11 15:46:26 -07:00
blassey@mozilla.com
f4c05b9b4a
switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon
2008-03-11 14:49:53 -07:00
karlt+@karlt.net
391e3c1aa0
Bug 421955. combining mark at start of text run rendered as NUL hex box or garbage. r=roc, a1.9=damons
2008-03-11 00:04:31 -07:00
mozilla@weilbacher.org
24f637ccdd
[OS/2] Bug 369791: adapt plugin code to compile with cairo-os2, this in principle allows plugin content to be printed and windowless plugins to display, r=mkaply, a1.9+=damons
2008-03-10 17:10:55 -07:00
roc+@cs.cmu.edu
47e24e917b
Bug 403181. Pass the desired source rectangle for background images down into nsThebesImage and ensure we don't sample outside it. Back out a bad pixman patch that caused regressions, and adjust image encoding tests so they don't depend on the regression. Also switchs some reftests to quirks mode so that the 1-appunit width of <br>s doesn't bite us. r=vlad,sr=dbaron
2008-03-09 14:55:05 -07:00
bmlk@gmx.de
4f2a2dfa66
There is no height greater than unconstrained height, bug 402872, r/sr=roc a=beltzner
2008-03-08 01:12:30 -08:00
roc+@cs.cmu.edu
da00f3f11d
Backing out Bug 403181. JPEG encoding test failure :-(
2008-03-07 01:28:34 -08:00
roc+@cs.cmu.edu
bde725a7d2
Bug 403181. Various fixes to image rendering. Most importantly, we track the desired subimage of a CSS background image and ensure we don't sample outside it. r=vlad,sr=dbaron
2008-03-07 00:34:12 -08:00
vladimir@pobox.com
a1b770422c
b=415854, make single-pixel optimized images release memory; patch from joe@drew.ca; r+sr=vlad
2008-03-05 22:51:13 -08:00
jdaggett@mozilla.com
8d6c91c4a4
Bug 421135. Fix typo in setting of mLastPrefFirstFont. r+sr=vlad
2008-03-05 17:47:33 -08:00
blassey@mozilla.com
516adb4afa
backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox
2008-03-05 14:56:43 -08:00
blassey@mozilla.com
7297b9e37e
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
2008-03-05 13:39:29 -08:00
vladimir@pobox.com
2df20df696
b=421017; upgrade cairo to 1.5.12-14-gd89edde -- additional fixes ; r=me
2008-03-04 21:45:09 -08:00
vladimir@pobox.com
53807b81af
b=421017; upgrade cairo to 1.5.12-11-g2f93504 ; r=me
2008-03-04 21:44:55 -08:00
jdaggett@mozilla.com
a1b3fb2726
Bug 420822. Missing 500 weight font should fallback to lighter weights. r+sr=stuart
2008-03-04 02:24:32 -08:00
roc+@cs.cmu.edu
ae6ea310fd
Backing out 403181 again
2008-03-04 01:36:07 -08:00
roc+@cs.cmu.edu
552c780f59
Bug 403181. Track which subimage of an image we want to draw and copy it to a temporary surface if necessary to prevent sampling of pixels outside the subimage when zooming. Also, enable EXTEND_PAD or SetFilter(0) if the context has a transformation that's not a simple translation, since that might induce cairo to sample pixels outside the source (sub)image. r=vlad,sr=dbaron
2008-03-04 00:21:34 -08:00
roc+@cs.cmu.edu
d2090ab2c3
Bug 419095 crashtest
2008-03-03 18:42:11 -08:00
roc+@cs.cmu.edu
774af88c68
Crashtest for bug 416637
2008-03-03 18:37:35 -08:00
jdaggett@mozilla.com
4de40ceba4
Bug 419757. Cache codepoints for which no font matches on windows. r+sr=stuart
2008-03-03 18:34:05 -08:00
roc+@cs.cmu.edu
59726de53c
Bug 416637. There might be some skipped characters before standalone combining marks at the start of a textrun. r=vlad
2008-03-03 18:30:20 -08:00
mozilla@weilbacher.org
419b5524a1
[OS/2] Bug 420438: Enable better image scaling on OS/2, r=wuno@lsvw, a1.9b4=beltzner
2008-03-03 01:26:08 -08:00
roc+@cs.cmu.edu
a960ecfeb9
Bug 403181 backout
2008-03-02 18:38:19 -08:00
roc+@cs.cmu.edu
cc5f19c639
Bug 403181. Use a temporary surface to prevent sampling of pixels outside the intended source rectangle when zooming the image in some cases. r=vlad,sr=dbaron,a=beltzner
2008-03-02 17:01:14 -08:00
joshmoz@gmail.com
bbd7f58f1f
always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner
2008-02-29 15:24:53 -08:00
vladimir@pobox.com
52a12eeaa2
b=419383, extract native vista toolbar styles and expose to themes ; r+sr=roc; a=beltzner
2008-02-28 21:10:38 -08:00
reed@reedloden.com
34a4c54570
Bug 419927 - "Re-enable smooth downscaling under Linux" [p=bill@wg9s.com (Bill Gianopoulos) r=vlad a1.9b4=beltzner]
2008-02-28 02:26:40 -08:00
roc+@cs.cmu.edu
d98c587318
Bug 416168. Ensure that the overflow rect for a frame always includes (0,0) even if the frame rect is empty. Also ensures that if the frame rect is empty but has non-zero dimension on one axis, the overflow rect includes that size. A scrolled view for such a frame also includes that size to ensure width:0,height:Npx and width:Npx,height:0 frames are scrollable by that amount. r+sr=dbaron
2008-02-27 01:46:22 -08:00
reed@reedloden.com
c6632d60fc
Bug 410114 - "Simplify nsTransform2D" [p=alfredkayser@gmail.com (Alfred Kayser) r+sr=roc a1.9=damons]
2008-02-26 01:42:36 -08:00
jdaggett@mozilla.com
66ac3efc2b
Bug 419370. Allow single face font families, specified in a pref setting. r+sr=stuart
2008-02-26 00:00:44 -08:00
roc+@cs.cmu.edu
74b6420b56
Bug 376375. Use Translate so we fill the right area with theme drawing after alpha recovery. r=vlad
2008-02-24 17:24:41 -08:00
vladimir@pobox.com
c52cd1b359
b=418494; use SOURCE instead of OVER when source has no transparency; r=stuart
2008-02-23 16:59:49 -08:00
vladimir@pobox.com
72b83d9d23
b=381661, reenable bilinear image filtering [mq]: 381661-enable-bilinear.patch ; r=stuart
2008-02-23 14:30:57 -08:00
roc+@cs.cmu.edu
daf5c58983
Bug 418754. Fix Mac clustering... we shouldn't set a glyph using SetSimpleGlyph if it's not the start of a cluster. Also fixes an indexing error in ligature detection. r=jdaggett,a=beltzner
2008-02-21 17:12:41 -08:00
mozilla@weilbacher.org
9c7624ba2f
Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner
2008-02-21 00:37:27 -08:00
jdaggett@mozilla.com
8392a4aa97
Bug 417444. Load in other font family names lazily to avoid doing expensive name table reads at startup. Now with no-leak technology. r+sr=roc
2008-02-20 18:46:01 -08:00
jdaggett@mozilla.com
a8458fe74c
Bug 417444. Backing out due to leakage.
2008-02-20 16:35:26 -08:00
jdaggett@mozilla.com
06297bc574
Bug 417444. Load in other font family names lazily to avoid doing expensive name table reads at startup. r+sr=roc
2008-02-20 15:57:32 -08:00
reed@reedloden.com
a192027417
Bug 395983 - "Duplicated Flash menus using r60(+) of Flash player" (do native drawing instead) [p=kinetik@flim.org (Matthew Gregan) r=vlad sr=roc a=blocking1.9+]
2008-02-20 03:33:27 -08:00
vladimir@pobox.com
3dc7062ed2
b=418353, sync up cairo to 1.5.8-87-g21049a9 imported patch 418353-cairo-upgrade.patch
2008-02-19 14:52:57 -08:00
mozilla@weilbacher.org
6dc1bf75c8
Bug 415686: remove FONT_LEADING_APIS_V2 ifdefs which are no longer useful for cairo builds. Also remove related functions and tests. r/sr=dbaron, r=pavlov, a=beltzner
2008-02-19 11:41:56 -08:00
jag@tty.nl
8a568d61a6
Bug 416998: Fix the order of member variable initializers for a few constructors. sr=bz, a=schrep
2008-02-18 23:36:50 -08:00
jag@tty.nl
06a6c43665
Bug 418026: Unconditionally include prio.h and prbit.h in gfxColor.h. sr=dbaron, a=schrep
2008-02-18 23:07:01 -08:00
jag@tty.nl
60e16aa5b6
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 00:50:04 -08:00
karlt+@karlt.net
34b039ed1c
back out gfxFontGroup::MakeTextRun with individual words. b=416725, due to performance regression on Windows.
2008-02-17 15:29:03 -08:00
karlt+@karlt.net
23a6e1fb53
gfxFontGroup::MakeTextRun with individual words. b=416725, r=roc
2008-02-17 13:43:23 -08:00
roc+@cs.cmu.edu
ea7f4724c9
Bug 374141. When printing on Windows, use an effective DPI of 144 instead of whatever the printer is. This makes native theme pixels be a reasonable size. r=stuart
2008-02-17 13:23:37 -08:00
mats.palmgren@bredband.net
182de20d10
Some broken fonts specify a negative subscript offset, use the absolute value for compat reasons. b=410917 r=vladimir sr=pavlov a=beltzner
2008-02-16 18:44:12 -08:00
masayuki@d-toybox.com
1ba248b82a
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
2008-02-16 07:31:27 -08:00
masayuki@d-toybox.com
45eff21086
Bug 402524 Need to correct the Metrics for fonts in XP level r=pavlov, b1.9=vlad
2008-02-15 13:31:38 -08:00
reed@reedloden.com
aa1677bcae
Bug 406474 - "Native GTK look for toolbar arrows" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=beltzner]
2008-02-14 21:28:44 -08:00
jdaggett@mozilla.com
779f38c614
Bug 416062. Test all faces for a given codepoint, not just the first one. r+sr=roc
2008-02-14 21:12:32 -08:00
pavlov@pavlov.net
0225752a6f
bug 407462. CJK perf issue due to Uniscribe. Fast path around it when we know we can. r=roc
2008-02-14 20:50:15 -08:00
vladimir@pobox.com
6d75975bb7
b=416018, upgrade cairo to 1.5.8-30-g80e11a8 ; r=me
2008-02-13 22:54:26 -08:00
vladimir@pobox.com
0dd9175c26
b=416181, animated image used as repeated background broken ; r=stuart
2008-02-13 22:51:58 -08:00
reed@reedloden.com
7ddc77e5bc
Bug 415867 - "AIX Compilation error for trunk build source cairo-gstate.c : line 45.43: 1506-294 (S) Syntax error in expression on #if directive." [p=shailen.n.jain@gmail.com (Shailen) r+sr=roc a1.9=schrep]
2008-02-13 03:31:00 -08:00
karlt+@karlt.net
2e38053a74
don't pango_font_get_metrics with a NULL language. b=414692 r=pavlov
2008-02-13 01:09:46 -08:00
masayuki@d-toybox.com
ccd6f620f0
Bug 333126 Bold/Italic text isn't displayed as bold/italic with cairo-gtk2 build if the font is synthesis font r=karlt, b1.9=mtschrep
2008-02-12 02:39:23 -08:00
jdaggett@mozilla.com
472608ddcd
Bug 416232. Add better error checking when reading in font name table. r+sr=roc
2008-02-12 01:31:36 -08:00
jdaggett@mozilla.com
12f31b30f3
Bug 361986. Exclude complex script codepoints for fonts that lack AAT morphing data. r=vlad,smontagu, sr=pavlov
2008-02-11 23:23:44 -08:00
karlt+@karlt.net
8129049f28
Bug 413050 - call cairo_debug_reset_static_data in system cairo on shutdown r=pavlov
2008-02-11 22:47:40 -08:00
karlt+@karlt.net
ecc1f57a0e
Bug 414649 - wrong ui font (serif vs sans). Remove FindGenericFontFromStyle. r=pavlov
2008-02-11 22:43:26 -08:00
jdaggett@mozilla.com
7976b5e9ce
Bug 396732. Cache codepoints with no fonts to avoid repeated system-wide font lookup. r+sr=vlad
2008-02-11 21:38:38 -08:00
jdaggett@mozilla.com
82b066117c
Bug 409342. Cache the last pref font looked up. r=vlad,pavlov, sr=pavlov
2008-02-11 20:57:57 -08:00
jruderman@hmc.edu
1cba504f6e
Bug 408746 is marked as fixed, so let's re-enable this crashtest.
2008-02-10 04:46:27 -08:00
masayuki@d-toybox.com
1b8f4c6a1b
Bug 415595 Use nsIPrefLocalizedString for intl.accept_languages in gfxWindowsFonts.cpp r=pavlov, b1.9=mtschrep
2008-02-09 10:47:15 -08:00
jruderman@hmc.edu
1115126e1c
Move test out of a directory that is doomed for removal
2008-02-08 01:00:21 -08:00
karlt+@karlt.net
11ae79c9de
use FC_PIXEL_SIZE instead of pango_font_describe_with_absolute_size b=414239 r+sr=roc
2008-02-07 14:17:50 -08:00
vladimir@pobox.com
81ea93d862
Add missing patch file (npotb)
2008-02-07 12:02:40 -08:00
vladimir@pobox.com
d0b2c86649
b=371867, severe performance regression on FAA flight status page, r=stuart (relanding)
2008-02-07 11:44:09 -08:00
jag@tty.nl
eb6f4c4b6c
Bug 414971: Mingw build error: `PR_ROTATE_RIGHT32' was not declared in this scope. r=wtc, sr=pavlov, a=mtschrep When using macros from prbit.h, don't expect others to include it for you.
2008-02-07 00:15:50 -08:00
reed@reedloden.com
63918cc339
Bug 406376 - "Firefox generating PostScript Level 3 code, instead of Level 2 one (was: Printing graphics prints a solid black box)" (Use Level 2) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a=blocking1.9+]
2008-02-06 21:26:50 -08:00
mozilla.mano@sent.com
3f3731d56b
Backing out bug 371867 again
2008-02-06 17:43:37 -08:00
mozilla.mano@sent.com
3e28abc362
Relanding bug 406686
2008-02-06 16:55:55 -08:00
mozilla.mano@sent.com
bf2d42a614
Backing out bug 414802
2008-02-06 16:19:13 -08:00
vladimir@pobox.com
737c64771e
b=371867, optimize same-color images, r=stuart
2008-02-06 13:22:54 -08:00
vladimir@pobox.com
891e5baf60
b=414685, optimize mac image decoding and rendering ; r=stuart
2008-02-05 22:48:47 -08:00
mozilla@weilbacher.org
ebb7bcc839
[OS/2] Bug 394412: fix scaling issues and add support for pagination, so that printing now works in principle. (OS/2 only, NPOTB)
2008-02-04 01:31:05 -08:00
jruderman@hmc.edu
3977b3d81d
Add crashtest
2008-02-03 21:56:57 -08:00
jdaggett@mozilla.com
ca2c197665
Bug 409342. Handle pref lang array correctly. r+sr=pavlov
2008-01-31 00:41:09 -08:00
jdaggett@mozilla.com
d0f497afd6
Bug 409342. Cache pref font lists per lang group during font matching. r+sr=pavlov
2008-01-30 16:23:36 -08:00
jag@tty.nl
edcb84217b
Bug 413143: trunk is broken(sigbus) on SPARC since 20071221. r/sr=pavlov, a=beltzner Unaligned 32-bit memory reads cause a sigbus on SPARC. Turns out that fixing this also gets us a little performance boost on other platforms because we're now mostly doing aligned 32-bit reads.
2008-01-29 22:22:23 -08:00
mozilla@weilbacher.org
96bb22e84d
[OS/2] Bug 394412: on the way to be able to print through cairo
2008-01-29 16:16:19 -08:00
jdaggett@mozilla.com
3e5dfcb295
Bug 411090. Bail reading cmap when table offset is beyond the end of the table. r+sr=pavlov
2008-01-29 14:12:11 -08:00
jdaggett@mozilla.com
86ce1731bc
Bug 400717. Explicitly set NSUnitalicFontMask and NSUnboldFontMask font traits to avoid 10.5 inconsistency. r+sr=vlad
2008-01-29 13:41:46 -08:00
vladimir@pobox.com
b3ce7ea750
b=367618, initial win32 8bpp bits, r=stuart
2008-01-29 11:00:57 -08:00
vladimir@pobox.com
fedf5af84f
b=513583, bandaid for X repeat bug, r=stuart
2008-01-29 10:45:08 -08:00