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

1013 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com dd70fec001 Support for pop-down tree views. 1998-08-11 19:20:01 +00:00
pinkerton%netscape.com cfdccde212 Don't draw over popdown tree if showing. 1998-08-11 19:19:35 +00:00
pinkerton%netscape.com 97ccc015e1 Overrides for the popdown flex table to close at the right times, etc. 1998-08-11 19:19:18 +00:00
pinkerton%netscape.com 3364066930 Build a window from an HT_Resource or RDF_Resource. 1998-08-11 19:18:57 +00:00
pinkerton%netscape.com 79aa4bdd7a 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 6e2e6c9af6 Better support for opening a tree popup, docked, or standalone. 1998-08-11 19:17:19 +00:00
pinkerton%netscape.com fc6915a9e3 Register popdown tree classes. 1998-08-11 19:16:37 +00:00
pinkerton%netscape.com 8c113b9ed3 API to Create panes from RDF_Resources as well. 1998-08-11 19:15:59 +00:00
pinkerton%netscape.com 430c4948b3 Don't draw over the popdown tree if one is showing. 1998-08-11 19:15:05 +00:00
pinkerton%netscape.com 99d11dde11 Popdown tree. 1998-08-11 19:14:40 +00:00
pinkerton%netscape.com 1836793947 Support command to popup standalone on any HT_Resource and make Bookmarks/History to do the same. 1998-08-11 19:14:28 +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
danm%netscape.com efde0e22e1 moved privacy prefs to their own (private) pane 1998-08-11 03:40:14 +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
robinf%netscape.com 1b565914aa minor text updates to reflect latest UI 1998-08-10 22:57:36 +00:00
blythe%netscape.com fe52e62323 Fix bugzilla bug #120 1998-08-10 22:45:14 +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
sdagley%netscape.com 16453cb537 Fix #309842. For some reason the call to NET_FinishInitNetLib() was commened out in the MacFE. Since this is where the cache is initialized and cookies are initially read, among other useful stuff, it seems like a bad idea to not call it. 1998-08-10 04:49:58 +00:00
waterson%netscape.com d86a5e14c2 Added some more timing traces to WinFE. Approved by blythe. 1998-08-09 20:28:53 +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
beard%netscape.com ac87881c06 Changed all uses of lo_NVList to not depend on OJI being defined. 1998-08-08 20:50:22 +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
law%netscape.com 5179e2aba4 Fixing stupid off-by-one bug that breaks rel builds 1998-08-07 18:34:03 +00:00
robinf%netscape.com ce46f702ef this is help file that goest with as_html/2step.htm; re: bug 3000065 1998-08-07 18:10:18 +00:00
robinf%netscape.com 1e5454f617 removing this file so I can replace it with renamed file "2step.htm" to fix bug # 3000065 1998-08-07 18:08:29 +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
clu%netscape.com 24c9c69c89 changed composer table select submenu so it can now select row, col, cell, and all cells correctly. Reviewed by brade. 1998-08-07 09:11:11 +00:00
clu%netscape.com 0cf0af2599 added resource numbers 1320 through 1323 to support table menu selection. Reviewed by brade. 1998-08-07 09:06:20 +00:00
clu%netscape.com 6a9b6d2d64 implemented code to respond to table selection from the menu. reviewed by brade. 1998-08-07 09:03:54 +00:00
clu%netscape.com 451bf76ed7 separating #ifdef MOZ_MAIL_NEWS from #ifdef EDITOR so that CComposerFind can work with just the EDITOR but not MOZ_MAIL_NEWS turned on. #312288; reviewed by brade. 1998-08-07 09:01:50 +00:00
ramiro%netscape.com 723b0e61d3 Granting some dude's wish. 1998-08-07 08:44:04 +00:00
pinkerton%netscape.com 2459fde4df Fix problem that made mgmt mode double-click (default property was wrong when not specified by ht). 1998-08-07 01:01:23 +00:00
pinkerton%netscape.com 1353157b36 Don't use constants from selector (or include it's header file). Define them here instead. 1998-08-07 00:16:47 +00:00
pinkerton%netscape.com 634ced7869 Don't #include selector header because it's not being used. 1998-08-07 00:15:50 +00:00
pinkerton%netscape.com 89bb4ab5f7 Add context menus and fix scrolling in shack. 1998-08-07 00:15:17 +00:00
pinkerton%netscape.com 6f9b2e9ea6 Remove dependance on CNavCenterSelector's constants and make the title strips LCommanders so they can have context menus. 1998-08-07 00:14:26 +00:00
pinkerton%netscape.com 31b506a50a Make single-click mode work correctly (on mouse up, not mouse down). 1998-08-07 00:12:49 +00:00
timm%netscape.com 129a4518ea fix for long timeout on cancelled or dropped connections 1998-08-07 00:07:27 +00:00
law%netscape.com 718ee28e82 Turn on new Desktop integration prefs pane 1998-08-07 00:07:22 +00:00
law%netscape.com 07406ba156 Added new property pane for windows (98) Desktop integration 1998-08-07 00:05:00 +00:00
law%netscape.com 24e56f7701 New 'default browser' dialog 1998-08-07 00:02:46 +00:00
law%netscape.com 457ac64477 More tweaks 1998-08-06 23:54:37 +00:00