Commit Graph

879 Commits

Author SHA1 Message Date
ramiro%netscape.com
eba04d0e46 Fix for bugzilla bug 955 just filed by akkana. Tooltip shell was using the
wrong visual and depth info.
1998-10-01 01:01:03 +00:00
kin%netscape.com
973c7b27a2 Fix for bug #325661: ENDER: Reseting a form with an HTMLArea displays a dialog.
mozilla/cmd/xfe/forms.c
mozilla/lib/layout/editor.cpp
  - Modified EDT_SetDefaultHTML() to call ReadFromBuffer instead
    of EDT_PasteHTML. It can also handle the case where pHTML is null.

mozilla/lib/layout/edtbuf.cpp
  - Modified ReadFromBuffer to handle case where pBuffer is null.
1998-09-30 18:26:53 +00:00
ramiro%netscape.com
4d26cc776f Always update the boundary before invoking preferred_geometry. 1998-09-30 13:01:25 +00:00
ramiro%netscape.com
88af723687 Remove dead code. Make sure GetChildDimensions() returns non zero values. 1998-09-30 13:00:42 +00:00
ramiro%netscape.com
7b4dcea5fd Modularize defaults. 1998-09-30 12:55:29 +00:00
ramiro%netscape.com
d60279cefd Modularize translations. 1998-09-30 12:20:26 +00:00
ramiro%netscape.com
78c3e97bc8 Modularize inheritance macros. 1998-09-30 11:58:37 +00:00
ftang%netscape.com
4c8c809f88 add two new files to support RDF related UI. I have not connect the RDF related UI code into these file yet... 1998-09-30 10:58:21 +00:00
ftang%netscape.com
bb4825a2a3 First add these file to support RDF related UI. I have not connect the RDF related UI code into these file yet... 1998-09-30 10:57:15 +00:00
ftang%netscape.com
003b6f4a78 delete unused context argument 1998-09-30 10:34:28 +00:00
cls%seawood.org
d99607c429 Replaced checks for NO_EDITOR with checks for MOZ_EDITOR. Changed check for EDITOR to MOZ_EDITOR. 1998-09-30 00:50:40 +00:00
cls%seawood.org
acfa6cf702 Replaced checks for NO_EDITOR with checks for MOZ_EDITOR. Removed check for NO_EDITOR from config.mk. Removed EDITOR=1 from config.mk. Set MOZ_EDITOR= ifdef MOZ_LITE. 1998-09-30 00:48:23 +00:00
akkana%netscape.com
292680e19b HFolder should already be caught by the earlier wildcard 1998-09-30 00:39:58 +00:00
akkana%netscape.com
4bb2814ade List Person, People and MailAttach separately to try to unconfuse Linux 1998-09-30 00:36:48 +00:00
akkana%netscape.com
79d692a9de Add HFolder* to icon list -- help fix Linux build 1998-09-30 00:34:36 +00:00
cls%seawood.org
1d2a2f6f97 Finished off MOZ_USER_DIR patch. This allows developers to change config-dir at compile time. Defaults to .netscape for classic build and .mozilla for autoconf build. 1998-09-30 00:23:45 +00:00
cyeh%netscape.com
b32c7c1954 Removing old NSPR20 and MOCHA #ifdefs 1998-09-29 20:50:44 +00:00
mcafee%netscape.com
267cc4f44b Warning segfault possibility with XP_ASSERT(0). (bugzilla:349) 1998-09-29 07:28:50 +00:00
mcafee%netscape.com
92c243e0c3 Woops backing out that last change. 1998-09-29 07:17:23 +00:00
mcafee%netscape.com
e57365459c DU4.0 doesn't like casting to int and then enum. (Bugzilla:334) 1998-09-29 07:15:27 +00:00
mcafee%netscape.com
df61b51b60 Cast needed for DU4.0 (Bugzilla:325) 1998-09-29 07:11:22 +00:00
mcafee%netscape.com
9f21db5ea9 Cast needed for DU4.0 (Bugzilla:324) 1998-09-29 07:08:35 +00:00
mcafee%netscape.com
df59eb4642 Cast needed for DU4.0 (Bugzilla:323) 1998-09-29 07:05:31 +00:00
mcafee%netscape.com
eea20965b8 Cast needed for DU4.0 (Bugzilla:322) 1998-09-29 07:02:39 +00:00
mcafee%netscape.com
ae51ce99ab Cast needed for DU4.0 (Bugzilla:320) 1998-09-29 06:58:21 +00:00
mcafee%netscape.com
1f9f041dae Cast needed for DU4.0 (Bugzilla:319) 1998-09-29 06:55:47 +00:00
mcafee%netscape.com
4dbe23b408 Cast needed for DU4.0 (Bugzilla:318) 1998-09-29 06:43:05 +00:00
mcafee%netscape.com
64b36e2424 Cast needed for DU4.0 (Bugzilla:316) 1998-09-29 06:37:03 +00:00
mcafee%netscape.com
d30ca7570b Cast needed for DU4.0 (Bugzilla:312) 1998-09-29 06:33:42 +00:00
radha%netscape.com
57393a4702 Change thei default URL for the htmlpane 1998-09-28 23:15:24 +00:00
radha%netscape.com
2f33da5989 Toolbar properties hooked up to RDF. Toolbars get their tooltips from the new
tooltip api
1998-09-28 23:14:30 +00:00
radha%netscape.com
601b7e56cf Really make the selector bar buttons work, so that people outside xfe can use
RDF bookmarks etc....
The images don't show up on the selector bar buttons
for some reason. Shall fix it later.
1998-09-28 23:11:12 +00:00
slamm%netscape.com
7688640b11 Fix spelling errors. 1998-09-28 21:34:56 +00:00
ramiro%netscape.com
4a22ae7808 Add ClientData.[ch]. 1998-09-28 21:22:45 +00:00
akkana%netscape.com
72fe4f269a Hope this syntax might make Linux and Solaris happier 1998-09-28 21:01:21 +00:00
ramiro%netscape.com
b7f39f377c Add TIS-620 charset support. Thanks to Samphan Raruenrom <samphan@thai.com>
for providing the patch.
1998-09-28 20:09:23 +00:00
ramiro%netscape.com
037b1f881d Fix bugzilla bug 885. Compiler warning. Thanks to raff@netwinder.org for
pointing this out and providing a fix.
1998-09-28 19:57:27 +00:00
ramiro%netscape.com
17f4c00bfc Use new tool tip api. 1998-09-28 19:42:46 +00:00
ramiro%netscape.com
dd04fc2bbb Update for doc string callbacks. 1998-09-28 19:41:30 +00:00
ramiro%netscape.com
65103f1b90 Use the client data manager. 1998-09-28 19:39:44 +00:00
ramiro%netscape.com
ad0d85d2e5 Add XfeToolTipShellSetString(). 1998-09-28 19:38:57 +00:00
ramiro%netscape.com
266598a96e Make sure child is centered. 1998-09-28 19:37:55 +00:00
kin%netscape.com
30f74d3665 mozilla/cmd/xfe/resources
mozilla/cmd/xfe/src/EmbeddedEditor.cpp
mozilla/cmd/xfe/src/ComposeView.cpp
  - Modifications to get the insert menu (editorGoodiesMenu), on the embedded
    editor and compose view toolbar, to display text instead of icons.
