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

340 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com b4e31d75c7 chilren was being freed twice - what a dumbass error.
Thanks to Matti Aarnio <matti.aarnio@sonera.fi> for pointing this out.
1998-08-17 00:12:39 +00:00
radha%netscape.com 4b04f66b08 Declare fe_getPixelFromRGB explicitly to fix bustage in IRIX 6.2 1998-08-15 00:20:10 +00:00
ftang%netscape.com 12dae0ce0e fix assert problem after add csid 1998-08-14 20:35:18 +00:00
radha%netscape.com 88f232ea02 Set HT properties for the tree view and titlebar. 1998-08-14 20:08:14 +00:00
radha%netscape.com 60cf711665 Register the NavCenter Context menu and HT pane with the XP api. 1998-08-14 20:06:37 +00:00
radha%netscape.com a065e416e7 Fix scrollbar warning messages that appear with opening NavCenter 1998-08-14 20:05:37 +00:00
ramiro%netscape.com 043d0a4b08 Add tool tips. 1998-08-14 03:19:24 +00:00
ramiro%netscape.com b5584dcc09 Fix geometry management. 1998-08-14 03:19:04 +00:00
ramiro%netscape.com 35459e7a3d Add combo test. 1998-08-14 03:06:39 +00:00
ramiro%netscape.com 3f56ded693 Update link behavior test. 1998-08-14 03:06:01 +00:00
warren%netscape.com 7c65eab549 Fixed GetMIMEDescription for new plugin API. 1998-08-14 01:34:01 +00:00
akkana%netscape.com c92fab9dd9 The word from cmanske: build bustage on Mac requires use of enum types,
better do the same on Unix.
1998-08-14 00:49:22 +00:00
mcafee%netscape.com 6ef3afdae9 Fixing more XFE breakage 1998-08-14 00:26:37 +00:00
mcafee%netscape.com 92ac93af0f Re-adding FE_CheckConfirm() and FE_Select() to match the privacy backend changes. 1998-08-13 23:17:36 +00:00
akkana%netscape.com 666cdce57f Track cmanske's editor backend API change to EDT_PasteHTML(). 1998-08-13 23:14:34 +00:00
akkana%netscape.com 14124ba2e8 Enable toolbars for Ender. 1998-08-13 21:51:02 +00:00
mcafee%netscape.com 4874de026a Backing out stubs, waiting for mac. 1998-08-13 01:04:47 +00:00
mcafee%netscape.com eab9d0cd9f Checking in stubs for FE_CheckConfirm() and FE_SelectDialog() to match backend changes from danm. 1998-08-13 00:02:06 +00:00
radha%netscape.com b73a0657ee Cut and refresh context menus fixed. basic code for "rename" context menu. It doesn't work though. 1998-08-12 22:55:16 +00:00
kin%netscape.com 0d8f5d762b Fix for bug #313408: Need to update HG10297 and HG81272 macros in rosetta.h
and fix for Memory leak introduced in yesterdays checkin.
Files checked in: Command.cpp, Command.h and EditorView.cpp
1998-08-12 12:38:38 +00:00
donm%netscape.com dfb73fa8a1 Fixing 5.0 bustage. This is a big hack. Kin will fix soon. 1998-08-12 01:14:26 +00:00
kin%netscape.com d366c6896b Modifications neccessary to route commands to the correct ENDER object
(HTMLArea) on the page. Approved and reviewd by ramiro and akkana.

Command.cpp
Command.h
    - Modified the XFE_ViewCommand constructor to take a view
      argument (defaults to NULL when not provided). If not NULL,
      this view is used to dispatch the command.

EditorView.cpp
EditorView.h
    - Modified all XFE_EditorViewCommands to take a view argument
      for their constructors to pass on to XFE_ViewCommand. Only
      ENDERs pass non-NULL views to the constructors, so the Editor
      still dispatches commands the way it always has.

Frame.cpp
Frame.h
    - Modified xfe_ExecuteCommand to take a cmdDispatcher argument.
      If non-null, it is casted to either a frame or view and then
      used to dispatch the command passed in. If it is null,
      xfe_ExecuteCommand dispatches as it always has.

Menu.cpp
Menu.h
PopupMenu.cpp
PopupMenu.h
    - Modified XFE_Menu and XFE_PopupMenu constructors to take a
      cmdDispatch argument. If it is non null, it is used to dispatch
      the command that is attatched to the menuitem.

MozillaApp.cpp
    - Modified xfeDoCommandAction ENDER code to call xfe_ExecuteCommand(),
      passing in the view as the cmdDispatcher.

View.cpp
    - Removed unused local variable in removeView(), to fix compiler
      warning.
    - Modified getCommandView() to recurse down the entire View tree
      to find a view that can handle a command. The old code only looked
      one level deep.
