terry%mozilla.org
1559d64635
Added simple sanity checking of the dependencies table.
1999-06-01 20:52:15 +00:00
leaf%mozilla.org
23a15eaea4
updating to new nsString implementation (fix courtesy shaver)
1999-06-01 18:06:14 +00:00
bruce%cybersight.com
e8c2c07728
Woops. Typo.
1999-06-01 05:16:32 +00:00
jband%netscape.com
56cfb667a4
notify xpconnect before destroying a JSContext
1999-06-01 02:43:41 +00:00
jband%netscape.com
1bcf6abf12
added test
1999-06-01 02:43:02 +00:00
jband%netscape.com
4787f025fb
1) Removed old and duplicate .idl, .h, and .xpt files.
...
2) Support passing an interface identifier to getService and NewInstance.
3) Added AbandonJSContext to allow for cleanup of per JSContext data.
4) Added interface inheritence tests.
1999-06-01 02:39:44 +00:00
jband%netscape.com
8c18a6d323
updating readme
1999-06-01 02:31:13 +00:00
blizzard%redhat.com
c7e50c22d9
more drawing work
1999-05-31 23:34:13 +00:00
pavlov%pavlov.net
2f4d72d30f
remove lots of spaces from the end of a bunch of lines
1999-05-31 23:24:09 +00:00
blizzard%redhat.com
88abd6195f
set up the offscreen surface correctly
1999-05-31 22:48:01 +00:00
rickg%netscape.com
1851bc0098
update to nsString2 as default impl
1999-05-31 22:09:05 +00:00
blizzard%redhat.com
85a6b16337
more work to complete the rendering context code
1999-05-31 21:52:16 +00:00
blizzard%redhat.com
ad9060c9ac
the beginnings of popstate()/pushstate()
1999-05-31 21:01:51 +00:00
bruce%cybersight.com
9be1c6a429
Few more fixes for header files.
1999-05-31 19:50:25 +00:00
jband%netscape.com
c448b728e4
updating paths to new location of this directory and updating status page
1999-05-31 19:48:25 +00:00
jband%netscape.com
50b701d9b0
converting these html files to redirect to moved pages
1999-05-31 19:45:54 +00:00
bruce%cybersight.com
832bc3465b
Reduces # of header files included. This work needs to spread out into all of mozilla/widget though as many things are getting drug in that don't need to be by things outside of mozilla/widget/src/gtk. I tested this on both egcs and gcc 2.7.2.3, so should be okay.
...
Also includes an nsAutoCString usage in nsPopUpMenu.cpp.
1999-05-31 19:41:43 +00:00
ramiro%netscape.com
19bff06f10
Add casts for picky compiler.
1999-05-31 18:47:33 +00:00
ftang%netscape.com
16080eeaa6
move files to ucvtw, ucvtw2, ucvko
1999-05-31 16:58:38 +00:00
ftang%netscape.com
7693eb8059
move cid
1999-05-31 16:54:52 +00:00
ftang%netscape.com
19bdcf2099
move big5, euc-kr, euc-tw convertesr into ucvtw, ucvtw2, ucvko
1999-05-31 16:48:16 +00:00
ftang%netscape.com
a776686624
remove big5, euc-kr, euc-tw converter to ucvtw, ucvtw2, and ucvko
1999-05-31 16:39:13 +00:00
ftang%netscape.com
fc6dc97b0e
add ucvtw, ucvtw2, ucvko
1999-05-31 16:33:13 +00:00
ftang%netscape.com
23ff7e5c2b
add converter table
1999-05-31 16:29:41 +00:00
ramiro%netscape.com
3a1a4a1d14
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
8bcf74c4f4
add euc-kr to ucvko
1999-05-31 16:28:21 +00:00
ftang%netscape.com
6803a8b10b
add euc-tw converters to ucvtw2
1999-05-31 16:26:09 +00:00
ftang%netscape.com
3d4fe0608c
move big5 to ucvtw
1999-05-31 16:17:07 +00:00
ftang%netscape.com
6d0d39643f
remove big5, euc-kr, euc-tw converter
1999-05-31 16:14:14 +00:00
ftang%netscape.com
1807b4918d
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
325442910e
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
53abf37698
Add cast for picky compiler.
1999-05-31 15:09:31 +00:00
bruce%cybersight.com
a64a91d06e
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
39c2b42449
Add GetIID() methods to these interfaces. To support an upcoming checkin.
1999-05-31 05:27:36 +00:00
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