Commit Graph

28498 Commits

Author SHA1 Message Date
rpotts%netscape.com
f7477c729e Added a new test for the socket transport... 1999-05-31 05:18:19 +00:00
rpotts%netscape.com
930f205760 First pass at supporting simultaneous read and write on sockets... 1999-05-31 05:15:40 +00:00
blizzard%redhat.com
026327ef2b make sure to set the border pixel for created windows to avoid bad_match errors. patch from Tim Rowley <tor@cs.brown.edu>. 1999-05-31 03:46:38 +00:00
blizzard%redhat.com
334455c2f7 more fixes for displays that have more than one visual. expose events threaten to work now. 1999-05-31 03:05:33 +00:00
blizzard%redhat.com
912e80f4a7 fix bugs in region code 1999-05-31 03:01:39 +00:00
beard%netscape.com
28c1747a2f workaround for bug #6529, don't read the first buffer until at least 4 bytes are available, otherwise the image decoder library can't tell what kind of image it is. this is a blatant hack. 1999-05-31 02:33:31 +00:00
pavlov%pavlov.net
469669450c oops, real fix. 1999-05-31 02:07:44 +00:00
pavlov%pavlov.net
b6c9d7555c fix build 1999-05-31 02:03:33 +00:00
beard%netscape.com
582c184279 bug #7354: arrow key scrolling, force the update to deal with different event priorities. 1999-05-31 01:45:23 +00:00
beard%netscape.com
18a5529ed4 added DEBUG code to measure redraw time if control key is held down during an update. 1999-05-31 01:38:31 +00:00
beard%netscape.com
649fc7265e nsGraphicState->mTMatrix is now an object rather than a pointer. added #include "nsFontMetricsMac.h", and "nsGraphicState.h". 1999-05-31 01:31:08 +00:00
beard%netscape.com
224d268517 added kClippingChanged bit, and kEverythingChanged to GraphicStateChanges enum. Increased mChanges field to from 8-bit to 32-bit mask. added additional "aChanges" argument to SelectDrawingSurface() to indicate what graphics states have to be reset. 1999-05-31 01:31:06 +00:00
beard%netscape.com
c80ce47928 SelectDrawingSurface() now selectively restores color, clipping, and font metrics, according to the bitmask passed in the "aChanges" parameter. PushState() saves the current changes in the pushed nsGraphicState, and PopState() restores it. 1999-05-31 01:31:02 +00:00
beard%netscape.com
512fff1d90 added mChanges, bitmask indicating differences between graphics states, made mTMatrix a member object to reduce allocations, added mNext link field to support recycling. Changed nsGraphicsStatePool to just keep a free list of nsGraphicState objects rather than an array. 1999-05-31 01:30:59 +00:00
beard%netscape.com
f4dd292891 nsGraphicStatePool now just keeps a free list of nsGraphicState objects. nsGraphicState::Clear() sets the matrix to the identify matrix rather than deallocating it. nsGraphicState::Duplicate() no longer calls Clear(), instead it just copies all fields. DuplicateRgn() now takes an optional region to copy into, to avoid redundant allocate/recycle steps. 1999-05-31 01:30:58 +00:00
beard%netscape.com
37f837b575 forward declare nsGraphicState rather than #include "nsGraphicState.h". #include "nsFontMetricsMac.h" also unnecessary. 1999-05-31 01:30:56 +00:00
briano%netscape.com
f39469d6f4 Automated update 1999-05-31 01:29:47 +00:00
ramiro%netscape.com
105c448059 It was breaking on libc5 linux without pthreads. 1999-05-31 01:21:10 +00:00
pavlov%pavlov.net
65c99c1e08 use nsAutoCString() 1999-05-31 00:16:30 +00:00
morse%netscape.com
c4b2970e24 clean up single signon viewer 1999-05-30 21:17:23 +00:00
morse%netscape.com
999f2051cb clean up single singon viewer 1999-05-30 21:15:53 +00:00
morse%netscape.com
f6ab10a636 clean up single signon viewer wallet.h 1999-05-30 21:11:34 +00:00
morse%netscape.com
1a159daa77 clean up single signon viewer nsIWalletService.h 1999-05-30 21:11:02 +00:00
blizzard%redhat.com
a9e78152fb Always use the visual that was chosen by xlibrgb. Also, make sure to set
the colormap member in XCreateWindow() if it's set in the xlibrgb code.
1999-05-30 20:36:09 +00:00
bruce%cybersight.com
b9b3764aef The include guard name changed with the conversion of nsIPref to xpidl. This file needed to be updated for that. Should fix the OSF/1 build. 1999-05-30 18:48:56 +00:00
blizzard%redhat.com
8bb6118056 Apply build patches from Tim Rowley <tor@cs.brown.edu> to get working
with native solaris compiler
1999-05-30 16:58:31 +00:00
mcafee%netscape.com
fbed6a0249 Removing spurious semicolon. Thanks to David Gardiner for this fix. 1999-05-30 07:54:22 +00:00
mcafee%netscape.com
02bbc46ff2 nsIGenericTransferable.h was removed on 13th May. Thanks to David Gardiner for this fix. 1999-05-30 07:50:39 +00:00
rjc%netscape.com
a3740e7bba Small bug fix with FTP; be a little bit smarter at what paths need filtering out (along with "." and "..", skip any absolute URLs, as they usually point "up" the path to the parent) 1999-05-30 06:15:58 +00:00
rjc%netscape.com
776f2615bf Add support for separators in "Related Links" data. 1999-05-30 06:02:30 +00:00
beard%netscape.com
71b71a7ef2 First Checked In. 1999-05-30 02:15:01 +00:00
pavlov%pavlov.net
4ea5e9dd8d we don't need the mAlign thing anymore since we have an event box 1999-05-30 02:09:42 +00:00
sspitzer%netscape.com
04cadf7b10 fix mac build bustage. if we have a MANIFEST file, you need to add it to this perl module. I've made changes for news/build/MANIFEST, addrbook/build/MANIFEST and compose/build/MANIFEST hopefully this prevent future build breakage. many thanks to patrick beard for the help. 1999-05-30 01:23:43 +00:00
beard%netscape.com
557679458c changed region pool to use 2 linked lists of slots instead of an array, for constant time allocation and recycling. no longer allocates a fixed size pool, and regions are truly owned by the caller until recycled. 1999-05-30 00:48:01 +00:00
sspitzer%netscape.com
7b5fb13be3 XPIDL-ify nsINntpService 1999-05-30 00:13:05 +00:00
sspitzer%netscape.com
c47d6cb6d3 XPIDL-ify nsINntpService. use "scriptable" instead of "object" in the news idl files 1999-05-30 00:12:41 +00:00
dougt%netscape.com
a05f7e413f kISupportsIID is not defined on unix, but it is on windoze... 1999-05-29 23:01:25 +00:00
dougt%netscape.com
1c4881668c Adding a few more functions to nsIEventQueue.
Moving proxy to use nsIEventQueue instead of PLEvents direct.
1999-05-29 22:50:25 +00:00
sspitzer%netscape.com
608ae21942 XPIDL-ify nsINNTPHost and adjust accordingly 1999-05-29 22:45:35 +00:00
blizzard%redhat.com
589f770f03 catch up to new apis for file widget 1999-05-29 21:51:29 +00:00
beard%netscape.com
05df83a633 make sure mScriptContextOwner isn't NULL (apologies to sspitzer, made the test consistent with line #2283, hope you don't mind) 1999-05-29 21:43:24 +00:00
ducarroz%netscape.com
785984e4b5 fix for bug 7329. MAC ONLY: if a file doesn't exist while doing an open and the flag PR_CREATE_FILE is set shouldn't abort. 1999-05-29 21:27:18 +00:00
ducarroz%netscape.com
211b73619b fix for bug 7329. Deleteting a file that doesn't exist should not invalidate the nsFileSpec. 1999-05-29 21:27:16 +00:00
sspitzer%netscape.com
fa41e26a94 DEBUG_sspitzer -> DEBUG_NEWS 1999-05-29 21:05:09 +00:00
sspitzer%netscape.com
6eae3b1549 fix const weirdness. clean up code for solaris compiler 1999-05-29 21:03:48 +00:00
sspitzer%netscape.com
a821a0e69a remove the const in preparation for moving to XPIDL 1999-05-29 21:02:30 +00:00
sspitzer%netscape.com
4d94accf80 remove stupid code because it's stupid 1999-05-29 21:01:19 +00:00
sspitzer%netscape.com
99a05c620a XPIDL-ify nsINNTPNewsgroupList, and adjust accordingly.
change DEBUG_sspitzer to DEBUG_NEWS
1999-05-29 21:00:12 +00:00
sspitzer%netscape.com
6d51ce25da fix for #7344. check for nsnull before dereferencing. 1999-05-29 20:55:48 +00:00
mcafee%netscape.com
cfeba2c4fd Fixing warnings. 1999-05-29 19:36:55 +00:00