Commit Graph

3769 Commits

Author SHA1 Message Date
rbs%maths.uq.edu.au
6385cd8919 bug 195038, finally add support for the quirky <font face=Symbol> on Windows to the delight of proponents of bug 33127, r=jshin, sr=roc 2003-10-30 13:44:49 +00:00
jshin%mailaps.org
29704b19b7 bug 183729 : segfault on XftLockFace's failure (r=blizzard, sr=roc) patch by timeless + dbaron 2003-10-30 05:48:10 +00:00
bzbarsky%mit.edu
70c7f756d4 Last patch was by kjh-5727@comcast.net (Kenneth Herron) 2003-10-26 19:15:37 +00:00
bzbarsky%mit.edu
fe99c8ad17 Fix landscape printing to work again. Bug 223625, r=tor, sr=bzbarsky, a=asa 2003-10-26 17:56:11 +00:00
tor%cs.brown.edu
20bf2c30ea Bug 223551 - postscript output invalid in locales not using periods
for decimals.  Patch by kjh-5727@comcast.net,  r=tor, sr=bzbarsky, a=roc.
2003-10-24 16:27:11 +00:00
uid502
edce75d653 Bug 80190. Emit twips measurements into PS code and let the PS engine do the scaling. r=tor,sr=roc,a=roc. Thanks to kherron who did the patch. 2003-10-23 22:43:04 +00:00
bryner%brianryner.com
d2db9a4590 fixing bustage 2003-10-22 07:01:13 +00:00
bryner%brianryner.com
605cc06382 deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
bzbarsky%mit.edu
67e7cd93b5 Removing super-noisy debug printf. bug 220341, rs=blizzard 2003-10-17 02:13:30 +00:00
timeless%mozdev.org
3c196ae18d Bug 215784 segmentation violation when clicking on Edit/Preferences/Appearance/Fonts
r=dwitte
2003-10-16 16:03:55 +00:00
bryner%brianryner.com
e2f645b1f9 No need to use threadsafe refcounting for rendering contexts, bug 110933. r+sr=dbaron. 2003-10-14 21:47:20 +00:00
tor%cs.brown.edu
9f3e1fad79 Bug 216977 - fix error return type nit. 2003-10-09 22:07:03 +00:00
tor%cs.brown.edu
ec69e27618 Bug 216977 - handle clip mask and region for scaled images.
r=blizzard, sr=roc
2003-10-09 18:45:37 +00:00
cls%seawood.org
5c61023297 Case matters.
Fixing mingw cross-compiling bustage.
2003-10-07 20:39:25 +00:00
bryner%brianryner.com
b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
jshin%mailaps.org
2b89a1f38d bug 205387: exclude truly invisible characters from DrawString. The first in a series, fix for GFX:Win (r=smontagu, sr=rbs) 2003-09-28 10:12:42 +00:00
jshin%mailaps.org
4c86556777 bug 219060 : make freetype printing work for Xft build (r=louie.zhao, sr=bryner) 2003-09-28 05:59:39 +00:00
jst%mozilla.jstenback.com
5037b2a4a2 Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
robin.lu%sun.com
480bf0dd47 patch fixes bug 216752 [gtk2]tooltip make mozilla crash on Solaris.
r=bryner sr=blizzard patched by robin.lu@sun.com
2003-09-26 01:47:19 +00:00
dbaron%dbaron.org
6af4466826 Make the rv:N.N part of the UA string come from the MOZILLA_VERSION macro (from config/milestone.txt) instead of from a pref. b=220220 r=darin sr=bryner 2003-09-25 05:39:11 +00:00
dbaron%dbaron.org
652bca05de Call moz_gtk_shutdown before the event loop shuts down so that objects can be freed completely on shutdown. b=219523 r=bryner sr=blizzard 2003-09-25 05:36:25 +00:00
uid502
1cfabd35d3 Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron 2003-09-23 17:05:29 +00:00
dbaron%dbaron.org
d47a8b403a Condense fprintf calls to reduce code size and improve speed. b=213753 Patch from Kenneth Herron <kjh-5727@comcast.net>. r=dbaron sr=bzbarsky 2003-09-20 21:27:18 +00:00
uid502
a5f31287a4 Bug 202751. Be conservative in nsBlender about how we decide the bits-per-pixel. Also, tweak the logic for setting window transparency so that we make the window transparent even if it hasn't been painted yet. r+sr=blizzard 2003-09-20 03:19:08 +00:00
tor%cs.brown.edu
d66f25a79b Bug 218344 - grayscale postscript printing only uses red channel.
r=pavlov, sr=blizzard.
2003-09-19 19:07:17 +00:00
cls%seawood.org
4ed4bcc52c Bump build requirements for gcc on win32 to w32api 2.4 & windres 2.14.90 and add version checks.
Remove hacks used for previous versions
Bug #203292 a=bryner
Bug #219327 a=bryner
2003-09-18 19:27:39 +00:00
cls%seawood.org
19d1d413c2 Fix misc build issues for mingw gcc 3.3.1:
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
mkaply%us.ibm.com
9a7c290d71 #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
2003-09-15 21:33:41 +00:00
tor%cs.brown.edu
a66d1fe93c Bug 119263 - split images duplicated and warped in postscript output.
r=pavlov, sr=darin
2003-09-15 21:15:46 +00:00
rbs%maths.uq.edu.au
773c7caa0e Follow-up to bug 52596. Estimate the overhang correction because it is missing in many fonts. Patch by Hideo Saito <saito@densan.co.jp>, b=216670, r+sr=rbs 2003-09-15 01:47:23 +00:00
bsmedberg%covad.net
0568e675fc Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-13 17:55:56 +00:00
bmlk%gmx.de
d7b849ce30 overflow area implementation for table frames (infrastructure), bug 173277 r=jkeiser sr=dbaron 2003-09-13 16:21:41 +00:00
jshin%mailaps.org
cd6feee343 bug 152264 : add zh-HK langGroup so that fonts can be specified separately for zh-HK and zh-TW langGroups (r=katakai, sr=blizzard). L10N changes included. 2003-09-11 12:01:08 +00:00
jdunn%netscape.com
017726eb76 Fixing Win98 GDI leak: Select new HBRUSH before deleting the old one.
sr=roc+moz@cs.cmu.edu
r=ere@atp.fi
# 159298
2003-09-11 10:28:13 +00:00
timeless%mozdev.org
822192319f Bug 217089 Compiler warnings
patch by mbockelkamp@web.de r=timeless sr=roc
2003-09-11 03:19:07 +00:00
timeless%mozdev.org
cee28a2e37 Bug 217089 Compiler warnings
patch by mbockelkamp@web.de r=rbs sr=rbs
2003-09-11 03:18:36 +00:00
darin%meer.net
ff92ca32f9 patch for bug 216430 "scrolling slow due to huge background image (regression)" r=pavlov,jdunn sr=tor a=chofmann 2003-09-09 18:08:17 +00:00
bryner%brianryner.com
7171f28ff4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:24:21 +00:00
roc+%cs.cmu.edu
b83c093c14 Bug 211092. Don't force pixel->twip ratio to be an integer for print devices. r+sr=dbaron,a=asa 2003-09-06 17:28:42 +00:00
bryner%brianryner.com
7c706b6e3c Workaround for oscillating splitter in mailnews (bug 201379). r=varga, sr=mscott, a=sspitzer. 2003-09-05 20:20:40 +00:00
mkaply%us.ibm.com
545a62fca9 a=mkaply - mistake in previous checkin - don't round for printing 2003-09-03 16:21:01 +00:00
mkaply%us.ibm.com
919ed46ccf #190255
r=pedemonte, sr=blizzard (platform specific), a=mkaply
OS/2 only - occasional pixel error when scrolling
2003-09-02 21:21:53 +00:00
mkaply%us.ibm.com
a5995c3c51 #211984
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - refresh printer list before dialog comes up
2003-08-25 22:44:28 +00:00
mkaply%us.ibm.com
06b1154c37 #216848
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - add some error checking for querying system fonts
2003-08-25 22:34:03 +00:00
smontagu%netscape.com
8437a2cc70 Bug 210647 Crash when trying to change charsets to "user defined". Author=mats.palmgren@bredband.net, r=alecf, sr=dbaron, a=brendan. 2003-08-22 21:55:58 +00:00
mkaply%us.ibm.com
96a3aebf88 #216599
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - off by one error printing transparent images
2003-08-22 14:01:10 +00:00
mkaply%us.ibm.com
52f5b43c35 #216599
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - off by one error printing transparent images
2003-08-22 13:59:43 +00:00
cls%seawood.org
1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
rbs%maths.uq.edu.au
41e4d3e485 Work around some idiosyncrasies on the Win9x GDI that sometimes cause the text (particularly Japanese) to overlap to to be truncated. Patch by Hideo Saito <saito@densan.co.jp>, b=52596, r+sr=rbs, a=asa 2003-08-15 00:40:48 +00:00
rbs%maths.uq.edu.au
61232d744d Fix a crash from letting a local variable rely on a value from a reference-counted font-metrics object that could die, leaving that local variable with an outdated value, b=213390, r+sr=roc, a=asa 2003-08-14 23:49:51 +00:00