Commit Graph

14924 Commits

Author SHA1 Message Date
mjudge%netscape.com
91be934323 oops ifdef 0 is bad should be if 0 1999-01-26 01:01:56 +00:00
bienvenu%netscape.com
ab14eb706e add MessageHdrStruct and db cache apis 1999-01-26 00:54:09 +00:00
bienvenu%netscape.com
51aa3604c6 initial entry of types used throughout mailnews backend 1999-01-26 00:52:54 +00:00
mjudge%netscape.com
bec224216c turning off printf debug statements in debug to speed up resizing 1999-01-26 00:40:39 +00:00
buster%netscape.com
ad0c84d99f checked in wrong version of editor previously. This is the right version. 1999-01-26 00:38:34 +00:00
buster%netscape.com
fc51da744d DeleteSelection now walks the content tree, so it can handle delete at the
end of a node and backspace at the beginning of a node
1999-01-26 00:37:42 +00:00
troy%netscape.com
ff3d3b60b5 Changed scrolling so it happens on the viewport instead of the HTML
element
1999-01-26 00:05:21 +00:00
terry%netscape.com
c2dc2019d8 Added CCK project. 1999-01-26 00:04:33 +00:00
guha%netscape.com
0e380306f1 fix template 1999-01-25 23:57:52 +00:00
mjudge%netscape.com
1462f685fc fixing build bustage for someone 1999-01-25 23:55:59 +00:00
guha%netscape.com
74298a85fa fix template 1999-01-25 23:55:05 +00:00
wtc%netscape.com
acbdf5377a Bumped revision to 3.1. 1999-01-25 23:52:26 +00:00
wtc%netscape.com
e031b104dd Added BeOS files contributed by Matthew Zahorik <maz@albany.net>. 1999-01-25 23:52:00 +00:00
alecf%netscape.com
b8d810af3b nsNNTPHost finally compiles. Adding it to the build system 1999-01-25 23:45:57 +00:00
wtc%netscape.com
25975b200b Bumped the revision to 3.1. 1999-01-25 23:45:48 +00:00
alecf%netscape.com
eef01e3c92 newsgroups keep track of thier pretty names
newsgroups don't keep track of flags (that's a job for nsIMsgFolder)
1999-01-25 23:45:29 +00:00
wtc%netscape.com
66386b80af Added new BeOS files contributed by Matthew Zahorik <maz@albany.net>. 1999-01-25 23:41:16 +00:00
michaelp%netscape.com
6bb1a8eddd fix build bustage. 1999-01-25 23:40:01 +00:00
alecf%netscape.com
53995b4aa2 rename Profile->Virtual and change API slightly to be more COM like 1999-01-25 23:38:53 +00:00
alecf%netscape.com
37a18ca839 more changes to nsIMsgFolder for functions we need to have once the real
nsIMsgFolder arrives
1999-01-25 23:38:09 +00:00
mjudge%netscape.com
9bb5d8a906 changing paintunicodestring and paintasciistring to map from content coordinates to painttext coordinatres. in get position, i am now mapping from paint coordinates to content coordinates. also, the frames themselves now set the focus and anchor for a nsIFocusTracker passed in object. 1999-01-25 23:29:53 +00:00
mjudge%netscape.com
16720c497b keeping the selection code pure by not knowing anything about the graphic representation of the selection. just offset to offset. adding code to reselect the anchor and focus frame in the nsIFocusTracker by passing it to the nsIFrame setselectedcontent method. 1999-01-25 23:28:59 +00:00
mjudge%netscape.com
5ac012630e adding parameters to setselectedcontent. This will keep down overhead of the nsIFrame implementation and still not allow outsiders to talk to their presshell. so please forgive this grown method. this extra parameter will maintain the anchor and focus point after reflow 1999-01-25 23:28:23 +00:00
terry%netscape.com
8fb4029fc4 Check for undefined var. 1999-01-25 23:26:28 +00:00
rhp%netscape.com
67991f8849 Continuing cleanup of calls no longer needed. 1999-01-25 23:21:14 +00:00
rhp%netscape.com
1836089255 Add HTML tags back into code after a bug was fixed in raptor. 1999-01-25 23:19:24 +00:00
guha%netscape.com
f5c45bb0b7 slightly faster parser 1999-01-25 23:16:04 +00:00
mscott%netscape.com
7871624541 Include netutils.h before including mktcp.h for Linux build. 1999-01-25 23:08:27 +00:00
hyatt%netscape.com
abd68f001f Tweaks to enable XUL frame construction to prevent the construction based on
display type.
1999-01-25 23:07:17 +00:00
michaelp%netscape.com
46c7a932ae apparently this needs to be exported too... 1999-01-25 23:06:55 +00:00
mscott%netscape.com
6d6fc78b59 Correct spelling error in libary name for sockstub... 1999-01-25 22:31:28 +00:00
rhp%netscape.com
d1c1e0748f Changes for HTML generation 1999-01-25 22:31:18 +00:00
rhp%netscape.com
a81e72bdef Changes for html generation 1999-01-25 22:29:03 +00:00
michaelp%netscape.com
2faf8bfcd6 removed gfx/src from list of MANIFESTs to process. 1999-01-25 22:17:26 +00:00
vidur%netscape.com
8bab99aac5 Implemented nsIDOMElement::Normalize 1999-01-25 22:17:15 +00:00
michaelp%netscape.com
c8e0ba6a08 moving headers from src to public. added support for dib sections to windows
drawing surface. WIP on making blender work with arbitrary pixel organizations.
1999-01-25 22:16:47 +00:00
kmcclusk%netscape.com
4f72556760 Added SetProperty/GetProperty methods to nsIFormControlFrame. Added stub
implementations for all classes that derive from nsIFormControlFrame
1999-01-25 22:16:27 +00:00
hyatt%netscape.com
6d67538c8d Altered the way frame construction works. ConstructFrame can now potentially
build up a list of sibling frame subtrees.  This allows for the creation of
multiple frames from a single content node, and for easy merging of two different
lists of subtrees during frame construction.
1999-01-25 22:13:03 +00:00
akkana%netscape.com
5bfd3498e0 Pav's changes only work if you also have his fixes to gtk.
Since those aren't available yet, I've reverted his changes to make
selection and editor typein work.
When the new gtk is available, search for HAVE_GTK_BETTER_THAN_1_1_13
to see how to turn his changes back on (they are very worthwhile, we
just can't afford a regression while we wait for the new gtk).
1999-01-25 22:10:48 +00:00
mscott%netscape.com
204f07d111 Test app for verifying the socket implmeentation of nsITransport. (not currently being built by any of the public makefiles) 1999-01-25 19:42:32 +00:00
shaver%netscape.com
adc25a815d Fixed IID copying (duh -- all the bytes matter).
NewString and NewStringZ APIs.
No more bit-fields (nod to jband and fur, thanks).
Cleaned up Annotation structures.
On-disk offsets are 1-based.
Write annotations to disk, and account for them in header size, etc.
Fix sundry cursor-vs-&cursor bugs and don't-allocate-on-decode bugs.
Write MethodDescriptors and InterfaceDescriptors to disk!
Executive Summary: can now write very simple .xpt files!
1999-01-25 19:36:48 +00:00
pinkerton%netscape.com
6b59f526c9 fixing a leak in GetChildren() and cleaning it up to use nsComPtr when creating a new enumerator. 1999-01-25 19:18:43 +00:00
mscott%netscape.com
410d14bb55 socket implementation of the transport interface. (not currently being built by checked in makefiles) 1999-01-25 19:10:04 +00:00
ramiro%netscape.com
eb15f57d71 Added that lovely alternate/default style selector to the menu (it works great
on Linux), and fixed a typo in the compatibility menu. Just little stuff, as
usual...
Thanks to Steve Morrison <smorrison@gte.com> for providing the fix.
1999-01-25 18:54:10 +00:00
mscott%netscape.com
49c2aacde7 Build the sockstub directory. 1999-01-25 18:24:58 +00:00
briano%netscape.com
bafb5ac525 Automated update 1999-01-25 18:00:35 +00:00
mscott%netscape.com
a4bf96e1f9 Build network/protocol/sockstub directory. 1999-01-25 17:51:52 +00:00
mscott%netscape.com
5376ce35ea Build sockstub directory 1999-01-25 17:51:06 +00:00
mscott%netscape.com
24a3fe2b6e Makefile for the sockstub protocol directory.. 1999-01-25 17:50:41 +00:00
mscott%netscape.com
c19f92a917 Build the sockstub directory.... 1999-01-25 17:48:44 +00:00