Commit Graph

26218 Commits

Author SHA1 Message Date
mscott%netscape.com
7c38cd15f3 Quiet compiler warnings. 1999-05-07 21:19:39 +00:00
mscott%netscape.com
a53b53e74e Quiet compiler warnings in preparation of turning imap on for Linux. 1999-05-07 21:19:11 +00:00
mjudge%netscape.com
47ffef477b 2 more checkins to follow previous ones 1999-05-07 21:19:04 +00:00
mscott%netscape.com
13fcb76227 Quiet compiler warnings on Linux. 1999-05-07 21:18:45 +00:00
mscott%netscape.com
96914d5c55 Correct signatures for several functions on the imap folder. They weren't matching up with the base class signatures (GetSize, GetPrettyName and RememberPassword). Quiet some compiler warnings. 1999-05-07 21:18:06 +00:00
mjudge%netscape.com
3ed73a5cad forgot checkin 1999-05-07 21:17:59 +00:00
mscott%netscape.com
e757e9276b Fix signed/unsigned mismatches to quiet compiler warnings. 1999-05-07 21:16:48 +00:00
mscott%netscape.com
68cf8e0fc1 Quiet compiler warnings in preparation of turning on imap for linux. 1999-05-07 21:16:01 +00:00
mscott%netscape.com
06b67141bf Quiet compiler warnings in prepration of turning on imap for Linux. 1999-05-07 21:15:01 +00:00
mjudge%netscape.com
884bb4bb82 massive checkin for selection modifications and removing static state variables for selection in nsFrame.h. 1999-05-07 21:12:59 +00:00
jband%netscape.com
650d063dc9 updating status - added Digital Unix and notes on PPC code 1999-05-07 21:01:29 +00:00
jband%netscape.com
d8d1df5c50 changing wchar_t to PRUnichar because wchar_t is 32bits on some machines (Solaris) and PRUnichar is what we really mean anyway 1999-05-07 21:00:29 +00:00
rods%netscape.com
bb0b2a9687 Fixed strict cast on HDROP 1999-05-07 20:38:11 +00:00
kmcclusk%netscape.com
e18026d96e bug #3547- Modified nsFileControlFrame.cpp to call nsFormFrame::AddFormControlFrame.
bug #5589. Selection area is now calculated using the inherited Reflow rather
than using the calculations used for the native listbox control.
Fixed varous other rendering bugs related to frame-based listboxes.
bug #2797. GetSize is no longer needed in nsListControlFrame and it has been removed.
Fixed frame-based combobox nsComboboxFrame so that will set it's label to the
first option in the drop-down list if a default value has not been specified.
Added optgroup style rules to ua.css. Opt groups now render, but there are remaining
problems with selection.
Modified nsButtonControlFrame::Reflow to call nsFormFrame::AddFormControlFrame.
This fixes a bug where Gfx-rendered submit button's were not working.
Refactored code in nsListControlFrame in preparation for supporting option groups.
Refactored selection code into SingleSelect and MultiSelect paths.
Removed unused code in nsListControlFrame.
Removed mSelectedFrame member variable. It is no longer needed.
Fixed nsListControlFrame::SetProperty so that it will toggle the selection in a
single select listbox.
1999-05-07 20:30:16 +00:00
dougt%netscape.com
e180982c8d enabling all (of two) tests cases. 1999-05-07 20:27:02 +00:00
putterman%netscape.com
b8c14eaf81 use GetParent(). 1999-05-07 20:22:14 +00:00
putterman%netscape.com
c2c6859279 use SetParent() 1999-05-07 20:22:01 +00:00
putterman%netscape.com
ac37b51b3b Write folder parent functions. 1999-05-07 20:21:47 +00:00
putterman%netscape.com
cbec5edf49 use GetParent() 1999-05-07 20:21:25 +00:00
putterman%netscape.com
cbddfe221f Added folder parent functions. 1999-05-07 20:21:09 +00:00
dougt%netscape.com
54fec57559 moving build to install stage. 1999-05-07 20:21:04 +00:00
mcmullen%netscape.com
75730564fa Add another helpful log message. 1999-05-07 20:18:26 +00:00
mscott%netscape.com
34b2624afb part of mailnews audit --> use nsCOMPtr. 1999-05-07 20:15:18 +00:00
kmcclusk%netscape.com
d7d854cab3 Fix for Bug #2115 Modified nsStringUtil.h as suggested in Bugzilla.
Fix for Bug #4219 Fix for scribble. Removed NET_PollSockets()
call from AfterDispatch. Scribble works now under WIN32.
1999-05-07 20:14:16 +00:00
rods%netscape.com
87af89f0e4 Added nsISupportArray include 1999-05-07 20:11:46 +00:00
dougt%netscape.com
cec1984150 removing unused class and reference to unused header. 1999-05-07 20:09:31 +00:00
dougt%netscape.com
935ef51654 removing stuff that is throw away. 1999-05-07 20:07:50 +00:00
rods%netscape.com
c86230119f Removed methods and put them in nsIDragSession.h 1999-05-07 20:04:43 +00:00
dougt%netscape.com
80abf4bfa4 Landing xpcom proxies. 1999-05-07 20:01:37 +00:00
rods%netscape.com
cd0e58984a fixed DragService creation 1999-05-07 19:59:02 +00:00
rods%netscape.com
51282fe8b8 Some lcean up and error checking 1999-05-07 19:56:30 +00:00
waterson%netscape.com
10dbd37e4d nsISupportsArray hackery. 1999-05-07 19:56:19 +00:00
rods%netscape.com
f3cfca1352 Added file drop support 1999-05-07 19:55:45 +00:00
waterson%netscape.com
c09e6e6009 #include nsIEnumerator, because the decl of nsISimpleEnumerator has moved there. 1999-05-07 19:55:44 +00:00
rods%netscape.com
86ea6d31b1 Changed DragService and added nsDragSession 1999-05-07 19:55:00 +00:00
pinkerton%netscape.com
0841d1eba9 create a drag service. 1999-05-07 19:52:44 +00:00
pinkerton%netscape.com
e8f6fb3878 new drag session interface and lots of work to get d&d going. 1999-05-07 19:52:15 +00:00
waterson%netscape.com
dbebfd2a64 Removed double-declaration of nsISupports: we #include nsISupportsArray now. 1999-05-07 19:52:13 +00:00
pinkerton%netscape.com
6c78647f40 work for new drag session interface. 1999-05-07 19:51:50 +00:00
pnunn%netscape.com
e94ebd1c2a Here we go again. This was checked in/then backed out yesterday.
Its just updating the pngconf.h file to current png version in moz.
refer to bug#5841. pnunn
1999-05-07 19:46:38 +00:00
law%netscape.com
3fdbefdb96 Renamed one component and added a sample 1999-05-07 19:45:34 +00:00
sfraser%netscape.com
8af2538796 Add nsInsertHTMLTxn.cpp for akkana. 1999-05-07 19:43:36 +00:00
rods%netscape.com
f49013bbe7 Changed code to use the new DragSession interface 1999-05-07 19:42:27 +00:00
rods%netscape.com
f449ed62cf Added ifdef for installing DragListener 1999-05-07 19:41:32 +00:00
rods%netscape.com
52fabe8f5c Removed static IID defs and am now using GetIID from the interface 1999-05-07 19:39:58 +00:00
rods%netscape.com
ac50aa3b0f Added nsInsertHTMLTxn 1999-05-07 19:38:53 +00:00
jdunn%netscape.com
fab73ed4a4 add newline to end of file. HP requires it 1999-05-07 19:38:26 +00:00
jdunn%netscape.com
9eeee1931a Add newline to end of file. HP chokes without it. 1999-05-07 19:37:48 +00:00
law%netscape.com
f07d111666 Tweaking initializer code so it still works with appcores 1999-05-07 19:37:21 +00:00
law%netscape.com
9b9d42fb7d Synching with .idl file and fixing Stop button in the process 1999-05-07 19:35:52 +00:00