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