morse%netscape.com
590d9c981f
improved cookie viewer, approved by valeski
1998-08-12 03:59:45 +00:00
troy%netscape.com
b690d7b15c
Eliminated memory leak of a content object in ProcessInitialReflow() when
...
doing special processing for list-item containers
1998-08-12 03:22:24 +00:00
michaelp%netscape.com
a17a20bb20
added changes for using directx draw with msvc 5.0.
1998-08-12 02:21:06 +00:00
karnaze%netscape.com
4a849eba9d
ref counting, destruction fixes
1998-08-12 02:04:41 +00:00
troy%netscape.com
08a675a1ca
Fixed a leak of the HTML title
1998-08-12 01:36:25 +00:00
spider%netscape.com
450b910a08
Fix Raptor Unix bustage. SignleSignon not supported when using modular
...
netlib.
1998-08-12 01:31:21 +00:00
troy%netscape.com
639e969509
Fixed leak of a bullet content object
1998-08-12 01:26:25 +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
michaelp%netscape.com
d66d3f399a
fixed nasty DeleteDC() in destructor.
1998-08-12 01:05:40 +00:00
michaelp%netscape.com
6b6ac440ac
changes to support use of DirectDraw.
1998-08-12 00:59:00 +00:00
kostello%netscape.com
8b5f045ced
Synched with windows build
1998-08-12 00:52:13 +00:00
cmanske%netscape.com
22f632978b
Removing comment that doesn't apply anymore. With permission of pnunn
1998-08-12 00:40:33 +00:00
gagan%netscape.com
d7096c11e4
Fixed bug #313386 . Very classic example of not using const keyword. rev/cmanske app/pnunn.
1998-08-12 00:33:53 +00:00
spider%netscape.com
081273871c
Use Nav45 branch instead of julian
1998-08-12 00:28:26 +00:00
spider%netscape.com
028bb645a0
Use Nav45_BRANCH of julian instead of TREX_BRANCH
1998-08-12 00:25:05 +00:00
peterl%netscape.com
9a185f19c1
re-enable non-truetype fonts
1998-08-11 23:54:29 +00:00
peterl%netscape.com
1837f75725
force aliasing of courier font
1998-08-11 23:54:04 +00:00
kostello%netscape.com
220a2d4d45
Added nsHTMLEntities.h
1998-08-11 23:42:06 +00:00
akkana%netscape.com
699145defd
Don't show caret on inactive Ender areas. Reviewed by cmanske.
1998-08-11 22:59:45 +00:00
wtc%netscape.com
37f482c6ed
Added dgux.mk, contributed by Marc Fraioli <fraioli@dg-rtp.dg.com>.
1998-08-11 22:47:22 +00:00
troy%netscape.com
46c56f731a
Added NS_RELEASE in FlushText() of interface returned from QueryInterface()
1998-08-11 22:44:28 +00:00
ftang%netscape.com
5293dd1f32
fix bug 302137 by fallback to - on Mac. This is not really a fix . The real fix won't be here untill we have full Unicode support
1998-08-11 22:40:06 +00:00
wtc%netscape.com
e94e434281
Checked in DG/UX port contributed by Marc Fraioli <fraioli@dg-rtp.dg.com>.
...
New files: dgux.mk, _dgux.cfg, _dgux.h, and dgux.c.
Files changed: lib/msgc/tests/Makefile, pr/include/md/Makefile,
_unixos.h, prosdep.h, prsocket.c, pr/src/md/unix/Makefile,
pr/src/md/unix/objs.mk, unix.c.
1998-08-11 22:29:48 +00:00
ftang%netscape.com
5235075643
add koi8u to the cyrillic list, also fix bug 76586 by adding font list rearrange code
1998-08-11 22:22:42 +00:00
pnunn%netscape.com
447dd2d5d1
still need jerror.h. Thanks, Rick.
1998-08-11 22:08:39 +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
jgellman%netscape.com
d42f187424
got jwz's libmime changes building on windows
1998-08-11 21:30:43 +00:00
jgellman%netscape.com
3e22099814
added ifdef's needed
1998-08-11 21:27:14 +00:00
jgellman%netscape.com
23716a8978
got jwz's libmime changes building on windows
1998-08-11 21:24:29 +00:00
ftang%netscape.com
55a6c44c44
fix typo in Ukrainian
1998-08-11 21:14:47 +00:00
karnaze%netscape.com
3d225ad8ac
removed references to nsIWebFrame
1998-08-11 21:13:37 +00:00
pnunn%netscape.com
d929a63e36
Removed extraneous include file. Tom Lane, committed by pnunn.
1998-08-11 20:45:59 +00:00
pnunn%netscape.com
647bb6a7e0
remove dependencies on jpeg files. Tom Lane, committed by pnunn.
1998-08-11 20:45:18 +00:00
dcone%netscape.com
fc9395e64d
mac initialzation is now working
1998-08-11 20:26:01 +00:00
dcone%netscape.com
38c6e8d799
implemented some messaging
1998-08-11 20:25:31 +00:00
dcone%netscape.com
35c2ee0cff
started messaging
1998-08-11 20:25:18 +00:00
dcone%netscape.com
91b3551004
updated message pump
1998-08-11 20:17:06 +00:00
dcone%netscape.com
19a57e8289
update to use a mac Widgettest.cpp
1998-08-11 20:16:08 +00:00
dcone%netscape.com
5f93da21af
First Checked In.
1998-08-11 20:15:33 +00:00
pinkerton%netscape.com
c249fbeca4
Support for pop-down tree views.
1998-08-11 19:20:01 +00:00
pinkerton%netscape.com
3bc20e854f
Don't draw over popdown tree if showing.
1998-08-11 19:19:35 +00:00
pinkerton%netscape.com
a70aff6fbb
Overrides for the popdown flex table to close at the right times, etc.
1998-08-11 19:19:18 +00:00
pinkerton%netscape.com
87fed0868e
Build a window from an HT_Resource or RDF_Resource.
1998-08-11 19:18:57 +00:00
pinkerton%netscape.com
52170e9b64
Hacks for showing a container docked, popup, or standalone, with a hack for drag and drop.
1998-08-11 19:17:36 +00:00
pinkerton%netscape.com
9260381052
Better support for opening a tree popup, docked, or standalone.
1998-08-11 19:17:19 +00:00
pinkerton%netscape.com
ccdedc93d0
Register popdown tree classes.
1998-08-11 19:16:37 +00:00
pinkerton%netscape.com
49d487386c
API to Create panes from RDF_Resources as well.
1998-08-11 19:15:59 +00:00
pinkerton%netscape.com
956db7dc06
Fix redraw problem on refresh with inline editing.
1998-08-11 19:15:28 +00:00
pinkerton%netscape.com
e11c092cc3
Don't draw over the popdown tree if one is showing.
1998-08-11 19:15:05 +00:00
pinkerton%netscape.com
b4f3828239
Popdown tree.
1998-08-11 19:14:40 +00:00