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

855 Коммитов

Автор SHA1 Сообщение Дата
hyatt 839bf104f8 Tweaks. 1998-05-01 18:58:01 +00:00
hyatt 1d982ece95 Patch from Jim Ewald to keep Mozilla from crashing when "About Navigator..." is selected. 1998-05-01 18:53:04 +00:00
hyatt 733b43bca4 Fix for a thrown assertion when NavCenter is collapsed. 1998-05-01 18:52:28 +00:00
hyatt 5b3d7d2641 Making the tree view 256-color friendly. Adding more customizability options. Turned the dividers
between nodes off by default.
1998-05-01 18:33:47 +00:00
chouck 550bcd9d72 Fix for casts inside PR_FREEIF() inspired by <rkl@csc.liv.ac.uk> 1998-05-01 17:44:19 +00:00
chouck dee6d61267 Minor memory leak 1998-05-01 17:41:02 +00:00
spider 26364c07ab Fix UNIX build bustage on some systems where tweak_nspr gets appended to TARGET after inclusion of rules.mk, thus breaking nsinstall. 1998-05-01 17:11:13 +00:00
spider 5befb3ddf4 Fix UNIX breakage when tweak_nspr is appended to TARGET on some systems (like mine) 1998-05-01 17:04:22 +00:00
timm dd7ee74828 changes for reggie 2 step 1998-05-01 10:37:35 +00:00
timm d2223ce5a3 Removed 'Cancel' from ProgressApplet, allow CPGeneratorProgress to restart 1998-05-01 10:31:14 +00:00
timm 0dbc84695c Add "RegSource=APL" 1998-05-01 10:29:56 +00:00
timm ed2077bd53 changes for reggie 2 step 1998-05-01 10:29:17 +00:00
timm 91a79e516c new reggie 2 step templates 1998-05-01 10:28:13 +00:00
timm 7d07f70a61 new files for reggie 2 step 1998-05-01 10:25:21 +00:00
mccabe 3081de25df Added #if defined ( SNI ) to a few existing #if tests, for compiling
on SINIX.
1998-05-01 07:06:12 +00:00
rpotts 7f503d5338 nsSelectionRange.h is required by nsISelection.h 1998-05-01 05:56:08 +00:00
rpotts acd5513420 nslayout.h is *all* lower case 1998-05-01 05:55:11 +00:00
rpotts 6b8bdbc4af fixed bustage... 1998-05-01 05:18:07 +00:00
rpotts e35e63b1ac changed to use the new nsIURL support provided by netlib... 1998-05-01 05:07:49 +00:00
rpotts 374ac13e18 added netlib to the include path... 1998-05-01 05:07:25 +00:00
rpotts eec2c87f98 added the netlib import library... 1998-05-01 05:00:44 +00:00
rpotts d7ed7309aa Do not delete the nsIInputStream. Call Release() instead. Reference counting is important!! 1998-05-01 04:59:28 +00:00
rpotts b8d6cbe04a added netlib to the include path 1998-05-01 04:56:26 +00:00
rpotts 741338fb17 added new module export macro NS_NET 1998-05-01 04:55:39 +00:00
rpotts 06748570cd removed nsURL.cpp from the build... 1998-05-01 04:55:01 +00:00
rpotts fceb0126af nsIURL.h and nsURL.cpp have been moved to mozilla\lib\libnet 1998-05-01 04:53:42 +00:00
rpotts b2a63e61c2 the base module is now required by netlib :-( 1998-05-01 04:52:51 +00:00
michaelp 99f116eaeb InsertChild() with a zindex now does the right thing.
RemoveChild() now invalidates the area where the view was.
added NS_RELEASE() cleanup.
1998-05-01 03:15:31 +00:00
michaelp e75e090138 added NS_RELEASE() cleanup. 1998-05-01 03:14:03 +00:00
michaelp d754292574 fixed various shutdown and linked list management bugs. 1998-05-01 03:13:34 +00:00
michaelp b9e66e9abf killed erroneous comments. 1998-05-01 03:11:47 +00:00
michaelp a7be1a1524 added additional cleanup when shutting down the websidget so that the
ViwManager will actually go away.
1998-05-01 03:11:13 +00:00
michaelp e71ffe42ec added missing NS_RELEASE() after calling GetWidget(). 1998-05-01 03:09:53 +00:00
michaelp 50d60e5f6c added missing NS_RELEASE() after getting a window in the cursor setting code. 1998-05-01 03:09:07 +00:00
michaelp cea9ad2c23 fixed bug in state management of clip rects. 1998-05-01 03:08:08 +00:00
montulli ffc19d88ad fix prototype 1998-05-01 02:24:39 +00:00
spider 2855917fe4 Fix crash if root view is not setup properly during window creation 1998-05-01 02:18:39 +00:00
briano d4517f56ca Eliminated the confusing and pointless OS version macros. 1998-05-01 02:04:06 +00:00
briano b8fd1b3f3a Converted the LINUX2_0 and MKLINUX references to just LINUX, and added danda's tweak from the OS/2 branch. 1998-05-01 01:54:32 +00:00
mccabe cc35c93a1f Another place where error reporting hadn't caught up to 16-bit
character strings; added a js_DeflateString call.  Thanks to gcc 2.8.1
for catching this - it complained about "char format, different type
arg (arg 4)" - which means that it looked in the (printf-style) format
string and checked type against it.  Wow.
1998-05-01 01:39:51 +00:00
hyatt a4b3627745 Fix for a problem with the system color changing. 1998-05-01 01:26:08 +00:00
spider b670d01274 Code Cleanup... 1998-05-01 01:16:44 +00:00
hyatt 74b7d44474 You can now click on the vertical bars to collapse the parent node. 1998-05-01 00:59:05 +00:00
scullin 5fb770829c Added netcache requirement. 1998-05-01 00:58:36 +00:00
mccabe 4d8ee8feb3 Restoring changes that were backed out because of a one-line error in
prmjtime.c.
1998-05-01 00:22:06 +00:00
montulli c11ba7bb16 fix proto 1998-05-01 00:04:12 +00:00
hyatt 4232fd386a Tree view can now show or hide tree connections (the bars). 1998-04-30 23:52:37 +00:00
hyatt 3b0c3e6bef View now properly invalidated when colors/backgrounds/properties change. 1998-04-30 23:52:20 +00:00
montulli 095a5a8394 Add unix makefiles and make a few include file tweaks for unix compilation 1998-04-30 23:52:15 +00:00
hyatt 8da9bfad0d Fixed a bug where the navbar was using the tree view's bg image rather than
its own.
1998-04-30 23:51:59 +00:00