Commit Graph

1861 Commits

Author SHA1 Message Date
jfrancis%netscape.com
5455f937e5 Continuing Ender work 1998-09-24 16:30:04 +00:00
jfrancis%netscape.com
852cbf1758 continueing Ender work 1998-09-24 16:29:27 +00:00
ramiro%netscape.com
10ea4fa3c7 Link with XfeToolTip. 1998-09-24 14:54:35 +00:00
ramiro%netscape.com
0aef0d15aa Build XfeToolTip and tests by default. 1998-09-24 14:35:54 +00:00
kin%netscape.com
278ae644dd Modifications to XFE_EmbeddedEditor constructor:
- Initialize charset to CS_LATIN1
  - Prevent editor from showing until layout has positioned it and
	wants to display it.
  - Manage toolbox and toolbar ahead of time so we can accurately calculate
    the height of the chrome.
  - Commented out paragraph style and character underline buttons again, they
    got blown away by the previous checkin.
  - Added spellcheck button to toolbar.
  - Moved fe_{add_to,remove_from}_all_MWContext_list() functions from
	EmbeddedEditor.cpp to context_funcs.cpp.
1998-09-24 14:31:50 +00:00
ramiro%netscape.com
60843dd1db Finalize doc string support. Add better callbacks. 1998-09-24 14:25:56 +00:00
wtc%netscape.com
1973fb7a9c Removed unneeded libmsgc21.
Files changed: cmd/xfe/{Makefile,Makefile.in},
cmd/stubfe/{Makefile,Makefile.in}.
1998-09-24 14:11:18 +00:00
ftang%netscape.com
71860c7c63 Make the RDF stuff always render UTF8 1998-09-24 09:23:48 +00:00
ramiro%netscape.com
122ecc6466 Add support for documentation strings. 1998-09-24 09:22:27 +00:00
ftang%netscape.com
38cde5c994 add CDefaultFontFontSwitcher.cp for better UTF8 support 1998-09-24 09:17:26 +00:00
mcafee%netscape.com
fc4b8bb076 Moving comment to fix AIX & Digital sed breakage. Maybe sed really does suck, as the comment suggests. 1998-09-24 07:54:04 +00:00
ramiro%netscape.com
94d78842f1 Add realize callbacks. 1998-09-24 05:19:50 +00:00
hyatt%netscape.com
b79b63a3e6 Fixing a crash when the HTML pane in Aurora is deleted. 1998-09-24 02:00:44 +00:00
hyatt%netscape.com
a860dc2862 Really fix the problem with undocking. :) 1998-09-24 01:43:12 +00:00
hyatt%netscape.com
0f8a279579 Fixing a problem with undocking the NavCenter window. 1998-09-24 01:40:22 +00:00
hyatt%netscape.com
4aaeb57d7e Making the toolbars add/remove properly. 1998-09-24 01:33:20 +00:00
hyatt%netscape.com
ee6406b8f6 Tweaking the notification handler for the toolbars. 1998-09-24 00:38:53 +00:00
hyatt%netscape.com
798fa70de8 Making the HTML pane work again. 1998-09-24 00:06:54 +00:00
ftang%netscape.com
a742ed0de0 First Checked In. 1998-09-24 00:01:01 +00:00
robinf%netscape.com
b2bb4c9d5b fixing bug #321757; updating help to reflect changed behavior of "Show Introduction Screens" global option 1998-09-23 23:42:57 +00:00
robinf%netscape.com
1c655a1851 Fixing bug #324040; adding new help screen for new flag in global options 1998-09-23 23:00:43 +00:00
akkana%netscape.com
4c39981036 more rosetta build bustage 1998-09-23 20:52:02 +00:00
cls%seawood.org
07971b323c Fixed problem with FULL_STATIC_BUILD and js libs. Thanks to Tim Rowley <tor@boojum.cs.brown.edu> for the fix. 1998-09-23 20:20:07 +00:00
robinf%netscape.com
0537698fd5 fixinb bug related to text corrections on these screens 1998-09-23 19:07:46 +00:00
blizzard%appliedtheory.com
3dcb0c2449 Patch from Bert Driehuis <driehuis@playbeing.org> for returning the view
in the function.
1998-09-23 14:04:06 +00:00
ramiro%netscape.com
d62fe33fb5 Remove 2 extra spaces that were causing Mozilla to crash on startup on some
sun computers.
Thanks to Kurt Swanson <kurt@dna.lth.se> for pointing this out and providing
the fix.
1998-09-23 09:21:28 +00:00
ramiro%netscape.com
cef3020548 Fix for bugzilla bug 864. XFE fonts.c file charset array out of whack.
Thanks to raff@aromatic.com for pointing this out and providing the fix.
1998-09-23 08:22:25 +00:00
briano%netscape.com
022b5e38c2 Changed EDITOR to MOZ_EDITOR, because EDITOR is almost always defined in the user's environment, and that breaks MOZ_LITE builds. Approved by ramiro@netscape.com. 1998-09-23 00:47:17 +00:00
radha%netscape.com
3d3760e063 Moved MWContext utility functions to context_funcs.cpp 1998-09-22 23:32:49 +00:00
cls%seawood.org
39b7c91072 Sync'd Makefile.ins 1998-09-22 23:01:29 +00:00
radha%netscape.com
81662cdc7d Check if image->clientData exists before trying to obtain the pixmap
from it.
1998-09-22 22:24:29 +00:00
radha%netscape.com
4fc7251dfd New utility functions to create MWContext and obtain frame handle from
MWContext
1998-09-22 22:23:49 +00:00
wtc%netscape.com
96a6a02078 NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
cls%seawood.org
62d121236f Sync'd Makefile.ins with corresponding Makefiles. Fixed problems with autoconf build. Thanks to Christopher Blizzard <blizzard@appliedtheory.com> and Tom Rini <trini@kernel.crashing.org>. 1998-09-22 03:47:27 +00:00
sdagley%netscape.com
5911ad126f per pinkerton this call to URDFUtilities::PropertyValueBool is no longer needed (and it's breaking the Mac build) 1998-09-22 03:10:12 +00:00
slamm%netscape.com
5236942db4 Add a parameter to HT_PaneFromURL (to match backend change that hyatt made). Fix crash on exit (We deleted the notification struct and then HT tried to send us more events). 1998-09-22 00:50:25 +00:00
sdagley%netscape.com
dbf9a0b046 Yes the tree is in flames but it'll stay that way without this mod. Reviewed/Approved hyatt. Add new paramter for call to HT_PaneFromURL. 1998-09-22 00:35:08 +00:00
hyatt%netscape.com
40aba998c9 Support for templates added to SHACK. More properties added to front end. 1998-09-22 00:24:26 +00:00
nisheeth%netscape.com
1f6691e905 Added code submitted by Ori Kravitz (orik@mercury.co.il) that informs listeners
that all network connections have completed for the current page.  This is part
of the Layout Probe project that is trying to add test automation interfaces to
the layout engine.
1998-09-21 23:58:14 +00:00
ramiro%netscape.com
caccb50f72 Fix taskbar action button transparency. 1998-09-21 22:08:18 +00:00
nisheeth%netscape.com
ea5d88b065 Add LAYPROBE_API to compiler defines if MOZ_LIBTEST is set. 1998-09-21 21:46:38 +00:00
ramiro%netscape.com
4c75ce6a52 Add a margin to taskbar action button. 1998-09-21 20:55:53 +00:00
ramiro%netscape.com
f41f4c55bd Remove unused taskbar stuff. 1998-09-21 20:51:41 +00:00
ramiro%netscape.com
97caf0546f Unbreak the taskbar some more. 1998-09-21 20:50:25 +00:00
ramiro%netscape.com
c766d6662c Add a callback to control which toolbar children are resized to the max
dimensions.
1998-09-21 20:20:14 +00:00
ramiro%netscape.com
eba6765f1a Callback reason modularization. 1998-09-21 19:49:21 +00:00
sudu%netscape.com
7563a7dd9d Bring autoconf build up to date with non-autoconf build 1998-09-21 19:25:58 +00:00
kin%netscape.com
ffaa12b0a2 Removed the ParagraphStyle and CharacterUnderline buttons from the HTMLArea
toolbar.
1998-09-21 17:38:41 +00:00
kin%netscape.com
fce0fa2bc1 Modified htmlarea_create() use the current_text if it exists. Fixes HTMLArea
reload, page forward and back.
1998-09-21 17:36:59 +00:00
ramiro%netscape.com
48023d85eb Un-break the taskbar some more. 1998-09-21 14:20:52 +00:00
ramiro%netscape.com
ffee05c0b6 Add XfeTabGetOrientation(). 1998-09-21 13:47:39 +00:00
ramiro%netscape.com
d15826ed79 Create the ender toolbar item only when needed. 1998-09-21 12:22:38 +00:00
mcafee%netscape.com
87a3da1891 Initial version, borrowed from webshell/tests/viewer 1998-09-21 08:03:35 +00:00
mcafee%netscape.com
60cd9b826b NGLayout source is src2 1998-09-21 08:00:15 +00:00
mcafee%netscape.com
8f1d042bc1 Added FE_GetRelatedLinksContext() 1998-09-21 05:30:47 +00:00
mcafee%netscape.com
0981afc9b2 Renamed init() to read(), save() to write(). 1998-09-21 05:29:26 +00:00
mcafee%netscape.com
2b0a693f1c Added support for Smart Browsing 1998-09-21 05:27:50 +00:00
mcafee%netscape.com
ba54d9a1b4 read_str is now fe_PrefReadString(), write_str() is fe_PrefWriteString() 1998-09-21 05:25:49 +00:00
mcafee%netscape.com
de59b12c4a Added updateRelatedLinksShowing() 1998-09-21 05:25:09 +00:00
mcafee%netscape.com
bb7055e964 Removed cookie stuff from fe_GlobalPrefs 1998-09-21 05:24:30 +00:00
mcafee%netscape.com
d161d77fc3 Unused variable warning on Linux 1998-09-21 04:58:41 +00:00
mcafee%netscape.com
bdba5a4904 Unused variables warnings on Linux 1998-09-21 04:43:33 +00:00
mcafee%netscape.com
1de6e186bf Fixing compiler warning on Linux 1998-09-21 04:42:13 +00:00
ramiro%netscape.com
7ca2ae4910 This is a temprary hack to fix the "off by one" toolbar closed problem that
occurs when all toolbox items are closed.
1998-09-20 17:17:12 +00:00
ramiro%netscape.com
816d5e6afe Remove superflous XmNchildUsePreferred{Width,Height} resources. 1998-09-20 17:06:05 +00:00
ramiro%netscape.com
61fc53f236 Add a comment in place of broken feature. 1998-09-20 16:14:06 +00:00
ramiro%netscape.com
27329866ed Fix a typo. 1998-09-20 16:13:44 +00:00
ramiro%netscape.com
e6df42788b A better name. layout_frozen instead of ignore_configure. 1998-09-20 16:01:12 +00:00
ramiro%netscape.com
994dd81d63 Allow each toolbar child's width/height to be forced to the max individually.
Before, it was either all or nothing which was bad when getting dynamic
toolbars to work, especially with complicated toolbar items such as a
combo box.
1998-09-20 13:32:41 +00:00
ramiro%netscape.com
6693a43db8 Move unused Splash.cpp into an ifdef NSPR_SPLASH. 1998-09-20 11:29:58 +00:00
ramiro%netscape.com
ef6fa1444d Fix a type and update autoconf makefile. 1998-09-20 11:22:41 +00:00
ramiro%netscape.com
0251601951 Remove taskbar widget and use toolbar instead. UNBLOAT. 1998-09-20 11:05:00 +00:00
ramiro%netscape.com
4694781f61 Un-break MOZ_TASKBAR. 1998-09-20 09:18:38 +00:00
ramiro%netscape.com
c8deb2a9fd Add missing rep type. 1998-09-20 08:37:33 +00:00
ramiro%netscape.com
190efceb8a Use a better name: FIXED_SIZE instead of OFFSET. 1998-09-20 06:48:31 +00:00
ramiro%netscape.com
2190d6d3fa Simplufy the XFE_RDFChromeTreeView class by using a divider instead of all
those broken XmForm hacks.
1998-09-20 06:39:43 +00:00
ramiro%netscape.com
dda3ad4806 More modularization changes. Move all the string defs and registration
functions to the respective places where they are needed.  Also cleanup up
a bunch of children info stuff.
1998-09-20 06:38:24 +00:00
ramiro%netscape.com
bce1e6d48e Add #include <Xfe/Cascade.h>. 1998-09-20 06:34:28 +00:00
ramiro%netscape.com
90fd095fdb Fix crash when creating a chromeless window. Dont de-reference a NULL
toolbar.
1998-09-20 06:33:35 +00:00
ramiro%netscape.com
53193c619b Add divider. 1998-09-20 06:32:11 +00:00
ftang%netscape.com
209615ff73 fix bug 147200 by merge nova code 1998-09-19 00:30:31 +00:00
ftang%netscape.com
1269068ae6 Fix the DrawText problem 1998-09-19 00:27:03 +00:00
sar%netscape.com
bd7067a5af add nsMalloc.cpp per warren 1998-09-18 09:21:54 +00:00
ramiro%netscape.com
20ac1f3946 Fix build bustage, what a dumb ass. 1998-09-18 06:46:35 +00:00
ramiro%netscape.com
4b06575886 Move toolbar widgetry to its own library. 1998-09-18 06:44:53 +00:00
ramiro%netscape.com
2b82fa2900 Move toolbar widgetry to its own library. 1998-09-18 06:12:45 +00:00
jfrancis%netscape.com
65f6c6b810 Redoing Ender toolbar. 1998-09-18 01:38:51 +00:00
jfrancis%netscape.com
b8a785fe1d Redoing Ender toolbar. 1998-09-18 01:24:28 +00:00
jfrancis%netscape.com
3dbadee7e4 Redoing Ender toolbar 1998-09-18 01:23:45 +00:00
jfrancis%netscape.com
180a8caacf Redoing the Ender toolbar 1998-09-18 01:22:28 +00:00
sudu%netscape.com
bcdfb85519 Added caps in the include line 1998-09-17 18:32:45 +00:00
sudu%netscape.com
f4a37dd455 Moved NPL_Init after RDF_Init as NPL_Init depends on RDF stuff via caps manager 1998-09-17 18:31:47 +00:00
ramiro%netscape.com
52eb548808 Add xfeCmdClearUrlBar and deal with it in XFE_BrowserFrame. 1998-09-17 14:22:38 +00:00
ramiro%netscape.com
3cfc1de6c9 Add clearText(). 1998-09-17 14:20:06 +00:00
ramiro%netscape.com
3a27404009 Move the dynamic layout parts of XfeManager to their own superclass
XfeDynamicManager.  This will make it a lot easier to write complicated
layout functions, such as the fancy configurable toolbar stuff.
Renamed a bunch of poorly named methods and data members.
1998-09-17 14:11:54 +00:00
radha%netscape.com
c87d8f8601 Call createHTMLPane only once 1998-09-17 14:11:23 +00:00
radha%netscape.com
ec75e0a1c2 Create the HTML pane 1998-09-17 14:10:53 +00:00
ramiro%netscape.com
165273b7eb Fix default rdf toolbar layout. 1998-09-17 13:48:14 +00:00
ramiro%netscape.com
c60fafe5f1 Add button layout test. 1998-09-17 10:59:23 +00:00
ramiro%netscape.com
25386e063a Change 'static XtResource' to 'static const XtResource' types for resources.
Thanks to Joe Keane <jgk@jgk.org>.
1998-09-17 09:55:48 +00:00
blizzard%appliedtheory.com
d74754b186 Pixmap creation and updating now use gdk primitives 1998-09-17 04:07:14 +00:00
ramiro%netscape.com
0f071cc57a Build MOZ_MAIL_COMPOSE build bustage. Its MOZ_MAIL_COMPOSE, not MOZ_COMPOSE.
Also, a bunch of icons were not being linked in.
1998-09-17 03:56:45 +00:00
slamm%netscape.com
140e72c073 Add back some security icons. 1998-09-17 01:35:01 +00:00
sdagley%netscape.com
459b4983e8 Restored radio group for cookie settings radio buttons 1998-09-16 23:57:22 +00:00
slamm%netscape.com
b2537071cb Back out button simplification until security stuff is worked out. 1998-09-16 23:29:09 +00:00
slamm%netscape.com
75f21443b8 Make sure callbacks are visible to derived classes. 1998-09-16 22:28:12 +00:00
slamm%netscape.com
e79fba691c Add 'ifdef MOZ_MAIL_NEWS' around the mail & news icons. 1998-09-16 21:50:00 +00:00
slamm%netscape.com
09062ee575 Move some toolbar specific code from RDFMenuToolbarBase to RDFToolbar. 1998-09-16 21:46:22 +00:00
slamm%netscape.com
20c6811f47 Remove unused extern. 1998-09-16 21:46:16 +00:00
slamm%netscape.com
c2140602e5 Use only one icon group per toolbar item. We previously allowed up to four, but no one uses it anymore and it was ugly. 1998-09-16 21:46:11 +00:00
slamm%netscape.com
c20839d729 Remove mouse-down (md) and insensitive (i) icons. These can be drawn on the fly. 1998-09-16 21:45:57 +00:00
slamm%netscape.com
2ef9e44e5f Get rid of MOZ_LITE hack. 1998-09-16 21:44:40 +00:00
slamm%netscape.com
3aaf9c3441 Add 'ifdef MOZ_MAIL_NEWS' around the mail & news icons.icons.c 1998-09-16 21:44:37 +00:00
pinkerton%netscape.com
fa41f27684 add some asserts and sanity checks on the shelves. 1998-09-16 21:18:36 +00:00
pinkerton%netscape.com
f60fac68d0 fix pane id of the adSpace in the "no grow box" version of the browser window. 1998-09-16 21:17:58 +00:00
robinf%netscape.com
d9017380b1 fixing bug #321762: adding a help screen that describes how to remove a screen from AS. 1998-09-16 20:11:57 +00:00
pinkerton%netscape.com
6051b4342b Forgot to set fe_data in the text attr struct when dealing with fonts. 1998-09-16 18:44:58 +00:00
pinkerton%netscape.com
1f34b6c893 Fixes from 4.5-land for locking up the machine while scanning large global history files and memory leak fixes. 1998-09-16 18:32:49 +00:00
kin%netscape.com
c14f4daed0 First pass support for the HTMLArea embedded toolbar. 1998-09-16 18:27:17 +00:00
kin%netscape.com
b815a1e43a Default input for an HTMLArea is now assumed to be HTML. Replaced all calls
to EDT_SetDefaultText() with calls to EDT_SetDefaultHTML().
1998-09-16 18:24:12 +00:00
kin%netscape.com
a2e20fdb02 Fixed bogus assertion thrown when the toolbox contains only one toolbar.
Fixed crash that occurs when a toolbox contains only one toolbar, and you
try to destroy the toolbar. Reviewed and approved by ramiro.
1998-09-16 18:23:37 +00:00
kin%netscape.com
fa5fb056fb Fix to prevent crashing in layout(), called from Manager.c:DeleteChild(),
when the Chrome and it's children are being destroyed.
1998-09-16 18:22:56 +00:00
ramiro%netscape.com
fad9618f18 Fix for bug 293266. Make sure "Joe User's Bookmarks" item appears as first
item in the "File Bookmarks" menu.
1998-09-16 14:19:11 +00:00
mcafee%netscape.com
72b1a08dd5 Uninitialized variable compiler warnings on Linux 1998-09-16 09:37:45 +00:00
robinf%netscape.com
a745ac5bd7 updating these files for Nova; text changes to fix links, remove Mac and Win16 references 1998-09-16 01:04:31 +00:00
robinf%netscape.com
c1c87b0f0a fixing bug #322037 in aatab.htm; removed win16 note from nmtab.htm 1998-09-15 23:54:30 +00:00
rjc%netscape.com
a529b0e6d9 Additional changes for supporting HT_LayoutComplete(). 1998-09-15 22:07:34 +00:00
blizzard%appliedtheory.com
dc6f133521 UpdatePixmap completed 1998-09-15 20:14:33 +00:00
blizzard%appliedtheory.com
2b7b3bf1a5 gnomefe now creates pixmaps when asked to by the image layer 1998-09-15 19:04:32 +00:00
blizzard%appliedtheory.com
20ba3d5d56 Remove README file. Information should be on the web site and/or elsewhere
in the tree.
1998-09-15 18:54:53 +00:00
robinf%netscape.com
b51a8abaf8 Fixing bug #309332; reword text on this screen so it's clearer about the type of information the user will be asked for 1998-09-15 18:34:51 +00:00
blizzard%appliedtheory.com
0d3eb7f91b Add patches from Bert Driehuis <driehuis@playbeing.org> These patches
make sure that the view is properly returned in all functions where it's
supposed to be.
1998-09-15 14:31:47 +00:00
ramiro%netscape.com
577c8f7f53 Comment out 2 assertions to get past toolbar layout problem. 1998-09-15 11:26:43 +00:00
ramiro%netscape.com
49a7e240a5 Make sure motif link path appears before x link path. 1998-09-15 08:26:44 +00:00
ramiro%netscape.com
dd1e6915b6 Add dynamic toolbar layout. 1998-09-15 03:56:55 +00:00
ramiro%netscape.com
bf5c1f7472 Add #include "prefapi.h". 1998-09-15 03:41:15 +00:00
ramiro%netscape.com
437c61bdc3 Add shell placement. 1998-09-15 03:33:06 +00:00
racham%netscape.com
c0efc8a3ac BUG 323175 : Use global registry variable (currentProfileDirectory) 1998-09-15 02:55:58 +00:00
racham%netscape.com
a762bc01dc BUG 323175 : Use global registry variable (urrentProfileDirectory) 1998-09-15 02:54:59 +00:00
racham%netscape.com
7723aff078 BUG 323175 : Catch the registry value into a global variable (currentProfileDirectory) 1998-09-15 02:53:59 +00:00
racham%netscape.com
7b07bcedb5 BUG 323175 : Sync up with Netscape Registry and Profile Manager changes 1998-09-15 02:52:02 +00:00
ramiro%netscape.com
be4826f267 Fix the create view label order. 1998-09-15 02:07:09 +00:00
pinkerton%netscape.com
9a8a90e6d4 don't return "boolean" in GetScrollbarMode() when the return value is a tri-state layout constant. return Int8 which is how it's stored. 1998-09-14 23:32:42 +00:00
pinkerton%netscape.com
349dc120eb Fix bug where we would randomly crash in the RDF notification handler. We weren't properly disposing of the personal toolbar pane and so it would get events long after it was deleted, causing crashes. 1998-09-14 22:36:43 +00:00
mcafee%netscape.com
5e6ec41042 Merging in XfeToggleButtonIsSet() from Nova branch 1998-09-14 20:26:48 +00:00
slamm%netscape.com
9551109d53 Quiet a compiler warning 1998-09-14 19:52:57 +00:00
slamm%netscape.com
7574376821 Kill some dead code 1998-09-14 19:52:48 +00:00
slamm%netscape.com
2f656e6836 Use the prefapi directly for the toolbar prefs. 1998-09-14 19:52:40 +00:00
slamm%netscape.com
6d3c8bb663 Use prefapi instead of fe_GlobalPrefs. Remove some unused context fe_data items. 1998-09-14 19:52:34 +00:00
slamm%netscape.com
f9c564dea4 Add a doClose method to do some possible cleanup. Really just moving some old code out of the xfe close to where it should be used. 1998-09-14 19:52:31 +00:00
slamm%netscape.com
235f9a04a7 Don't need to set top_area in fe_data anymore. 1998-09-14 19:52:19 +00:00
slamm%netscape.com
24f95b99f3 Remove a bunch of uneeded items from the context fe_data. 1998-09-14 19:52:15 +00:00
slamm%netscape.com
4349c5e770 Quiet some compiler warning. Kill some references to fe_data in context that is obsolete. 1998-09-14 19:52:08 +00:00
slamm%netscape.com
c328d19884 Remove toolbar prefs from fe_globalPrefs. Use the backend call directly instead. Discard some unused prefs. 1998-09-14 19:52:01 +00:00
slamm%netscape.com
13cd3e8e57 Move an abort clean up from mozilla.c 1998-09-14 19:51:57 +00:00
slamm%netscape.com
0ec26e39bd Kill reference to url_label in fe_data. Quiet a compiler warning. 1998-09-14 19:51:50 +00:00
slamm%netscape.com
3ee566232c Kill some dead code. Call prefs directly instead of using fe_globalPrefs. 1998-09-14 19:51:46 +00:00
pinkerton%netscape.com
a36aa17f04 HTMLPane now respects size from HT (in pixels or percentages). 1998-09-14 18:44:19 +00:00
raman%netscape.com
f49eb6d2b2 Added some more preferences for AutoUpdate 1998-09-13 02:02:51 +00:00
mcafee%netscape.com
4e382483e4 Adding privacy prefs 1998-09-12 05:36:51 +00:00
cmanske%netscape.com
325434815f Fixed Composer bugs, changed image drag behavior in Composer window - must select image first 1998-09-12 01:44:20 +00:00
mcafee%netscape.com
3839d522cd comment: warning not to pile anything else on the obsolete fe_globalPrefs structure 1998-09-12 00:11:32 +00:00
pinkerton%netscape.com
9f777defdb fix frames and property dialogs by adding back PPob 1005 that I overeagerly pruned last week. 1998-09-11 22:36:02 +00:00
clu%netscape.com
cdc7a2e069 tweaks to the encoding dialog box. also added the page title dialog box for #123601. 1998-09-11 22:26:13 +00:00
hyatt%netscape.com
e7b5de92d2 Fixes for Aurora custom icons. 1998-09-11 22:25:21 +00:00
clu%netscape.com
e006da407e #123601 - headers for CPageTitle. 1998-09-11 22:19:47 +00:00
clu%netscape.com
469ee4c017 implmented CPageTitle for #123601. 1998-09-11 22:19:44 +00:00
clu%netscape.com
ace5660645 #123601 - ask users for page title before saving. Also tweaked at the composer encoding dialog code so the menu item would reflect encoding changes correctly 1998-09-11 22:19:39 +00:00
clu%netscape.com
40b4fddc9a #123601 - added resource number 1522 for CPageTitle. 1998-09-11 22:19:36 +00:00
waterson%netscape.com
3f5fa7ca9f Fix bustage on Linux/Motif 2.0 with reflow. 1998-09-11 22:12:47 +00:00
pinkerton%netscape.com
f66d587b32 Fix bug in drag and drop where we were passing parent folder and any selected children to HT, which would cause it to die. Affects drag feedback in that selected children are not displayed when their parent container is selected as well. 1998-09-11 21:52:42 +00:00
ramiro%netscape.com
ebf95825c4 Fix the stupid toolbox assertions cause the editor toolbar dont have logos. 1998-09-11 20:52:24 +00:00
slamm%netscape.com
dc6d93e494 Fix resources for RDF Toolbars. 1998-09-11 19:33:49 +00:00
pinkerton%netscape.com
e741455b55 Docked coordinator is now smart enough to show/hide htmlpane as appropriate. Remove (again!) the logic from here. 1998-09-11 19:05:51 +00:00
pinkerton%netscape.com
dc56d0edf8 Initializing new member vars for bug#309770 1998-09-11 19:04:59 +00:00
pinkerton%netscape.com
d5a7f83d67 More htmlpane work. Should now appear when it is there and load the url. 1998-09-11 19:04:22 +00:00
slamm%netscape.com
00b5917970 Back out some changes. Accidentally check 'em in. 1998-09-11 19:04:21 +00:00
pinkerton%netscape.com
f42b78cb52 Fix things to work with first or second shelf being the one that can be closed. 1998-09-11 19:03:44 +00:00
pinkerton%netscape.com
869e01d031 export XP_GetURLForView for HTMLpane stuff. 1998-09-11 19:02:10 +00:00
pinkerton%netscape.com
c3f5140b9f turn on QAP flag and define some methods so things will link. 1998-09-11 19:01:09 +00:00
pinkerton%netscape.com
defa444e48 adding QA_Partner support. 1998-09-11 19:00:41 +00:00
pinkerton%netscape.com
382be4fc9a added CTextColumn.cp for QAP support 1998-09-11 18:59:31 +00:00
slamm%netscape.com
ff6af0bd69 Add a dependency for resources-translations 1998-09-11 18:59:16 +00:00
slamm%netscape.com
9828e8d8f5 Have the popup update when it's first posted. Fix a selection problem caused by improper if-statement grouping. 1998-09-11 18:58:58 +00:00
slamm%netscape.com
cc14d0c4e3 Pull hackTranslations members. 1998-09-11 18:58:50 +00:00
slamm%netscape.com
141cdbe026 Delete some unused member variables. 1998-09-11 18:58:46 +00:00
slamm%netscape.com
ddb2e3ae85 Load bookmarks for docked view. Later this will be hooked up with the toolbars. 1998-09-11 18:58:43 +00:00
slamm%netscape.com
2eab56689b Remove unused function prototype. 1998-09-11 18:58:39 +00:00
slamm%netscape.com
5273e8d085 Don't require focus for a copy. Allows copy in view source window. 1998-09-11 18:58:32 +00:00
slamm%netscape.com
9b0cf55a2a Fix some comments that were missing '!' at the beginning of the line 1998-09-11 18:58:29 +00:00
slamm%netscape.com
983f4eef56 Retire the bookmarks and history translation and add navcenter translations 1998-09-11 18:58:18 +00:00
slamm%netscape.com
f7f120bd1b Fixing close window bug for html dialogs. Make html dialogs have the same translations as the browser. This may be overkill. We can trim back the list later. Kill some long dead code. 1998-09-11 18:58:12 +00:00
slamm%netscape.com
5023a1aa40 Compress consecutive spaces and tabs down to one space. Saves about 40k bytes. 1998-09-11 18:58:09 +00:00
mcafee%netscape.com
5226c267ce Moved privacy prefs from Advanced pane to new privacy pane. Removed some white space and bogus comments. 1998-09-11 06:48:39 +00:00
gagan%netscape.com
24f399ef62 Added cachelib for Nu_cache. Should not affect the builds. 1998-09-11 02:44:07 +00:00
law%netscape.com
7f46c7bdce Completing work on Win98 integration feature 1998-09-11 01:14:08 +00:00
law%netscape.com
ba90fa1ea2 Fix for Bugzilla bug #489; thanks to Klaus Malorny (Klaus.Malorny@knipp.de) for reporting it and for providing the fix! 1998-09-11 00:53:29 +00:00
law%netscape.com
a481deeb91 Debug stuff 1998-09-11 00:49:00 +00:00
law%netscape.com
18ed506ee0 Completing check-in of Win98 integration feature 1998-09-11 00:46:05 +00:00
law%netscape.com
cbcd587d44 Fix for 4.5 bug; enable -P to be ignored on second launch 1998-09-11 00:41:53 +00:00
mcafee%netscape.com
ec032b60ba New privacy preference pane class 1998-09-10 22:35:39 +00:00
mjudge%netscape.com
6944322964 IDIOT!! sorry. added 2 of 4 files 1998-09-10 22:25:05 +00:00
mjudge%netscape.com
2dd53d3a78 Checks for ender only in #ifdef ENDERS mjudge 1998-09-10 21:15:28 +00:00
pinkerton%netscape.com
490429d010 pass in the main browser context to HTNewPane() for what'sRelated info. 1998-09-10 20:43:45 +00:00
pinkerton%netscape.com
8b18e19d64 Changed BuildHTPane to take a context where it might have to display What'sRelated info. Now registering each kind of view (shack, popdown, embedded, standalone) with HT so it knows to give the right look/behavior. 1998-09-10 20:43:19 +00:00
pinkerton%netscape.com
1bc5e1fb65 Fix bug#309770 (refresh urltimer bug). added a new member (the reload policy) to CHTMLView so that it can be set correctly in SpendTime(). Now passing the eitire URL_Struct to SetURLTimer() to avoid long param lists. 1998-09-10 20:42:05 +00:00
morse%netscape.com
d94693702d Change 'About Site' to 'Display Site Info' 1998-09-10 20:06:27 +00:00
blizzard%appliedtheory.com
ce2b90c311 Bring fe up to date which fe header files 1998-09-10 19:58:18 +00:00
mcafee%netscape.com
73e9e18968 Adding Window|Privacy Tools|Display Site Info 1998-09-10 19:08:09 +00:00
blizzard%appliedtheory.com
54e2354df7 Commit changes from Michael O'Reilly <michael@metal.iinet.net.au> 1998-09-10 17:57:58 +00:00
ramiro%netscape.com
0b9bc538d6 Add support for fixed html pain sizing. 1998-09-10 14:55:19 +00:00
ramiro%netscape.com
0790b7a045 Add a virtual method for specifying the parent to the tree. Have the
RDFTreeView subclasses create the tree.  All this stuff is needed to create
a hierarchy in which the html pain can be created dynamically and sized to
an either arbitrary percentage or fixed height.
1998-09-10 14:35:05 +00:00
cls%seawood.org
f7e81ac876 Moved libmisc & libprgrss in BASIC_LIBS so that mailto would link ifndef JAVA_OR_OJI. 1998-09-10 03:51:36 +00:00
hyatt%netscape.com
0b497a8ebd Fixes for docking/undocking behavior. 1998-09-10 02:35:27 +00:00
waterson%netscape.com
bc9deb357c Added a call to reflow when all connections complete if the context contains unsized images. r=law 1998-09-10 01:19:49 +00:00
waterson%netscape.com
3eab3a63cf Added code to reflow doc when all connections complete if it contains an unsized image. r=sdagley 1998-09-10 01:06:56 +00:00
waterson%netscape.com
46a77cbf17 Added call to reflow document when all connections complete if it contains an unsized image. 1998-09-10 01:05:46 +00:00
mcafee%netscape.com
9801facaa3 Make stubfe link on Solaris 1998-09-10 01:03:02 +00:00
hyatt%netscape.com
559f55fa62 Fixing Related Links. 1998-09-10 00:24:54 +00:00
hyatt%netscape.com
114bed1527 Docked and popup windows can now co-exist. 1998-09-10 00:01:00 +00:00
hyatt%netscape.com
31a403889a Moving the control strip underneath the title strip. 1998-09-09 23:18:38 +00:00
hyatt%netscape.com
922c20a059 Fixing damage caused by internationalization. Making it use the right UI font (MS Sans Serif). 1998-09-09 23:11:20 +00:00
hyatt%netscape.com
a70690e489 Removed CIntlWins drawtext call. When they get it working on Windows 95, then
we can hook it back up.
1998-09-09 23:05:01 +00:00
pinkerton%netscape.com
e012b52354 fix build bustage (removed call to HT_ToggleTreeMode) 1998-09-09 21:36:14 +00:00
hyatt%netscape.com
4693ba21a9 Fixes to the toolbar code. 1998-09-09 21:30:28 +00:00
pnunn%netscape.com
e0d21243b8 fix for #309770. Port fix from 4.06 to Moz. 1998-09-09 20:47:35 +00:00
hyatt%netscape.com
3ae756900b Fixes and improvements to NavCenter. 1998-09-09 20:26:33 +00:00
pnunn%netscape.com
3309ad7f30 fix for #309770. Porting "RefreshURLTimer" fix from 4.06 to Moz 1998-09-09 19:12:31 +00:00
pnunn%netscape.com
23327d8cb9 fix for #309770. Porting "RefreshURLTimer" fix from 4.06 to Moz. 1998-09-09 19:11:22 +00:00
pnunn%netscape.com
2f5cc40728 fix for bug#309770. Porting "RefreshURLTimer" fix from 4.06 to Moz. 1998-09-09 19:06:55 +00:00
pinkerton%netscape.com
7e79bdf2bb use CAdSpaceView class for embedded html area. 1998-09-09 18:19:19 +00:00
pinkerton%netscape.com
007bb44823 Turned off (ifdef'd) the property to not use selection in the tree view so we get d&d even in single-click modes. 1998-09-09 18:19:08 +00:00
pinkerton%netscape.com
239847abd9 don't bother trying to close the adSpace shelf here, RestorePlace() usurps it. 1998-09-09 18:19:02 +00:00
pinkerton%netscape.com
e6bacfffb6 close adspace shelf by default. Needs to be done after RestorePlace() so it cannot be done in the coordinator. 1998-09-09 18:17:54 +00:00
pinkerton%netscape.com
cb95171a8b register CAdSpaceView 1998-09-09 18:17:13 +00:00
pinkerton%netscape.com
677dff9ed8 added CAdSpaceView to special case things for the embedded html pane. 1998-09-09 18:17:00 +00:00
mcafee%netscape.com
85eca6e2bf debug stuff for add_row() 1998-09-09 18:10:27 +00:00
mcafee%netscape.com
4f05895704 HT_PaneFromURL() needs a context passed in from XFE_DisplayBuiltin(), so we now pass the context along. 1998-09-09 18:07:10 +00:00
ramiro%netscape.com
934caea51d Move html pane to XFE_RDFChromeTreeView. 1998-09-09 14:43:13 +00:00
ramiro%netscape.com
247298ce70 Unbreak MOZ_SELECTOR_BAR for the hell of it. 1998-09-09 10:56:48 +00:00
ramiro%netscape.com
772e4db56c Many cpp's do not like "#ifdef 0" (it's illegal in strict ANSI C I suspect),
including HP-UX's ANSI C. Line 1633 of cmd/xfe/XfeWidgets/Xfe/Pane.c uses
"#ifdef 0" - it should be "#if 0" of course. HP's ANSI C refuses to compile
this file without it being fixed.
Thanks to rkl@connect.org.uk for pointing this out.
1998-09-09 09:09:00 +00:00
ramiro%netscape.com
3f5d1db91b Fix infinite loop on scrollbar resize from waterson@netscape.com
(Chris Waterson).
The problem with resizing on XFE has to do with the fact that the widget
resize callback is directly calling LO_RelayoutOnResize(), which causes the
scrollbars to get remapped, which causes the resize callback to be called,
which causes LO_RelayoutOnResize() to be called, which causes the scrollbars
to get remapped...you get the idea.
1998-09-09 09:03:30 +00:00
cls%seawood.org
75aa20f4c8 Sync'd. 1998-09-09 08:15:05 +00:00
shaver%netscape.com
7dfc458faf initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
slamm%netscape.com
422a1be6d6 Call show() on the builtin for SHACK. 1998-09-09 00:00:53 +00:00
slamm%netscape.com
5a99ea7dbd Move tree widget management into RDFTreeView. Don't choke when no columns are created. 1998-09-09 00:00:42 +00:00
slamm%netscape.com
9eb33e95c1 Move tree widget management into RDFTreeView. 1998-09-09 00:00:33 +00:00
slamm%netscape.com
9b49d0cafa Avoid annoying warnings about _ht_pane being nil. 1998-09-09 00:00:23 +00:00
slamm%netscape.com
e43ef9987b Add default constructor call for RDFBase. 1998-09-09 00:00:20 +00:00
slamm%netscape.com
6dae006b76 Change relationship to RDFTreeView to 'isa' (was 'hasa'). Get SHACK going. 1998-09-09 00:00:17 +00:00