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

2209 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu 3f9ab30f75 Add string to REQUIRES to fix xlib + MOZ_TRACK_MODULE_DEPS build bustage. r=cls@seawood.org 2001-03-10 03:23:35 +00:00
pavlov%netscape.com 1240857af8 removing lots of stuff (like all the platform specific code) moving gfxIImageContainer* into new image library 2001-03-10 01:10:05 +00:00
cltbld%netscape.com fd02deb850 Checking in bryner's fix for speedracer bustage. r=cls 2001-03-07 07:10:22 +00:00
mkaply%us.ibm.com 821a8fcb60 OS/2 Build break 2001-03-07 05:58:59 +00:00
bryner%uiuc.edu 17d336da1d Trying again to fix speedracer bustage. r=dbaron. 2001-03-07 05:40:49 +00:00
bryner%uiuc.edu fec406da90 Attempting to fix speedracer bustage. GTK_CHECK_VERSION is not defined on GTK+ 1.2.0. 2001-03-07 04:43:48 +00:00
bryner%uiuc.edu 7cacc9cd31 This should fix the build bustage on ports, by using a gtk version test to decide what type to pass to gdk_gc_set_dashes. r=dbaron, sr=shaver. 2001-03-07 03:35:10 +00:00
mkaply%us.ibm.com f31b436eaa No bug
r=mkaply, a=blizzard
Code from dainis - workaround postscript bug where GpiQueryColorIndex doesn't work
2001-03-07 03:17:43 +00:00
mkaply%us.ibm.com 443aad86e7 No bug
r=mkaply, a=blizzard
We can remove lDisplayDepth as a result of removing RequiresInvertedMask
2001-03-07 02:36:48 +00:00
mkaply%us.ibm.com d5250448af No bug
r=mkaply, a=blizzard
Code from dainis - remove unused function - RequiresInvertedMask
2001-03-07 02:30:33 +00:00
mkaply%us.ibm.com 223c901a9c No bug
r=mkaply, a=blizzard
Code from dainis - workaround postscript bug where GpiQueryColorIndex doesn't work
2001-03-07 02:25:00 +00:00
mkaply%us.ibm.com a4551b8ee8 #60330
r=mkaply, a=blizzard
Code from dainis - support empty clip rects (clip everything) on OS/2
2001-03-07 02:01:03 +00:00
bryner%uiuc.edu 1a0ca6e4ea Fixing build on gtk+ >= 1.2.7. r=pavlov, sr=blizzard. 2001-03-07 01:31:15 +00:00
sspitzer%netscape.com 2173c4220a fixes for the outliner. from varga and sspitzer. sr=hyatt 2001-03-07 00:14:27 +00:00
mkaply%us.ibm.com ba03fe10e3 #62777
r=mkaply, a=blizzard
1255 and 1256 are not supported on OS/2 - use 862 and 864 instead
2001-03-06 02:45:50 +00:00
yokoyama%netscape.com 492e401e64 Bug fix for 29358; /r= rbs@maths.uq.edu.au, /sr=brendan@netscape.com 2001-03-05 20:55:10 +00:00
dcone%netscape.com aa8c76796c Changed the int size from 8 to16. r=mcclusky sr=attinasi 2001-03-05 15:25:23 +00:00
disttsc%bart.nl 277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
erik%netscape.com 8710767721 checkin for bstell@netscape.com:
bug 61422, r=ftang@netscape.com, sr=brendan@mozilla.org
Add the XLDF charset/encoding tags for the sub planes of a cns font.
It is really just one font split into sub-planes.
2001-03-01 00:34:50 +00:00
mkaply%us.ibm.com 1d538790e9 No bug
r=mkaply, a=blizzard
Backing out nsRenderingContextOS2 - causing weird painting
2001-02-27 23:52:49 +00:00
dprice%netscape.com 199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
mkaply%us.ibm.com 4e9aa4410a No bug
r=mkaply, a=blizzard
Code from jkobal - rewrite of nsRenderingContext to be more like Windows
2001-02-26 23:32:11 +00:00
mkaply%us.ibm.com 264b4a4391 No bug
r=mkaply, a=blizzard
Code from dainis - continuing fixes for printing transparent bitmaps
2001-02-26 22:57:44 +00:00
mkaply%us.ibm.com 4d83f62e25 REGR
r=mkaply, a=blizzard
Code from dainis - regression with job properties
2001-02-26 15:43:40 +00:00
scc%mozilla.org 6a8b3af976 bug #65219: (work done by dbaron) r=jag, sr=scc. Remove leaking string recyclers. 2001-02-23 02:03:02 +00:00
dbaron%fas.harvard.edu be1bd87234 Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string changes. 2001-02-22 12:13:32 +00:00
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
ftang%netscape.com 8b1ae7f725 fix bug 67840 sr=erik r=ftang submit by David Baron 2001-02-22 07:16:13 +00:00
dougt%netscape.com 128f95aa9b 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 eea8eb56d8 merging from IMGLIB2_20010126_BRANCH 2001-02-20 22:41:47 +00:00
pavlov%netscape.com 7b303f9b28 removing gfx2 stuff on head in prep for merge from branch 2001-02-20 22:27:56 +00:00
mkaply%us.ibm.com ac557897a8 #60412
r=kmcclusk, sr=erik
Lowercase mGeneric before using it
2001-02-20 03:06:40 +00:00
pinkerton%netscape.com 1e68deaeb7 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 5fe258f57c 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 b78a120bab Fixing xprint bustage from dcone's checkin. (Not part of default build.) 2001-02-17 18:20:28 +00:00
dbaron%fas.harvard.edu 74f777eb38 Add REQUIRES line so that xprint will build with MOZ_TRACK_MODULE_DEPS. 2001-02-17 18:15:49 +00:00
dcone%netscape.com cef0dff830 using the passed in title for the jobname. r=rods sr=attinasi 2001-02-16 17:36:54 +00:00
mkaply%us.ibm.com 7de7dd05f2 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 2388702d8f #68794
r=mkaply, a=blizzard
Commented out too much code
2001-02-15 19:54:52 +00:00
dcone%netscape.com b32af00f17 Changed BeginDocument API call.. added parameter. r=rods sr=attinasi 2001-02-15 03:49:44 +00:00
mkaply%us.ibm.com c77e49a9da #60412
r=mkaply, a=blizzard
Make generic font names not case sensitive
2001-02-14 22:39:24 +00:00
blizzard%redhat.com c122c84eff 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 3b551dc89f 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 5fdfb75172 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 ccfa389edd Added a refcount to the nsDeviceContext. sr=attinasi r=kmcclusk 2001-02-14 02:57:07 +00:00
bryner%uiuc.edu 6ab5225de4 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 d465909997 carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
dcone%netscape.com 9faea85923 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 997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
yokoyama%netscape.com 786712ebf3 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 22d91a8609 r=mkaply, a=blizzard
Get OS/2 printing working again
2001-02-12 22:51:56 +00:00
disttsc%bart.nl 3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
mkaply%us.ibm.com c2ce0284cc OS/2 ONLY - Get printer dialog working again
r=mkaply, a=blizzard
2001-02-10 17:00:52 +00:00
dougt%netscape.com 1b9ca82439 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 ab8371af30 #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 6d60678c7a 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 14bcc983a5 r=mkaply, a=blizzard
Code from jkobal to optimize tiling
2001-02-07 03:44:21 +00:00
mkaply%us.ibm.com 8effc2e924 Printing regression 2001-02-07 03:40:34 +00:00
ftang%netscape.com fdb629cf8b fix os2 and beos bustage. bug 67840 2001-02-07 01:25:53 +00:00
rods%netscape.com baed08e917 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 1fdce11a46 add HaveFontFor method for nsIFontEnumerator sr=erik 2001-02-06 13:44:11 +00:00
ftang%netscape.com 1b1f000302 add HaveFontFor method for nsIFontEnumerator . sr=erik 2001-02-06 12:48:59 +00:00
ftang%netscape.com 70e85b97eb add HaveFontFor method to nsIFontEnumerator sr=erik 2001-02-06 12:48:45 +00:00
rbs%maths.uq.edu.au d2a9ad2e9b Fix UMR, and failures of GetGlyphOutline() - bug 46438 - sr:erik@netscape.com 2001-02-02 22:46:48 +00:00
rods%netscape.com b71790af51 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 1cb6f162ed Created new nsIPrintSettings object for embedding 2001-02-01 23:04:07 +00:00
dcone%netscape.com 638e4ced91 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 4addd4832e #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 c55ef35a27 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 99666eed8c 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 06fa33ccb8 #61253
r=jkobal, a=blizzard
Printing shouldn't be resolution dependent
2001-01-26 00:48:05 +00:00
pinkerton%netscape.com 06e892a822 since nsImageMac now has two nsISupports, disambiguate. r=saari, sr=sfraser. 2001-01-25 21:39:58 +00:00
pinkerton%netscape.com 8f2db09d29 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 1ac4399c71 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 ef06713556 r=mkaply, a=blizzard
Remove hardcoded font for DBCS and button
2001-01-24 02:22:06 +00:00
mkaply%us.ibm.com 8789f6dcf3 r=mkaply, a=blizzard
256 color and print cleanup
2001-01-24 01:49:40 +00:00
mkaply%us.ibm.com 02cc89b525 r=mkaply, a=blizzard
More code cleanup
2001-01-23 00:43:28 +00:00
pinkerton%netscape.com d6dfabce59 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 cb1a4287ea Make ::GetPixelDepth() know about rgb16 2001-01-22 05:10:15 +00:00
mkaply%us.ibm.com cdd39d37f4 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 85ea708a89 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 0992dc7dae Fix c++ comment in c file 2001-01-14 00:58:06 +00:00
dcone%netscape.com 05b735c271 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 f31989342e 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 60e2376002 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 63c09b8c65 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 2e3f144240 fix some build problems 2001-01-12 03:54:43 +00:00
dbaron%fas.harvard.edu 8eeddc3646 Fix xlib build bustage. 2001-01-10 20:12:51 +00:00
jgmyers%netscape.com 8935d7e70b 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 61cf64b757 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 66680e0a0e 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 994a352f4c 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 3827190159 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 2fbefad3f4 Bug 61410 - move opaque test from ImageUpdated() to SetDecodedRect()
r=pavlov, sr=blizzard
2001-01-10 02:37:43 +00:00
peterlubczynski%netscape.com c89077a98d Added nsPrintOptionsGTK to the factory. r=dcone sr=buster 2001-01-09 22:54:52 +00:00
mkaply%us.ibm.com 130aed7d5d Stupid error in last checkin 2001-01-09 15:30:12 +00:00
mkaply%us.ibm.com 65976958de #61253
r=javier, a=blizzard
Set system colors into color table
2001-01-09 00:05:03 +00:00
pavlov%netscape.com 7f4743c7a3 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 237d2e7b9e 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 6399880e31 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