1998-09-28 19:31:25 +00:00
ramiro%netscape.com
cf42e0d1d6 Comment out debug printfs. 1998-09-28 19:09:28 +00:00
akkana%netscape.com
cc79078dc1 Lotsa minor bug fixes 1998-09-28 19:09:26 +00:00
ramiro%netscape.com
0e680e94d1 Add client data manager. 1998-09-28 19:08:46 +00:00
ramiro%netscape.com
9fcc4f7837 Fix the realization problem so that tooltips can be added at any time whether
a widget, or gadget's parent are realized or not.
1998-09-28 11:03:11 +00:00
ramiro%netscape.com
94ea3d4f80 Fix removal of info at item destruction. Fix positioning. 1998-09-28 08:11:25 +00:00
mcafee%netscape.com
af6bb74d0a Missing slash 1998-09-28 01:41:50 +00:00
ramiro%netscape.com
37ec12f250 dgux is now DGUX. Thanks to fraioli@dg-rtp.dg.com (Marc J. Fraioli) for
pointing this out.
1998-09-25 14:00:00 +00:00
ramiro%netscape.com
d72c149d03 Restore the resources to non const. const was causing problems on some
platforms.  Thanks to "Marc J. Fraioli" <fraioli@dg-rtp.dg.com> for pointing
this out.
1998-09-25 11:38:07 +00:00
mcafee%netscape.com
0032c18899 More PostScript font names, courtesy <junker@jazz.snu.ac.kr> 1998-09-25 10:24:16 +00:00
mcafee%netscape.com
9f4b4ca968 Added support for paper size, thanks to <junker@jazz.snu.ac.kr> for this fix 1998-09-25 10:23:01 +00:00
akkana%netscape.com
cd464db8f4 Remove rosetta references from mail compose code 1998-09-24 21:46:32 +00:00
slamm%netscape.com
54edc1cfed Add a command for editing the toolbars and reformat the commands into a nicer format.cmd/xfe/src/xfe_commands 1998-09-24 20:19:20 +00:00
slamm%netscape.com
913fae2351 Trim down formatItem. Some of the function isn't used and hasn't been for a long time. 1998-09-24 20:19:11 +00:00
slamm%netscape.com
d917eaf637 Fix a crash that happens when quiting. 1998-09-24 20:19:07 +00:00
slamm%netscape.com
478723ea3e Remove reference to bkmks.h 1998-09-24 20:19:04 +00:00
slamm%netscape.com
7d47f8e61b Add a command for editing the toolbars. 1998-09-24 20:19:01 +00:00
slamm%netscape.com
d59a91722b Fix spelling errors. 1998-09-24 20:18:56 +00:00
ftang%netscape.com
672d0839aa store only UTF8 into history entry 1998-09-24 19:50:02 +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
ramiro%netscape.com
122ecc6466 Add support for documentation strings. 1998-09-24 09:22:27 +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
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
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
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
ramiro%netscape.com
caccb50f72 Fix taskbar action button transparency. 1998-09-21 22:08:18 +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
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
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
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
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
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
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
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
ramiro%netscape.com
be4826f267 Fix the create view label order. 1998-09-15 02:07:09 +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
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
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
waterson%netscape.com
3f5fa7ca9f Fix bustage on Linux/Motif 2.0 with reflow. 1998-09-11 22:12:47 +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
slamm%netscape.com
00b5917970 Back out some changes. Accidentally check 'em in. 1998-09-11 19:04:21 +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
mcafee%netscape.com
ec032b60ba New privacy preference pane class 1998-09-10 22:35:39 +00:00
mcafee%netscape.com
73e9e18968 Adding Window|Privacy Tools|Display Site Info 1998-09-10 19:08:09 +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
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
pnunn%netscape.com
e0d21243b8 fix for #309770. Port fix from 4.06 to Moz. 1998-09-09 20:47:35 +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
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
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
raman%netscape.com
b730eb2e8c Added libsoftupdat.a to the link line when MOZ_SMARTUPDATE is defined. Made SmartUpdate independent of Java 1998-09-08 21:06:54 +00:00
slamm%netscape.com
ba20e43386 Add toolbar deletion. 1998-09-08 20:14:23 +00:00
slamm%netscape.com
fa803b4af9 Avoid adding the wrong nodes to the toolbar 1998-09-08 20:14:15 +00:00
slamm%netscape.com
b7c2003912 Avoid opening nodes too soon. 1998-09-08 20:14:12 +00:00
slamm%netscape.com
fdd42e321d more support for pane creation/deletion. 1998-09-08 20:14:06 +00:00
slamm%netscape.com
88739906c7 Break up the constructor into more intelligible parts. Standadize some of the variable names. Massage some ht calls. 1998-09-08 20:13:59 +00:00
slamm%netscape.com
c42e12e0aa Hook up the bookmarks and history windows. Get rid of the unneeded command handing stuff. 1998-09-08 20:13:56 +00:00
slamm%netscape.com
24f113d8e7 change some extern 'C' functions to static members of the XFE_Image 1998-09-08 20:13:51 +00:00
slamm%netscape.com
0dd1841934 create the bookmarks pane in RDFBase. 1998-09-08 20:13:46 +00:00
slamm%netscape.com
9c92a2e0a5 Move bookmark frame creation to NavCenterFrame.cpp 1998-09-08 20:13:43 +00:00
akkana%netscape.com
aa7876c8b8 Remove vcards from MOZ_MAIL_COMPOSE; fix unresolved symbols 1998-09-08 19:32:10 +00:00
ramiro%netscape.com
51fe1f7a8f Cleanup fe_getPixelFromRGB(). Move it to xfe/colors.c and rename it to
fe_GetPixelFromRGBString().
1998-09-08 14:01:20 +00:00
ramiro%netscape.com
5f90408924 Use real XtCallbacks instead of a hack. 1998-09-08 12:22:21 +00:00
ramiro%netscape.com
667a16bc02 Add layable children info. 1998-09-08 12:15:55 +00:00
ramiro%netscape.com
798ea15cbf Add XfeSubResourceGetWidgetXmStringValue(). 1998-09-08 11:59:26 +00:00
cls%seawood.org
cb5493bab6 Changed EDITOR env to MOZ_EDITOR. Submitted by Tim Rowley <tor@cs.brown.edu> 1998-09-08 04:52:26 +00:00
ramiro%netscape.com
f031b93280 BSD/OS 3.x and 4.x no longer define ___386BSD__ (which really existed
only for backward compatibility with the old Jolitz BSD releases).
Anyways, this patch makes it compile again.
Thanks to Bert Driehuis <driehuis@playbeing.org>.
1998-09-06 19:42:08 +00:00
cls%seawood.org
35ab428b51 Added missing / to command.c target. 1998-09-05 21:35:59 +00:00
cls%seawood.org
94d0672b0c Updated. 1998-09-05 10:25:13 +00:00
cls%seawood.org
4c6c1181bb Fixing autoconf breakage. LO_BuiltinStruct is the same for both the OJI and non-OJI cases. 1998-09-05 10:23:12 +00:00
ramiro%netscape.com
0c8c0a796a Comment out code that breaks MOZ_SELECTOR_BAR. 1998-09-05 06:44:15 +00:00
mcafee%netscape.com
4502376359 newPaneFromURL() can now pass paramters to HT_PaneFromURL. 1998-09-05 06:26:28 +00:00
mcafee%netscape.com
5135dad43b SHACK: builtin struct gets passed in now, and we create an XFE_BuiltinTreeView instead of an XFE_NavCenterView. 1998-09-05 06:23:54 +00:00
mcafee%netscape.com
2def626ea2 added BuiltinTreeView.cpp 1998-09-05 06:21:30 +00:00
mcafee%netscape.com
39cd6ad5fb Initial version 1998-09-05 06:21:00 +00:00
waterson%netscape.com
28ded87caf Fix build bustage due to change in header file from Boolean to PRBool
on XFE_Image::isImageLoaded().
1998-09-05 00:41:05 +00:00
ftang%netscape.com
52785da0aa add INTL_OldBookmarkCsidSel to support RDF bookmark import 1998-09-04 23:22:51 +00:00
radha%netscape.com
74f95c7ea2 Implement singleclick activation for grid widget 1998-09-04 22:56:22 +00:00
radha%netscape.com
b13f20347b Define new resource singleClickActivation for Grid widget 1998-09-04 22:55:08 +00:00
radha%netscape.com
470457725c Set singleClick activation in docked mode 1998-09-04 22:54:17 +00:00
radha%netscape.com
d601632ada Change the RDFImage Cache to a doubly linked list instead of a array.
Add a bunch of utility functions
1998-09-04 22:53:34 +00:00
radha%netscape.com
259b5b2de2 Make the close button close the RDFChromeTreeView 1998-09-04 22:52:19 +00:00
radha%netscape.com
7148a89e82 Change the declaration, usage and definition of isImageLoaded(). 1998-09-04 22:51:29 +00:00
mcafee%netscape.com
48890be523 Updating -ncols, -config-dir -h comments. 1998-09-04 22:37:20 +00:00
akkana%netscape.com
75dae67d84 Fix build bustage -- missed an ifdef MOZ_MAIL 1998-09-04 20:26:35 +00:00
akkana%netscape.com
8ffa051d80 Mailto landing (ifdef MOZ_MAIL_COMPOSE).
Also, add a FULL_STATIC define to the Makefile to allow the option
of compiling a truly static binary (e.g. to test for unresolveds).
1998-09-04 19:21:43 +00:00
ramiro%netscape.com
afb1b4626b context_funcs.cpp does not build on BSD/OS because no definition for
STATFS is found. This trivial patch adds it back. It sure looks like a
pasto.
Thanks to Bert Driehuis <driehuis@playbeing.org>.
1998-09-04 13:44:34 +00:00
ftang%netscape.com
5669241c60 add FE_GetCharSetID from 4.5 tree 1998-09-04 03:45:51 +00:00
mcafee%netscape.com
1177abfef7 Getting rid of the MOZILLA_NO_FULLCIRCLE hack. 1998-09-04 03:01:54 +00:00
slamm%netscape.com
019a31d794 Add a form widget so that subclasses can add their own widgets. 1998-09-03 21:44:02 +00:00
slamm%netscape.com
da40ccac03 Add ht_event debugging 1998-09-03 21:43:55 +00:00
akkana%netscape.com
75a24be009 New encoding dialog API 1998-09-03 21:43:52 +00:00
slamm%netscape.com
5ed98a5b19 Let RDFBase handle deleting the pane. 1998-09-03 21:43:47 +00:00