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

1251 Коммитов

Автор SHA1 Сообщение Дата
jaggernaut%netscape.com a142f8e30a Bug 89998: Some minor wording clean-up (title -> caption) in nsGroupBoxFrame.cpp. r=mozbot. Much thanks to FrodoB for his help (he did most of the work on my previous checkins for this bug). 2001-10-21 09:30:22 +00:00
jaggernaut%netscape.com e55207e293 Bug 89998: move nsTitledBoxFrame.cpp to nsGroupBoxFrame.cpp (and the classnames in it) as the final step in this XUL 1.0 bug. r=jag,FrodoB. 2001-10-21 08:35:34 +00:00
jaggernaut%netscape.com 65889e10b6 Bug 89998: bring nsGroupBoxFrame.cpp in line with nsTitledBoxFrame.cpp. r=FrodoB. 2001-10-21 07:03:02 +00:00
hewitt%netscape.com 7e10018204 102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt 2001-10-21 03:59:20 +00:00
ftang%netscape.com bb57b75649 fix bug 93025. delay the checking of access key pref
so we will use the user's pref instead of the default vaule in the pref.
r=jbetak sr=kin
2001-10-19 20:56:29 +00:00
evaughan%netscape.com 3798517f57 bug 77357
r=bryner sr=hyatt
2001-10-19 20:48:35 +00:00
evaughan%netscape.com 0ae5c59884 More grid stuff: NOT IN BUILD 2001-10-19 20:47:36 +00:00
bryner%netscape.com f57c683658 Bug 104141 - context menu doesn't appear on the first attempt. r=evaughan, sr=hyatt. 2001-10-19 06:27:07 +00:00
hewitt%netscape.com 3ea70cc110 84602 - when a button has focus, enter key doesn't fire oncommand (from blake), r=hyatt, sr=hewitt 2001-10-19 05:02:56 +00:00
sspitzer%netscape.com b05b31f948 bulletproofing fix for topcrasher #104878.
r/sr=hyatt,sfraser.
2001-10-19 01:32:46 +00:00
dbaron%fas.harvard.edu ed869c764e Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
evaughan%netscape.com 5dc6ceaac2 Grid fixes. NOT IN BUILD 2001-10-15 22:37:25 +00:00
alecf%netscape.com bd048504df convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser 2001-10-13 00:16:32 +00:00
sspitzer%netscape.com 8d587ce55b fix for #79217, scrollbar position need to be invalidated when switching folders.
r=hwaara,sspitzer sr=hyatt.  fix by Jan Varga (varga@utcru.sk)
2001-10-12 21:02:17 +00:00
evaughan%netscape.com b38c8a5490 Fix for bug # 104225
-r bryner -sr attinasi
2001-10-12 01:33:41 +00:00
roc+%cs.cmu.edu c02d27a295 Make nsMenuFrame respond to dynamic changes in the 'key' attribute in a menuitem. Bug 99853. sr=hyatt,r=jag 2001-10-11 03:03:42 +00:00
bienvenu%netscape.com 6e51481377 fix leak of boxes r=waterson, sr=sspitzer 103846 2001-10-10 14:49:59 +00:00
evaughan%netscape.com 91ff15d489 Grid changes. NOT IN BUILD 2001-10-10 01:07:45 +00:00
darin%netscape.com bf76e0615d fixes build bustage on HP-UX (requires a newline at the end of a source file) 2001-10-09 23:06:03 +00:00
evaughan%netscape.com 12b15fa911 1) Fixes box parent point bug
2) Exposes code to allow new grid landing

