karnaze%netscape.com
8b1ddd5c4d
bug 1809, 0 width tables (not trees) become auto, r=dcone, (hyatt)
2000-01-28 15:43:25 +00:00
pinkerton%netscape.com
b9123fdca6
Use NS_INTERFACE_MAP_END_INHERITING macro instead of hack. r=hyatt.
2000-01-26 22:35:53 +00:00
pinkerton%netscape.com
d83ae22b1d
fix 14574, didn't inherit the QI from nsHTMLContainerFrame. Doh! r=hyatt.
2000-01-26 22:33:44 +00:00
hyatt%netscape.com
f8d7c5370c
Merge hell. Merge hell.
2000-01-25 07:31:12 +00:00
hyatt%netscape.com
9023d8a2b3
Fix more bustage. Another annoying merge conflict.
2000-01-25 07:26:02 +00:00
hyatt%netscape.com
9563e2fb60
Fix bustage. Annoying merge conflict.
2000-01-25 07:21:17 +00:00
hyatt%netscape.com
0dfb94bf0a
Fixes for bugs: 18193, 13971, 23440, 18444, 21462, 21818, 22619, 23498, 24081, and 21972. r=just about everybody.
2000-01-25 06:35:27 +00:00
beard%netscape.com
7226bc7257
floating views. bug=21966, r=troy, rods, a=brendan
2000-01-25 01:53:34 +00:00
troy%netscape.com
8a78d916a5
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
...
child list and changed ReparentFrameView() to check it.
2000-01-22 01:16:50 +00:00
michael.lowe%bigfoot.com
6696fa133b
Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
2000-01-21 21:56:09 +00:00
hyatt%netscape.com
09ed0da9f9
Fix for 24201. r=saari
2000-01-19 08:17:50 +00:00
waterson%netscape.com
6dab31d4a3
Fix crasher in nsRepeatService by adding some sanity checking code.
2000-01-19 07:40:18 +00:00
rchen%netscape.com
4b96fc6ec2
Bug fix 14110
2000-01-19 01:47:52 +00:00
evaughan%netscape.com
55307e21ce
Made splitters get their cursors from CSS. Bug #23916 -r Hyatt
2000-01-18 23:14:25 +00:00
evaughan%netscape.com
fbffedcde5
Fixed html and input button to center and size correctly. #17474,#17353,#23270, #21249 -r Rod
2000-01-18 20:29:22 +00:00
hyatt%netscape.com
171632557e
Scrollbar tweaks.
2000-01-17 05:58:19 +00:00
hyatt%netscape.com
4e0aea2028
Added support for snapping a tree widget to a certain row height. r=pavlov
2000-01-17 03:57:00 +00:00
tor%cs.brown.edu
28e11c285f
build bustage fix for older C++ compilers; false -> PR_FALSE; r=cls
2000-01-16 17:06:08 +00:00
bryner%uiuc.edu
2331281300
Removing another stray printf. Sorry about that.
2000-01-16 05:41:17 +00:00
bryner%uiuc.edu
ba8ab5cfc8
Taking out one printf I forgot about, and #ifdef'ing another one for me.
2000-01-16 05:39:30 +00:00
bryner%uiuc.edu
6012d905b7
Make trees capable of scrolling by full pages with the mouse wheel.
...
General cleanup and additions to mousewheel debugging code (which is
#ifdef DEBUG_scroll). r=hyatt.
2000-01-16 05:30:49 +00:00
brade%netscape.com
84dd516250
initialize all fields in event structure for menu events; r=joki
2000-01-15 17:25:14 +00:00
hyatt%netscape.com
f1ee25a53e
Fix for bug #20452 . r=pav
2000-01-14 10:34:27 +00:00
hyatt%netscape.com
e740cdb714
Fixes for bugs 17460 and 21656. r=travis
2000-01-14 09:28:54 +00:00
saari%netscape.com
a4af8c5abc
changes to fix bugs with keyboard + mouse navigation of xpmenus. xpmenus still
...
are broken in general with keyboard navigation, but this checkin fixes many
of the issues raised in bug 22221. R=hyatt
2000-01-13 23:20:28 +00:00
hyatt%netscape.com
b0ac9cf5cb
*** empty log message ***
2000-01-13 20:58:24 +00:00
hyatt%netscape.com
8ca1a1c2cf
Fix for the mailnews sorting/folder switching bug.
2000-01-13 19:20:55 +00:00
hyatt%netscape.com
a60e6883ca
Fix for 23049
2000-01-13 11:33:51 +00:00
karnaze%netscape.com
d41822031d
bugs 19061, 9879 - each top level row group gets its own cell map; CellData reduced to 4 bytes.
2000-01-13 05:29:38 +00:00
waterson%netscape.com
9ba6076abd
Revert to eager scrollbar update. pav made me.
2000-01-13 02:41:38 +00:00
hyatt%netscape.com
2da292e75b
Fix for bug #18294 . r=keanu
2000-01-12 08:16:32 +00:00
waterson%netscape.com
87c1254e42
Don't force the sliderframe to 'eagerly' repaint. Allow it to be redrawn with the next Compositor pass. r=hyatt
2000-01-12 05:29:24 +00:00
bryner%uiuc.edu
a19a21f754
This fixes mousewheel scrolling inside trees. I also cleaned up the code
...
in nsEventStateManager, moving the view/frame locating code to its own
function - this will be helpful for implementing page up/down scrolling
for trees. r=alecf.
2000-01-11 22:30:22 +00:00
jdunn%netscape.com
cb0c532e85
Fix base class specifiers, since be default if they aren't specified it is Private
...
# 23237
r= warren@netscape.com , ftang@netscape.com , jband@netscape.com
2000-01-11 01:45:34 +00:00
saari%netscape.com
b7266eb16d
Fix for bug 15048 and 22221. Added a DOM focus listener to the xpmenus menubar listener to help with keeping proper state across alt+tab process changes. r=hyatt
2000-01-10 22:05:27 +00:00
hyatt%netscape.com
01c8ad456e
Working on col show/hide
2000-01-10 11:18:34 +00:00
hyatt%netscape.com
bd77cb52af
Making sure the tree widget clips its bottom.
2000-01-10 08:58:37 +00:00
hyatt%netscape.com
0f4a9d48e0
Ensuring that content doesn't get drawn OVER the tree widget's scrollbars.
2000-01-10 08:49:55 +00:00
pepper%netscape.com
c7c9cbb291
All Source Files must have newline at the end or HP compilers barf.
...
r=jdunn
2000-01-10 06:58:53 +00:00
hyatt%netscape.com
87902e57e2
Making the tree widget's scrollbar properly anonymous.
2000-01-10 04:08:46 +00:00
hyatt%netscape.com
0e8c3d1636
Improving trees.
2000-01-10 03:04:05 +00:00
jst%citec.fi
5efcb68bec
Minor code cleanup, r=troy@netscape.com
2000-01-09 23:09:10 +00:00
hyatt%netscape.com
f8c91fadf4
Making tree scrolling faster.
2000-01-08 02:18:14 +00:00
hyatt%netscape.com
423823f614
Changes to prepare the tree for incremental scrollbar reflow.
2000-01-06 08:56:35 +00:00
alecf%netscape.com
c3d6202107
add treeframe-level interface to EnsureRowIsVisible, and add a new nsITreeFrame interface so that EnsureRowIsVisible can be called from outside of the layout DLL.
...
first part of fix to #12895
r=bryner
2000-01-06 07:35:25 +00:00
pinkerton%netscape.com
2995011233
didn't do the QI correctly. forgot to inherit from the nsBoxFrame impl. (r=pavlov). fixes bugs 22493, 22494
2000-01-06 05:54:47 +00:00
sspitzer%netscape.com
fbd97e9856
fix warnings.
1999-12-28 19:37:29 +00:00
sspitzer%netscape.com
c8e084ac35
fix #22493 and #22494 . at least turn the crash into an assertion.
...
r=hangas. also fix a warning.
1999-12-23 23:44:56 +00:00
waterson%netscape.com
74525ca773
Fix misuse of nsCOMPtr that was leaking style contexts from the progress meter frame. r=pinkerton, a=sdagley
1999-12-22 01:59:01 +00:00
pinkerton%netscape.com
6560a4fa9a
forgot to call the inherited base class QI when i rewrote the qi impls. xpmenus work again. a=sdagley.
1999-12-22 01:57:29 +00:00