Commit Graph

1440 Commits

Author SHA1 Message Date
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
pinkerton%netscape.com
4dd3e0591e sitemap/HTML area registration in docked Aurora view. 1998-09-08 23:17:21 +00:00
sdagley%netscape.com
4add78c3ba Implement real version of FE_CheckConfirm 1998-09-08 21:32:03 +00:00
pinkerton%netscape.com
0feb41288d use IdenticalString instead of RelString to be more localizable. 1998-09-08 21:20:19 +00:00
pinkerton%netscape.com
3b01d80bd0 don't redraw caption when it doesn't change (avoids flashing). 1998-09-08 21:12:26 +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
pinkerton%netscape.com
629a24f382 Since we are now weak-linked against AppearanceLib, make sure it is available and quit if it is not. We were also never initializing UEnvironment's feature set. Call RegisterAppearanceClient() since we are one (again). 1998-09-08 20:48:29 +00:00
pinkerton%netscape.com
8527e076d5 weak link against AppearanceLib. 1998-09-08 20:47:16 +00:00
pinkerton%netscape.com
bc522a729e add a new dialog to inform users how to get AppearanceLib. 1998-09-08 20:47:01 +00:00
ftang%netscape.com
d0dce1c383 check in comment about history code may need to change later. No code change. 1998-09-08 20:21:23 +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
pinkerton%netscape.com
f808326b81 stupid RidL resources.... 1998-09-08 18:52:00 +00:00
pinkerton%netscape.com
899616933a increase/decrease font size in html area. Fix column hiding bug in embedded tree. 1998-09-08 18:10:54 +00:00