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

28667 Коммитов

Автор SHA1 Сообщение Дата
kin%netscape.com ae5b3d673c Fixed double addref in EnableUndo() that was causing us to leak the transaction manager on destruction of the editor. 1999-05-28 21:49:24 +00:00
ftang%netscape.com 83c9a289af do not call StopDocumentLoading to avoid libnet reent problem. return NS_ERROR_ABORT to indicate reload happend. set teh rendering to false instead of true 1999-05-28 21:41:51 +00:00
andreas.otte%primus-online.de da354d1de1 copy strres.properties to $(DIST)/bin/res to give StringBundleTest something to work with 1999-05-28 21:37:38 +00:00
alecf%netscape.com bd42c9b6fe remove bogus files from build 1999-05-28 21:34:58 +00:00
ftang%netscape.com 7c548d5736 change the ReloadDocument implementation by using RefreshURL do avoid reentrance problem in libnet 1999-05-28 21:32:29 +00:00
buster%netscape.com 6b09e8c917 Preparation for ender-based text control
* added focus listener.  Doesn't do much yet, but when focus notifications start appearing, we'll be ready for them.  The code is in
place to hide selection when we lose focus and paint selection when we get focus.  That's probably not quite right, but it's a start.
We will need to be able to determine the distinction between losing focus to another control within our app, and losing focus to
another app.
* added support for disabled and readonly states in the editor.  This is accomplished by having flags set by the client, and letting the
rules system deal with those flags.  The flags I added are:
     TEXT_EDITOR_FLAG_PLAINTEXT   0x01   // only plain text editing is allowed
     TEXT_EDITOR_FLAG_SINGLELINE  0x02   // enter key and CR-LF handled specially
     TEXT_EDITOR_FLAG_PASSWORD    0x04   // text is not entered into content, only a representative character
     TEXT_EDITOR_FLAG_READONLY    0x08   // editing events are disabled.  Editor may still accept focus.
     TEXT_EDITOR_FLAG_DISALBED    0x10   // all events are disabled (like scrolling).  Editor will not accept focus.
