Commit Graph

3986 Commits

Author SHA1 Message Date
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
pkw%us.ibm.com
7335100b8d Bug 126066 - Changing caret (cursor) color
r=tor@acm.org, sr=blizzard@mozilla.org
2004-06-18 18:10:23 +00:00
roc+%cs.cmu.edu
0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
pedemont%us.ibm.com
7056c5e6fd Bug 246245 - leak in image code. r=sfraser,sr=tor,a=dbaron 2004-06-17 00:09:52 +00:00
sergei_d%fi.tartu.ee
39c73115ad Bug 246575 Drawing surface leak fix. r=thesuckiestemail@yahoo.se. No sr required - BeOS port-only change 2004-06-14 17:09:32 +00:00
amardare%qnx.com
1583d3557a Changes for qnx ( photon ) platform only. They should not affect building/runtime other platforms.
This fixes the problem with prefrences window and other configuration windows not being sized
properly to fit the whole content. The "size" of the system fonts ( in mozilla coordinates ) was wrong.
2004-06-14 14:47:27 +00:00
sergei_d%fi.tartu.ee
0811027962 "Bug 232520, nsImageBeOS needs cleanup. Optimized DrawTile, DrawToImage, implemented partial image update, crash-leak in DrawToImage removed. r=thesuckiestemail@yahoo.se" 2004-06-13 18:27:13 +00:00
bryner%brianryner.com
97a65f9548 Get rid of nsILanguageAtom and deCOMtaminate nsILanguageAtomService (bug 230603). Also, fix a bunch of atom double-addref leaks in nsFontMetricsXlib. r+sr=dbaron. 2004-06-08 23:53:59 +00:00
neil%parkwaycc.co.uk
bda2e9ec78 Bug 238771 Make fonts enumerate under NT3.51 so that bold text and fontpickers work r=ere sr=rbs 2004-06-07 22:58:09 +00:00
cbiesinger%web.de
16dd4f524b xlib part of bug 243966: getPropertyValue truncates values for computed system font value
patch by Karsten D��sterloh <mnyromyr@tprac.de> r=roland.mainz@nrubsig.org
2004-06-03 21:57:08 +00:00
cbiesinger%web.de
c3bc3380df bug 243966 getPropertyValue truncates values for computed system font value
patch by Karsten D��sterloh <mnyromyr@tprac.de> r=ere,timeless,mkaply,amardare sr=dbaron
2004-06-03 21:19:08 +00:00
pedemont%us.ibm.com
291d112a57 Bug 195022 - Fix Camino bustage 2004-06-03 14:40:17 +00:00
pedemont%us.ibm.com
80a8259284 Bug 195022 - Workaround fix for scaling images with a 1-bit mask. r=sfraser,sr=tor 2004-06-02 16:00:29 +00:00
amardare%qnx.com
be288667d6 Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
The height of characters was calculated incorrectly in nsFontMetricsPh, leading to an error
in the email composition window ( non html composing, moving the cursor with keyboard will make the cursor
jump at the end of lines ).
2004-06-02 14:15:03 +00:00
mkaply%us.ibm.com
9c21f95baa #244951
r=pedemont, sr=blizzard (platform specific)
OS/2 only - hang in some cases tiling bitmaps while printing
2004-06-02 13:45:23 +00:00
roc+%cs.cmu.edu
7774ed1af5 Bug 241939. Try to get 8-bit transparency logic right this time :-) r+sr=blizzard 2004-06-01 23:27:28 +00:00
tor%cs.brown.edu
86308739fc Bug 244506 - speed up drawing of tiled 1-bit alpha images. r=blizzard, sr=roc 2004-06-01 14:26:44 +00:00
kyle.yuan%sun.com
ec596d682f Bug 237535 prelight text invisible in high-contrast inverse themes
r=bryner, sr=roc, patch by ginn.chen@sun.com
2004-06-01 01:58:10 +00:00
tor%cs.brown.edu
f31bb184d7 Bug 244895 - remove dead gfx methods. r+sr=roc 2004-05-29 01:44:08 +00:00
kjh-5727%comcast.net
20d92401d9 More build bustage. 2004-05-29 00:00:38 +00:00
kjh-5727%comcast.net
95c2b67ba4 Fixing build bustage. 2004-05-28 23:35:01 +00:00
kjh-5727%comcast.net
bf6b6f1483 Bug 241607 - Separate postscript generation from print job handling.
r=tor, sr=roc
2004-05-28 23:06:44 +00:00
cbiesinger%web.de
05905338da bug 235763 Print dialog show list printer descriptions if available
patch by Roland Mainz <roland.mainz@nrubsig.org> r+sr=roc
2004-05-28 15:50:18 +00:00
pedemont%us.ibm.com
37985e9e8e Bug 239701 - Images with mask of alpha depth 1 display incorrectly. r=sfraser,sr=tor,a=chofmann 2004-05-27 22:02:18 +00:00
tor%cs.brown.edu
ca6138598c Bug 244895 - remove gfx code related to old svg implementation. r+sr=roc 2004-05-27 21:33:58 +00:00
amardare%qnx.com
35f102df56 Changes for qnx(photon) platform. They should not affect runtime/building other platforms.
The nsDeviceContext::CommonInit() was called twice ( from nsDeviceContextPh::Init(w) )
2004-05-27 20:01:11 +00:00
pinkerton%aol.net
518b8821e0 add errant break removed by accident in last patch (r/sr=pink, bug 242868) 2004-05-23 18:12:53 +00:00
roc+%cs.cmu.edu
0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
pkw%us.ibm.com
4281b90a75 Bug 146500 - libgfx_gtk.so needs to link with X libraries on gtk2.
r=bryner@brianryner.com, sr=blizzard@mozilla.org
2004-05-21 15:37:41 +00:00
roc+%cs.cmu.edu
bc057e73cb Bug 241939. Do something reasonable with blending in 8-bit devices. r+sr=blizzard 2004-05-21 01:12:15 +00:00
caillon%redhat.com
178bb153f1 Kill off nsComObsolete.h
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00
tor%cs.brown.edu
f2f5743420 Bug 159958 - out-of-bounds write in DrawToImage. r=pedemonte, sr=brendan 2004-05-11 20:57:26 +00:00
caillon%redhat.com
a38b4754c0 Fix for 242691 - Animated gifs do not animate properly.
Make sure we adjust for our offset before calculating our scale ratio.
r+sr=tor duh=me
2004-05-08 22:55:21 +00:00
caillon%redhat.com
252e9edbed Make this comment reflect reality. b=241140 2004-05-04 03:53:23 +00:00
caillon%redhat.com
436fd6d01c More xprint bustage. Still bug 241140 2004-05-04 02:01:44 +00:00
caillon%redhat.com
b538877505 Oops. fixing xprint build bustage.
bug 241140
2004-05-04 01:49:10 +00:00
caillon%redhat.com
4a50b6abeb Bug 241140
Consolidate DrawImage and DrawScaledImage
r=biesi sr=tor
2004-05-04 01:32:26 +00:00
amardare%qnx.com
64136e153b Changes for qnx/photon platform. They should not affect building/runtime other platforms.
When printing from the embedded application, allow it to set the print frame, BG colors, BG images
in the print settings, according to the preferences.
2004-04-30 20:01:31 +00:00
mkaply%us.ibm.com
9c3b382f9c #238962
r=bryner, sr=blizzard (platform specific(
OS/2 only - null terminate font string
2004-04-27 14:44:06 +00:00
dbaron%dbaron.org
fcf340f00e Allow compiling with older versions of Xft and newer compilers. b=240804 r=bryner sr=mscott 2004-04-26 23:29:24 +00:00