mkaply%us.ibm.com
a369c1c837
#61253
...
r=mkaply, a=blizzard
Code from Dainis Jonitis - fix arc drawing
2000-11-28 23:30:59 +00:00
mkaply%us.ibm.com
8f9a02566a
#61253
...
r=mkaply,jkobal, a=blizzard
Setting wrong background on printing, setting wrong default on printing
2000-11-27 21:00:57 +00:00
mkaply%us.ibm.com
c134d3e470
#53366
...
r=jkobal, a=blizzard
A pointer to mem is a really bad thing to hash against
2000-11-27 20:22:52 +00:00
cls%seawood.org
434edd6f33
Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454
2000-11-21 00:18:46 +00:00
cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
alecf%netscape.com
68d3515b46
#45797 - fix consumers of NS_IMPL_ISUPPORTS
...
r=dveditz
2000-11-17 20:54:21 +00:00
mkaply%us.ibm.com
94a2a3d6da
r=mkaply, a=blizzard
...
More ugliness for Russian on OS/2 - some pages use "arial"
2000-11-16 15:37:44 +00:00
mkaply%us.ibm.com
b406587967
#60326
...
r=mkaply, a=blizzard
Fix from areed, jkobal for off by one pel drawing rectangles
2000-11-16 15:29:19 +00:00
mkaply%us.ibm.com
adf71d76b1
#56772
...
r=cls
OS/2 missing platform specific navigation bindings stuff
2000-11-15 21:19:23 +00:00
cls%seawood.org
21325ec9f7
Exporting icon gifs like we do on windows. Bug 59179 r=pnunn
2000-11-15 03:46:04 +00:00
mkaply%us.ibm.com
e8fe1bbfc6
#56853
...
r=mkaply, a=blizzard
Code from aaron reed to fix polygon drawing. Also 16 color fix from jkobal.
2000-11-14 21:27:11 +00:00
mkaply%us.ibm.com
8a3b0101e1
#60081
...
r=jkobal, a=blizzard
Add support for textzoom and not scaling bitmap fonts
2000-11-14 20:32:15 +00:00
erik%netscape.com
cd7869a66f
bug 42917; r=timeless,pavlov,bstell; sr=blizzard; need to increment
...
mFontsIndex only after we fail to load any font for the current family
2000-11-14 19:58:20 +00:00
cls%seawood.org
cbd49dd5da
Update GetBoundingMetrics() api for xlib + mathml case
2000-11-13 22:15:42 +00:00
tor%cs.brown.edu
37c216df3d
Bug 59386 - off-by-one error in gtk alpha compositor divisor
...
causing blending artifacts, plus cleanup by moving compositing
calculation to a macro. r=bryner, sr=blizzard
2000-11-08 05:17:23 +00:00
dbaron%fas.harvard.edu
d12acd117e
Fix leak of ImageRequestImpl. r=pnunn@netscape.com sr=brendan@mozilla.org b=59179
2000-11-08 02:57:37 +00:00
dbaron%fas.harvard.edu
2967370343
Fix leak of nsFontGTK. Patch from bstell@netscape.com. r=erik@netscape.com sr=blizzard@mozilla.org b=5547
2000-11-08 02:56:10 +00:00
mkaply%us.ibm.com
6b989cdd28
#59255
...
r=mkaply, a=blizzard
Code from Dmitry Kubov to fix Arial
2000-11-07 22:50:46 +00:00
mkaply%us.ibm.com
5fa28a0ed0
#59396
...
r=jkobal, a=blizzard
Using wrong value for nsLookAndFeel, and wrong font checks
2000-11-07 22:17:55 +00:00
briane%qnx.com
eb88938982
PHOTON build only
...
Updates for drawing and Printing
2000-11-06 15:29:04 +00:00
mkaply%us.ibm.com
4952e47df6
EMX Break
...
Need INCL_DOSERRORS
2000-11-03 20:38:48 +00:00
mkaply%us.ibm.com
0e8169b3d9
#53392
...
r=mkaply, a=blizzard
Code from tartak - memory overwrite in printing
2000-11-02 22:04:55 +00:00
koehler%mythrium.com
e6f8b4f26e
bug #55450 : New gfx implementation more in synch with linux/gtk version. r=cls
...
r=blizzard (no sr has blizzard give me a go ahead for BeOS only stuff)
2000-11-02 00:47:12 +00:00
mkaply%us.ibm.com
8bd119d141
Wrong casts being used
...
Caused outside contributor to be unable to build
2000-10-31 14:49:46 +00:00
dcone%netscape.com
f3ab6d31ca
bug = 58127 r = kmcclusk sr = buster. fixed 8 bit GDI calls for printing.
2000-10-30 20:43:09 +00:00
mkaply%us.ibm.com
f023ee939d
EMX build break.
2000-10-30 20:10:36 +00:00
blizzard%redhat.com
de43a587e8
add missing files from qt build for John C. Griggs <johng@corel.com>
2000-10-30 18:23:39 +00:00
waqar%netscape.com
9aad2ac07c
#=34706
...
r=dcone@netscape.com
a=buster@netscape.com
d=Fixes a crash on linux when printing to a file in a directory where I dont
have permission to or printing to a directory or to a non existing printer.
2000-10-30 15:22:46 +00:00
warren%netscape.com
cd56c0575b
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
fd564fbc10
Fixed fprintf problem
2000-10-28 01:07:38 +00:00
warren%netscape.com
70d29007ee
Fixed XP_FilePrintf problem
2000-10-28 01:03:01 +00:00
warren%netscape.com
9a6d92a433
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
pinkerton%netscape.com
2e5bc79403
changes for Carbon r=pchen/a=sfraser. bug# 42100
2000-10-27 20:40:47 +00:00
blizzard%redhat.com
595ebd69de
Bug #54219 . Bring qt back from the dead. I am checking this in on behalf of John Griggs <johng@corel.com>. If you have problems with this code, please contact him.
2000-10-25 16:55:42 +00:00
pinkerton%netscape.com
fa5f216463
Don't use SetAnimatedThemeCursor() at interrupt time. Doh! Instead just back down to using the normal watch cursor. Not as pretty, but doesn't wipe out the machine at random. r=pchen/a=sfraser, bug#52565.
2000-10-25 01:43:53 +00:00
hyatt%netscape.com
d3c356c5c9
Fix for 56599. r=everybody. a=sfraser.
2000-10-24 05:55:42 +00:00
briane%qnx.com
e9dba0d49f
PHOTON BUILD only
...
fixe font sizing, font sizes now look like other platforms
2000-10-23 19:39:49 +00:00
mkaply%us.ibm.com
b0b31ee5f1
Missing parenthesis on earlier checkin
2000-10-20 02:03:19 +00:00
sfraser%netscape.com
64d6eb3e8e
Fix for 20743 -- better strategy for low-memory handling when allocating image GWorlds. r=pierre, sr=dcone.
2000-10-19 21:17:13 +00:00
dcone%netscape.com
3c15c15513
Fix for tiled images that with optimized images. r=kmmclusk sr=buster b=45100
2000-10-17 21:18:40 +00:00
mkaply%us.ibm.com
13edc5a20c
#56816
...
r=mkaply, a=blizzard
Font crashes uses unknown fonts
2000-10-17 14:42:33 +00:00
mkaply%us.ibm.com
f4a458cebc
#55365
...
r=pedemont, a=blizzard
We were forcing a failure on Verdana. BAD
2000-10-10 23:03:38 +00:00
mkaply%us.ibm.com
0c52f96fdd
r=mkaply, a=blizzard
...
Quick fix to enable DBCS fonts
2000-10-10 14:31:46 +00:00
mkaply%us.ibm.com
bbbd1ba018
#53381
...
r=mkaply, a=blizzard
Much better fix for italic layout
2000-10-09 22:46:35 +00:00
dcone%netscape.com
7975c4af8d
bug = 50795 Use factory to create the nsRendering Context. r/sr=buster a=mcklusky r=erik [rtm++]
2000-10-08 03:31:14 +00:00
mkaply%us.ibm.com
e4d6252276
#53381
...
r=mkaply, a=blizzard
Code from jkobal to fix italic layout
2000-10-07 03:43:04 +00:00
mkaply%us.ibm.com
ee5b9eb74f
#55105
...
r=mkaply, a=blizzard
Code from jkobal to fix our cursor drawing
2000-10-07 03:40:20 +00:00
pinkerton%netscape.com
7c657e653d
turn off watch cursor before going into native code. make the cursor not turn on when library loads so embedding clients don't get screwed. r=pchen/a=hyatt, bug# 53121.
2000-10-06 00:57:40 +00:00
mkaply%us.ibm.com
b0545d3ff8
#52455
...
r=pedemonte, jkobal, a=blizzard
Woohoo! We found the random memory overwrite that was breaking fonts.
2000-10-05 22:10:23 +00:00
sfraser%netscape.com
a9e3430223
Fix for bug 55140, r=brade, sr=ftang. Fix a stale pointer bug in unicode font mapping routines, by not using a global (which got stale), but using an inline getter instead.
2000-10-05 04:06:53 +00:00