sspitzer%netscape.com
31b6b85808
fix warnings
1999-11-29 20:40:39 +00:00
warren%netscape.com
96ec037ac6
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
tbogard%aol.net
af1ce8d410
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
1999-11-24 06:03:41 +00:00
alecf%netscape.com
6b09657267
fix for #16929
...
nuke the scrollbar whenever the total rows is less than the visible rows. This prevents the scrollbar from disappearing under you if you scroll up after many rows have been deleted (such as collapsing folders in mail)
r=hyatt
1999-11-23 22:05:19 +00:00
saari%netscape.com
cb5aae9a9c
Popup menu positioning code. R: Hyatt
1999-11-23 03:02:01 +00:00
beard%netscape.com
3460018f00
[MLK] aCurrentStyle can be the only owning reference. r=scc, bug=15906
1999-11-21 01:14:33 +00:00
bryner%uiuc.edu
5c706d4796
Tree changes to support mousewheel scrolling, and some other tree
...
changes (scrolling changes and some nsString -> nsAutoString
conversions) from alecf. r=alecf.
1999-11-21 00:51:31 +00:00
troy%netscape.com
597b5f236b
WillReflow/DidReflow changes and changes to the way view positioning
...
and sizing works
1999-11-19 15:33:29 +00:00
evaughan%netscape.com
579a9d2af2
1) Changed box to use a linked list instead of a fixed array. -r Hyatt
...
2) Cleaned up some of the preference panels. -r Matt
1999-11-18 21:05:43 +00:00
alecf%netscape.com
362d7a861c
fix for #18196 - fix off-by-one errors with trees that have headers - EnsureRowIsVisible and IsValidRow expect zero-based rows, not row-index based rows
...
r=hyatt
1999-11-16 19:07:34 +00:00
alecf%netscape.com
c24057f717
fix off-by-one error when calculating row indicies for trees with headers/footers - use IsRowGroup(), which takes headers/footers into account
...
r=hyatt
no bug, but this fixes some wierd scrolling behavior
1999-11-16 18:57:49 +00:00
saari%netscape.com
1cfbe7d9a6
Landing focus changes. R: joki
1999-11-13 05:16:33 +00:00
alecf%netscape.com
2c156737e1
fix for #17146 , #13483 , possibly #15479
...
don't be stupid about finding the insertion point onto the tree for new rows. use GetInsertionPoint to walk the frames to determine the appropriate row index for new content that doesn't already have frames, so that the rows in the cellmap get the right index.
r=hyatt, bryner@uiuc.edu , alecf (some code dictated by hyatt)
1999-11-12 05:51:26 +00:00
pinkerton%netscape.com
73a7072999
readding the tree item drag capturer (r=hyatt)
1999-11-11 05:10:47 +00:00
pinkerton%netscape.com
6dbf140c84
reworking of toolbar d&d impl and tree d&d impl (r=hyatt).
1999-11-11 05:10:38 +00:00
pinkerton%netscape.com
81f42a6dcd
backing out my last added file.
1999-11-11 01:42:12 +00:00
pinkerton%netscape.com
b3c8a375fb
add nsTreeItemDragCapturer to the build
1999-11-11 01:04:36 +00:00
pinkerton%netscape.com
92a4d784bb
First Checked In.
1999-11-11 01:03:41 +00:00
pinkerton%netscape.com
e00369c44e
set the default image size to be small in order to avoid obvious reflows when button code would assume 30x30 before it loaded the image (r=evaughan).
1999-11-11 00:58:42 +00:00
waterson%netscape.com
c20b3997b4
Bug 18067. Event listeners are refcounted; do not try to manually 'delete'. r=hyatt, a=chofmann.
1999-11-09 23:37:57 +00:00
dmose%mozilla.org
5312eacf8c
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
alecf%netscape.com
06ea39654b
fix for #17763 - initialize cellFrame so that if it's not found, the null check succeeds
...
r=hyatt
a=chofmann
1999-11-05 21:51:42 +00:00
alecf%netscape.com
7560815b97
implement EnsureRowIsVisible for bug #17763
...
r=scottip
1999-11-05 02:02:09 +00:00
joki%netscape.com
1675be15e0
Changes to DOM events to accomodate the new breakdown of events into mouse and key events. This fixes a couple of bug, though the main one is 13406. Involves changes to multiple DOM generated file as well as fixing up usage of DOM event api usage in editor, rdf, and xul. r:vidur
1999-11-03 07:11:45 +00:00
kipp%netscape.com
3a943654b4
r=troy; Removed old garbage code that referred to an unused symbol from nsHTMLParts.h
1999-11-03 00:41:42 +00:00
pinkerton%netscape.com
ad446fb109
rewrote item detection code to handle the case where the toolbar isn't in a frame that is at 0,0 (like windows with the menu bar above the personal toolbar). (r=saari, bug #17800 ).
1999-11-02 23:42:16 +00:00
pinkerton%netscape.com
64f6e095a3
making the drop feedback be 2 pixels wide, not one (r=saari).
1999-11-02 03:55:44 +00:00
pinkerton%netscape.com
444df86409
add ability to have a sub-frame (such as an inner box) be the area which is where the draggable content resides.
1999-11-02 03:54:24 +00:00
pinkerton%netscape.com
ae1c574569
add new drop area attribute for identifying subframes of a toolbar where the real content is.
1999-11-02 03:53:58 +00:00
troy%netscape.com
1585a751fb
Moved a bunch of stuff out to a nsIFrameDebug interface
1999-11-01 22:12:45 +00:00
troy%netscape.com
a12c3d6c5d
Folded reflow functions into nsIFrame and eliminated nsIFrameReflow and
...
nsIHTMLReflow. This saves 4 bytes per frame and cleans things up
1999-10-30 02:52:11 +00:00
waterson%netscape.com
01da285ed5
'#if 0' DOM crawling code in toolbar frame to avoid over-eager generation of content model from RDF. GetElementsByTagName() is evil! r=pinkerton,hyatt
1999-10-30 01:21:44 +00:00
evaughan%netscape.com
039be939e6
Made tabs us visibility instead of shrinking their children to 0,0.
...
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
troy%netscape.com
a81ed70341
Elimninated compiler warning
1999-10-28 14:46:41 +00:00
troy%netscape.com
87afecabc0
Changed SetView/GetView to take an additional argument which is the
...
pres context
1999-10-26 04:44:41 +00:00
pinkerton%netscape.com
b2a6f201d3
fix leak of grippy structs when toolbox went away. (r=bienvenu).
1999-10-26 00:22:48 +00:00
beard%netscape.com
7ae4bec2f3
MLK: Fixed implementations of QueryInterface, AddRef, and Release to perform correct reference counting. bug=15380, r=evaughan
1999-10-22 22:50:01 +00:00
evaughan%netscape.com
320ee7acc4
Fixed bug 9442. reviewed by Hyatt.
1999-10-22 00:38:22 +00:00
mcafee%netscape.com
3fdb6bbe55
Fixing evaughan's last change. r=law
1999-10-21 21:14:59 +00:00
mcafee%netscape.com
8741adeb58
Backing out evaughan's change which broke linux/solaris. a=mcafee
1999-10-21 21:05:02 +00:00
evaughan%netscape.com
b6438a44bc
Fixed some warnings: reviewed -hyatt
1999-10-21 20:17:51 +00:00
mcafee%netscape.com
64090b2391
Reviewing and applying pavlov's fix for extra row in color palette. (14315)
1999-10-20 20:14:13 +00:00
putterman%netscape.com
abca7c93cd
Fixes 15771 and 10603. Scrolling up in tree widget doesn't lose treeitems. r=hyatt.
1999-10-20 19:48:58 +00:00
scc%netscape.com
e36b183d71
eliminate warnings, r=shaver
1999-10-20 18:59:00 +00:00
evaughan%netscape.com
a2bcc96c08
fixed numerous warnings. Reviewed by Hyatt.
1999-10-20 00:46:21 +00:00
tbogard%aol.net
8be27000b1
Ooops, last night removing one warning uncovered another. r=gimpy
1999-10-19 21:34:21 +00:00
tbogard%aol.net
c234e50cdb
Removing gimpy's warnings. r=gimpy. This brings us down to 200. :)
1999-10-19 07:50:55 +00:00
shaver%netscape.com
472e4cae46
Added support for type="radio" (pick-one) XP menus.
...
Cleaned up nsFrame class declaration a bit.
Added some API entries to nsIMenuFrame in support of type="radio"'s
pick-one behaviour.
Renamed UpdateMenuChecked to UpdateMenuSpecialState.
Removed stale string-splitting code in CreateAnonymousContent.
(r=hyatt,mcafee)
1999-10-17 21:37:37 +00:00
peterl%netscape.com
a6adfea707
Added namespace ID to the AttributeChanged notification
...
Part fo the fix for Bug 15153
r=troy
1999-10-15 23:16:45 +00:00
shaver%netscape.com
074e7c8a5a
Add support for type="checkbox" in <menuitem>.
...
Converted small pile of PRBool to PRPackedBool for space savings.
r=hyatt
1999-10-15 21:13:24 +00:00