* added WillInsertBreak/DidInsertBreak into text rules, so flags could be checked.  This gets us readonly, disabled, and single line
behavior.
* cleaned up the code that allocates, registers, and destroys event listeners.  Thanks to Kin and Simon for cleaning up the
ownership model on the listeners, it was a big help.
* added support for a max text length.  You can now tell the text editor, be no bigger than n characters.
1999-05-28 21:24:18 +00:00
jfrancis%netscape.com 38b9a7c369 cleanup util function duplication 1999-05-28 21:17:30 +00:00
kmcclusk%netscape.com c0802d7f21 fix for bug #6971. Added support for clicking and dragging over items in single
and multiselect listboxes. Also supports holding down the shift and ctrl keys
while dragging.
1999-05-28 21:12:09 +00:00
nhotta%netscape.com 38514b5762 Added a check for force charset. 1999-05-28 20:53:29 +00:00
nhotta%netscape.com 5e98f508b1 Clean up and preparing for auto detection. 1999-05-28 20:40:05 +00:00
dp%netscape.com bf79513706 Component Registry 1999-05-28 20:38:16 +00:00
hyatt%netscape.com c9aa6a61c4 Oops. 1999-05-28 20:33:46 +00:00
jefft%netscape.com aaae5a0a97 partially fixed bug 7147 -- Drop-down menu does not show folder when selecting Move Message 1999-05-28 20:30:23 +00:00
hyatt%netscape.com cfd6d1f384 Adding the focus tracker to the XUL document. 1999-05-28 20:24:58 +00:00
sspitzer%netscape.com a7d3bcc76e ignore the generated Makefile 1999-05-28 20:21:36 +00:00
ducarroz%netscape.com d4d5969eb9 remove nsVCardTransition.cpp who has been deleted from the tree 1999-05-28 20:14:47 +00:00
sspitzer%netscape.com 576fc4b9e7 fix build bustage. that file is gone. 1999-05-28 20:12:41 +00:00
putterman%netscape.com 2a809a9270 Part of new mailnews resources hierarchy. 1999-05-28 20:10:53 +00:00
cata%netscape.com ca591fa166 My part of fix for bug 6890. 1999-05-28 20:03:35 +00:00
mscott%netscape.com 32a4a61bc4 Remove inadvertant ';' in if clause. thanks to sfraser for pointing it out. 1999-05-28 20:00:33 +00:00
rhp%netscape.com e11a894e09 Changes for using string bundles 1999-05-28 20:00:32 +00:00
rhp%netscape.com b42adc0340 Changes for using string bundles 1999-05-28 19:58:00 +00:00
sspitzer%netscape.com 231bbc5ac9 changes for makeing news scriptable 1999-05-28 19:43:14 +00:00
putterman%netscape.com 02f9b03683 Part of new mailnews resources hierarchy. 1999-05-28 19:41:31 +00:00
ducarroz%netscape.com 147eff6d25 First Checked In. 1999-05-28 19:40:07 +00:00
blizzard%redhat.com 2cb75d757d make sure the right dll name is hardcoded. patch from Jeremy Lea <reg@shale.csir.co.za> 1999-05-28 19:32:40 +00:00
rogerl%netscape.com 8801e117eb Moved from stack to inline execution. 1999-05-28 19:00:48 +00:00
blizzard%redhat.com e4fa0248e5 make sure that globals are defined here for display properties. also, make sure that the gfx module for xlib is linked explicitly with the xlib libraries so that the tests link 1999-05-28 15:11:21 +00:00
dcone%netscape.com 2b55666b45 Fixed RealizeFont() to use a screen DC when printing for a few windows calls 1999-05-28 14:13:53 +00:00
briano%netscape.com 299dd23e98 Automated update 1999-05-28 12:44:46 +00:00
ramiro%netscape.com c566d9d352 Add support for building gtk widget as part of mozilla builds. 1999-05-28 12:43:59 +00:00
rhp%netscape.com 45df42a205 New files for using string bundles 1999-05-28 12:39:28 +00:00
ramiro%netscape.com 0ef17ebfee Fix it so it works in the xpcom2.0 world. Add cvsignore stuff. 1999-05-28 12:06:56 +00:00
ramiro%netscape.com b35227080c Importing Alexander Larsson's (alex@signum.se) gtkmozilla widget to the tree.
gtkmozilla is a GTK+ widget which can be used to embed mozilla in any gtk
application.
1999-05-28 11:34:26 +00:00
waterson%netscape.com 246d4762ab Bug 6895. Create HTML elements (not XUL elements) when the tag is in the HTML namespace. Minor performance enhancements to reduce number of calls to layout during content model construction. 1999-05-28 11:30:59 +00:00
andreas.otte%primus-online.de 0696ef3fcc make no shared lib and do not install it in $(DIST)/bin 1999-05-28 11:20:30 +00:00
andreas.otte%primus-online.de 870c20688f First Checked In 1999-05-28 09:16:47 +00:00
andreas.otte%primus-online.de f7497e5e99 First Checked In 1999-05-28 09:11:38 +00:00
andreas.otte%primus-online.de 4dfeed2745 Making libftp.so a component 1999-05-28 08:23:48 +00:00
andreas.otte%primus-online.de 1b4cef9a04 Making libhttp.so a component 1999-05-28 08:22:46 +00:00
rickg%netscape.com e77cffd5e5 small performance enhancement -- less searching 1999-05-28 07:14:08 +00:00
peterl%netscape.com ba0cf76c6a clone URLs before handing to netlib. "chrome:" and "resource:" urls get munged destroying hash keys... 1999-05-28 06:50:52 +00:00
bruce%cybersight.com 481f2e2d34 Remove a shadowing variable declaration. 1999-05-28 06:49:30 +00:00
bruce%cybersight.com 267ab43f21 Fix a shadowed variable. 1999-05-28 06:13:00 +00:00
dp%netscape.com 98d11bbae8 Checking for NULL progid. This should return correct error values from RegisterComponent() 1999-05-28 06:06:14 +00:00
bruce%cybersight.com 442b3d4f6e Remove local shadowing of variable. 1999-05-28 05:29:26 +00:00
sspitzer%netscape.com d32d2146af make unix like the other platforms (use ImapMail as the imap mail dir) 1999-05-28 05:20:32 +00:00
tague%netscape.com 33d027efe8 Added TSM Input Method support for the Macintosh. (Added a call to CloseTSMAwareApplication). 1999-05-28 05:06:54 +00:00
tague%netscape.com 5809e0854b Added TSM Input Method support for the Macintosh. 1999-05-28 05:06:38 +00:00
tague%netscape.com fea9a80cdc First Checked In. 1999-05-28 05:05:46 +00:00