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

668 Коммитов

Автор SHA1 Сообщение Дата
selmer%netscape.com 07c0bc44c8 Adding stubs for vanilla build 1998-07-21 20:07:31 +00:00
ramiro%netscape.com 57c0a8b26e Fix build bustage. Remove unused ",". 1998-07-21 04:01:14 +00:00
akkana%netscape.com fbcf784a2a Add new functionality for the new 5.0 table dialog.
Consolidate "new table" and "table properties" dialogs into one.
Includes massive move/redesign of code out of editordialogs.c
into new C++ class XFE_EditTableDialog.
1998-07-21 02:14:23 +00:00
akkana%netscape.com f979818a82 Improve table selection 1998-07-21 02:11:06 +00:00
dfm%netscape.com 869cb642a7 Fixed morse's typo. 1998-07-20 21:50:15 +00:00
dfm%netscape.com ba0baf007d Fixed winfe bustage, morse's whitespace clobber.. 1998-07-20 21:13:09 +00:00
robinf%netscape.com 111b0f9e9b added thes files for our dialup builds 1998-07-20 21:11:08 +00:00
timm%netscape.com 3b7b88a4a3 fix path to routine to append last slash 1998-07-20 21:04:08 +00:00
robinf%netscape.com c47afca7dc merging help files for generic dialup build 1998-07-20 20:57:38 +00:00
robinf%netscape.com 949e56af78 Checing in the generic dialup readme 1998-07-20 20:52:28 +00:00
robinf%netscape.com 6b916ca0cd checking in the version that turns off billing and dialing screesn 1998-07-20 20:50:12 +00:00
robinf%netscape.com e23ca13890 checking in the de-prestonized versions of these files which are needed for the dialup version. 1998-07-20 20:48:58 +00:00
morse%netscape.com d3af5f59ad temporary hack to fix build bustage 1998-07-20 20:47:32 +00:00
dfm%netscape.com 91d899a2d0 Landed privacy features from PRIVACY_BRANCH_070898; Transaction Receipts
and Privacy Policies are still switched off, so mozilla/privacy doesn't
build by default.
1998-07-20 18:40:09 +00:00
pinkerton%netscape.com 1981f082f0 Util routines for setting fg/bg colors in presence (or absence) of HT properties and appearance manager. Also checking with HT to see if it wants to handle loading urls. 1998-07-20 16:13:06 +00:00
pinkerton%netscape.com fbdb8d4423 Call HT before loading urls. Handle about:XXX.gif for Aurora gifs. 1998-07-20 16:11:54 +00:00
pinkerton%netscape.com 8c1ffefc32 Adding Tang resource id's for aurora gifs. 1998-07-20 16:11:23 +00:00
pinkerton%netscape.com c26bd1fe33 Re-added CTargetFramer, as it got lost somewhere. 1998-07-20 16:11:06 +00:00
pinkerton%netscape.com 19cbd6b3be lots of stuff that was private is now public to support drawing of gifs anywhere we want, not just in html views. 1998-07-20 16:10:48 +00:00
pinkerton%netscape.com fd9f60c866 Fix so that images can be displayed in places other than HTML views. 1998-07-20 16:10:21 +00:00
pinkerton%netscape.com 8055b08861 Add aurora gifs as 'Tang' resources. 1998-07-20 16:09:57 +00:00
pinkerton%netscape.com bf2916b990 Lots o' utility routines, some new, some code moved from other parts of the app. Things like building and extracting the most common flavor data types. 1998-07-20 16:09:05 +00:00
pinkerton%netscape.com 069203981f Bug fixes, use gifs and bg and icons, fix tabbing problems, rearchitect FE data for views. 1998-07-20 16:07:09 +00:00
pinkerton%netscape.com 095379fe38 use more stuff in CURLDragHelper. 1998-07-20 16:06:03 +00:00
pinkerton%netscape.com 6c096f2308 Added parameter so data can be passed in before drag for bookmarks flavor. Needed so Aurora can work. 1998-07-20 16:05:38 +00:00
pinkerton%netscape.com 8df73fc586 Pass correct data to HT on drag and drop, fixes in d&d, check with HT before loading URL. 1998-07-20 16:04:52 +00:00
pinkerton%netscape.com c890745799 Draw using HT properties for colors or bg gif. 1998-07-20 16:04:20 +00:00
pinkerton%netscape.com 0436101d9f Draw selector images using gifs. 1998-07-20 16:03:59 +00:00
pinkerton%netscape.com c5ad5fc681 Added CImageIconMixin, CIconCache, CIconContext. Removed CGuidePopup. 1998-07-20 16:03:16 +00:00
pinkerton%netscape.com f5b64f8ab7 Drag and drop rewrites (pass valid data to HT), draw using HT properties for colors, etc. BG can now be a gif. Check with HT before loading url. 1998-07-20 16:02:14 +00:00
pinkerton%netscape.com 0dd604e866 No longer an LTabGroup so tabbing works again, can now drag text out of the window, double-click words to select them. Added ScrollBits scrolling fix to make scrolling smooth again. 1998-07-20 16:01:13 +00:00
pinkerton%netscape.com 1a1a0b6371 Can now double-click on words to select them and drag selected text out of the browser window. 1998-07-20 15:59:42 +00:00
pinkerton%netscape.com 3d4f9125b8 expose HT_Pane to those who may need it. 1998-07-20 15:59:11 +00:00
pinkerton%netscape.com e11e85b25f Check with HT before loading URL. 1998-07-20 15:58:48 +00:00
pinkerton%netscape.com 3e59bce01d Add CTargetFramer (which we lost somehow) and remove the guide popup button. 1998-07-20 15:57:47 +00:00
pinkerton%netscape.com 0f46dc32be First Checked In. 1998-07-20 15:55:36 +00:00
ramiro%netscape.com f759b68908 Remove old motif.mk hack. 1998-07-18 05:15:49 +00:00
ramiro%netscape.com f134c3738d Adding support for detecting various platform specific libraries, paths and
other things (anything, really).

