Vladimir Vukicevic
ed0e67d29f
[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
vlad
669f03c6b8
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
romashin
7831d65b1a
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
29c7f39e27
Added CairoFontFace creation from FcPattern
2008-04-19 18:40:24 +03:00
pekka.aho
23331a2bc9
New version gfxQtFontGroup (kerning & missing glyph support)
2008-04-19 18:39:34 +03:00
pekka.aho
bd57c62068
first version of the gfxQtFontGroup
2008-04-19 18:37:43 +03:00
pekka.aho
18bb87b0ff
First version of gfxQtFont
2008-04-19 18:37:38 +03:00
romashin
cbcafdf1a0
Some font updates
2008-04-19 18:37:23 +03:00
pekka.aho
c2af615677
first version of gfxQtFont::GetMetrics
2008-04-19 18:37:18 +03:00
Oleg Romashin
790eff22e7
Added Screen Manager
...
Some fixes and addditional stuff for fonts
2008-04-19 18:14:15 +03:00
Oleg Romashin
3f8576b06e
Simple stuff for QT fonts (no crash)
2008-04-19 18:14:11 +03:00
romaxa@romaxa.research.nokia.com
f98baada0a
Add base implementation of gfxQtPlatform and widget/qt
2008-04-19 18:02:52 +03:00
romaxa@romaxa.research.nokia.com
7f26b5f88d
Add initial fonts stuff for Qt port
2008-04-19 16:46:17 +03:00
romaxa@romaxa.research.nokia.com
6c3e325d4b
Add new cairo-qpainter backend for building in cairo-qt configuration
2008-04-19 16:34:30 +03:00
romaxa@romaxa.research.nokia.com
bbb00db9ff
Enabled building of gfxQtFonts and gfxQtPlatform for cairo-qt configuration
2008-04-19 16:19:04 +03:00
roc+@cs.cmu.edu
4f03ff6841
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
0767329450
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
smontagu@smontagu.org
bd00284645
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
7ec0340036
bug 425336. fix problems with bitmap and vector fonts. r=vlad
2008-04-03 19:21:06 -07:00
jdaggett@mozilla.com
2c8eb2e601
Bug 419744. Load font cmap info via a background task. r+sr=stuart
2008-04-03 19:01:22 -07:00
roc+@cs.cmu.edu
14c8d05caf
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
masayuki@d-toybox.com
5891dcdd07
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
3ea5191188
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
601e529c06
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
7ffca204c7
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
masayuki@d-toybox.com
9ff1d27f63
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
858afd3940
bug 424018. fix ts regression by loading character maps lazily. r=vlad
2008-03-26 14:32:51 -07:00
pavlov@pavlov.net
ec43cada45
backing out previous patch.
2008-03-26 13:24:37 -07:00
pavlov@pavlov.net
8dd5ec194a
bug 424018. make character map loading lazy to fix ts regression. r=vlad a=beltzner
2008-03-26 11:02:57 -07:00
pavlov@pavlov.net
49d256e3b7
backing out trial patch for bug 424018.
2008-03-23 01:23:45 -07:00
pavlov@pavlov.net
0643e29f3c
trial run for bug 424018. trying to fix Ts regression
2008-03-22 22:41:52 -07:00
pavlov@pavlov.net
e0600d71d3
bug 399636. make symbol fonts behave in unexpected ways. r=vlad a=beltzner
2008-03-21 15:19:12 -07:00
pavlov@pavlov.net
c70b188d3d
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
ad1544830c
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
f06dca55e3
bug 382542. support synthetic bold for fonts. r=vlad
2008-03-19 22:35:05 -07:00
pavlov@pavlov.net
797b22d6ab
bug 382542. fix problems with font fallback and font variations. r=vlad/jdaggett
2008-03-19 17:41:19 -07:00
jdaggett@mozilla.com
a4df87005a
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
203b5735e3
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
403fc060ec
bug 382542. Deal with different style variations of fonts containing different character maps. r=vlad
2008-03-18 17:06:55 -07:00
pavlov@pavlov.net
64b1e11538
bug 396315. Fixing type1 fonts on Windows. r=vlad
2008-03-14 16:02:32 -07:00
dholbert@cs.stanford.edu
dfa358c900
Backing out Bug 417356, due to pagination reftest failures.
2008-03-14 01:50:13 -07:00
dholbert@cs.stanford.edu
b847cc90cc
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
masayuki@d-toybox.com
75cfe2466f
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
42c23b875c
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
7911a69906
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
821cf1156c
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
30f5471b69
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
roc+@cs.cmu.edu
11aa232422
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
roc+@cs.cmu.edu
72bddc7c36
Backing out Bug 403181. JPEG encoding test failure :-(
2008-03-07 01:28:34 -08:00
roc+@cs.cmu.edu
18b5f6db55
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