bzbarsky%mit.edu
ccd5715711
Fixing thebes build bustage; bug 317375
2006-01-26 04:57:39 +00:00
roc+%cs.cmu.edu
adfd83621e
Fixing my bustage.
2006-01-26 03:20:51 +00:00
roc+%cs.cmu.edu
ff88946009
Fixing my bustage.
2006-01-26 03:00:06 +00:00
roc+%cs.cmu.edu
77bca74243
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
2006-01-26 02:29:17 +00:00
vladimir%pobox.com
a5e2c8b72a
b=324537, fix windows/cairo options menu crash due to unimplemented gfxPlatform call, r=me
2006-01-25 09:29:31 +00:00
pavlov%pavlov.net
6e3966161e
s/mDPI/mDpi/ typo
2006-01-25 02:48:34 +00:00
pavlov%pavlov.net
ccc83518de
removing excess #endif
2006-01-25 02:10:39 +00:00
pavlov%pavlov.net
fa3fcdbd3d
Getting things ready for thebes/cairo printing...
2006-01-25 02:05:03 +00:00
bryner%brianryner.com
ecc0706743
Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin.
2006-01-24 19:22:02 +00:00
cbiesinger%web.de
1f2c34903f
bug 323551 make the in-tree cairo compile on beos (if a system-installed
...
freetype and fontconfig is present)
r=bsmedberg,vlad
2006-01-21 15:58:24 +00:00
dbaron%dbaron.org
4cd142ba43
Make DPI preference behave the same on OS/2 as on Unixes. r=mkaply sr=roc b=323964
2006-01-20 20:08:02 +00:00
vladimir%pobox.com
02e8a493f4
Add missing entry for nsThebesFontEnumerator in nsThebesGfxFactory.cpp
2006-01-19 21:49:39 +00:00
dbaron%dbaron.org
c65736c4e2
Fix uninitialized members of gfxFontStyle and fix comments. r=vlad
2006-01-19 20:31:59 +00:00
kjh-5727%comcast.net
65d8e317d0
Bug 322621 - Improve conformance with the Adobe DSC standard. r=tor, sr=roc.
2006-01-19 18:41:32 +00:00
dbaron%dbaron.org
e22c52ab0f
Do what I meant to do before (and I should have noticed gcc's warnings).
2006-01-19 04:17:10 +00:00
dbaron%dbaron.org
f1a8c14520
Attempt to do DPI conversions for system fonts correctly, although there are still some (rounding?) issues. r=vlad
2006-01-19 01:06:12 +00:00
dbaron%dbaron.org
78bce78e0d
Remove MOZ_ENABLE_COREXFONTS ifdefs.
2006-01-19 00:44:12 +00:00
dbaron%dbaron.org
fa17ffbcdd
Fix uninitialized case in windows ifdef. Rename misnamed variable. Initialize to 96 for Mac, etc. r=vlad
2006-01-19 00:17:59 +00:00
dbaron%dbaron.org
11de85dd80
These checks should be against 96, since this is the DPI that controls what pt values in CSS mean, and our default behavior should not let that get under 96, otherwise fonts become too small. r=vlad
2006-01-19 00:11:15 +00:00
vladimir%pobox.com
19a40b2ba3
Use PushGroup()/PopGroup() to implement transparency blending using cairo
2006-01-18 22:43:42 +00:00
vladimir%pobox.com
861a6a1bf7
fix Windows cairo builds issues; avoid crash in drawing surface destructor; sync up cairo clip state after calling RestoreDC() to make sure that the clip is correct, r=pavlov
2006-01-18 22:42:30 +00:00
pavlov%pavlov.net
69986363ad
changing AutoPtrs to RefPtrs to fix typos.
2006-01-17 00:38:38 +00:00
cbiesinger%web.de
6ca819b052
323352 unbreak beos build after the changes from 322942 (move nsIScreen
...
impls to widget)
patch by Doug Shelton <doug@sheltonfamily.org> r=thesuckiestemail@yahoo.se
sr=pavlov
2006-01-15 22:03:29 +00:00
kjh-5727%comcast.net
0a1d19f815
Bug 323485 - Xlib build bustage from moving nsIScreen from gfx to widget. r=biesi, sr=pavlov.
2006-01-15 18:14:01 +00:00
mkaply%us.ibm.com
93ccf6c400
OS/2 build bustage with the nsiscreen move - 323254
2006-01-13 17:56:40 +00:00
pavlov%pavlov.net
a6087948ce
fixing linux cairo bustage
2006-01-13 17:01:08 +00:00
pavlov%pavlov.net
1d33739db6
fixing linux build bustage
2006-01-13 16:09:18 +00:00
vladimir%pobox.com
ec54927e83
Misc thebes/cairo win32 compilation fixes
2006-01-13 15:57:59 +00:00
pavlov%pavlov.net
e90e961814
first pass at windows printing (not built yet), some font fixes and some DPI/screen fixes
2006-01-13 15:04:33 +00:00
pavlov%pavlov.net
999fbf8fed
missed removing these files earlier. moving nsIScreen and impl to widget. bug 322942
2006-01-13 14:59:14 +00:00
timeless%mozdev.org
8397d43a6a
Bug 106386 Correct misspellings in source code
...
patch by philippuryear@gmail.com r=timeless rs=brendan
2006-01-12 07:57:31 +00:00
pavlov%pavlov.net
f6032012a4
moving nsIScreen and implementations to widget. (files copied on cvs server already). bug 322942 r=vlad sr=roc
2006-01-11 22:12:18 +00:00
pavlov%pavlov.net
6b3baceeca
moving nsIScreen and implementations to widget. (files copied on cvs server already). bug 322942 r=vlad sr=roc
2006-01-11 21:56:25 +00:00
vladimir%pobox.com
0a33029683
Add missing nsThebesFontEnumerator files
2006-01-10 21:12:16 +00:00
roc+%cs.cmu.edu
1a91780973
Bug 322928. Fix typo. Patch by fcrozat, r+sr=roc
2006-01-10 20:57:36 +00:00
vladimir%pobox.com
b4c647f2d6
Fix pango rendering of invalid glyphs; add font enumeration API; add font enumeration support for linux
2006-01-10 20:26:40 +00:00
rbs%maths.uq.edu.au
3ec2cdcc8e
Some links miss the underline. Patch by Hideo Saito <saito@densan.co.jp>, b=212302, r+sr=rbs
2006-01-07 02:15:02 +00:00
amardare%qnx.com
4b3aba85f6
This applies to photon port only. It should not affect building/running other platforms.
...
Fix for Bug: 279979 regarding a possible buffer overrun.
2006-01-04 17:40:31 +00:00
amardare%qnx.com
d2787d07fa
This applies to photon port only. It should not affect building/running other platforms.
...
Fix for Bug: 279979 regarding a possible buffer overrun.
2006-01-04 17:33:22 +00:00
gerv%gerv.net
eb50dd44e7
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-31 16:02:07 +00:00
masayuki%d-toybox.com
0e76041ffd
bug 321314 [Win95-JA only] ™ is displayed as ^(TM). patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=timeless, sr=rbs
2005-12-31 05:29:58 +00:00
masayuki%d-toybox.com
b117bec4bf
Bug 321132 Japanese font grouping is not correct on font pref dialog. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r+sr=rbs
2005-12-23 15:15:49 +00:00
bsmedberg%covad.net
dd943c37e4
Bug 320988 relanding activex bits with a fix for the agressive optimization of inlines, r=darin
2005-12-21 19:54:59 +00:00
cbiesinger%web.de
7790908515
fixing beos bustage (Bug 316305)
2005-12-20 18:29:03 +00:00
masayuki%d-toybox.com
d5e67095bf
Bug 311378 freeze/hang in several seconds when a character which does not exist in fonts is rendered. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=timeless, sr=rbs
2005-12-14 14:51:10 +00:00
sergei_d%fi.tartu.ee
90f1e6661c
Bug 316305, [BeOS]Reduce communication with app_server at painting, p=sergei_d, r=thesuckiestemail, BeOS-only
2005-12-10 16:33:19 +00:00
mark%moxienet.com
886b57f46b
Bug 315966, gfxImageFrame::SetData and gfxImageFrame::SetAlphaData are wrong for bottom-to-top images. Copy image data one line at a time in this case. Patch by Alfred Kayser <alfredkayser@nl.ibm.com>. r=me sr=pavlov
2005-12-01 21:04:12 +00:00
masayuki%d-toybox.com
6fb6b4c4c6
Bug 109176 Japanese hiragino text slided up within big button/drop-menu/... patch by Hideo Saito <saito@densan.co.jp> r=joshmoz, sr=roc
2005-11-30 13:19:49 +00:00
vladimir%pobox.com
a13e3c0bd1
Fix gaius orange/windows thebes builds
2005-11-29 22:56:40 +00:00
vladimir%pobox.com
5d01d94a3c
merge from org.mozilla.cvs.cairo branch:
...
- moved platform-specific thebes code to gfxPlatform
- added widget getters for gfxASurface creation in platform-specific widget code
- added first pass at gfxTextRun
2005-11-29 20:12:29 +00:00