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

689 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com c2b1a299ab Making menus give feedback even when disabled. r=ben 2000-03-13 10:37:57 +00:00
hyatt%netscape.com e8aba19114 Fixing two bugs in menulist. r=ben 2000-03-13 10:20:34 +00:00
hyatt%netscape.com 9922bab247 new button files, will replace titledbutton 2000-03-11 10:39:21 +00:00
hyatt%netscape.com bc71f8f729 new xul widgets & cleanup of existing widgets 2000-03-11 10:34:29 +00:00
waterson%netscape.com ccf0007c89 Bug 30557. Force an immediate reflow after creating a content chain. r=hyatt, a=jar. 2000-03-09 02:27:37 +00:00
waterson%netscape.com b489c22ca4 Bug 30866. Be sure to pass the right content node to nsTreeRowGroupFrame::IndexInRow(). r=hyatt, a=jar 2000-03-09 02:26:19 +00:00
slamm%netscape.com ee37486ffb Add NS_SUCCEEDED() check for GetContent() call. May have caused start up assertion on Linux. It's tough to reproduce. Even if this was not the source of the problem, the extra check does not hurt. Follow up checkin to fix for bug 29813. r=evaughan a=jevering 2000-03-08 02:33:52 +00:00
slamm%netscape.com 69e79e6b78 Add 'collapsed' for collapsing splitter siblings. Bug 29813. r=evaughan,mcafee a=jevering 2000-03-08 00:15:44 +00:00
slamm%netscape.com 6decc79e4a Add collapsed='true' for splitter siblings when the are collapsed. A style rule in global.css will then hide the sibling. It used to work by setting the style directly. Bug 29813. r=evaughan,mcafee a=jevering 2000-03-08 00:14:53 +00:00
warren%netscape.com 7e37f4f478 Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
hyatt%netscape.com 55c2b5d6b9 Fix for 30369. r=ben 2000-03-04 12:00:35 +00:00
evaughan%netscape.com 31fa5c5bf3 Fix for bug #30305
-r hyatt -a jar
2000-03-04 09:42:06 +00:00
waterson%netscape.com ef0eed6256 Fix compiler warning; remove unused variable. Hyatt meant to do this. 2000-03-03 23:56:32 +00:00
hyatt%netscape.com 9fa700b47c Fix for bug #29556, r=waterson, a=jar 2000-03-03 23:35:29 +00:00
hyatt%netscape.com 02020cce65 part 2 of fix for bug #25073, r=pink,evaughan, a=jevering 2000-03-03 02:08:02 +00:00
evaughan%netscape.com 34ae678c07 fix for bug 25073
-r hyatt -a jevering
2000-03-03 01:50:43 +00:00
hyatt%netscape.com daf0f13722 XUL RadioGroup element, not used in XUL. r=ben, a=jar 2000-03-02 10:00:09 +00:00
tbogard%aol.net 5c166f4fd5 nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg 2000-03-02 07:13:02 +00:00
pinkerton%netscape.com b7dcfd9964 rewrite of popup positioning code to avoid placing a popup on top of the parent frame it is anchored to and to prevent moved popups from coming up under the mouse when they are too big or too close to the edge of the screen. Fixes bugs 29141 21155 23191. r=saari,hyatt a=jevering. 2000-03-02 04:08:04 +00:00
evaughan%netscape.com d2012fba27 bugs fixes for: 28460, 27242, 29462
-r hyatt, -a jar
2000-03-02 03:01:30 +00:00
mjudge%netscape.com 6aa8e9092c a=jar r= whomever reviewed it before. saari i think. this SHOULD have went in before cvs merge error i didnt catch sorry my bad. 2000-03-01 21:49:53 +00:00
pinkerton%netscape.com 0f0967e0e4 patches from dean_tessman@hotmail.com for bug 17159. Teach popups about if they are context menus and accept right clicks to select menu items if they are. r=hyatt, a=jar. 2000-03-01 03:12:51 +00:00
hyatt%netscape.com 3518ea58d1 Fix for bug #28856. r=karnaze,troy a=jar 2000-03-01 02:33:41 +00:00
Jerry.Kirk%Nexwarecorp.com 14764fb096 Change default "option" key from Alt to Ctrl for Neutrino.
This is for PHOTON only.
2000-02-29 13:06:06 +00:00
pinkerton%netscape.com 22783424fd fix for 28781 which leaked a presShell during menu creation causing a crash with animated gifs. r=scc a=jevering/jar. 2000-02-29 06:46:47 +00:00
mjudge%netscape.com ec5aa889d9 bug for IME input activation wrongly causing the menu to be activated. r=ftang,jfrancis, a=jar hyatt pdt+ bug dont remember which one 2000-02-25 23:57:37 +00:00
jdunn%netscape.com 27403fbe50 checkin newlines for hpux
r= pepper@netscape.com
2000-02-25 23:45:53 +00:00
Jerry.Kirk%Nexwarecorp.com bc87037322 Change
#ifndef XP_UNIX
  to
