1963 Commits

Author SHA1 Message Date
ramiro%netscape.com
c1b54177a1 Backout previous hack. Not needed anymore. I fixed the real problem. 1998-10-07 15:36:41 +00:00
ramiro%netscape.com
e0d7a0e949 Fix the broken unix builds. 1998-10-07 15:34:47 +00:00
ramiro%netscape.com
b965770c3b Try to fix unix bustage by hard coding an include. 1998-10-07 15:30:48 +00:00
ramiro%netscape.com
f682c6b1b4 Try to fix the unix bustage. 1998-10-07 15:14:06 +00:00
racham%netscape.com
6a72c7cdf4 BUG327094 : PREF callbacks replaces the Netscape Registry calls. Problem of deleting an existing profile is corrected. 1998-10-07 10:31:25 +00:00
ramiro%netscape.com
0af7da18fa Fix broken test. 1998-10-07 10:28:21 +00:00
ramiro%netscape.com
ffe4575a41 Fix broken tests. 1998-10-07 10:23:59 +00:00
racham%netscape.com
c4b433d96b BUG327094 : Adding library references to support profile.cpp changes 1998-10-07 10:23:07 +00:00
racham%netscape.com
52a5cb0d78 Commenting out some debug statements 1998-10-07 10:19:01 +00:00
racham%netscape.com
ea7d9964b2 BUGS 327325, 327726: fixes to IAS file related bugs 1998-10-07 10:17:47 +00:00
racham%netscape.com
12dbb5639d BUGS 327325, 327726: fixes to NCI file related bugs 1998-10-07 10:14:51 +00:00
ramiro%netscape.com
339bf139c8 Fix broken tests. 1998-10-07 10:03:08 +00:00
ramiro%netscape.com
78e0a6a722 Rename misnamed XmNraisedBorderThickness to XmNaccentBorderThickness. 1998-10-07 09:58:51 +00:00
ramiro%netscape.com
e2e0f15197 Fix broken tests. 1998-10-07 09:45:58 +00:00
ramiro%netscape.com
cb0719a640 Fix comment. 1998-10-07 09:34:03 +00:00
ramiro%netscape.com
30ab1cbea3 Fix IRIX bustage. 1998-10-07 09:06:56 +00:00
ramiro%netscape.com
e727e2a6a3 Sync. 1998-10-07 08:57:54 +00:00
ramiro%netscape.com
d25212e31d Undo the old urlbar hack. 1998-10-07 07:50:56 +00:00
ramiro%netscape.com
8df71b6b6a Add support for url bars. 1998-10-07 07:50:40 +00:00
ramiro%netscape.com
c8e09d1cea New toolbar classes. 1998-10-07 07:45:26 +00:00
ramiro%netscape.com
c7d3de38cb Sync. 1998-10-07 07:44:33 +00:00
ramiro%netscape.com
41bd8e6882 New toolbar button class. 1998-10-07 07:42:27 +00:00
ramiro%netscape.com
40314f3a99 New proxy icon. 1998-10-07 07:24:33 +00:00
ramiro%netscape.com
7d76bc8fc3 Link with combo box lib. 1998-10-07 07:24:19 +00:00
ramiro%netscape.com
0eec50f4b6 Adding new toolbar item classes. 1998-10-07 07:22:11 +00:00
ramiro%netscape.com
63f55dc422 Make setSensitive() and isSensitive() virtual.
Also, ass some assertions.
1998-10-07 07:19:13 +00:00
ramiro%netscape.com
62c2903822 Accept combo box children.
Also, turn off the force dimensions crap since its broken badly.
1998-10-07 07:18:17 +00:00
cmanske%netscape.com
f3a9279059 Fixed bug in new Open URL dialog (unitinialized list pointers) 1998-10-07 05:31:05 +00:00
ramiro%netscape.com
977a59c1c9 Moved XFE_DoCommandArgs from Command.h to Button.h. 1998-10-07 05:08:07 +00:00
cmanske%netscape.com
05ffb2b7e1 Changed 'Preview' to 'Browse' in toolbar and removed 'Navigator' reference 1998-10-07 05:07:14 +00:00
cmanske%netscape.com
bc39840b55 Fixed right-mouse popup memu bugs, added Insert object submenu and jump to internal target 1998-10-07 04:55:11 +00:00
ramiro%netscape.com
f14766ca18 Add text set/get methods. 1998-10-07 04:36:29 +00:00
sdagley%netscape.com
bfce8f47d7 Added pref item to control URL Autocompletion (network.enableUrlMatch) 1998-10-07 04:22:49 +00:00
pinkerton%netscape.com
34cc3dccd1 add resizeFrameBy to relayout on resize. 1998-10-07 04:11:02 +00:00
pinkerton%netscape.com
ca1b804bf0 calc button size stuff at startup not at draw time for layout. 1998-10-07 04:10:21 +00:00
sdagley%netscape.com
0dfd1d18a9 Implement Privacy menu on Mac 1998-10-07 01:34:35 +00:00
cmanske%netscape.com
7910fc239a Fixed problem with Composer's right mouse popup menu when over a link 1998-10-07 00:57:35 +00:00
cmanske%netscape.com
f0cd5c0610 Composer Publishing improvements 1998-10-07 00:32:42 +00:00
scc%netscape.com
dc496ff79d the real LayoutButtons method 1998-10-07 00:06:48 +00:00
racham%netscape.com
ddb203628c Changes to reflect the regtest machine move 1998-10-06 23:50:20 +00:00
law%netscape.com
3e28c9fee8 Fix for bug #105440; handle multiple file extensions in fe_NewFileType 1998-10-06 23:45:58 +00:00
pinkerton%netscape.com
1e0a8727b8 Changes for laying out toolbars 1998-10-06 23:28:42 +00:00
pinkerton%netscape.com
56b127574c Fix bug where the toolbars in the first window were never enabled. 1998-10-06 23:28:07 +00:00
pinkerton%netscape.com
631316e12b break out hooking up the context to the toolbars so that it can be called when the url bar streams in. 1998-10-06 23:27:37 +00:00
hyatt%netscape.com
09375bc824 Tweaks to top-level menus to move bookmarks back to where it BELONGS!!! 1998-10-06 23:23:26 +00:00
danm%netscape.com
7c9f237045 individual toolbar buttons now respond to RDF display mode overrides. r:hyatt. 1998-10-06 22:26:40 +00:00
cmanske%netscape.com
d3516971dd Fixed problem with Open Page dialog not loading URL 1998-10-06 21:45:33 +00:00
racham%netscape.com
536e76d2cc Adding RunTimeSwitch -reg_mode 1998-10-06 21:08:39 +00:00
pinkerton%netscape.com
549c043fc7 url bar now works, redraw fixes, buttons actually do what they are supposed to do. 1998-10-06 20:55:43 +00:00
pinkerton%netscape.com
15ccd672a6 more strawman layout changes and button init routines. 1998-10-06 20:55:14 +00:00