radha%netscape.com
19e1fd1496
RDFImages cache moved to RDFImage.cpp
1998-08-24 20:09:43 +00:00
radha%netscape.com
c0bcb36d25
Generic Image rendering functions moved to this new file. Initial checkin.
1998-08-24 20:09:05 +00:00
radha%netscape.com
55043ef77b
Rename function DisplayPixmap to fe_DisplayPixmap
1998-08-24 20:07:32 +00:00
akkana%netscape.com
a2ea33ac12
Fixes for switching focus on Ender toolbars
1998-08-21 23:02:19 +00:00
akkana%netscape.com
3bf3d8097f
Fixes for switching focus on Ender toolbars. Also, clean up code wrt virtual declarations.
1998-08-21 23:01:55 +00:00
ramiro%netscape.com
9a16f3c23d
Move the bookmarks menu to the top level menubar.
1998-08-21 10:43:27 +00:00
cls%seawood.org
84f1cedcbb
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
ramiro%netscape.com
f10b268d52
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
ce483ec411
Declare fe_getPixelFromRGB explicitly to fix bustage in IRIX 6.2
1998-08-15 00:20:10 +00:00
ftang%netscape.com
b399de37e7
fix assert problem after add csid
1998-08-14 20:35:18 +00:00
radha%netscape.com
adcf718132
Set HT properties for the tree view and titlebar.
1998-08-14 20:08:14 +00:00
radha%netscape.com
51a2628e71
Register the NavCenter Context menu and HT pane with the XP api.
1998-08-14 20:06:37 +00:00
radha%netscape.com
72a909b31d
Fix scrollbar warning messages that appear with opening NavCenter
1998-08-14 20:05:37 +00:00
ramiro%netscape.com
81ce0b5a07
Add tool tips.
1998-08-14 03:19:24 +00:00
ramiro%netscape.com
0f0096929e
Fix geometry management.
1998-08-14 03:19:04 +00:00
ramiro%netscape.com
c993d0a22d
Add combo test.
1998-08-14 03:06:39 +00:00
ramiro%netscape.com
97906a6662
Update link behavior test.
1998-08-14 03:06:01 +00:00
warren%netscape.com
ff98c30d07
Fixed GetMIMEDescription for new plugin API.
1998-08-14 01:34:01 +00:00
akkana%netscape.com
d64fff28d0
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
25df748bfd
Fixing more XFE breakage
1998-08-14 00:26:37 +00:00
mcafee%netscape.com
463fa202d1
Re-adding FE_CheckConfirm() and FE_Select() to match the privacy backend changes.
1998-08-13 23:17:36 +00:00
akkana%netscape.com
55bf1b37e6
Track cmanske's editor backend API change to EDT_PasteHTML().
1998-08-13 23:14:34 +00:00
akkana%netscape.com
b300b57b42
Enable toolbars for Ender.
1998-08-13 21:51:02 +00:00
mcafee%netscape.com
2304713878
Backing out stubs, waiting for mac.
1998-08-13 01:04:47 +00:00
mcafee%netscape.com
3d2bdcb120
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
1159971950
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
550bde7477
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
ea1ac52aeb
Fixing 5.0 bustage. This is a big hack. Kin will fix soon.
1998-08-12 01:14:26 +00:00
kin%netscape.com
73e6b514f3
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
55a6c44c44
fix typo in Ukrainian
1998-08-11 21:14:47 +00:00
ramiro%netscape.com
53d82b0839
Move the tree widgetry from XFE_RDFView to XFE_RDFTreeView.
1998-08-11 11:51:25 +00:00
ramiro%netscape.com
c6716d0131
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
a0d548ef66
Deleted obsolete code for OSF1V4.
1998-08-11 00:23:59 +00:00
wtc%netscape.com
2c9b0d8cc8
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
3b89e1bda3
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
4f212010ad
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
2c8e580668
Commented out some debug statements with ifdef DEBUG_kin.
1998-08-10 21:08:10 +00:00
mcafee%netscape.com
c27502fec7
Compiler warning on IRIX.
1998-08-09 09:10:55 +00:00
jwz%mozilla.org
741187535c
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
11d49b4463
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
b72fff1a29
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
35ea10ba77
Fix the unix build bustage cause of undefined NET_DisplayCookieInfoAsHTML().
1998-08-07 15:37:30 +00:00
ramiro%netscape.com
c8b7588195
fix attachment.
1998-08-07 11:03:30 +00:00
ramiro%netscape.com
c6a59fc40e
dfm's privacy tools menu.
1998-08-07 09:51:55 +00:00
ramiro%netscape.com
ba7177f6c6
Granting some dude's wish.
1998-08-07 08:44:04 +00:00
akkana%netscape.com
79086deceb
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
84f6b1146e
Updated DisplayPixmap() prototype to use PRInt32 to match function definition
...
in Frame.cpp.
1998-08-06 20:12:29 +00:00
toshok%netscape.com
c8892d2e22
actually fix the freebsd conditional.
1998-08-06 19:49:15 +00:00
toshok%netscape.com
be1f77050d
FreeBSD doesn't need (and complains about) -rdynamic
1998-08-06 19:48:00 +00:00
ramiro%netscape.com
4375f69bda
Change usage of jint to PRint32. Fixes the current unix build bustage.
1998-08-06 03:10:34 +00:00