rods%netscape.com
0764b680ff
Now uses the button for the display area and uses the new selected index methods from the ListControlFrame
1999-08-19 14:11:59 +00:00
rods%netscape.com
0362529f13
Renamed some methods and changed the selected item to be able to pass the currently selected index instead of just being able to get the currently selected item
1999-08-19 14:11:28 +00:00
german%netscape.com
c72c25f2d3
cosmetic sidebar changes, yield better look and better font inheriting from window
1999-08-19 14:08:56 +00:00
ramiro%netscape.com
02a4b4ec8a
Fix dumb mistake that was breaking BEOS.
1999-08-19 14:07:29 +00:00
rods%netscape.com
5a242d756d
Now takes into account suggested size in the size calculation
1999-08-19 14:07:05 +00:00
rods%netscape.com
7c354c9540
Now, check to see if it is disabled or whether the control it cantains is disabled and then does the right thinik with the events
1999-08-19 14:05:36 +00:00
rods%netscape.com
1e1d514c05
It now loks at the "disabled" property when initialized and looks for an attribute changed notification to disable itself
1999-08-19 14:03:53 +00:00
rods%netscape.com
654caf2688
It now takes into account the suggested size in the calculation
1999-08-19 14:02:20 +00:00
rods%netscape.com
3dc1aa04e6
The button was being sized wrong, so the computed border padding needed to be removed beforehand and then is added back in later by layout
1999-08-19 14:00:09 +00:00
buster%netscape.com
f0f929a02a
added the ability to set content in a readonly or disabled control via DOM.
...
fixed some error checking
1999-08-19 13:43:33 +00:00
buster%netscape.com
c7320f220f
fixed some documentation
1999-08-19 13:33:49 +00:00
buster%netscape.com
3bc5912284
Fixed a ton of errors where we were not handling error results correctly.
...
Added some comments of the form "// XXX: ERROR_HANDLING <explanation>"
wherever I saw a potential error but wasn't 100% sure of the intention of the code.
Fixed a few bugs along the way.
1999-08-19 13:30:48 +00:00
kin%netscape.com
8dbe37f8bd
Re-enabling Editor API Logging on Mac.
1999-08-19 13:27:57 +00:00
brade%netscape.com
07edca718b
modal dialogs
1999-08-19 13:27:29 +00:00
kin%netscape.com
f50ffdbc70
added files: mozilla/editor/base/nsEditorTxnLog.cpp, mozilla/editor/base/nsHTMLEditorLog.cpp
1999-08-19 13:25:14 +00:00
kin%netscape.com
58126e991a
Added ScrollRectIntoView() method and other utility methods
...
to fix several bugs related to scrolling the selection into view.
1999-08-19 13:20:11 +00:00
kin%netscape.com
f83e42cc70
Modifications to re-enable Editor API Logging which was broken after the last editor source reorg.
...
editor/base/Makefile.in
editor/base/makefile.win
- Modified makefiles build files that were
renamed, and use new define to build the
API Logging code.
editor/base/nsEditor.cpp
editor/base/nsEditor.h
editor/base/nsHTMLEditor.cpp
- Removed all ENABLE_JS_EDITOR_LOG ifdef'd code.
- Removed all references to nsVector.h.
editor/base/nsEditorFactory.cpp
- Added ENABLE_EDITOR_API_LOG ifdef'd code
that will create an instance of nsHTMLEditorLog
instead of nsHTMLEditor.
editor/base/nsEditorTxnLog.cpp
- Initial checkin of file. File was originally named nsJSTxnLog.cpp.
editor/base/nsEditorTxnLog.h
- Initial checkin of file. File was originally named nsJSTxnLog.h.
editor/base/nsHTMLEditorLog.cpp
- Initial checkin of file. File was originally named nsJSEditorLog.cpp.
- nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only
overrides methods that modify the content tree and are publicly
available via XPIDL.
editor/base/nsHTMLEditorLog.h
- Initial checkin of file. File was originally named nsJSEditorLog.h.
- nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only
overrides methods that modify the content tree and are publicly
available via XPIDL.
1999-08-19 13:19:10 +00:00
brade%netscape.com
053435f1c7
add license
1999-08-19 13:17:22 +00:00
mccabe%netscape.com
b7e63ab162
Changes to the xpidl compiler to support generating an 'NS_DECL_NSIFOO' macro when generating the nsIFoo interface, which provides a shorthand to declare all of the methods of that interface.
...
Also included are various architectural changes to support this, (which required descending the interface and method subtree of the IDL parse tree an extra time) including abstracting out the write_method_signature and write_attr_accessor methods so that they can be called both when generating the interface and when generating the macro.
Purged passing the single TreeState parameter from several leaf functions, and broke it out into parameters foo_tree and output file. This saved a lot of tree->state twiddling when calling tree-descent functions.
This checkin will cause depend builds to rebuild most of the tree, so be patient...
1999-08-19 13:02:08 +00:00
sgehani%netscape.com
d7e310dd98
Turn on building of static zlib and static libjar.
1999-08-19 11:08:19 +00:00
sgehani%netscape.com
bfa45ffb41
Adjusted static lib targets in anticipation of adding them to the build.
1999-08-19 10:52:58 +00:00
jband%netscape.com
d63d8a18c4
Fixing xptinfo bug with getting information about the type of an interface pointer parameter of a method when the method is inherited from another interface in another typelib file. The api needs to also pass along the method index in order to convey enough information to always give the right answer. Got that? :) Fixing users of this modified api also.
1999-08-19 10:12:30 +00:00
sgehani%netscape.com
087770dbf9
Fix for Mac specific bug: 10421.
1999-08-19 09:48:53 +00:00
mscott%netscape.com
9e1d202bf5
Fix build breakage for alecf. Be sure to build a header file for nsIUrlListenerManager.idl
1999-08-19 07:59:40 +00:00
alecf%netscape.com
6d4b23bad6
add servertype attribute so that folders show up correctly
1999-08-19 07:31:48 +00:00
sspitzer%netscape.com
e774df68c5
fix #8515 , #11815 . I was failing to send QUIT to the nntp server. this would leave all nntp connections open. eventually the nntp server would stop respond to us. (probably a denial-of-service prevention mechanism). the second side effect is the throbber would spin and spin. now, both are fixed. eventually, I'll need to implement a nntp connection pool...but that's not necessary yet.
1999-08-19 07:08:19 +00:00
mscott%netscape.com
cd0f4c45a9
Add local string bundle. Note: I haven't checked in the makefile changes to build these yet.
1999-08-19 06:57:49 +00:00
tbogard%aol.net
08975c300d
Fixed Mac..
1999-08-19 06:29:05 +00:00
sspitzer%netscape.com
b49cd9147d
remove my old, temporary code to generate a prefs.js file with some default mail-news prefs. we don't need this anymore. fixes #12064
1999-08-19 06:28:39 +00:00
sspitzer%netscape.com
d59e01480f
fix warning
1999-08-19 06:27:24 +00:00
mscott%netscape.com
8b29e3368e
cvs ignore file.
1999-08-19 06:24:11 +00:00
mscott%netscape.com
9b5aabc689
export the local properties file.
1999-08-19 06:23:21 +00:00
mscott%netscape.com
c856871f86
Properties file for local mail strings.
1999-08-19 06:22:40 +00:00
mscott%netscape.com
839cc22666
Adding to the repository. Makefiles for the locale\en-US directory for local mail.
1999-08-19 06:21:59 +00:00
mscott%netscape.com
84787d7165
Adding to CVS.
1999-08-19 06:21:24 +00:00
mscott%netscape.com
2c3a20293f
Bug #11980 --> fix a crash after entering a bogus password for pop.
1999-08-19 06:20:19 +00:00
rhp%netscape.com
8bdeb1e984
Turning on new message header display using XUL
1999-08-19 06:18:22 +00:00
alecf%netscape.com
05765119be
oops, didn't mean to remove this file
1999-08-19 06:09:50 +00:00
alecf%netscape.com
3786e4744e
add nsIUrlListenerManager.idl to the mac build and remove the old header once and for all
1999-08-19 06:07:33 +00:00
ftang%netscape.com
5a577f62d9
implement word jump for non Ascii
1999-08-19 06:06:57 +00:00
ducarroz%netscape.com
533a11182e
First Checked In.
1999-08-19 05:49:48 +00:00
tbogard%aol.net
67af37b3e7
XPCOM Cleanup: Fixed error checking on AggregatedQueryInterface agruments.
1999-08-19 05:48:10 +00:00
tbogard%aol.net
57feff30c2
XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree.
1999-08-19 05:36:30 +00:00
tbogard%aol.net
ada1396491
XPCOM Cleanup: Added macros to make checking arguments and state upon entering interface boundaries easier.
1999-08-19 05:32:15 +00:00
mcafee%netscape.com
024ea35904
Compiler warnings.
1999-08-19 05:21:34 +00:00
mcafee%netscape.com
24631a4fd4
Compiler warning.
1999-08-19 05:15:59 +00:00
waterson%netscape.com
458f62b47f
Bug 11819. Create delegate object to implement drag listener events; frames CANNOT be refcounted like normal XPCOM objects.
1999-08-19 05:12:07 +00:00
morse%netscape.com
18115f2ecb
remove most compilation warnings
1999-08-19 05:04:36 +00:00
rhp%netscape.com
5c2f246e6c
Adding new sample code
...
NOT PART OF THE BUILD
1999-08-19 04:20:55 +00:00
rhp%netscape.com
8009d63c26
Adding sample component
...
THESE ARE NOT PART OF THE BUILD
1999-08-19 04:15:42 +00:00