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

35812 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com 496036628d Added inner class, PrintingGraphics, rather than using QDPrintGraphics, so that I can override the restore() method and keep the correct origin and clipping. 1999-08-03 18:09:33 +00:00
ftang%netscape.com 8719d5b24c remove ucvja2. the converters are merged into ucvja 1999-08-03 18:06:10 +00:00
ftang%netscape.com 1c5d5e53e5 remove ucvja2. The converters are merged into ucvja 1999-08-03 18:05:39 +00:00
ftang%netscape.com 3b74ac2b17 remove ucvja2. the converters are merged ito ucvja 1999-08-03 18:03:36 +00:00
ftang%netscape.com bef803318c move file from ucvja2 to here 1999-08-03 18:03:02 +00:00
dveditz%netscape.com db0a1ac4bb fixing build bustage 1999-08-03 15:33:19 +00:00
brade%netscape.com 1e7a651b57 editor locale 1999-08-03 15:06:07 +00:00
brade%netscape.com b5157874a1 additional dtd files 1999-08-03 15:04:44 +00:00
brade%netscape.com b74487d1e0 handle more dtd files 1999-08-03 15:04:30 +00:00
brade%netscape.com 82bcb7434a export more dtds 1999-08-03 15:04:05 +00:00
brade%netscape.com a4b1d61ee0 editor keybindings (some may need to change to be mailcompose-specific) 1999-08-03 15:01:00 +00:00
brade%netscape.com 05589af6c7 some keybindings 1999-08-03 14:50:24 +00:00
rods%netscape.com c0ba35bb79 Added the style context to the CreateInputFrame method, the pseudoContext
was not being created with it's parent and needed to be. Fixes Bug #10716
1999-08-03 14:41:48 +00:00
dveditz%netscape.com 6435478019 turn off makecopy symlinks 1999-08-03 14:40:55 +00:00
brade%netscape.com 4666f50e0e playback bugfix from kin 1999-08-03 14:34:23 +00:00
brade%netscape.com a52131beab remove "ED_Dedent.gif" which isn't built on other platforms; add image alignment gifs 1999-08-03 14:33:53 +00:00
brade%netscape.com 8debe8d66b add image alignment gifs 1999-08-03 14:33:01 +00:00
brade%netscape.com 8afc338f68 First Checked In. 1999-08-03 14:32:03 +00:00
troy%netscape.com d336a71fd6 Changed NeedsReflow() to take into account whether we need a pass-1 reflow
and whether the cached column info and cell map are valid when deciding
whether we need a full reflow
1999-08-03 14:26:00 +00:00
german%netscape.com be45c94909 Added icons for alerts, infomsgs, errors,question dialogs and for the default button 1999-08-03 14:21:24 +00:00
jfrancis%netscape.com 9e300771a9 workaround for mac console code wierdness w.r.t. newlines and carraige returns 1999-08-03 12:43:06 +00:00
jfrancis%netscape.com 79d5c5f26d uhh, unfixing mac NS_LINEBREAK macro - macro was right, mac console code was wrong... workaround for console prob being placed in nsGlobalWindow.cpp 1999-08-03 12:42:19 +00:00
rjc%netscape.com 7f66a7ab63 Small XUL change 1999-08-03 11:30:18 +00:00
scc%netscape.com 2e0d0f92ea experiment: I don't think it like the forward declaration 1999-08-03 10:44:12 +00:00
scc%netscape.com f311d065ca well, now it needs to include nsCOMPtr, since the header doesn't anymore 1999-08-03 08:34:17 +00:00
scc%netscape.com ea29b57a08 First Checked In. 1999-08-03 08:30:05 +00:00
scc%netscape.com 264a0e83ae Moved the typedef to its own file: "nsWeakPtr.h". This avoids the circular includes problem and lets people #include just "nsWeakPtr.h" when they want an |nsWeakPtr|. 1999-08-03 08:15:31 +00:00
scc%netscape.com f8db1fc479 OK, now only nsCOMPtr.h includes nsIWeakReference, and not the other way around. I'll probably have to make a header file just to contain the one-line typedef I moved. 1999-08-03 08:10:08 +00:00
scc%netscape.com 4756a19b59 Well, not everybody could do it just from the forward declared class. Yes, nsCOMPtr.h and nsIWeakReference.h include eachother, but it works anyway (they test for already being included). 1999-08-03 07:44:53 +00:00
scc%netscape.com ea78a0060a Added |do_QueryReference| for initializing/assigning from |nsWeakPtr|s. Also some fixes. 1999-08-03 07:21:39 +00:00
scc%netscape.com 2598cda853 Added nsWeakReference.h, .cpp in the appropriate places 1999-08-03 07:20:37 +00:00
scc%netscape.com f1005aa67f Added "nsWeakReference.cpp" 1999-08-03 07:17:26 +00:00
rjc%netscape.com 895837e5ef Darn nsCOMPtr usage. 1999-08-03 07:08:59 +00:00
danm%netscape.com 27430e415c modal dialogs from C off the UI thread. a bit premature: works on Win and Mac. Issue addressed on gtk, but not there yet. 1999-08-03 07:06:32 +00:00
sfraser%netscape.com bbeffd28f0 Fix the document state listener mechanism so that you can install listeners after the editor has been created, and still get their 'document creation' notification called. 1999-08-03 06:53:45 +00:00
rjc%netscape.com 31272b88d1 Fix potential memory leakage upon failure. 1999-08-03 06:34:06 +00:00
rjc%netscape.com 159996c8f8 Add support for changing a bookmark's URL. 1999-08-03 06:12:28 +00:00
buster%netscape.com 414c95e223 added the same hack for blur as for focus, to force a repaint
handle TAB in keyDown, not keyPress, so we can surpress focus manager
using TAB to swap focus from the editor.
1999-08-03 06:07:29 +00:00
buster%netscape.com c05df307b2 added a missing break that was leading to an assert in NotifyDocumentListeners 1999-08-03 06:05:29 +00:00
buster%netscape.com d1325c584f just fixed warnings 1999-08-03 05:56:55 +00:00
beard%netscape.com 87ce3fec46 Fixing windows breakage, can't free const char* pointers! 1999-08-03 05:10:11 +00:00
buster%netscape.com 0ebe157987 added a (crappy) cast to get it to compile, for VC 5.2 on Windows at least.
the owner should verify this fix immediately.
1999-08-03 05:05:38 +00:00
scc%netscape.com e16adcb40a getting ready to build 1999-08-03 04:59:47 +00:00
morse%netscape.com 4615b96cb8 still cleaning up in preparation for xul 1999-08-03 04:55:11 +00:00
pinkerton%netscape.com 7a45f9e75f remove interface and impl of nsFileSpec::ResolveAlias() because it is obsolete. 1999-08-03 04:51:45 +00:00
pinkerton%netscape.com 2ecba63d8b attempt to fix bustage. would take too long to pull on my win32 box, as that is the only place this breaks. 1999-08-03 04:31:19 +00:00
scc%netscape.com 3c39c54ca6 Add nsIWeakReference.idl 1999-08-03 03:48:58 +00:00
scc%netscape.com 96a8412a39 Added nsIWeakReference.idl 1999-08-03 03:48:04 +00:00
scc%netscape.com fbc8779752 First Checked In. 1999-08-03 03:41:27 +00:00
gagan%netscape.com d540ac2701 Fixed the crash on a page in Necko. #10342 1999-08-03 03:21:50 +00:00