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

2274 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com c42e0971d5 fix bug 67840 sr=erik r=ftang submit by David Baron 2001-02-22 07:16:13 +00:00
dougt%netscape.com eab041f43f Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
pavlov%netscape.com 533fafde72 merging from IMGLIB2_20010126_BRANCH 2001-02-20 22:41:47 +00:00
pavlov%netscape.com 258da94da8 removing gfx2 stuff on head in prep for merge from branch 2001-02-20 22:27:56 +00:00
mkaply%us.ibm.com d4eadb0e64 #60412
r=kmcclusk, sr=erik
Lowercase mGeneric before using it
2001-02-20 03:06:40 +00:00
pinkerton%netscape.com c8d86726b2 no need to worry about the title bar when computing which screen the window is on. it's only an approximation, and subtracting out the title bar showed up on profiler runs as about 8%. r=saari/sr=sfraser, bug# 69101. 2001-02-20 01:15:26 +00:00
blizzard%redhat.com 6c1b51d4e6 Fix bug #68882. Don't build xinerama support since it crashes the dynamic loader on stock RH 7.0. Add an explicit --enable-xinerama flag. r=cls 2001-02-18 16:16:54 +00:00
dbaron%fas.harvard.edu 78d700f6aa Fixing xprint bustage from dcone's checkin. (Not part of default build.) 2001-02-17 18:20:28 +00:00
dbaron%fas.harvard.edu b30746df7b Add REQUIRES line so that xprint will build with MOZ_TRACK_MODULE_DEPS. 2001-02-17 18:15:49 +00:00
dcone%netscape.com 4a3014492e using the passed in title for the jobname. r=rods sr=attinasi 2001-02-16 17:36:54 +00:00
mkaply%us.ibm.com 4dcb3410d1 No bug
r=mkaply, a=blizzard
Adding in the nsDeviceContext ADDREF that other platforms got
2001-02-16 14:56:53 +00:00
mkaply%us.ibm.com 523b26a02e #68794
r=mkaply, a=blizzard
Commented out too much code
2001-02-15 19:54:52 +00:00
dcone%netscape.com 775b629f96 Changed BeginDocument API call.. added parameter. r=rods sr=attinasi 2001-02-15 03:49:44 +00:00
mkaply%us.ibm.com 6aed988e09 #60412
r=mkaply, a=blizzard
Make generic font names not case sensitive
2001-02-14 22:39:24 +00:00
blizzard%redhat.com cc1d997500 Fix bug #32612. Add xinerama support for linux systems. r=bryner, pinkerton, leaf sr=alecf 2001-02-14 22:05:03 +00:00
rods%netscape.com 36b8f459a3 I couldn't find any documentation explaining on this specifically (classic Microsoft)
But it appears if you set nMinPage to 0, and then nFromPage, nTomPage, & nMaxPage to 0xFFFF
the dialog behaves the way you want it to for "All Pages" and "Page Range"
Plus, it appears you need to pre-set the flags to both "PD_ALLPAGES | PD_RETURNDEFAULT"
in order for the dialog to not appear and have the "::PrintDlg(&prntdlg);" call return.
Bug 61075 r=dcone sr=attinasi
2001-02-14 12:04:55 +00:00
pinkerton%netscape.com bbb1b4f808 doh! forgot to reset the baseAddr of the pixmaps after re-locking the handles in ConvertToPICT. Thanks lordpixel@mac.com. r=saari/sr=sfraser. 2001-02-14 03:24:10 +00:00
dcone%netscape.com f74ff2b3c5 Added a refcount to the nsDeviceContext. sr=attinasi r=kmcclusk 2001-02-14 02:57:07 +00:00
bryner%uiuc.edu 4028488d5b Bug 68642 - incorrect Union behavior when width or height is 0. r=pavlov, sr=blizzard. 2001-02-13 23:54:13 +00:00
pinkerton%netscape.com 105d3c555e carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
dcone%netscape.com 216126f18c Put in an AddRef for the newly created DeviceContext for printing. r=kmcclusk sr=attinasi 2001-02-13 15:03:50 +00:00
dprice%netscape.com fc5a7ddbf1 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
yokoyama%netscape.com 771448b473 checkin bstell: bug 60826: add a GBK converter that indicates the X fonts
are missing the ascii glpyhs; r=ftang; sr=erik
2001-02-12 22:56:52 +00:00
mkaply%us.ibm.com b1e48cfa99 r=mkaply, a=blizzard
Get OS/2 printing working again
2001-02-12 22:51:56 +00:00
disttsc%bart.nl 76fbedadc5 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
mkaply%us.ibm.com 216091706f OS/2 ONLY - Get printer dialog working again
r=mkaply, a=blizzard
2001-02-10 17:00:52 +00:00
dougt%netscape.com 69415757ab Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
mkaply%us.ibm.com 2cd60ffa14 #68343
r=mkaply, a=blizzard
OS/2 ONLY - Change OS/2 to use real XPCOM component registration to fix printing
2001-02-09 22:25:08 +00:00
dbaron%fas.harvard.edu 3001173c2a Add stub for nsFontEnumeratorXlib::HaveFontFor (same stub as for GTK) to fix xlib bustage. b=67840 a=cls,blizzard 2001-02-09 22:21:52 +00:00
mkaply%us.ibm.com 7b8a68a683 r=mkaply, a=blizzard
Code from jkobal to optimize tiling
2001-02-07 03:44:21 +00:00
mkaply%us.ibm.com 79f0c7edea Printing regression 2001-02-07 03:40:34 +00:00
ftang%netscape.com ff9b842c62 fix os2 and beos bustage. bug 67840 2001-02-07 01:25:53 +00:00
rods%netscape.com 133daec2f6 Printing of selected frameset frames and Iframes
Bug 66783 r=dcone sr=buster,attinasi
2001-02-06 23:03:17 +00:00
ftang%netscape.com a4a16b8184 add HaveFontFor method for nsIFontEnumerator sr=erik 2001-02-06 13:44:11 +00:00
ftang%netscape.com dd5505cca4 add HaveFontFor method for nsIFontEnumerator . sr=erik 2001-02-06 12:48:59 +00:00
ftang%netscape.com 82ef0993a7 add HaveFontFor method to nsIFontEnumerator sr=erik 2001-02-06 12:48:45 +00:00
rbs%maths.uq.edu.au 303ce52caa Fix UMR, and failures of GetGlyphOutline() - bug 46438 - sr:erik@netscape.com 2001-02-02 22:46:48 +00:00
rods%netscape.com 360737ebca Added UI for printing selectd frame
Bug 66783 r=kmcclusk,ben,dcone sr=buster
2001-02-02 08:42:53 +00:00
dcone%netscape.com 4f0348cd14 Created new nsIPrintSettings object for embedding 2001-02-01 23:04:07 +00:00
dcone%netscape.com cb6c4ab666 r=karnaze sr=buster. Updated the API for a nsIDeviceContextSpecFactory to pass in a nsIWidget. 2001-01-30 21:22:16 +00:00
mkaply%us.ibm.com 8b307f0cd6 #61253
r=mkaply,a=blizzard
Check whether or not text color has been set
2001-01-30 04:49:32 +00:00
dbaron%fas.harvard.edu d25c3d0092 Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:31:15 +00:00
rods%netscape.com 9c6f7ccade This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
the printing of headers and footers.
Printing of selection is implemented by the frames figuring out if they are in the selection and painting
if they or not they they don't paint. This also only allows the printing of the first page of
selections, alothough it is well documented where this is implemeted so it can be removed.
Bugs 63426, 31218, 61075 r=dcone,kmcclusk,erik,buster sr=waterson
2001-01-27 14:09:34 +00:00
mkaply%us.ibm.com ff665f6a6c #61253
r=jkobal, a=blizzard
Printing shouldn't be resolution dependent
2001-01-26 00:48:05 +00:00
pinkerton%netscape.com 7f0091f532 since nsImageMac now has two nsISupports, disambiguate. r=saari, sr=sfraser. 2001-01-25 21:39:58 +00:00
pinkerton%netscape.com 60ae7236d7 Landing first stab at image->PICT conversion on mac for image copying. r=saari/sr=sfraser. 2001-01-25 21:39:37 +00:00
cls%seawood.org 084f901a99 Fix problem of duplicate entry in DIRS that was breaking distclean. Bug #64521 2001-01-24 04:40:08 +00:00
mkaply%us.ibm.com 404a04a874 r=mkaply, a=blizzard
Remove hardcoded font for DBCS and button
2001-01-24 02:22:06 +00:00
mkaply%us.ibm.com a466511e6b r=mkaply, a=blizzard
256 color and print cleanup
2001-01-24 01:49:40 +00:00
mkaply%us.ibm.com d68d2d49ae r=mkaply, a=blizzard
More code cleanup
2001-01-23 00:43:28 +00:00
pinkerton%netscape.com 41aca4a04c Fix for leakage of nsScreenWin object in embedding case. r=saari, sr=sfraser. bug# 43590. 2001-01-23 00:39:40 +00:00
cls%seawood.org 91813cfb2b Make ::GetPixelDepth() know about rgb16 2001-01-22 05:10:15 +00:00
mkaply%us.ibm.com aa06c46421 r=mkaply, a=blizzard
Big GFX cleanup for OS/2 - using new logging mechanism
2001-01-19 15:47:20 +00:00
tor%cs.brown.edu 78dd589f4f Bug 65315 - update server pixmaps incrementally and move 8-bit alpha
check to ImageUpdated. r=jag, sr=blizzard
2001-01-18 13:39:07 +00:00
disttsc%bart.nl aafdd1a9ee Fix c++ comment in c file 2001-01-14 00:58:06 +00:00
dcone%netscape.com df16aebcb0 The locking and unlocking controls some optimization of the image.. like the DIB. r=kmmclusk sr=buster 2001-01-13 22:26:18 +00:00
mkaply%us.ibm.com 055775a495 r=mkaply, a=blizzard
Regression on 256 color from earlier system color checkin
2001-01-12 15:53:21 +00:00
mkaply%us.ibm.com da32bcd96f r=mkaply, a=blizzard
General code cleanup and fix for printer trap from Dainis Jonitis
2001-01-12 15:25:01 +00:00
mkaply%us.ibm.com 46d0f40f1a r=mkaply, a=blizzard
General code cleanup and new error logging mechanism from Dainis Jonitis
2001-01-12 15:18:10 +00:00
pavlov%netscape.com 7387013541 fix some build problems 2001-01-12 03:54:43 +00:00
dbaron%fas.harvard.edu e2162ca62f Fix xlib build bustage. 2001-01-10 20:12:51 +00:00
jgmyers%netscape.com 93254a9c97 cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
dbaron%fas.harvard.edu 4152f2bae2 Fix bustage (Sun workshop 5.0) / warning (gcc) caused by tor's checkin. Functions returning values should, well, return values. sr=tor 2001-01-10 05:10:20 +00:00
dbaron%fas.harvard.edu d7466bd484 Fix one-time leak of nsGCCache. r=pavlov@netscape.com sr=waterson@netscape.com b=60215 2001-01-10 04:10:07 +00:00
dbaron%fas.harvard.edu b43ca0cb9c Add nsGCCache to the leak/bloat stats. r=pavlov@netscape.com sr=waterson@netscape.com b=60215 2001-01-10 04:08:39 +00:00
dbaron%fas.harvard.edu cf34a0f479 Fix leaks in the xlib port (and some problems exposed by fixing those leaks). b=64534, 64767 r=blizzard@mozilla.org (Not part of the build.) 2001-01-10 02:49:45 +00:00
tor%cs.brown.edu c8aabe86e7 Bug 61410 - move opaque test from ImageUpdated() to SetDecodedRect()
r=pavlov, sr=blizzard
2001-01-10 02:37:43 +00:00
peterlubczynski%netscape.com c6588cb2a9 Added nsPrintOptionsGTK to the factory. r=dcone sr=buster 2001-01-09 22:54:52 +00:00
mkaply%us.ibm.com 569eb984a4 Stupid error in last checkin 2001-01-09 15:30:12 +00:00
mkaply%us.ibm.com e355065cef #61253
r=javier, a=blizzard
Set system colors into color table
2001-01-09 00:05:03 +00:00
pavlov%netscape.com 9fcad2ca77 move the typedef of nscolor to gfx_color in to gfxcompat.h. change the typedef of gfx_color to PRUint32 from unsigned long just to make it explicit 2001-01-08 03:11:58 +00:00
tor%cs.brown.edu 2fbfccbff6 Bug 61410 - fix performance problem with fully opaque 8-bit alpha
images.  Also cleanse/shuffle nsImageGTK for size and remove some
extra parentheses. r=blizzard, sr=brendan
2001-01-07 23:02:02 +00:00
dbaron%fas.harvard.edu e7125e9fa5 Fix nsImageXlib.cpp to compile again and pull calls to xlib_get_shift_from_mask out of loop (as suggested by tor). r=blizzard@mozilla.org sr=tor@cs.brown.edu b=64518 2001-01-07 14:37:37 +00:00
pavlov%netscape.com adfe5c9931 merging the base and image parts of gfx2 to HEAD, renaming nsMargin, nsPoint, nsRect to whatever2 to avoid header name conflicts with gfx
still need to resolve issue with gfx2's nsIImage wanting to use nsIDrawable, since there arn't any ifdefs in idl...
2001-01-07 01:40:18 +00:00
mkaply%us.ibm.com 4ae85b25f8 OS/2 TB breakage
Uh duh. It would help if I put the XP_OS2 in the header file.
2001-01-03 03:05:09 +00:00
bryner%uiuc.edu 6862b07fb9 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
tor%cs.brown.edu 30513bad4f #51179 blending calculations were incorrect (dividing by 256 instead of 255).
r=brendan, sr=roc
2001-01-02 23:41:07 +00:00
mkaply%us.ibm.com 2d58a4cd84 #62335
r=mkaply, a=blizzard
Chinese can have either 1381 or 1286 - query system to determine which one to use
2001-01-02 23:23:52 +00:00
sfraser%netscape.com 167057129a Fix bugs 57327 and 57835; convert nsImageMac to use PixMaps rather than GWorlds to reduce memory usage, and reduce changes of allocation failure. sr=beard, r=pinkerton 2001-01-02 23:16:50 +00:00
mkaply%us.ibm.com 26a63ad735 #62335
r=mkaply, a=blizzard
Fix DBCS font handling - use face, not family - do proper conversion
2001-01-02 14:44:39 +00:00
bryner%uiuc.edu 5b1fe6461e Eliminate imglib dependency on obsolete merrors.h by moving error codes used by imglib to a new ilErrors.h file (in support of bug 38061). Remove unused il_errp.h file. Also remove an unused variable in scale.cpp. r=cls, sr=tor. 2000-12-29 20:06:14 +00:00
jgmyers%netscape.com 6867dc5e6a Remove dead code. Bug 63834 r=bryner sr=scc 2000-12-29 15:40:49 +00:00
bryner%uiuc.edu 2a32d9d25e More cleanup fun for bug 38061. Removing already #if 0'd includes of mimeenc.h and xlate.h to avoid LXR false-alarms. sr=cls. 2000-12-29 06:31:39 +00:00
dbaron%fas.harvard.edu e363ab673d Attempt to fix BeOS bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 22:15:06 +00:00
dbaron%fas.harvard.edu 63de7f207f Attempt to fix OS2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 21:43:53 +00:00
koehler%mythrium.com 7771e3b6b1 Bug 59528 - BeOS: images are drawn outside of its bounding box - r=cls 2000-12-22 23:19:04 +00:00
pinkerton%netscape.com 395133dbd4 Make GetBits() convert from DDB to DIB when asking for the bits, if necessary.
r=kmcclusk, sr=hyatt. bugscape bug #3322.
2000-12-21 22:18:15 +00:00
dcone%netscape.com f435fb1a08 bug 63310 r=kmmclusk sr = buster. Fixes printing crash with images. 2000-12-19 21:15:57 +00:00
beard%netscape.com 09830db8d4 [not part of build] generalized printing support. 2000-12-16 03:38:21 +00:00
beard%netscape.com 28a5b255b6 [not part of build] Carbon printing support. 2000-12-16 03:37:25 +00:00
cls%seawood.org 9bba49405b Fix keyboard input for BeOS.
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #62680
2000-12-15 02:14:30 +00:00
timeless%mac.com 8442febd18 Fix Bug 49879 M18: Printing with libXp/Xprt ends-up in error+exit
Patch from Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz)
r=dcone
sr=blizzard
2000-12-14 21:38:58 +00:00
mkaply%us.ibm.com 1d751a4837 Remove obsolete files 2000-12-13 03:31:35 +00:00
dcone%netscape.com 3e1ced8554 Fixed the background with Transparent PNG's and a 32 and 16 bit depth printing problem.
r=kmmclusk sr=buster bug = 55093, 46871
2000-12-12 21:27:42 +00:00
mkaply%us.ibm.com 0c8f747f9d OK, lets try this Arial fix for Russian 2000-12-11 22:14:44 +00:00
mkaply%us.ibm.com 06e5ac7d01 #62335
r=pedemonte, a=blizzard
Using sscanf to parse font causes problems with whitespace - use something else
2000-12-11 21:15:04 +00:00
dbaron%fas.harvard.edu 232f61ca0d Fix goto-related IRIX bustage. 2000-12-10 05:46:46 +00:00
dbaron%fas.harvard.edu 1f20cee63d Fix leak bug 47098 (image objects leaked for animated throbber or for cancelled image loads) by making ImageNetContextImpl have weak references to ImageConsumer and have ImageConsumer do more cleanup in its destructor when its OnStopRequest method wasn't called. r=pnunn, kmcclusk, dcone, beard sr=mscott 2000-12-09 04:02:31 +00:00
mkaply%us.ibm.com 99482bbbed r=mkaply, a=blizzard
Code cleanup on ClipRegions
2000-12-08 15:44:13 +00:00
mkaply%us.ibm.com b8358f85e7 r=mkaply, a=blizzard
Code cleanup on ExtTextOut
2000-12-08 15:43:06 +00:00
mkaply%us.ibm.com f35f8c8b72 #61253
r=jkobal, a=blizzard
Using wrong or bad PS to query font availability
2000-12-08 15:38:10 +00:00
mkaply%us.ibm.com 59b81fe10e #58446
r=mkaply, a=blizzard
Code from jkobal - prevents garbage while displaying images
2000-12-05 04:01:13 +00:00
mkaply%us.ibm.com 903d703a00 #60973
r=jkobal, a=blizzard
Convert system font names to Unicode
2000-12-05 03:53:08 +00:00
mkaply%us.ibm.com 4427117633 #61723
r=jkobal, a=blizzard
Fix for printer problem incorrect - backing out
2000-12-01 23:08:34 +00:00
mkaply%us.ibm.com 2023c5ce46 #61731
r=mkaply, a=blizzard
We were missing masks in DrawTile
2000-12-01 20:31:20 +00:00
mkaply%us.ibm.com c9d417accd #61253
r=jkobal, a=blizzard
Don't draw borders on FillRects and FillArcs
2000-11-30 23:53:43 +00:00
mkaply%us.ibm.com 33dd6228c8 #61595
r=jkobal, a=blizzard
Stupid stupid code I wrote caused trap
2000-11-30 22:07:02 +00:00
mkaply%us.ibm.com 92460f2b0f #61253
r=mkaply,jkobal a=blizzard
Various OS/2 cleanup - fonts, print, and arcs
2000-11-29 22:42:28 +00:00
mkaply%us.ibm.com 8a36a46075 #61253
r=mkaply, a=blizzard
Code from Dainis Jonitis - fix arc drawing
2000-11-28 23:30:59 +00:00
mkaply%us.ibm.com 8420d6e393 #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 f760e8425e #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 fc9c54cb3d 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 8bd122b3d5 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 deff2e336c #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz
2000-11-17 20:54:21 +00:00
mkaply%us.ibm.com 872a40de99 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 ee2dae8003 #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 5ccf4938a9 #56772
r=cls
OS/2 missing platform specific navigation bindings stuff
2000-11-15 21:19:23 +00:00
cls%seawood.org 3a26d0b827 Exporting icon gifs like we do on windows. Bug 59179 r=pnunn 2000-11-15 03:46:04 +00:00
mkaply%us.ibm.com bf894a5f1e #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 0f538fa870 #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 1f7fac4968 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 a78ded2974 Update GetBoundingMetrics() api for xlib + mathml case 2000-11-13 22:15:42 +00:00
tor%cs.brown.edu dd0fded070 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 df8118a945 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 226fa1c091 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 680c3444a9 #59255
r=mkaply, a=blizzard
Code from Dmitry Kubov to fix Arial
2000-11-07 22:50:46 +00:00
mkaply%us.ibm.com 466a172da0 #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 f30be61560 PHOTON build only
Updates for drawing and Printing
2000-11-06 15:29:04 +00:00
mkaply%us.ibm.com 77d8896b41 EMX Break
Need INCL_DOSERRORS
2000-11-03 20:38:48 +00:00
mkaply%us.ibm.com 7080c31360 #53392
r=mkaply, a=blizzard
Code from tartak - memory overwrite in printing
2000-11-02 22:04:55 +00:00
koehler%mythrium.com 2801f9b49f 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 858bb374a9 Wrong casts being used
Caused outside contributor to be unable to build
2000-10-31 14:49:46 +00:00
dcone%netscape.com 4be2af7bfd 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 ba779b87cc EMX build break. 2000-10-30 20:10:36 +00:00
waqar%netscape.com b721c20516 #=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 4189314fdb 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 b31b2cc032 Fixed fprintf problem 2000-10-28 01:07:38 +00:00
warren%netscape.com a1b6442b35 Fixed XP_FilePrintf problem 2000-10-28 01:03:01 +00:00
warren%netscape.com 6e35f97e31 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 887a36a67a changes for Carbon r=pchen/a=sfraser. bug# 42100 2000-10-27 20:40:47 +00:00
blizzard%redhat.com be2bf9383f 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:40 +00:00
pinkerton%netscape.com 651c50e827 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 d106b759b9 Fix for 56599. r=everybody. a=sfraser. 2000-10-24 05:55:42 +00:00
briane%qnx.com d31e4850cf 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 8f8f396aa2 Missing parenthesis on earlier checkin 2000-10-20 02:03:19 +00:00
sfraser%netscape.com cebf7c0078 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 0f6d661c05 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 482ff25512 #56816
r=mkaply, a=blizzard
Font crashes uses unknown fonts
2000-10-17 14:42:33 +00:00
mkaply%us.ibm.com 5de83d6206 #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 29808eab7b r=mkaply, a=blizzard
Quick fix to enable DBCS fonts
2000-10-10 14:31:46 +00:00
mkaply%us.ibm.com 69596e3021 #53381
r=mkaply, a=blizzard
Much better fix for italic layout
2000-10-09 22:46:35 +00:00
dcone%netscape.com a099980e07 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 f427d58b66 #53381
r=mkaply, a=blizzard
Code from jkobal to fix italic layout
2000-10-07 03:43:04 +00:00
mkaply%us.ibm.com 75208a0a41 #55105
r=mkaply, a=blizzard
Code from jkobal to fix our cursor drawing
2000-10-07 03:40:20 +00:00
pinkerton%netscape.com 51fd9fdd5c 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 86335f135d #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 f26628eac4 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
quy%igelaus.com.au 415540d5f3 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 00:10:19 +00:00
quy%igelaus.com.au b9a3195126 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # <A HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=54132">54132</A> 2000-10-05 00:04:54 +00:00
mkaply%us.ibm.com 4294555de4 #52455
r=pedemonte, a=blizzard
OK, here's the major font checkin. There's some debug code in here.
2000-10-02 19:00:52 +00:00
nhotta%netscape.com 3414cc45e8 (bstell speaking, (415) 845-7800)
bug 46974 - display of ascii (8 bit) data incorrect with 10646 (16 bit) font
a=erik r=blizzard, approved for trunk checkin by jar
2000-09-29 22:21:04 +00:00
tor%cs.brown.edu a799caffcd Bug 52489 - prevent garbage from being shown when tiling a
partially received image.  Patch from adam@gimp.org.
r=alex@cendio.se,pavlov a=tor
2000-09-29 21:05:35 +00:00
nhotta%netscape.com ecb57dd16d backing out previous changes since depend versions of the tree won't build 2000-09-29 02:20:25 +00:00
nhotta%netscape.com 4923accff7 bug 46974 - display of ascii (8 bit) data incorrect with 10646 (16 bit) font
a=erik r=blizzard, approved for trunk checkin by jar
2000-09-28 22:46:27 +00:00
tor%cs.brown.edu 90a54693d6 Bug 52275 - crasher if we ended up in DrawComposited() with a zero
width or height.  r=pavlov,scc a=buster
2000-09-23 01:55:30 +00:00
sfraser%netscape.com 9fe36a8410 Fixing Mac out of memory blocker (dupped to bug 20743); make the low memory buffer purgeable again after reallocating it, and tweak the heap space numbers for GWorld allocations. r=pchen, sr=scc 2000-09-22 00:17:07 +00:00
erik%netscape.com 62d559f901 bug 53585 and bug 53569; fixing a leak; r/a=brendan; a=granrose 2000-09-21 21:46:47 +00:00
pierre%netscape.com 626fc4b02c fix related to the reconstruction of html.css (#6625), the css system fonts (#1021 and #3371) and a regression on the Mac from #44656: make the html form controls look better on the Mac. a=buster 2000-09-21 10:22:14 +00:00
pinkerton%netscape.com 0d0b4de7a5 turn off watch task around print dialog, r=sfraser bug 53121. 2000-09-21 05:11:08 +00:00
pinkerton%netscape.com d09fc6d0ec add nsWatchTask, r=sfraser bug 53121. 2000-09-21 05:10:04 +00:00
pinkerton%netscape.com 730a158ded First Checked In. 2000-09-21 05:05:09 +00:00
mkaply%us.ibm.com 66e7bba723 #53410
r=brendan, a=brendan
Using wrong identifier to get screen width and height
2000-09-21 01:26:00 +00:00
ftang%netscape.com 66766e84ec fix bug 50816. add if statement for prevFont so it won't crash on win95J while prevFont is null (when we try to render a
Unicode which do not have glyph in any font on the system.
r=buster,erik a=buster.
2000-09-20 23:13:12 +00:00
erik%netscape.com c4679f6d47 bug 52655; r/a=ftang; switch from GetCharsetAtom2() to NS_NewAtom() since
the former does some unwanted charset name mapping to work around problems
with Web sites using the wrong charset names; also added self test code to
catch any spelling errors since we are now not going through the charset
manager (GetCharsetAtom2)
2000-09-20 23:06:53 +00:00
waterson%netscape.com 45264402c8 Fix build bustage. 2000-09-20 06:40:22 +00:00
waterson%netscape.com c71e04b66a Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +00:00
sspitzer%netscape.com c35739bb7e bullet proofing for crash in #53250, related to #49115
r/a=mscott
2000-09-19 22:37:02 +00:00
pinkerton%netscape.com f2ec71e3f9 Fix major DC suckage on win2k and 98. Instead of calling GetDC all the time,
only call it when we need it and then be sure to release it. r=mjudge, bug#49285
2000-09-14 23:53:19 +00:00
sfraser%netscape.com 606ff5ba8d Fix build bustage; add new param to FlushCach. r=pnunn 2000-09-14 23:44:51 +00:00
rayw%netscape.com d39d9e6d59 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
mkaply%us.ibm.com 6f34541c64 #52455
r=mkaply, a=brendan
FontEnumerator implementation for OS/2
2000-09-14 23:17:20 +00:00
pnunn%netscape.com d2e25ec69c bug#51249: add chrome to FlushCache. pnunn r:syd 2000-09-14 23:06:53 +00:00
pnunn%netscape.com 452e8586e8 bug#51249: add ability to flush chrome. pnunn r: syd. 2000-09-14 23:00:59 +00:00
sfraser%netscape.com 976b0431ee More work on 20743; better low memory handling on Mac. Better control of whether we allocate GWorlds in temp mem, make nsImageManager implement nsIMemoryPressureObserver (not turned on yet), and fix a double delete of GWorlds. r= pinkerton 2000-09-14 22:42:36 +00:00
waqar%netscape.com 2c28a2eec8 #=48907
r=pavlov@netscape.com
d=Get the font size using the pixel size instead of the point size. Pixel
size seems to work better for non default resolutions.
2000-09-14 18:57:05 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
sfraser%netscape.com 1d6f955c39 Part of the fix for 20743, add flag to tell us if a drawing surface is short-lived, so we can allocate in temp mem (on Mac). r=pavlov 2000-09-13 07:02:30 +00:00
dcone%netscape.com c40ecb4359 Put the nsPrintOptions into the factory for the Mac. r=kmmclusky. b=36796 2000-09-12 14:34:14 +00:00
dcone%netscape.com c122f26c11 Stray Semicolon taken out. 2000-09-12 14:31:10 +00:00
dcone%netscape.com 0f1d037dee Fixed the tiling bug. Limited the size of the tile buffer. Check for sizing. Bug=49751 r=kmcclusky a=kmcclusky 2000-09-12 03:48:56 +00:00
valeski%netscape.com a1fe930fa1 50188. forcing noisy_fonts macro to *not* spew to stderr/out in debug builds. 2000-09-11 21:48:58 +00:00
erik%netscape.com 2e03f0197a bug 33162; instead of zeroing out all Unicodes less than 0x2200, we just
zero out the common ones that correspond to CP1252 (for things like smart
quotes), so that we can still see most of the JIS X 0208 characters;
r=ftang
2000-09-11 21:03:58 +00:00
briane%qnx.com d4b348b302 NOT PART OF BUILD - PHOTON ONLY
Various fixes to correct drawing problems and speed up the rendering
and font engine
Brian Edmond
2000-09-11 13:51:58 +00:00
valeski%netscape.com f13ac0e793 50188. removing release spammage 2000-09-08 23:21:08 +00:00
pinkerton%netscape.com 79332eccb8 add an applescript wrapper for a call that is only in carbon. r=sfraser. 2000-09-08 23:09:42 +00:00
kmcclusk%netscape.com ffe76efaad Clip unicode text on WIN95 when a underline or strikeout font has been specified. Fixes underline too long problem on WIN95. bug 8322 r=attinasi@netscape.com 2000-09-07 03:20:05 +00:00
rpotts%netscape.com 1b3682c462 Removed obsolete call to get the Prefs Service whenever ImageNetContextImpl::GetURL(...) is called. 2000-09-06 09:14:08 +00:00
dbaron%fas.harvard.edu 0be0ad6edb Fixing code that relies on implicit string construction. r=scc (verbally) 2000-09-03 02:08:24 +00:00
brendan%mozilla.org bcd108bc51 Fix longstanding bug with nsScriptableRegionConstructor (lack of NS_IMETHODIMP). Use nsnull and \!, not NULL and lame NULL == ptr tests. 2000-09-02 03:39:27 +00:00
pnunn%netscape.com 626a460e76 bug#13718: pnunn. move init to intended location. 2000-09-01 19:00:05 +00:00