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

28495 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com d653e700bb add converter table 1999-05-31 16:29:41 +00:00
ramiro%netscape.com 579f0442c4 Make sure nsTarget.h is complied as C++ source.
nsTarget.h is a c++ header, which includes other c++ headers.  It needs to
be complied as c++ source.

If everything in this page needs to be compiled as C code, then why
isnt this file a .c file ?
1999-05-31 16:29:28 +00:00
ftang%netscape.com 613ce1f40e add euc-kr to ucvko 1999-05-31 16:28:21 +00:00
ftang%netscape.com 05857a528b add euc-tw converters to ucvtw2 1999-05-31 16:26:09 +00:00
ftang%netscape.com 2064b938a3 move big5 to ucvtw 1999-05-31 16:17:07 +00:00
ftang%netscape.com cf7e0d7cea remove big5, euc-kr, euc-tw converter 1999-05-31 16:14:14 +00:00
ftang%netscape.com 4cd2ec9880 remove big5, euc-kr and euc-tw converter and place them into ucvtw ucvtw2 adn ucvko 1999-05-31 16:10:36 +00:00
ftang%netscape.com 0847227912 remove Big5, euc-kr, euc-tw converter. Big5 will move to ucvtw, euc-tw will move to ucvtw2, euc-kr will move to ucvko 1999-05-31 16:03:16 +00:00
ramiro%netscape.com 39ec30603a Add cast for picky compiler. 1999-05-31 15:09:31 +00:00
bruce%cybersight.com 443ea39775 There is currently an ordering dependency between nsIPref.h and prefapi.h until something gets straightened out. As I don't know when this is happening, and this was breaking the OSF/1 build, handle this for now by moving nsIPref.h before prefapi.h in the includes. 1999-05-31 06:13:06 +00:00
bruce%cybersight.com 1261e54f50 Add GetIID() methods to these interfaces. To support an upcoming checkin. 1999-05-31 05:27:36 +00:00
rpotts%netscape.com 54fda6211b Added a new test for the socket transport... 1999-05-31 05:18:19 +00:00
rpotts%netscape.com 2a4ee5e6a4 First pass at supporting simultaneous read and write on sockets... 1999-05-31 05:15:40 +00:00
blizzard%redhat.com 8741ad270d 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 4a9429a240 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 b5ee3526e7 fix bugs in region code 1999-05-31 03:01:39 +00:00
beard%netscape.com 4fc583d196 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 b85da9bc26 oops, real fix. 1999-05-31 02:07:44 +00:00
pavlov%pavlov.net 19c63bde65 fix build 1999-05-31 02:03:33 +00:00
beard%netscape.com ebb42e275f 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 6bc18e623d 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 45ee39f9a4 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 c4b98608e5 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 7cb713cf31 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 e908055bc0 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 8b189adb4a 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 5ee86859b1 forward declare nsGraphicState rather than #include "nsGraphicState.h". #include "nsFontMetricsMac.h" also unnecessary. 1999-05-31 01:30:56 +00:00
briano%netscape.com f7fecec87d Automated update 1999-05-31 01:29:47 +00:00
ramiro%netscape.com eaf9cb3481 It was breaking on libc5 linux without pthreads. 1999-05-31 01:21:10 +00:00
pavlov%pavlov.net 1869a619af use nsAutoCString() 1999-05-31 00:16:30 +00:00
morse%netscape.com 8a46d53ae7 clean up single signon viewer 1999-05-30 21:17:23 +00:00
morse%netscape.com 735f202d79 clean up single singon viewer 1999-05-30 21:15:53 +00:00
morse%netscape.com 2f99cb088a clean up single signon viewer wallet.h 1999-05-30 21:11:34 +00:00
morse%netscape.com 81dcd95eb8 clean up single signon viewer nsIWalletService.h 1999-05-30 21:11:02 +00:00
blizzard%redhat.com 772b94795c 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 26dc0c6bf7 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 0cea408abb 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 c3df95ba66 Removing spurious semicolon. Thanks to David Gardiner for this fix. 1999-05-30 07:54:22 +00:00
mcafee%netscape.com 02f2cf1448 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 470ebf7d3a 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 5f8b194381 Add support for separators in "Related Links" data. 1999-05-30 06:02:30 +00:00
beard%netscape.com cac8b804d4 First Checked In. 1999-05-30 02:15:01 +00:00
pavlov%pavlov.net 88c1c2e22b 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 20b5b877be 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 0ffc2cc2af 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 8c8dc292af XPIDL-ify nsINntpService 1999-05-30 00:13:05 +00:00
sspitzer%netscape.com c6e17dd478 XPIDL-ify nsINntpService. use "scriptable" instead of "object" in the news idl files 1999-05-30 00:12:41 +00:00
dougt%netscape.com 9e8c2fb02f kISupportsIID is not defined on unix, but it is on windoze... 1999-05-29 23:01:25 +00:00
dougt%netscape.com 981c6e2d15 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 3ed7309dab XPIDL-ify nsINNTPHost and adjust accordingly 1999-05-29 22:45:35 +00:00