Commit Graph

9764 Commits

Author SHA1 Message Date
pierre%netscape.com
17aa9d2361 fixed link errors: added DragLib and NSPR20 1998-10-08 23:29:39 +00:00
cyeh%netscape.com
0f4888c65b ooops. backout previous change to remove NSRP defines. It's defined
everywhere on UNIX, Mac, and Win32 backend, but not the WinFE.
Try again later.
1998-10-08 23:29:28 +00:00
slamm%netscape.com
bef014ff03 Add three-state column sorting. Fix inplace editing (wasn't checking HT for editable state). Change name of *StandAloneState to *StandAlone. Add convenience function for setting/getting column data. 1998-10-08 22:14:05 +00:00
slamm%netscape.com
b0818d4a9c Change name of setStandAloneState() to setStandAlone(). 1998-10-08 22:13:41 +00:00
slamm%netscape.com
614759f8f3 Adde test for the column sort indicator. 1998-10-08 22:13:33 +00:00
slamm%netscape.com
1712885d89 Change list of default CSRCS so that is works when XFE_WIDGETS_BUILD_UNUSED is not set. 1998-10-08 22:13:26 +00:00
slamm%netscape.com
fd379eb703 Change centered label to XmALIGNMENT_BEGINNING when too big to fit in space. 1998-10-08 22:13:23 +00:00
slamm%netscape.com
ce07960855 Add column sort indicator. 1998-10-08 22:13:10 +00:00
slamm%netscape.com
a1da9864a1 Add column sort indicator. Change show/hide column buttons to take their own column space (previously they shared it with the last column. 1998-10-08 22:13:06 +00:00
locka%iol.ie
c08f71e9d2 Added some trace statements 1998-10-08 22:06:59 +00:00
locka%iol.ie
8681aed8f4 Added IWebBrowserApp and IWebBrowser2 methods (still unimplemented 1998-10-08 22:05:44 +00:00
ltabb%netscape.com
e4da4a46fc added doesn't match regular expression where regular expressions are handled. 1998-10-08 22:01:36 +00:00
locka%iol.ie
1abdea067e Fixed NG_TRACE macro 1998-10-08 21:56:38 +00:00
pinkerton%netscape.com
a91caab6be new constructor for creating attachments from code, not from Constructor. 1998-10-08 21:56:26 +00:00
slamm%netscape.com
dfd72a271c Add missing ')'. 1998-10-08 21:53:22 +00:00
waterson%netscape.com
1457b6ffc2 Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=valeski. 1998-10-08 21:49:38 +00:00
mlm%netscape.com
7e5ac89ccc Fix for running with JS disabled; would core dump before. 1998-10-08 21:45:24 +00:00
wtc%netscape.com
4a5e88db8f Added USE_PTHREADS for the pthreads build. Deleted obsolete
macro define -D_PR_NTHREAD.
1998-10-08 21:43:43 +00:00
waterson%netscape.com
b3aad14340 Touch down progress bar changes from PROGRESS_19981006_BRANCH. 1998-10-08 21:42:19 +00:00
spider%netscape.com
e1677f266d Linux runtime fix to find netlib 1998-10-08 21:40:33 +00:00
law%netscape.com
5da4087d96 Fix for bug #301397; handle about:document from composer windows; approved by gagan 1998-10-08 21:39:49 +00:00
troy%netscape.com
61be217b98 Removed reference to widgetSupports 1998-10-08 21:39:25 +00:00
akkana%netscape.com
f0c551baf3 image dialog fixes: 117115 (remote img err msg), 301858 (alt text) 1998-10-08 21:36:20 +00:00
waterson%netscape.com
aa4668f7b1 Touch down smooth progress bar changes from PROGRESS_19981006_BRANCH. a=nisheeth. 1998-10-08 21:35:07 +00:00
akkana%netscape.com
768bac5f0e Add alt-- and alt-= acc text strings for outdent and indent 1998-10-08 21:33:38 +00:00
radha%netscape.com
8bd3023fba DocString hooked up to HT and the new DocString API 1998-10-08 21:32:45 +00:00
akkana%netscape.com
99368bfb9e 122416: don't open same file at same time 1998-10-08 21:32:18 +00:00
cyeh%netscape.com
99a2ebcbf2 make it so that failed automated testing causes the tree to have
a burning top.
1998-10-08 21:31:18 +00:00
wtc%netscape.com
4bfb5610d0 Ports to many Unix variants. Added the OMIT_LIB_BUILD_TIME workaround
for platforms that don't have 'long long'.  In pr/src/Makefile and
lib/libc/src/Makefile, use single quotes so that we can avoid
using backslashes in double quotes (that doesn't work under
MKS shell).
1998-10-08 21:31:09 +00:00
waterson%netscape.com
1cd1a0013a Touch down SMOOTH_PROGRESS changes. 1998-10-08 21:30:14 +00:00
akkana%netscape.com
865be89e27 106844: fix spellchecker hang 1998-10-08 21:29:24 +00:00
pinkerton%netscape.com
63877f7093 start pullings toolbars from HT instead of hardcoded in constructor. 1998-10-08 21:26:27 +00:00
pinkerton%netscape.com
ebeb2870d2 context menus, layout changes and fixes. 1998-10-08 21:25:18 +00:00
cyeh%netscape.com
738e0dcfa0 remove #ifdef NSPR in preparation for turning off NSPR and NSPR20 compile defines 1998-10-08 21:24:44 +00:00
pinkerton%netscape.com
5768dcef3d handle context menu commands and updates from the toolbars that their sizes have changed. 1998-10-08 21:24:43 +00:00
pinkerton%netscape.com
946f92ddc0 bevel outline, stuff for context menus on toolbars, resizing container when sizes change on toolbars. 1998-10-08 21:24:14 +00:00
troy%netscape.com
5ff1cfe35d Removed unused widgetSupports member of nsGUIEvent 1998-10-08 21:24:05 +00:00
pinkerton%netscape.com
7ccc45febe Added classes for toolbar and toolbar button context menus. Introduced a virtual parent class and renamed the context menu class for trees to be specific to that. 1998-10-08 21:23:22 +00:00
pinkerton%netscape.com
28b0a5d4b1 call clickSelf if not handled in a child class. 1998-10-08 21:22:27 +00:00
radha%netscape.com
3d745b3825 1) RDF pane modes stored as enums and used in Pane creation
2) HT properties hooked for ControlBar, HTMl Pane
1998-10-08 21:22:26 +00:00
pinkerton%netscape.com
4598448348 added code for handling HT commands from context menus in toolbars. 1998-10-08 21:22:11 +00:00
pinkerton%netscape.com
b6204f4f3a new tree context menu relfects rearranging of HT context menu code. 1998-10-08 21:21:27 +00:00
radha%netscape.com
1a7fffa64b Turn the new Tooltips api on/off based on what the prefs is set to. 1998-10-08 21:19:53 +00:00
radha%netscape.com
cbe3a1cc8f Use the RDF pane's mode to create the RDF Pane accordingly 1998-10-08 21:19:16 +00:00
spider%netscape.com
9869f0fa6c Updates for latest raptor code 1998-10-08 21:16:29 +00:00
law%netscape.com
d22b69be29 Fix for bug #308996; get mime-type to fe_URLToLocalName so file is saved with proper extension 1998-10-08 21:14:01 +00:00
hyatt%netscape.com
81a9f7a466 Backing out change to make bookmarks top-level menu. It's beyond me. 1998-10-08 21:06:36 +00:00
hyatt%netscape.com
383f3eb12c Backing out Bookmarks top-level menu change. I have no idea what went wrong. 1998-10-08 21:04:00 +00:00
troy%netscape.com
c724e3393f Rearranged member functions to better group child frame enumeration related
functions
1998-10-08 21:03:59 +00:00
spider%netscape.com
fc6f4702d7 Fix Linux Tinderbox 1998-10-08 21:01:54 +00:00