Should make building mozilla on diverse platforms such as linux/lesstif
much easier.

Currently Linux is the only platform that supports detection.

The new detection mechanism is very scaleable.  We will be able to add support
for other operating systems as well as more permutations of linux/arch/toolkit.

It has received the Reverend Ostrom blessing of approval.

So the lesstif people can stop bitching.  thank you for the feedback ;-)
1998-07-18 03:34:56 +00:00
ramiro%netscape.com 2dd27a649e Adding support for detecting various platform specific libraries, paths and
other things (anything, really).

Should make building mozilla on diverse platforms such as linux/lesstif
much easier.

Currently Linux is the only platform that supports detection.

The new detection mechanism is very scaleable.  We will be able to add support
for other operating systems as well as more permutations of linux/arch/toolkit.

It has received the Reverend Ostrom blessing of approval.

So the lesstif people can stop bitching.  thank you for the feedback ;-)

Notice how much simpler the Linux chunk of the xfe Makfile has become.
1998-07-18 03:34:26 +00:00
pierre%netscape.com cde7752a31 #301870 (Subscribe dialog: crash on Cancel) call AttemptClose() instead of DoClose(). Full explanations in the bug report. 1998-07-17 00:49:17 +00:00
pierre%netscape.com 804949ce30 Imported the Offline panels from Nova. 1998-07-17 00:02:23 +00:00
law%netscape.com a6e23a41af Fix for bug#301644; don't call SetContext if we ain't got no context 1998-07-16 23:26:42 +00:00
danm e4b667424c removing Windows-specific obsolete version of Full Circle code. bug 300132 a:don. 1998-07-15 16:39:21 +00:00
ftang ed8d1a92fa Partially fix 5.0 SF1 In bug 122807 and hand it to clu per brade request. 1998-07-15 16:33:40 +00:00
ramiro 910cf0dd5a Nasty hack to deal with hpux 10.x ANSI C compiler bug. Do the expression
expansion "by hand".
HPUX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
1998-07-15 10:34:34 +00:00
ramiro 028620c999 Replace (un-hardcode) /usr/lib/libm.a with -lm.
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
This is a good change for all platforms.  ITs dumb to hardcode the library
like that.  If for some reason a particular paltform requires a hard coded
path to libm, then it should be special cased.
1998-07-15 10:30:51 +00:00
ramiro 2585ebd8de Add support for HPUX A.09. Cleanup HPUX B.10 defines. Add hpux support for
NS_USE_GCC.
Comment out an unused variable.
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
1998-07-15 10:19:36 +00:00
ramiro 87501d0df4 Turn editres off on hpux. Declare missing XmString function on motif 2.x.
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
1998-07-15 10:09:51 +00:00
ramiro f6d6f23759 Turn EDITRES of on hpux. HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html. 1998-07-15 10:04:44 +00:00
danm 6c18c1739e use ns/fullsoft dll if MOZ_FULLCIRCLE 1998-07-15 04:07:56 +00:00