Commit Graph

12515 Commits

Author SHA1 Message Date
kmcclusk%netscape.com
a67e6c1fe0 Fix for MAC build 1998-12-04 19:07:46 +00:00
troy%netscape.com
205250b6c4 Moved view creation to frame construction code. Also moved wrapping of
floated and absolutely positioned elements to frame construction code
1998-12-04 19:03:44 +00:00
kmcclusk%netscape.com
86a2bd4b85 Added code to GFX-render checkbox's under Windows when printing. 1998-12-04 18:33:34 +00:00
jfrancis%netscape.com
6f832796e8 fixing up start/end setters, other details 1998-12-04 18:21:52 +00:00
kin%netscape.com
45ade84f31 Added more test cases. 1998-12-04 18:09:06 +00:00
karnaze%netscape.com
66f0822308 added code provided by Micahel Lowe to get system colors for frameset borders (bug 1763) 1998-12-04 18:05:30 +00:00
pinkerton%netscape.com
6aa787e50c now draws triangle in upper right to indicate this button has a menu. Draws in gray when the button is disabled. 1998-12-04 16:34:56 +00:00
dcone%netscape.com
5647341bf8 Changed some attributes on the printer items for the menus 1998-12-04 15:10:07 +00:00
dcone%netscape.com
83d0fa59c7 Added some printer support 1998-12-04 15:08:18 +00:00
dcone%netscape.com
62ebba6112 added the nsDeviceContextSpec and factory support for printing support 1998-12-04 15:04:30 +00:00
dcone%netscape.com
26823e00ba Added the nsDeviceContextSpecFactory and nsDeviceContextSpec support 1998-12-04 15:03:41 +00:00
dcone%netscape.com
88115c192c Added printing support 1998-12-04 15:02:57 +00:00
dcone%netscape.com
67bb22ffd2 First Checked In. 1998-12-04 15:02:26 +00:00
waterson%netscape.com
9a4e181be2 Added utility files. Split nsRDFDocument into two subclasses. 1998-12-04 10:02:17 +00:00
waterson%netscape.com
0233a245ca Changed RDF document CID. 1998-12-04 10:01:42 +00:00
waterson%netscape.com
99a354e2b8 Initial revision. 1998-12-04 10:00:13 +00:00
waterson%netscape.com
9eadf84443 Moved child creation over into the document. Added some subclasses to deal with it. 1998-12-04 09:59:09 +00:00
waterson%netscape.com
0819ac847f Split the RDFDocument CID into RDFHTMLDocument and RDFTreeDocument. 1998-12-04 09:58:35 +00:00
waterson%netscape.com
ff519fed4f Remove #ifdef XP_MAC stuff that was excluding the RDF DLL. 1998-12-04 08:58:26 +00:00
waterson%netscape.com
21ee28bbfc Add RDF to build. 1998-12-04 06:17:10 +00:00
troy%netscape.com
4f5fc0524a Added a comment about view creation 1998-12-04 06:13:18 +00:00
troy%netscape.com
90f35ce118 Changed view creation to occur when frame initialization occurs 1998-12-04 05:56:06 +00:00
ramiro%netscape.com
aa9ee9d7c3 Add support for 'native' dependancies on systems that include the 'makedepend'
binary by default.  For example, linux freebsd and other unices that have
X11 installed in a reasonable fashion.  The commercial unices will continue
to suck as usual.
1998-12-04 05:07:01 +00:00
waterson%netscape.com
9a6d07e9e4 Cleaned up the last couple of fancy C++ casts. Implemented nsRDFElement::IndexOf(). 1998-12-04 03:59:54 +00:00
troy%netscape.com
b7a4774af0 Removed some commented out old code 1998-12-04 03:46:59 +00:00
waterson%netscape.com
d54546686d Added nsSelection header files: this is temporary pending mjudge landing new selection stuff, but I need it now to get RDF building on Mac. 1998-12-04 03:45:00 +00:00
troy%netscape.com
c2a37f36ad Added NS_RELEASE of col frame pseudo element style context. This fixes a memory leak 1998-12-04 03:39:05 +00:00
troy%netscape.com
199c24d49a Changed table frame code to call DeleteFrameList() so that the col group
frames are deleted
1998-12-04 03:14:28 +00:00
sfraser%netscape.com
9563c38cc9 Dumping out my latest memory manager changes. Still not being built yet. New code includes stats collection, but no way to write out stats at the moment. 1998-12-04 02:21:19 +00:00
troy%netscape.com
4a0f9cea8f Moved logic that created a BODY frame that forms the cell's content from the
table frame code to the frame construction code
1998-12-04 02:08:51 +00:00
waterson%netscape.com
7c1fe6bb45 Bunch of whackage. Changed C++ style casts to a macro. Changed NULL to nsnull. Changed the nsRDFDocument to its own class, independent of raptor (black box re-uses raptor parts). 1998-12-04 01:54:23 +00:00
pinkerton%netscape.com
343027d449 lighten the widget bg colors so this things finally looks like macNavigator again. 1998-12-04 01:39:36 +00:00
waterson%netscape.com
9ec2d30af9 Added macros for fancy C++ casts. 1998-12-04 01:13:21 +00:00
slamm%netscape.com
45fedef1f0 Add support for hyatt's treeview. 1998-12-04 01:06:58 +00:00
slamm%netscape.com
1bae821802 Build hyatt's treeview on Unix. 1998-12-04 01:06:53 +00:00
mjudge%netscape.com
113351a624 that didnt work... mac croaked 1998-12-04 00:01:09 +00:00
hyatt%netscape.com
804d237af6 Adding an #ifdef XP_MAC on the window destroy for the tree widget (just to keep
Windows from crashing).
1998-12-03 23:57:44 +00:00
hyatt%netscape.com
ef3edbb7b0 Tweaked the tree colors. 1998-12-03 23:55:15 +00:00
mjudge%netscape.com
ac6b0fe43f removing NULL replacing with nsnull 1998-12-03 23:46:36 +00:00
mjudge%netscape.com
b6c191f848 changing NULL to nsnull 1998-12-03 23:40:06 +00:00
beard%netscape.com
a06e703fe1 First Checked In. 1998-12-03 23:34:34 +00:00
beard%netscape.com
dfe53426af First Checked In. 1998-12-03 23:29:19 +00:00
jfrancis%netscape.com
c1e3a6df07 more work on grungy range details 1998-12-03 22:59:07 +00:00
beard%netscape.com
645ec3aec6 First Checked In. 1998-12-03 22:36:55 +00:00
kin%netscape.com
5434115e00 Added the editor/txmgr makefiles to the list of editor makefiles. 1998-12-03 22:20:34 +00:00
beard%netscape.com
9b9b2dc830 First Checked In. 1998-12-03 22:17:06 +00:00
hyatt%netscape.com
4af3f59416 The tree view column pushers disable properly. Hidden/shown columns remember
their desired widths.
1998-12-03 22:15:51 +00:00
waterson%netscape.com
f04cb2a7d2 Changed upper case RDF to lower case rdf to make consistent with the rest of the builds. 1998-12-03 22:07:16 +00:00
pinkerton%netscape.com
7c7b712223 make sure the port is set correctly before we call ::SetOrigin on mouse events. 1998-12-03 22:05:49 +00:00
pinkerton%netscape.com
f069217c85 handle NS_DESTROY message in tree window event handler. 1998-12-03 22:05:17 +00:00