1998-08-11 21:50:47 +00:00
ftang%netscape.com a0f42b5e31 fix typo in Ukrainian 1998-08-11 21:14:47 +00:00
ramiro%netscape.com 76567fee8a Move the tree widgetry from XFE_RDFView to XFE_RDFTreeView. 1998-08-11 11:51:25 +00:00
ramiro%netscape.com 60175de152 Make the stand alone state of XFE_RDFView a member that can be toggled.
Fix a bunch of warnings.
Make the notif_cb a static member of XFE_NavCenterView as it should be.
1998-08-11 09:10:23 +00:00
wtc%netscape.com 85299afd50 Deleted obsolete code for OSF1V4. 1998-08-11 00:23:59 +00:00
wtc%netscape.com abd7009171 Enable pthreads-based build. The key is to ifdef all the code related
to the "Xt hack" with SW_THREADS.  I believe the Xt hack is only needed
by user-level threads (i.e., SW_THREADS).
1998-08-11 00:19:29 +00:00
wtc%netscape.com c990af95a6 Miscellaneous fixes: Removed redundant occurences of libcaps.a and
libxpcom.a in BASIC_LIBS.  They only need to appear in BASIC_LIBS_2.
Put $(NSPR_LIB) in front of $(OTHER_LIBS) and $(OTHER_DYN_MOTIF_LIBS).
Enable pthreads-based build for Linux.  Define DYNAMIC_SYMBOLS_F to
be null on OSF1.
1998-08-11 00:18:07 +00:00
kin%netscape.com a4c4e69740 Modified form_element_get_size() to call fe_HackTranslations() for all
form elements except the HTMLArea.
1998-08-10 21:11:07 +00:00
kin%netscape.com f6f949e78c Commented out some debug statements with ifdef DEBUG_kin. 1998-08-10 21:08:10 +00:00
mcafee%netscape.com 22a8ba074b Compiler warning on IRIX. 1998-08-09 09:10:55 +00:00
jwz%mozilla.org 6ce77c912a build and link against libmime (on Unix only, until I find some victims to
test things out on the other platforms.)
1998-08-09 03:53:14 +00:00
jwz%mozilla.org a22863e4cc various tweaks to get libmime to build, and be linkable with the
rest of Mozilla.
1998-08-09 03:51:51 +00:00
ramiro%netscape.com 3ed9165a03 Fix xpcom linking problem under some versions of gcc and egcs.
Add libxpcom.a to link line after libraries that reference symbols in it.
1998-08-08 06:37:47 +00:00
ramiro%netscape.com f0139b6a93 Fix the unix build bustage cause of undefined NET_DisplayCookieInfoAsHTML(). 1998-08-07 15:37:30 +00:00
ramiro%netscape.com fb6ac06b53 fix attachment. 1998-08-07 11:03:30 +00:00
ramiro%netscape.com 5b5b889071 dfm's privacy tools menu. 1998-08-07 09:51:55 +00:00
ramiro%netscape.com 723b0e61d3 Granting some dude's wish. 1998-08-07 08:44:04 +00:00
akkana%netscape.com 524eb88d63 ifdef Ender: calculate row/column size of Ender htmlareas, and put a
frame around embeded editor components.
1998-08-06 22:40:24 +00:00
kin%netscape.com 429e29c93f Updated DisplayPixmap() prototype to use PRInt32 to match function definition
in Frame.cpp.
1998-08-06 20:12:29 +00:00
toshok%netscape.com 01f629fc5c actually fix the freebsd conditional. 1998-08-06 19:49:15 +00:00
toshok%netscape.com 014a30e652 FreeBSD doesn't need (and complains about) -rdynamic 1998-08-06 19:48:00 +00:00
ramiro%netscape.com 04b499a22d Change usage of jint to PRint32. Fixes the current unix build bustage. 1998-08-06 03:10:34 +00:00
radha%netscape.com 27ff95b30a Change usage of jint to PRint32. One of he fixes from the net. 1998-08-06 01:31:57 +00:00
kin%netscape.com b05a1df40d Modified fe_GravityCorrectForms() to call XtMoveWidget() instead of setting
the widget's x,y values directly. This allows SHACK and ENDER widgets to scroll
with the HTML page.
1998-08-06 01:28:53 +00:00
kin%netscape.com e33505800d Fixed ENDER related compiler warnings. 1998-08-05 20:21:43 +00:00
kin%netscape.com 0b7f3411e9 Changed C++ comment to C comment. 1998-08-05 19:13:08 +00:00
kin%netscape.com afd3088bfe Initial check-in of HTMLArea (embedded composer widget) form
element feature. All Ender related code is ifdef'd ENDER.
1998-08-05 19:08:58 +00:00
ramiro%netscape.com e3430ae134 Fix the mozilla-motif-export target linking. 1998-08-05 15:17:43 +00:00
ftang%netscape.com ba4590de28 check in KOI8-U support for XFE. Thanks
Dmitry Kohmanyuk dk+@ua.net from the net
1998-08-05 07:29:55 +00:00