Commit Graph

118 Commits

Author SHA1 Message Date
ramiro
5b4bc81397 Move fe_DestroyWidgetTree() to XfeWidgets/MenuUtils.c as
XfeDestroyMenuWidgetTree().  Make it safe for killing private components.
1998-04-21 15:52:01 +00:00
ramiro
c0f7f90f73 Make it more paranoid. 1998-04-21 15:25:45 +00:00
ramiro
ba7b80b3b7 Add XfeDestroyMenuWidgetTree(). 1998-04-21 15:24:01 +00:00
ramiro
f65b3df79d Handle bogus input for XfeCascadeGetSubMenu(). 1998-04-21 14:55:16 +00:00
ramiro
4c4cb0b654 Add XfeToolBarGetLastItem(). 1998-04-21 13:29:37 +00:00
ramiro
0f3d2587ce Removed unused combobox dir and define. 1998-04-21 12:46:48 +00:00
ramiro
c4527bff27 Update for indicator support. Dont hardcode button layout. 1998-04-21 12:41:46 +00:00
ramiro
e8e4c884ed Dont hardcode button layout in XfeCreateLoadedToolBar. Update Makefile for
XfeWidgets.mk.
1998-04-21 12:39:49 +00:00
ramiro
e8cb38425e Improve the indicator support. 1998-04-21 12:38:44 +00:00
timm
6ced1b8f7c Add "MOZ_INSTALL_DIR" support, change to move asw.jar to as_html directly 1998-04-21 07:01:03 +00:00
timm
86362bc6c3 Lots of changes for 2 step 1998-04-21 06:59:12 +00:00
timm
8c1df5d995 Make a package "netscape.asw" from the progress bar applet 1998-04-21 06:58:48 +00:00
timm
a020a3066b Fix to make a "signed" dir as we do with the java plugin
(only way signpages.pl will work with this code, Signtool doesn't work for various reasons)
1998-04-21 06:58:06 +00:00
timm
29883ecae8 Added modem monitoring for first step of 2 step 1998-04-21 06:57:13 +00:00
timm
53a11e5635 Lots of changes for 2step 1998-04-21 06:56:36 +00:00
timm
90f5d3c1ee Remove TABLE 1998-04-21 06:56:11 +00:00
timm
39253592fe Add "RegRoot" entry 1998-04-21 06:54:47 +00:00
timm
fb72f0c940 Changes to match changes on server side 1998-04-21 06:53:38 +00:00
brade
adb5ab12d2 minimize references to CStr255 class; fix some small memory leaks 1998-04-21 04:47:44 +00:00
brade
d61f7585c3 set pensize in drawing cell borders (if empty/zero-border and special selection or selected) 1998-04-21 03:30:56 +00:00
ramiro
e8c118a6e8 Un hard code /usr/lib/libm.a. Replace with -lm. (Linux) 1998-04-21 00:52:35 +00:00
ramiro
a3e177c480 Update to 1998. 1998-04-21 00:51:45 +00:00
pinkerton
03504b5f00 Remove EstablishPort() override, another remaining vestage of Kelly. 1998-04-20 16:18:24 +00:00
ramiro
56af2384ea Un hardcode XmINDICATOR_DONT_SHOW. 1998-04-19 17:36:48 +00:00
ramiro
9be0d034aa Fix typos. 1998-04-19 16:15:00 +00:00
ramiro
0fb9908ec6 Update for new XmNindicatorPosition resource. 1998-04-19 16:14:30 +00:00
ramiro
39a525a180 Add XmNindicatorPosition resource. For toolbar dropping fedback. 1998-04-19 16:13:54 +00:00
ramiro
741a847cdb Add XmNnumPrivateComponents resource. 1998-04-19 16:12:26 +00:00
ramiro
82dfe24654 Fix a core dump on resizing the toolbox. The problem was a recursive geometry
call into PreferredGeometry().  Fixed by plugin in the trivial geomtry manager
instead of the one that does complicated things.
1998-04-19 11:20:17 +00:00
ramiro
7b58e6bf76 Add some geometry debugging assertions and comments. 1998-04-19 11:16:43 +00:00
pinkerton
c3315cef9e Added CAutoCompleteURLEditField from Paul Chen. (rev sdagley, appr sdagely). 1998-04-17 22:41:56 +00:00
pinkerton
bbb0c1d8c3 Remove 200K of icons that are no longer necessary. 1998-04-17 22:40:52 +00:00
pinkerton
5de4188125 When HTML area resizes, show arrow cursor in case it can take a while (like page with big tables). 1998-04-17 22:40:30 +00:00
pinkerton
bc4117282b change class_id of location bar's edit field to new autocomplete class (rev sdagley, appr sdagely). 1998-04-17 22:39:12 +00:00
pinkerton
4be376c462 register Paul's autoURLcompletion stuff. (rev sdagley, appr sdagely). 1998-04-17 22:39:11 +00:00
pinkerton
1ce6e8a5dd First Checked In. 1998-04-17 22:28:59 +00:00
cmanske
fd0f0cb2ec Fixed Table Editing bugs in Composer 1998-04-17 21:34:20 +00:00
timm
3150da15d7 First Checked In. 1998-04-17 16:34:18 +00:00
ftang
ed00822b6a add big5 and gb2312 charset name for free font found at ifcss.org site 1998-04-17 02:56:00 +00:00
pinkerton
d9c0fa2a1d Use UGAColorRamp instead of hardcoding colors. Added a lot of code for supporting drag feedback on the selector bar to indicate where new workspaces will be created. (rev sdagley, appr sdagley) 1998-04-16 22:29:00 +00:00
pinkerton
f009753c1e API changes and lots of work to try to get translucent dragging to work (still commented out, though). Did fix the solid gray drag areas to just be the outlines, though. (rev sdagley, appr sdagley) 1998-04-16 22:28:09 +00:00
pinkerton
8478539a91 API change in CIconTextSuite to use string instead of cstring. Also using UGAColorRamp instead of hardcoding colors. (rev sdagley, appr sdagley) 1998-04-16 22:27:13 +00:00
pinkerton
51a29a7a82 API change in CIconTextSuite to use string not cstring (rev sdagley, appr sdagley) 1998-04-16 22:26:44 +00:00
pinkerton
99203e92db Fix 2 places where I was assuming the NavCenter was present when it wasn't. (rev sdagley, appr sdagley) 1998-04-16 22:26:12 +00:00
pinkerton
ba2149b758 checked "merge into output" on non-debug targets for XMLPPCLib. (appr sdagley) 1998-04-16 22:18:33 +00:00
blythe
4c9c75ff4c Fix some compile warnings. Thanks to Rick Osborne (rick@spacey.net) 1998-04-15 18:59:47 +00:00
ramiro
16fdfe3078 Add a makefile that actualy works. Update tree4.c for slamm's
XmLTreeDeleteChildren() improvement.
Coded by slamm@netscape.com.
1998-04-15 09:19:34 +00:00
ramiro
c3bb235f20 Fix problem in grid delete callback. It didn't set the row or column
position.  Plus, it updated the row/column count before making the callback,
so you could no longer access the userData with XtVaGetValues.

Also add XmLTreeDeleteChildren() to XmLTree.

This code written by Steve Lamm <slamm@netscape.com> and reviewed by
ramiro.
1998-04-15 09:15:00 +00:00
ramiro
14745663aa fix name in comment 1998-04-15 09:10:25 +00:00
ramiro
710feadcdc first checked in 1998-04-15 09:09:52 +00:00