#if !defined(XP_UNIX) || defined(NTO)
so the ALT key will bring up menus under Neutrino.
r=kedl
2000-02-25 14:29:45 +00:00
hyatt%netscape.com 35a052fe90 Fix Linux bustage. No biggy. Just an nsCOMPtr flub. r=pavlov 2000-02-25 10:30:19 +00:00
hyatt%netscape.com c5a3f61f35 XUL Property APIs, b=26109, r=ben 2000-02-25 08:37:49 +00:00
evaughan%netscape.com 9525193b33 Fixes for bugs: 28460, 27573, 27242, 24721
-r waterson -a jar
2000-02-25 04:18:34 +00:00
pinkerton%netscape.com 6c124c88a3 don't fetch the image unless we are in the layer that is being drawn. r=evaughan,hyatt, a=jar. 2000-02-24 03:42:40 +00:00
pinkerton%netscape.com 794f87e0d8 Fix for bug 25073. groupName for radio button items was not being set
initially if the item was checked in the content model when the frame
was created. Now always make sure we set that member. r=hyatt a=rickg
2000-02-22 01:50:48 +00:00
saari%netscape.com 803fecbbbe Fix for PDT+ 26618. Typing for hyatt, r=saari 2000-02-19 23:33:51 +00:00
hyatt%netscape.com b566f6092d Partial fix for #26618. r=saari 2000-02-19 22:29:20 +00:00
hyatt%netscape.com 1086a2880f Adding guards. Harmless. 2000-02-18 10:22:20 +00:00
hyatt%netscape.com 748032ca8f fix for 27879, r=saari 2000-02-18 10:05:14 +00:00
hyatt%netscape.com 63d34e565b Fix for bug #28334. r=saari 2000-02-18 08:57:28 +00:00
hyatt%netscape.com e44ebc6d41 Fix for PDT+ bug #18595. r=saari. 2000-02-18 08:05:56 +00:00
jdunn%netscape.com 79a31a4d59 Fix problem with NS_IF_ADDREF on member variables inside of const
member functions.  This includes removing all references to
NS_DEF_PTR and the including of nsIPtr.h

r=troy@netscape.com,dougt@netscape.com,scc@netscape.com
# 28114
a=chofmann@netscape.com
2000-02-17 23:19:18 +00:00
evaughan%netscape.com 54d8adec8a Fixed application freeze when turning off XUL box debugging from preferences.
-r pinkerton a- jar
2000-02-17 04:10:02 +00:00
evaughan%netscape.com 846d568bf0 Box performance fix.
-r jevering
2000-02-16 23:00:52 +00:00
pinkerton%netscape.com 1f094b79bc fix for 27858. pass the correct "dont resize view" flags to reflow. r=hyatt. 2000-02-16 00:23:41 +00:00
bryner%uiuc.edu 8d794d7bde Fix mousewheel scrolling in trees. r=hyatt@netscape.com. 2000-02-15 21:21:10 +00:00
jst%citec.fi 605c1a9290 Fix for blocker 27811. a=granrose 2000-02-15 17:14:59 +00:00
hyatt%netscape.com 8360743515 Converting trees to XBL. Boosts tree scrolling performance. 2000-02-15 09:28:28 +00:00
pinkerton%netscape.com 45ef04ec47 oops, checked in too much code, so removing it along with some #if 0's. r=saari. 2000-02-15 08:46:19 +00:00
pinkerton%netscape.com d85a8bf169 fixing warnings. r=saari. 2000-02-15 08:44:43 +00:00
hyatt%netscape.com d3a01c783d General cleanup. 2000-02-15 01:36:01 +00:00
pepper%netscape.com 67ed9db5ad adding newline to fix lesser unix builds. 2000-02-15 00:56:15 +00:00