Commit Graph

2838 Commits

Author SHA1 Message Date
rods
187b55b1d4 remove GetBasURL call 1998-06-16 00:26:50 +00:00
rods
af912c3021 change callback for open in menu 1998-06-16 00:26:09 +00:00
kmcclusk
9db48f8a75 Added Motif viewer to the build 1998-06-16 00:23:35 +00:00
rods
b7c8bee768 fixed UNIX resource protocol 1998-06-16 00:04:43 +00:00
jevering
2bbfb8cd11 Added prstrm.cpp to cpp file list. 1998-06-16 00:02:03 +00:00
kmcclusk
00e683c2bc Added resource protocol support under unix. 1998-06-15 23:42:16 +00:00
kmcclusk
1b812ba2a7 Added makefile directive to copy ua.css to $(DIST)/bin/res 1998-06-15 23:07:41 +00:00
kmcclusk
5a634a5cef Removed reference to method no longer in the class 1998-06-15 22:42:25 +00:00
rods
74c26bb60a removed NoNotify 1998-06-15 22:35:31 +00:00
jwz
800884f8d3 If a file is less than 1k, print its size in bytes. 1998-06-15 22:18:06 +00:00
atotic
5b6d6015b1 First Checked In. 1998-06-15 22:13:46 +00:00
rods
27228ea6e3 removed radiogroup functionality 1998-06-15 22:05:24 +00:00
rods
510233d59a removed RadioGroup methods 1998-06-15 22:02:13 +00:00
atotic
00253dca7c Make it build in the brave new world 1998-06-15 21:54:52 +00:00
jwz
538c1fcd04 Print the date flush-right; leave about one space between columns. 1998-06-15 21:52:14 +00:00
jwz
08ea4455e3 Print the date like ls does: "Mmm dd hh:mm" if it is newer than six months,
else "Mmm dd yyyy" if it is older.

Use the internal-gopher-* images instead of the GIFs in /icons/.

Print a "-" for the size of directories.
1998-06-15 21:51:41 +00:00
cmanske
e020843b76 Finished fix for SF1 bug 123355 - force JavaScript on for Composer Plugins. Reviewed by mjudge. 1998-06-15 21:44:23 +00:00
atotic
0eda11f559 First Checked In. 1998-06-15 21:07:17 +00:00
vidur
47b9986973 First pass at makefile for generation of xpcom headers and JavaScript stub classes 1998-06-15 20:57:23 +00:00
kipp
7af507cf8e Revised keyword tables 1998-06-15 20:40:27 +00:00
kipp
8305544074 Added in steve's new keywords 1998-06-15 20:40:07 +00:00
vidur
23ede23469 Added error handling to InitClass 1998-06-15 20:35:45 +00:00
atotic
1eda9db08a First Checked In. 1998-06-15 20:27:14 +00:00
kipp
56ee9bbd02 Added opacity 1998-06-15 20:25:28 +00:00
rods
bac6d6afa8 set internal full path/file correctly, and uses it's own event loop with a kludge from nsAppShell 1998-06-15 20:25:24 +00:00
rods
e391c9d627 no longer derived nsWindow, it is truely a delegated helper 1998-06-15 20:24:17 +00:00
rods
d560fe75b0 changed QueryInterface to QueryObject, it now derived from nsWindow and hasa nsTextHelper 1998-06-15 20:23:40 +00:00
rods
b317ab6dbe added kludge for nsFileWidget 1998-06-15 20:22:43 +00:00
kipp
a4d3f27e3b Makefile tweaked to not build nsHTMLTags.cpp 1998-06-15 20:21:08 +00:00
atotic
d66233474f First Checked In. 1998-06-15 20:15:59 +00:00
troy
eec17e5d28 Changed to set the polygon fill mode in CommonInit() instead of when drawing
polygons
1998-06-15 18:50:08 +00:00
jwz
6c9f8e579a I'm a chimp; I didn't test the last change, and left out the blank line after
the headers.
1998-06-15 17:15:35 +00:00
rods
4876f3d0f6 more fixes for irix 1998-06-15 17:08:33 +00:00
kmcclusk
6f791dd1fa Added support for XPCOM Aggregation in the Motif Widget library 1998-06-15 16:50:53 +00:00
rods
76c19e55d0 fixing irix build 1998-06-15 16:34:18 +00:00
rods
0a294a2588 added additional FileWidget support 1998-06-15 16:29:00 +00:00
rods
2a348d6c32 added sow/hise and resize 1998-06-15 16:28:42 +00:00
rods
06bd969d3d fixed up resize events 1998-06-15 15:36:28 +00:00
rods
650753735a added File Widget 1998-06-15 15:36:09 +00:00
rods
8a80948a85 added nsFIleWidget.cpp 1998-06-15 15:35:56 +00:00
rods
08282b1957 initial working version 1998-06-15 15:35:35 +00:00
jwz
62b8204d80 don't send last-modified headers with a static date... 1998-06-15 05:08:14 +00:00
troy
8dbcb4c135 Changed some GetStyleContext/GetStyleData calls to use nsIFrame::GetStyleData
instead. This saves the AddRef/Release overhead
1998-06-14 05:23:59 +00:00
troy
7bbe992c0b Changed some GetStyleContext/GetStyleData pairs to use nsIFrame::GetStyleData
instead
1998-06-14 05:14:17 +00:00
troy
8bfcb70b73 Changed some pairs of GetStyleContext/GetStyleData calls to a single call
to nsIFrame::GetStyleData
1998-06-14 05:00:38 +00:00
troy
1afc3a4b00 Changed a GetStyleContext/GetStyleData pair to use the nsIFrame::GetStyleData
member function instead. This saves a pair of AddRef/Release calls
1998-06-14 04:40:52 +00:00
troy
0257810c1e Changed PaintChildren() to only paint those children that intersect
the dirty rect
1998-06-14 00:45:21 +00:00
mcafee
4e70ab9ac1 Get SparcLinux to link properly. This doesn't affect any other builds. 1998-06-13 22:40:18 +00:00
jwz
617fc42dfb Wow, how lame. The only way I could get the table columns to line up was
to increase the field size from 6 to 8!  That's robust...  It seems that
</FORM> inserts a paragraph break even when it comes just before </TD>,
so the "use this field" text must be inside the </FORM> in order to be
snugly against the text field.  But, if "Text Search" isn't in the same
<TR> as the text field, they won't line up properly vertically.  So
I can't figure out how to combine all of the <FORM>s into one table to
make the columns all line up without introducing lots of vertical space.
1998-06-13 18:47:35 +00:00
jwz
21ebac08bd I hadn't realized that "ident" did case-sensitive exact matches instead of
regexp searches.  Updated the instructions to reflect this.
1998-06-13 18:26:54 +00:00