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

4025 Коммитов

Автор SHA1 Сообщение Дата
vladimir%pobox.com cfcb233cb8 Initial landing of cairo-related stuff, nothing built by default, all code is in ifdefs. r=bryner,a=brendan 2004-08-14 01:01:16 +00:00
amardare%qnx.com 8833e61127 Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
JFehr's problem with thunderbird on screen 2 on a multiscreen configuration:
Use
PhWindowQueryVisible( Ph_QUERY_IG_POINTER, ...
so that the screen information is uses the current location of input_group's pointer.
2004-08-13 20:07:52 +00:00
caillon%redhat.com 2fdef090da These are C++ files; not IDL. rs=bzbarsky 2004-08-11 07:00:43 +00:00
bzbarsky%mit.edu 49ede9c30d Fix nsImageWin::Draw to not screw up the source rect when printing. Bug
125276, r+sr=roc.
2004-08-10 22:11:33 +00:00
blizzard%redhat.com f37c6dd84b Fix problems with pages that include spacing and unicode characters that generated more than one byte length utf-8 characters. 2004-08-10 20:57:26 +00:00
blizzard%redhat.com fc4e482176 fix some problems with per-character spacing 2004-08-10 19:06:11 +00:00
jshin%mailaps.org 5253d42f7c bug 120401 : patch by bugs.mano%mail-central.com (r=jhpedemonte, sr=sfraser) : font-pref. setting on Mac OS X doesn't work 2004-08-06 14:50:57 +00:00
smontagu%smontagu.org eea92f6929 Backing out checkin from bug 120401 because of Tp regression. 2004-08-05 06:51:35 +00:00
smontagu%smontagu.org 49740b7219 Bug 120401: Font selection in pref. does not work (Hebrew, Arabic, CE, Baltic, Cyrillic, CJK, etc). Patch by Asaf Romano bugs.mano@mailcentral.com with contributions by me. r=jhpedemonte, sr=sfraser. 2004-08-04 21:48:39 +00:00
bryner%brianryner.com 98084606af Pango code uses PR_GetEnv(), so include prenv.h. 2004-08-03 03:40:49 +00:00
blizzard%redhat.com 57f106c15b try to fix bustage 2004-08-02 22:12:24 +00:00
blizzard%redhat.com aa8be61c26 More build goop to get pango building. Add the right calls so that RTL info is passed down. r+sr=bryner 2004-08-02 20:50:01 +00:00
blizzard%redhat.com 9287d17789 Build bits for pango code. 2004-08-02 18:16:36 +00:00
blizzard%redhat.com 0e11df9e7e Mostly working impl of font rendering impl with pango. Needs additional code. Not part of the default build. 2004-08-02 18:16:15 +00:00
tor%cs.brown.edu 695423c683 Bug 253782 - stop large images overflowing in win32. r=pavlov, sr=roc 2004-08-02 16:15:55 +00:00
tor%cs.brown.edu 2686b3aa48 Bug 253782 - limit image dimensions to X11 protocol limits.
r=pavlov, sr=blizzard
2004-08-02 16:14:44 +00:00
tor%cs.brown.edu 00c5754bcc Bug 253998 - remove debug spew. r+sr=roc 2004-08-02 12:27:38 +00:00
bryner%brianryner.com 5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
bryner%brianryner.com 0fd21c3872 Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc. 2004-07-29 19:41:39 +00:00
pedemont%us.ibm.com 68b5461029 Bug 248837 - font sizes less than 1px show up as 13px, r=sfraser, sr=dbaron 2004-07-28 22:00:17 +00:00
ere%atp.fi 38298f1f41 Take 2 for bug 252067: Add support for translucent windows for Win32 (Windows 2000 and later)
Patch by Dainis Jonitis
r=ere
sr=roc
2004-07-27 19:14:44 +00:00
ere%atp.fi ad7376fd58 Backing out the previous checkin. Apparently compiles on VC7 but not on VC6 (or the Platform SDK version creature has). 2004-07-26 19:49:03 +00:00
ere%atp.fi 0ad73fd6d4 Bug 252067: Add support for translucent windows for Win32 (Windows 2000 and later)
Patch by Dainis Jonitis
r=ere
sr=roc
2004-07-26 18:37:01 +00:00
tor%cs.brown.edu ebb98254d5 Bug 251864 - alpha compositing not dithered in 8bpp (win32). r=ere, sr=roc 2004-07-26 14:20:40 +00:00
jag%tty.nl 7b23729525 It looks like this should fix the bustage. |surf| is ultimately a nsIDrawingSurface, and that's what Init is looking for (well, that, and nsIWidget, but I doubt it's that ;-) ) 2004-07-25 08:21:05 +00:00
blizzard%redhat.com 91987cda41 Bug #252143. Leak in nsScreenGtk::Init of gdk_property_get() result. Patch from Crispin Flowerday <crispin@flowerday.cx>. r=caillon, sr=blizzard 2004-07-23 14:42:29 +00:00
bzbarsky%mit.edu 495666fc00 Fix dereferencing of freed drawing surfaces. Bug 251136, patch by
roland.mainz@nrubsig.org (Roland Mainz), r+sr=roc
2004-07-22 02:39:57 +00:00
cbiesinger%web.de be9764fdfe Bug 113243 Get rid of (Compare|Equals)WithConversion
r+sr=roc
2004-07-21 20:18:39 +00:00
cbiesinger%web.de cb64d7d1a7 Bug 193372 add missing include r=blizzard sr=bz 2004-07-19 18:58:24 +00:00
dbaron%dbaron.org 2206d40713 Remove mSurface and SetDrawingSurface to fix bustage. mSurface was a write-only void* variable taking inconsistent types. 2004-07-18 18:21:03 +00:00
dbaron%dbaron.org 0209021a61 Remove the nsDrawingSurface typedef and replace it with nsIDrawingSurface*. b=64023 r+sr=roc 2004-07-18 17:36:03 +00:00
kjh-5727%comcast.net 6d4ab2789c Bug 226600 - Add a print preview flag to *nix print device context specs.
r=blizzard, sr=roc
2004-07-17 23:21:58 +00:00
bryner%brianryner.com bfbb5d039e Make nsImageGTK::LockImagePixels(PR_TRUE) recover the alpha mask if it has been put in a pixmap. Fixes set-as-wallpaper problems with transparency. Bug 250531, r+sr=tor. 2004-07-17 21:00:31 +00:00
dbaron%dbaron.org 45c8de80a6 Clean up string usage in nsFont::EnumerateFamilies and nsCSSStyleSheet.cpp's ValueIncludes, although not all the other places to which this pattern was copied. b=235755 r+sr=roc 2004-07-17 19:03:13 +00:00
gerv%gerv.net f23d4610f3 Bug 236613 - licensing cleanup. Sun have given blanket tri-licensing permission. 2004-07-17 16:21:53 +00:00
roc+%cs.cmu.edu 2af954109f Bug 251136. Fix use of mSurface after it has been deleted. r+sr=blizzard 2004-07-17 12:19:36 +00:00
gerv%gerv.net 6b54b1cbc5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 19:30:11 +00:00
gerv%gerv.net 9f35e25052 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:48:35 +00:00
bryner%brianryner.com 56b2b34f2b Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2004-07-15 22:51:19 +00:00
bryner%brianryner.com 3c43fb8251 fix crash by moving assignment after lazy widget instantiation. r/sr/a=dbaron 2004-07-07 21:11:21 +00:00
tor%cs.brown.edu 76a195745f Bug 203257 - wrong error if no printers installed (win32).
Patch by aaronr@us.ibm.com, r=ere, sr=tor
2004-07-01 21:57:34 +00:00
amardare%qnx.com abae3847bb Changes for qnx/photon platform only. they should not affect building/runtime other platforms.
Changes for Lock-ing Unlock-ing a drawing surface. Use the PdOffscreenContext_t's pitch.
For read only locking do not create another OSC.
2004-06-30 14:45:49 +00:00
jshin%mailaps.org 6fda4a6fcc bug 167128 : Printers with non-ASCII characters in their names can't be selected (bug 167128) patch by kozawa%mozilla.gr.jp (r=me, sr=mkaply) 2004-06-29 13:28:59 +00:00
amardare%qnx.com 10b20a828c Changes for qnx(photon) platform only. It should not affect runtime/building other platforms.
In the image drawing functions( nsImagePh.cpp ) do not use PhDCGetCurrent(). Get the surface's dc and use
it instead.
2004-06-28 13:56:49 +00:00
cbiesinger%web.de 2bb5f1d3a1 replace EqualsWithConversion by EqualsLiteral where possible
bug 248687 r+sr=roc
2004-06-26 14:32:11 +00:00
pkw%us.ibm.com be52ae8be4 Bug 126066 - Changing caret (cursor) color.
r=tor@acm.org, sr=dbaron@dbaron.org
2004-06-23 17:49:48 +00:00
bryner%brianryner.com e5632337c1 Lots of fixes for native themed checkbox and radio buttons on gtk2. Bug 247631, r=caillon, sr=blizzard. 2004-06-22 22:10:12 +00:00
pkw%us.ibm.com 0d539459f1 Backing out fix for Bug 126066 because it broke -moz-outline: invert. 2004-06-21 22:32:12 +00:00
pedemont%us.ibm.com 12236ddd04 Bug 247542 - sometimes crashing running under thousands of colors (regression). r=pinkerton,sr=sfraser,a=mkaply 2004-06-21 20:05:54 +00:00
tor%cs.brown.edu eaa1e2a3f5 Bug 245377 - some background images not displaying properly. r=blizzard, sr=roc 2004-06-21 16:30:36 +00:00