bug# 77357
-r hyatt -sr waterson
2001-10-09 21:02:29 +00:00
evaughan%netscape.com 3ad6a737b0 Adding new grid code to cvs. NOT IN BUILD. 2001-10-08 20:37:56 +00:00
hyatt%netscape.com 80ff494561 Fix for 78344. r=blake, sr=ben 2001-10-07 06:32:36 +00:00
pavlov%netscape.com eae061c13e fix for bug 92248 r=bryner sr=jst 2001-10-06 05:08:16 +00:00
varga%utcru.sk 82cbda88c4 Fix for bug 75572. Separator support in outliner.
r=waterson, sr=hyatt
2001-10-02 04:42:48 +00:00
dbaron%fas.harvard.edu 9a4acbab7a Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +00:00
hewitt%netscape.com 284a2f6355 101677 - popups should use css margins to affect positioning, r=pinkerton, sr=waterson 2001-10-02 00:38:34 +00:00
vidur%netscape.com 4966d85f91 Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts 2001-09-29 17:50:15 +00:00
jaggernaut%netscape.com ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
dbaron%fas.harvard.edu 7330576960 Fix leak of widget. b=101679 r=jag sr=hyatt 2001-09-27 21:41:33 +00:00
hewitt%netscape.com 989692bdd6 9656 - outliner column drag and drop rearranging, r=sspitzer, sr=hyatt 2001-09-25 22:17:47 +00:00
hewitt%netscape.com 433ff11b78 93519 - new box-ordinal-group xul layout feature, r=waterson, sr=hyatt 2001-09-25 22:17:00 +00:00
varga%utcru.sk 5550bb3bda Fix for 97110. nsOutlinerBodyFrame::GetLastVisibleRow returns incorrect value.
r=varga, sr=hyatt, patch by mike@vee.net
2001-09-22 05:57:11 +00:00
hyatt%netscape.com 41a81f9245 Fix for 96291, leaking popups in tree widget, causing reply-all in mailcompose to fail autocompletion. r/sr=waterson,danm 2001-09-22 00:32:23 +00:00
waterson%netscape.com 7241191f29 Bug 96228. Make nsContainerFrame::PositionFrameView position _only_ the frame's view (don't recur). Explicitly call nsContainerFrame::PositionChildViews as appropriate when moving a frame post-Reflow. Consolidate view positioning logic duplicated between PositionFrameView and SyncFrameViewAfterReflow, which now correctly computes offset for anonymous view in nsScrollFrame and accounts for scrolled views. r=kmcclusk,karnaze sr=attinasi 2001-09-21 00:53:29 +00:00
hyatt%netscape.com d6d909e72a Make XUL boxes check maxheight/maxwidth attrs as well as minwidth. r/sr=hewitt,jst 2001-09-20 07:46:13 +00:00
karnaze%netscape.com e908dd0313 bug 68998 - added extra param to Paint, PaintChild, PaintChildren used by tables in standard mode. sr=waterson, r=alexsavulov. 2001-09-19 12:35:19 +00:00
hyatt%netscape.com dd3977cf55 Fix for 99198, ensure that stack doesn't stretch children explicitly position at left/top of (0,0), r=bryner, sr=waterson 2001-09-19 02:05:57 +00:00
hyatt%netscape.com 521aa37f9d Fix for 99476, setting the pack attribute on boxes should cause a reflow. r=bryner, sr=waterson 2001-09-19 01:56:03 +00:00
jaggernaut%netscape.com d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
alecf%netscape.com 62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
waterson%netscape.com 332dd600c2 Bug 99538. Improve debug output for XUL frames. r=evaughan, sr=hyatt 2001-09-15 00:45:54 +00:00
jaggernaut%netscape.com 25856c9451 Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
waterson%netscape.com d76d3fdf0d Bug 84645. Move XBL insertion point logic into nsCSSFrameConstructor, where it can interact nicely with continuing frames. r=dbaron, sr=hyatt 2001-09-12 20:19:41 +00:00
jaggernaut%netscape.com 30ace44624 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
jst%netscape.com 31c9d83acb Fixing bug 98828. Cache a few nsSpaceManager objects to avoid spending 43%cvs ci -m ! of the time spent in PresShell::ProcessReflowCommand() in new and delete. r=dbaron@fas.harvard.edu, sr=waterson@netscape.com 2001-09-11 00:55:05 +00:00
alecf%netscape.com 298c713fa2 add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls 2001-09-10 20:46:52 +00:00
dbaron%fas.harvard.edu 9904d904df Change NS_SUCCEEDED check to null-check since GetDocument may return a null document. r=jag sr=waterson b=99056 2001-09-10 19:39:25 +00:00