sspitzer%netscape.com
189dd57d74
add newline to end of file to please certain UNIX compilers.
1999-09-03 10:43:00 +00:00
hyatt%netscape.com
cc21ac7c49
Fixing column resizing bugs.
1999-09-03 08:49:15 +00:00
hyatt%netscape.com
2936759968
Column resizing works, and boy is it slow.
1999-09-03 07:59:01 +00:00
bruce%cybersight.com
6018f42da1
Use nsCRT::free() instead of delete[] for char* data.
1999-09-03 07:42:41 +00:00
bruce%cybersight.com
5eaab0d5e2
Use nsCRT::free() instead of delete[] for char* data.
1999-09-03 07:26:10 +00:00
bruce%cybersight.com
0fa9eca4e6
Replace delete[] for char* data with nsCRT::free().
1999-09-03 07:20:03 +00:00
hyatt%netscape.com
967a48e3f8
More column resizing fun.
1999-09-03 05:12:10 +00:00
karnaze%netscape.com
1c77fc7356
bug 1163 - implemented bordercolor attribute on table
1999-09-03 05:06:08 +00:00
kipp%netscape.com
178818de64
Implement fix for bug #5821 as per dbaron's suggestion
1999-09-03 03:47:49 +00:00
kipp%netscape.com
0f47e24e22
Eliminate some useless string malloc/free's
1999-09-03 03:47:06 +00:00
kipp%netscape.com
b45ac1b43d
Eliminate a uselss string copy
1999-09-03 03:45:44 +00:00
hyatt%netscape.com
b67dffd81a
Column resizing. Not quite ready yet. Very soon now.
1999-09-03 03:21:56 +00:00
pinkerton%netscape.com
59cb646f50
personal toolbar d&d now in JavaScript.
1999-09-02 23:16:37 +00:00
kin%netscape.com
e6a8497cb2
Added support for scrolling SELECTION_ANCHOR_REGION into view.
...
Renamed GetFocusNodeRect() to GetSelectionRegionRect().
Made code in GetPrimaryFrameForFocusNode() more generic and put it
in a method called GetPrimaryFrameForRangeEndpoint().
GetPrimaryFrameFor{Anchor,Focus}Node() now call GetPrimaryFrameForRangeEndpoint().
1999-09-02 21:59:51 +00:00
buster%netscape.com
a0f25c7eeb
just a comment about a possible bug I saw going through this code
1999-09-02 20:47:20 +00:00
buster%netscape.com
a5ea80bc2f
fixed wrapping issues. dogfood bug 8984
1999-09-02 20:46:53 +00:00
buster%netscape.com
516db5bd80
added PRInt32 GetWidthInCharacters() const;
1999-09-02 20:45:50 +00:00
buster%netscape.com
da85114e6d
replaced #define DEFAULT_PIXEL_WIDTH with nsTextControlFrame::GetDefaultColumnWidth()
1999-09-02 20:45:21 +00:00
buster%netscape.com
54b42736de
added GetDefaultColumnWidth(), replacing a hardcoded #define
1999-09-02 20:44:17 +00:00
bienvenu%netscape.com
fe2bd676a8
fix build bustage
1999-09-02 19:21:45 +00:00
scc%netscape.com
391b8964a0
get rid of some slamm warnings
1999-09-02 19:04:36 +00:00
karnaze%netscape.com
f78216ec93
I forgot to check this in last night with the other changes.
1999-09-02 18:39:10 +00:00
karnaze%netscape.com
b559ac1c0a
I forgot to check this is last night with fixes for table borders.
1999-09-02 18:20:43 +00:00
joki%netscape.com
891982145e
Fix for bug 12226, allow reentrant events
1999-09-02 18:14:01 +00:00
kipp%netscape.com
ae6cab7aa6
Fixed an nsString usage oopsie
1999-09-02 18:02:52 +00:00
kipp%netscape.com
bf7d1fc7e8
Moved atom init to factory where it should have been
1999-09-02 18:02:21 +00:00
kipp%netscape.com
2be371791e
Save some memory by not saving away useless text runs
1999-09-02 18:01:59 +00:00
kipp%netscape.com
6bc524a6d9
Setup html and xul atoms too
1999-09-02 18:01:32 +00:00
kipp%netscape.com
6cf87be71b
Add xul/content directory to includes
1999-09-02 18:01:14 +00:00
rods%netscape.com
c5bc3f7933
commented out some unused variables to remove warnings
1999-09-02 13:51:12 +00:00
sspitzer%netscape.com
b436341b23
bulletproofing to prevent the crash I reported in bug #13007 . assert is better than a crash any day.
1999-09-02 07:22:47 +00:00
pinkerton%netscape.com
133c78afe5
removed all of the drag gesture code. it should now be written in javascript.
1999-09-02 06:51:53 +00:00
pinkerton%netscape.com
39b34d0cf4
fix crasher on drop and how we free the data.
1999-09-02 06:47:14 +00:00
troy%netscape.com
ed29291633
Fix for bug #12997
1999-09-02 05:21:39 +00:00
karnaze%netscape.com
684b1de1b6
regression tests
1999-09-02 04:30:44 +00:00
pinkerton%netscape.com
ac764c05e8
exposing drag and drop events to JS.
1999-09-02 03:51:03 +00:00
karnaze%netscape.com
7568e371ad
regression tests
1999-09-02 03:46:43 +00:00
ramiro%netscape.com
ea9abcd59c
quiet debug noise
1999-09-02 03:34:21 +00:00
hyatt%netscape.com
04bb2efe32
Must fix build bustage. I have to have access to members of this object without
...
being forced to call member functions (since my content nodes are in a separate
DLL from layout).
1999-09-02 02:09:07 +00:00
mjudge%netscape.com
6de8712250
new tweak for selecting from disparate ranges to narrow ones in tables. works great now.
1999-09-02 01:36:49 +00:00
mjudge%netscape.com
826be347e6
new fix for table selection into and out. works great.
1999-09-02 00:48:15 +00:00
akkana%netscape.com
275512cc1a
12496: Fix XIF content comments
1999-09-02 00:29:03 +00:00
karnaze%netscape.com
a3225bbcb0
bugs 965, 1053, 1163 - improved handling of borders; bug 10216 align, text-align on caption.
1999-09-02 00:07:14 +00:00
karnaze%netscape.com
4ffe94ea2d
changed default for nsStyleTable.mRules to NS_STYLE_TABLE_RULES_ALL
1999-09-02 00:06:35 +00:00
mjudge%netscape.com
94c7196c4d
oops infinite loop. need to break out if no frame is found.
1999-09-02 00:04:56 +00:00
mjudge%netscape.com
74b3dd728d
fixes for optimizing selection
1999-09-01 23:32:55 +00:00
kmcclusk%netscape.com
db002fe9ca
Bug#12729 Modified SinkContext::DemoteContainer to cache the child's mForm before
...
Removing it. After removing it the child's mForm is reset to the cached value.
1999-09-01 21:57:01 +00:00
mjudge%netscape.com
c9b2693769
new selection code for dead areas. this is much better, trust me. the block frame now will look at its best line and look for a spot to select. if it finds another block frame now, it will continue the process in a while loop. each time looking for best x and y area. this reuses the code located in GetNextPrevLine.
1999-09-01 21:40:16 +00:00
mjudge%netscape.com
947ca97b34
getting rid of build warnings
1999-09-01 21:37:32 +00:00
karnaze%netscape.com
cb6e0ed5a4
new regression tests
1999-09-01 21:20:44 +00:00
kipp%netscape.com
c126113270
Remove a warning
1999-09-01 20:59:13 +00:00
kipp%netscape.com
e8e4796fad
Revised img linking/usemap rules as per suggestion in bug #8027 which fixes #8027
1999-09-01 20:58:59 +00:00
kipp%netscape.com
7b59e3ca00
Added in support for IE specific area types
1999-09-01 20:58:17 +00:00
kipp%netscape.com
8b99ad7742
Create floating frame properly (bug #2751 )
1999-09-01 20:57:58 +00:00
kipp%netscape.com
f0048804d8
Fixed to account for the overflow hidden value when computing the combined area (bug #2751 )
1999-09-01 20:57:37 +00:00
troy%netscape.com
2e716cc18e
Optimized IR_TargetIsChild() so in the simple case where the row frame
...
has no cells that span into or across the row we don't call CalculateRowHeights()
1999-09-01 05:16:12 +00:00
troy%netscape.com
3b10f798f0
Added definition for RowHasSpanningCells()
1999-09-01 04:36:47 +00:00
troy%netscape.com
a62ed57ff4
Fixed compiler warning
1999-09-01 04:32:45 +00:00
mscott%netscape.com
b9c7867990
check in for rod spears. Fix the small text edit fields for dynamic to in the compose window
...
and password dialogs
1999-09-01 04:11:17 +00:00
kipp%netscape.com
acbb1274b9
Added missing #ifdef's
1999-09-01 02:03:50 +00:00
cyeh%netscape.com
26effbde96
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:13:14 +00:00
troy%netscape.com
ecc21c953c
Fix for bug #12864 . Changed CreateViewForFrame() so it respects the z-index
...
of relatively positioned elements
1999-09-01 01:10:24 +00:00
kipp%netscape.com
43c7c19731
Added another debug atom
1999-09-01 01:10:02 +00:00
kipp%netscape.com
dff5b76938
Updated SizeOf methods to not waste space when doing a non-debug build
1999-09-01 01:02:16 +00:00
kipp%netscape.com
1677a4153a
Removed GetRC code
1999-09-01 01:00:59 +00:00
kipp%netscape.com
a309bf1b0e
Disable empty text frame removal; tweaked a few lines to be more compiler friendly
1999-09-01 01:00:25 +00:00
jdunn%netscape.com
57cdc73100
HP requires newline
1999-09-01 00:53:21 +00:00
briano%netscape.com
e5e316ce8a
General cleanup.
1999-09-01 00:47:39 +00:00
pavlov%netscape.com
fa53c097c6
fix a crash in the color picker and add a grayscale palette.
...
fix xpmenus to work as popups without a menubar
1999-09-01 00:39:12 +00:00
nisheeth%netscape.com
cac7a1a287
- Added setter for history state to nsIPresShell
...
- Added capture/restore frame state methods to nsIFrameManager
- Added a getter for state type to nsIStatefulFrame.
- Changed the save/restore method parameters in nsIStateful frame
so that only the frame state gets passed to the stateful frame.
- Implemented all the new interface methods in the respective implementation classes.
1999-08-31 14:35:50 +00:00
rods%netscape.com
fa6e285e12
option (dropdown) fonts now match the select
1999-08-31 14:22:56 +00:00
rods%netscape.com
6336f11224
added box-sizing property for form control, now width/height refer to outside border and padding edge instead of content edge
1999-08-31 14:16:02 +00:00
rods%netscape.com
351a1ea319
Added AbsolutelyPositionDropDown
1999-08-31 13:23:15 +00:00
rods%netscape.com
ac28d10d0e
Removed ref counting changed the the popup is positioned
...
removing dom listeners on descruction
1999-08-31 13:22:50 +00:00
rods%netscape.com
1df8f61dbe
Added SynViewWithFrame
1999-08-31 13:22:45 +00:00
rods%netscape.com
e5763c59be
removing dom listeners on descruction
...
exposed absolutely positioning of the dropdown
now tries to SyncFrameWithView
1999-08-31 13:22:40 +00:00
rods%netscape.com
ee802625c1
uses the new factored code for calculating size it helps for calculating suggested size
...
(see nsGfxButtonControlFrame.cpp)
1999-08-31 13:05:31 +00:00
rods%netscape.com
b5f9207fc9
Changed the way the button calculates it's size with respect to suggested size.
...
I factored out the part where border and padding is added in so it can be overridden.
1999-08-31 13:03:38 +00:00
rods%netscape.com
47dcea120d
removed some warnings and made gfx text control ignore the extra padding from nsILookAndFeel which is for native wdiegst
1999-08-31 12:59:09 +00:00
nisheeth%netscape.com
dd775a9b5f
The HTML Content sink now generates content IDs for each of the content objects it creates. The IDs start at NS_CONTENT_ID_COUNTER_BASE, defined in nsIContentSink.h, and increase monotonically as content objects get created.
1999-08-31 11:17:26 +00:00
nisheeth%netscape.com
5c883a4105
Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state.
1999-08-31 10:06:17 +00:00
pavlov%netscape.com
d4a58eadaa
fix some warnings on windows
1999-08-31 07:26:53 +00:00
waterson%netscape.com
8fe540af86
Fix nsCOMPtr --pedantic bustage.
1999-08-31 07:14:54 +00:00
troy%netscape.com
2cc22d56b9
Changed ReflowMappedChildren() to reset max element size to 0 for an
...
incremental reflow
1999-08-31 05:55:33 +00:00
kipp%netscape.com
db5c199f08
Tally up lineBox's and textRun's seperately
1999-08-31 04:32:13 +00:00
kipp%netscape.com
20b3806ec4
Added new atoms
1999-08-31 04:31:39 +00:00
kipp%netscape.com
1d0c71c142
Added missing = 0 to make method's pure virtual
1999-08-31 04:20:22 +00:00
kipp%netscape.com
fd426dec6a
Reimplemented SizeOf methods in some of the frame classes; partial rework of first-line handling snapshot
1999-08-31 03:09:40 +00:00
tague%netscape.com
d22744e0e1
Added support for a reply from the StartComposition message. Necessary for XIM support on UNIX.
1999-08-31 01:20:32 +00:00
nisheeth%netscape.com
ee668e3f95
added files: mozilla/layout/base/src/nsLayoutHistoryState.cpp
1999-08-30 22:50:48 +00:00
nisheeth%netscape.com
8702861be9
Added get/set document state API for use by session history.
1999-08-30 22:38:58 +00:00
evaughan%netscape.com
dfe1ca5e32
Numberous fixes
1999-08-30 22:32:25 +00:00
troy%netscape.com
428ded8cf6
Changing tables to return max element size during an incremental reflow
1999-08-30 22:30:32 +00:00
kmcclusk%netscape.com
4df505df28
Removed compiler warning in nsFormControlHelper::PaintCircularBackground
1999-08-30 22:29:11 +00:00
kmcclusk%netscape.com
0d5f555af2
bug #1222 . Changed color for selected color for gfx-combobox options to match the
...
dark blue specified for gfx-listbox options.
1999-08-30 22:26:34 +00:00
pinkerton%netscape.com
ea69aa09ce
clean up two small memory leaks.
1999-08-30 22:15:40 +00:00
buster%netscape.com
8ea3687f6d
clean up: better error handling and minor performance fixes
1999-08-30 22:14:44 +00:00
karnaze%netscape.com
2dd51718a3
backed out fix for bug 6674 because it broke resizing collapsing rows
1999-08-30 22:00:12 +00:00
kin%netscape.com
e573f5cc11
Temporary fix for bug #9708 and #12438 .
...
Modified Reflow() to set the scrollbar
dimensions to zero if the scrollbars are hidden.
1999-08-30 21:55:02 +00:00
kin%netscape.com
c4ea811665
Fix for bugs #7153 , #10673 , #12066 , #12067 , and #12793 .
...
editor/base/nsEditorEventListeners.cpp
editor/base/nsEditorEventListeners.h
- Added code to scroll the selection into view
after processing key events.
- Commented out the hack that redraws the entire
view when the focus is gained and lost. Replaced
the hack code with calls to RepaintSelection().
layout/base/public/nsIFrameSelection.h
layout/base/public/nsIPresShell.h
layout/html/base/src/nsPresShell.cpp
- Added ScrollSelectionIntoView() and RepaintSelection() methods.
layout/base/src/nsRangeList.cpp
- Added implementation for ScrollSelectionIntoView() and
RepaintSelection().
- Check for NULL primary frame in GetFocusNodeRect()
to fix bug #12793 .
1999-08-30 21:54:40 +00:00
hyatt%netscape.com
8c3c551001
Changes to the cell map to support incremental insertion and removal of rows. Currently
...
only used by the tree widget.
1999-08-30 00:01:09 +00:00
hyatt%netscape.com
ef1b8514bd
Improvements to tree scrolling.
1999-08-30 00:00:31 +00:00
norris%netscape.com
59b4dc8374
* clean up nsScriptSecurityManager
...
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
hyatt%netscape.com
e05409e6a1
Improvements to the tree's scrollbar.
1999-08-29 11:15:30 +00:00
hyatt%netscape.com
9f01724a71
Improvements to the tree's scrollbar.
1999-08-29 10:51:15 +00:00
hyatt%netscape.com
63776f4172
Teaching the fixed layout strategy how to deal with relative/proportional specified
...
widths.
1999-08-29 06:00:32 +00:00
troy%netscape.com
bebd447494
Fix for bug #12592 . Optimized style change reflow commands targeted at
...
a cell frame
1999-08-29 04:18:00 +00:00
hyatt%netscape.com
3ed3f6b77d
Fixing a scrolling problem that happens on a resize.
1999-08-29 04:03:29 +00:00
troy%netscape.com
dece5e9739
Fix for bug #12751 . Optimized PaintBorder() so if the dirty rect is completely
...
inside of the border rect, then we don't paint anything. This speed up
incremental painting
1999-08-29 03:25:56 +00:00
hyatt%netscape.com
1acdafe7b3
Oops. Introduced some asserts in mail/news. Fixing this.
1999-08-29 00:57:10 +00:00
hyatt%netscape.com
c1ed351049
Big tree improvements.
1999-08-29 00:46:41 +00:00
pavlov%netscape.com
04c29a7149
add multiple palette support
1999-08-28 19:51:27 +00:00
pavlov%netscape.com
47297145d1
add palette name atom
1999-08-28 19:50:15 +00:00
sspitzer%netscape.com
5a8f15a348
fix pedantic build bustage.
1999-08-28 16:55:31 +00:00
pavlov%netscape.com
06209ff65d
honor width and height on the color picker and size intrinsically if thats what you want
1999-08-28 07:49:39 +00:00
nisheeth%netscape.com
8bd80641a6
Work in progress to integrate Keith Visco's XSL processor, Transformiix, into Gecko. All code is protected by #ifdef XSL and will not affect the build.
1999-08-28 07:37:23 +00:00
nisheeth%netscape.com
e1e0ac9466
Work in progress to integrate Keith Visco's XSL processor, Transformiix, into Gecko. All code is protected by #ifdef XSL and will not affect the build.
1999-08-28 07:31:08 +00:00
pavlov%netscape.com
86f64264e0
fix some mathmatical errors and do proper clipping
1999-08-28 06:40:37 +00:00
rpotts%netscape.com
7754ffcb15
Null terminate the new buffer.
1999-08-28 05:12:11 +00:00
pavlov%netscape.com
edea9a79d0
added files: mozilla/layout/xul/base/src/nsStdColorPicker.cpp
1999-08-28 04:28:59 +00:00
pavlov%netscape.com
2ad1028a6d
color picker widget
1999-08-28 04:28:45 +00:00
sdagley%netscape.com
a881cfb5fc
added files: mozilla/layout/xul/base/src/nsTreeRowFrame.cpp
1999-08-28 01:43:21 +00:00
hyatt%netscape.com
9593a803be
Enabling tree row frames.
1999-08-28 00:45:18 +00:00
hyatt%netscape.com
544eff13a4
Tweaks to be able to see the RowReflowState over in trees
1999-08-28 00:43:53 +00:00
hyatt%netscape.com
fe26191aca
Tree widget checkin.
1999-08-28 00:40:46 +00:00
troy%netscape.com
aa10a920fd
Changed block frame code to cache the max element width. This enables
...
us to ask for the maxElementSize when doing an incremental reflow
1999-08-28 00:39:55 +00:00
kipp%netscape.com
9a891de480
Fixed crash when a frame is skipped and we are in a first-letter situation (doh)
1999-08-27 22:53:18 +00:00
kipp%netscape.com
844fbc08d1
Fixed bug #6674 by honoring the css overflow property and only setting the clip rect when overflow is 'hidden'
1999-08-27 21:53:04 +00:00
kipp%netscape.com
0a0c35f394
Fixed bug #10571 by always initializing 'ref'
1999-08-27 21:52:19 +00:00
kipp%netscape.com
58ca913d62
Provide a small margin around tables and images here instead of hardcoding (bug #2119 ); make links red when active (bug #11230 )
1999-08-27 21:51:46 +00:00
kipp%netscape.com
f47b38ab02
Added hack code (for me) to allow for stack depth testing
1999-08-27 21:50:37 +00:00
kipp%netscape.com
b15a5a6fc4
Fixed computation of max-element-size for bug #12384 ; don't compute line-height in this class
1999-08-27 21:50:06 +00:00
kipp%netscape.com
6c08bc8c75
Shrink down size of nsLineLayout object
1999-08-27 21:49:12 +00:00
kipp%netscape.com
d928d5767c
Keep trakc of the depth of reflow to allow for limiting stack usage (bug #10310 )
1999-08-27 21:48:54 +00:00
kipp%netscape.com
21d217a586
Don't paint frames that are unflowable
1999-08-27 21:48:21 +00:00
kipp%netscape.com
175f8c7657
Added IsFrameTreeTooDeep method to support code handling bug #10310
1999-08-27 21:48:06 +00:00
kipp%netscape.com
646290c128
Fixed bug 12451 - use list-style-type when image doesn't load or is loading
1999-08-27 21:47:39 +00:00
kipp%netscape.com
41afaa6475
Cache computed width so that during placement of the block we can see if auto margins need recomputing (bug #1164 )
1999-08-27 21:47:04 +00:00
karnaze%netscape.com
359b4f59dc
new regression tests
1999-08-27 21:46:14 +00:00
kipp%netscape.com
190d44db2c
Revamped to create/destroy manage first-letter frames so that incremental operations (append/insert/remove) work properly
1999-08-27 21:46:10 +00:00
kipp%netscape.com
fd902c640a
Reduce stack size by allocating nsLineLayout objects from the heap when the frame tree depth gets too big (bug #10310 )
1999-08-27 21:45:37 +00:00
kipp%netscape.com
273f0eb752
Reduced the default number of nsBandTrapezoids to reduce stack space used (bug #10310 )
1999-08-27 21:44:10 +00:00
kipp%netscape.com
2104d301aa
Nuked some warnings
1999-08-27 21:43:33 +00:00
kipp%netscape.com
30f9185583
Moved hardcode into ua.css
1999-08-27 21:42:46 +00:00
kipp%netscape.com
9065645f66
Use revised DivAlignValue methods
1999-08-27 21:42:31 +00:00
kipp%netscape.com
1ebf0f40f0
Made a method to inquire about nav-quirks mode and fixed a few methods to not be static so that they could use it
1999-08-27 21:42:08 +00:00
kipp%netscape.com
2b51e6f0cd
Revised implementation to better manage the embedded text fragment; implement revised nsITextContent API
1999-08-27 21:41:13 +00:00
kipp%netscape.com
0640620e13
Implement GetTextLength and CopyText methods from revised nsITextContent API
1999-08-27 21:40:47 +00:00
kipp%netscape.com
310e7befe5
Added in GetTextLength and CopyText methods for the MathML folks
1999-08-27 21:40:13 +00:00
kipp%netscape.com
feacb30520
Made WhiteSpaceIsSignificant a const method
1999-08-27 21:39:50 +00:00
kipp%netscape.com
8c06fe5c21
Added NS_FRAME_IS_UNFLOWABLE bit for handling frame trees that are too deep
1999-08-27 21:39:26 +00:00
karnaze%netscape.com
70d9f1496f
bug 12287 - removed nsTableFrame::GetContainerWidth, renamed TableIsAutoWidth to IsAutoWidth and simplified.
1999-08-27 21:15:21 +00:00
ducarroz%netscape.com
92f0e31796
Add rule for blockquote[type=cite] (use by messenger for display replied messages)
1999-08-27 21:11:55 +00:00
karnaze%netscape.com
5a23b8cb28
new regression tests
1999-08-27 21:08:14 +00:00
pollmann%netscape.com
dc9a63ff3c
Opps!
1999-08-27 20:59:28 +00:00
dcone%netscape.com
ccd44a6d7a
removed a debug printf
1999-08-27 20:58:37 +00:00
jdunn%netscape.com
5e67071881
each of these modules/apps require that libnechoutil_s.a be linked in
...
because they access NS_MakeAbsoluteURI and NS_OpenURI. Ramiro and Andreas
have both looked this over
1999-08-27 20:55:45 +00:00
rods%netscape.com
9b61766a0c
change all index parameters to PRInt32 from PRUint32
...
added key listener support for keyboard navagation inside the list
fixed extended selection
fixed a minor problem with selecting an item
1999-08-27 14:42:27 +00:00
rods%netscape.com
c6bfcc025c
Changed the view's widget create so it doesn't register D&D
1999-08-27 14:40:14 +00:00
rods%netscape.com
37c64d3417
Changed Reflow to check for whether it is native mode or not. InGFX mode it now call the base class' (nsLeafFrame)
...
Reflow so it does a better job of laying out.
1999-08-27 14:38:54 +00:00
dcone%netscape.com
d86481a9bb
Added a rounding parameter so rounded rects can be used as cirles if the radius is large enough
1999-08-27 14:37:47 +00:00
rods%netscape.com
9e55302cfa
Added the other GetDesiredSize call overriding the base class call, and making it
...
the existing GetDesiredSize with the last param dummyed out. This makes all the sizing work
correctly with the change I put in in nsFormControlFrame
1999-08-27 14:34:54 +00:00
rods%netscape.com
516b96bacf
Changed to respect border and padding and now draw check mark "centered" in the available space
...
the check mark also sizes to content area
1999-08-27 14:31:59 +00:00
rods%netscape.com
306710d1c1
Changed parameters from width and height to a nsRect
1999-08-27 14:31:54 +00:00
brade%netscape.com
c72c32d904
change error messages to flag inappropriate uses of GetCharCode
1999-08-27 14:16:44 +00:00
ramiro%netscape.com
877421b755
lower the volume on printf noise.
1999-08-27 09:38:44 +00:00
evaughan%netscape.com
7bbfd6fa86
Fixed to gfx scrollbar.
...
Fixed some blockers.
1999-08-27 06:06:39 +00:00
pollmann%netscape.com
0ca5582693
Opps!
1999-08-27 05:13:40 +00:00
pollmann%netscape.com
701f89ab96
Opps!
1999-08-27 05:05:33 +00:00
karnaze%netscape.com
263f74b80f
new regression tests
1999-08-27 04:48:25 +00:00
pinkerton%netscape.com
220e8f0508
remove refs to nsIContentConnector
1999-08-27 04:30:48 +00:00
karnaze%netscape.com
12f210923a
bug 12590 - vertical-align:middle working on cell
1999-08-27 04:29:05 +00:00
pollmann%netscape.com
b30247886d
Warning cleanups and Bug 12350
1999-08-27 03:59:49 +00:00
pollmann%netscape.com
d7d24f5d54
Bug 12350
1999-08-27 03:58:47 +00:00
pollmann%netscape.com
4470669745
Cleanup, and bugfixes for bug 12475 and 12350
1999-08-27 03:58:13 +00:00
pinkerton%netscape.com
8b02e76d79
File Removed.
1999-08-27 03:45:14 +00:00
pinkerton%netscape.com
b10f20d8ff
remove nsTriStateCheckboxFrame.cpp
1999-08-27 03:41:43 +00:00
rpotts%netscape.com
3ed5c99db2
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
karnaze%netscape.com
8007c18c46
backing out recent changes that failed table regression tests
1999-08-26 16:56:42 +00:00
rods%netscape.com
4d101399a7
Completely reworked the select GFX object - List and Combobox, it now does all event processing
...
via DOM listeners instead of through the frames
1999-08-26 14:54:07 +00:00
rods%netscape.com
79beead659
Added rule for input type=image, it sets the border to a 2px solid blue
1999-08-26 14:50:47 +00:00
rods%netscape.com
b15c206d15
removed the hard coded blue border from Input typ=image
1999-08-26 14:49:42 +00:00
rods%netscape.com
c9bf748f16
Put in check for null a mOptions and return zero for GetLength
1999-08-26 14:48:59 +00:00
rods%netscape.com
e01fc25876
Cleanup the file and gave it a unique GUID.
1999-08-26 14:45:53 +00:00
hyatt%netscape.com
4e150561fe
Fix for bug 12887.
1999-08-26 10:23:49 +00:00
waterson%netscape.com
7ed5b97168
Fix compiler warning.
1999-08-26 04:28:14 +00:00
hyatt%netscape.com
d2562afb8f
Adding cursor support for column resizing.
1999-08-26 03:29:05 +00:00
troy%netscape.com
4ba0f18641
Fix for bug #12449 . Changed UpdateImageFrame() so that if the content object
...
has a NULL document object (the case for generated content) we mark the image
frame dirty and generate a reflow command targeted at the parent frame
1999-08-25 23:55:57 +00:00
troy%netscape.com
e594b41fc6
Fix for bug #12444 . Made sure that for a "StyleChanged" reflow command we
...
invalidate our entire bounds
1999-08-25 23:15:36 +00:00
mjudge%netscape.com
031762a187
added in selection of tables/images as blue borders for browser.
1999-08-25 22:19:23 +00:00
mjudge%netscape.com
d3a330d9a0
small fix in rangelist that will stop warnings or infinite loops
1999-08-25 22:04:54 +00:00
karnaze%netscape.com
4d25be8a17
changed conditional NS_RELEASE to NS_IF_RELEASE to fix memory leak
1999-08-25 21:57:15 +00:00
karnaze%netscape.com
0b5b66f195
bug 1271 - percentage height cells, added GetNumCellsOriginatingInRow, fixed GetNumCellsOriginatingInCol
1999-08-25 21:49:18 +00:00
ftang%netscape.com
2a5278174d
fix the default charset problem I introduced when I fix 12378
1999-08-25 21:42:30 +00:00
sfraser%netscape.com
a28fc6628f
No longer need a pres shell for the document encoder; remove it.
1999-08-25 21:42:20 +00:00
leaf%mozilla.org
facb48ec4c
checking evaughan's fix for open sidebar crashing on startup
1999-08-25 19:58:07 +00:00
waterson%netscape.com
baa2f26122
Fix '-pedantic' bustage. a=leaf
1999-08-25 18:47:59 +00:00
ramiro%netscape.com
6cec5c3abb
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
rods%netscape.com
43bd3be0ff
The index of the option being deleted needs to be remembered before the it is removed from the list
1999-08-25 13:44:49 +00:00
rods%netscape.com
57d1c13737
Fixed the initialization of the scroll frame for list boxes, the parameters had been incorrectly changes for version 1.20
...
Add addtional safety code for dynamically adding items to list boxes when in native widget mode
1999-08-25 13:42:59 +00:00
rods%netscape.com
3c471b8d63
removed some unused variables to get rid of some warnings
1999-08-25 13:39:41 +00:00
ramiro%netscape.com
8644dc2074
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
hyatt%netscape.com
41297b4756
added files: mozilla/layout/xul/base/src/nsTreeTwistyListener.cpp
1999-08-25 10:58:53 +00:00
hyatt%netscape.com
95d0d8156a
Adding builtin support for twisties.
1999-08-25 10:57:28 +00:00
jfrancis%netscape.com
92a8df9ea6
making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor
1999-08-25 10:51:55 +00:00
hyatt%netscape.com
4d1b846bb2
More anonymous content goodness.
1999-08-25 10:26:41 +00:00
pinkerton%netscape.com
9ae15c5a2e
toString -> ToString.
1999-08-25 09:27:19 +00:00
pinkerton%netscape.com
edc17e7846
IDL-ifying nsITransferable, nsIDragService, nsIDragSession, nsIFormatConverter.
1999-08-25 08:35:06 +00:00
vidur%netscape.com
716f931345
Parse delimiters out of Comment nodes. CharacterData Nodes now return an empty childNodes list instead of null.
1999-08-25 07:35:45 +00:00
hyatt%netscape.com
1b627c692d
Teaching the tree widget how to make anonymous content.
1999-08-25 05:52:10 +00:00
troy%netscape.com
68d280876e
Changed PaintBackground() so it doesn't always render the background color when
...
there's a background image that doesn't tile the entire bounds
1999-08-25 05:05:04 +00:00
ramiro%netscape.com
8019781335
#ifdef out annoying printf.
1999-08-25 04:01:57 +00:00
nisheeth%netscape.com
962fa99dbc
Fix build bustage.
1999-08-24 23:09:52 +00:00
nisheeth%netscape.com
320980e0cd
Adding the methods for creating entity, documenttype, named node maps, notations. Contributed by Johnny Stenback (jst@citec.fi).
1999-08-24 22:26:57 +00:00
nisheeth%netscape.com
617e02b7a2
added files: mozilla/layout/xml/content/src/nsXMLEntity.cpp, mozilla/layout/xml/content/src/nsXMLNotation.cpp, mozilla/layout/xml/content/src/nsXMLDocumentType.cpp, mozilla/layout/xml/content/src/nsXMLNamedNodeMap.cpp
1999-08-24 22:23:25 +00:00
nisheeth%netscape.com
a08bcbde60
Adding files that implement the entity, notation, documenttype and namednodemap interfaces. Contributed by Johnny Stenback (jst@citec.fi).
1999-08-24 22:22:36 +00:00
pollmann%netscape.com
9e3f0fe780
Warning cleanups.
1999-08-24 22:03:34 +00:00
pollmann%netscape.com
9b7cbfb55a
Split out AddOption/RemoveOption(), plus warning cleanups.
1999-08-24 22:02:42 +00:00
pollmann%netscape.com
c1bf9a88cb
Split out AddOption/RemoveOption(), plus bug 11676 type cleanups.
1999-08-24 22:01:25 +00:00
pollmann%netscape.com
df3d6a9c84
Rewrite of AddOption/RemoveOption(), adding nsISelectControlFrame interface.
1999-08-24 21:55:56 +00:00
mjudge%netscape.com
1ca330a9f0
changes to allow selection in "dead" space between frames. still need work on "outside" and not in the window at all, but this is a very good chunk of the issue and it will solve many many bugs on my place. good for dogfood as well :)
1999-08-24 21:51:47 +00:00
troy%netscape.com
33fe4ff50e
Added case selectors for NS_STYLE_BORDER_STYLE_HIDDEN. Treated just like
...
NS_STYLE_BORDER_STYLE_NONE
1999-08-24 21:47:55 +00:00
troy%netscape.com
17b13f5eb6
Reworked ReparentFrameView() to make it more efficient
1999-08-24 19:26:03 +00:00
karnaze%netscape.com
8871f39487
new regression tests
1999-08-24 18:56:19 +00:00
akkana%netscape.com
70ab0ba259
Revise the doc encoder and content sink APIs yet again to make it easier
...
to add new flags (pass a flag in the constructor, rather than specific
booleans. This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
ramiro%netscape.com
e1f2489b0c
Set the timer lib flags in one place.
1999-08-24 14:54:59 +00:00
dcone%netscape.com
c09714a046
Fixed some warnings, and some roundoff for the curves
1999-08-24 14:51:16 +00:00
buster%netscape.com
aa9d1a9f92
better use of the editor wrapping APIs
...
better initial placement of the caret in text controls
1999-08-24 13:52:45 +00:00
karnaze%netscape.com
9305f5241c
replaced debug flags with class. removed compiler warnings.
1999-08-24 12:01:31 +00:00
hyatt%netscape.com
0e659f3b07
Fix for editor typing bustage (part 2).
1999-08-24 10:20:35 +00:00
hyatt%netscape.com
7f6b4b363f
Keyboard navigation is online.
1999-08-24 09:57:11 +00:00
hyatt%netscape.com
a8e9e9ed7b
Fix for typing bustage in editor.
1999-08-24 09:37:28 +00:00
hyatt%netscape.com
2153ec848c
More fun with keyboard navigation.
1999-08-24 08:51:55 +00:00
hyatt%netscape.com
79f9ac9da3
Beginnings of keyboard navigation in the tree widget. No, it doesn't work
...
yet.
1999-08-24 08:14:21 +00:00
ftang%netscape.com
d5d7f2ed5c
fix 12378
1999-08-24 07:38:00 +00:00
troy%netscape.com
d937ba6572
Fixed the case of the stylesheet PI
1999-08-24 04:44:38 +00:00
karnaze%netscape.com
4b72f89911
bugs 9123, 10002 - percentage height tables exclude margin/border/padding of HTML and BODY
1999-08-24 04:17:05 +00:00
karnaze%netscape.com
2f7e8afc8b
new regression tests
1999-08-24 04:10:20 +00:00
sfraser%netscape.com
6336166140
Added nsTreeOuterFrame.cpp for hyatt
1999-08-24 01:06:43 +00:00
hyatt%netscape.com
80207f9347
Adding two files. Tree might go red, since i forgot to add these.
1999-08-24 01:04:33 +00:00
hyatt%netscape.com
a02346c645
Making a tree outer frame that is constructed instead of a table outer frame
...
(for trees only of course).
1999-08-24 00:44:21 +00:00
hyatt%netscape.com
52642de419
Making focus changes on mouse downs crawl up a parent chain to find the nearest
...
enclosing focusable content. Allows composite widgets to still receive the focus.
1999-08-24 00:42:38 +00:00
hyatt%netscape.com
f3b4498e58
Patching an error in the key event handling.
1999-08-24 00:42:02 +00:00
hyatt%netscape.com
0415138375
Tweaks to trees.
1999-08-24 00:41:21 +00:00
jdunn%netscape.com
87ab6c1fbc
HP requires a newline at the end
1999-08-24 00:32:35 +00:00
rods%netscape.com
9d2a369e56
Fixes crash on start up of mail news
1999-08-23 20:59:08 +00:00
rods%netscape.com
a37214ea4b
Adde code to return the nsListControlFrame frame when adding frames to the combobox. This fixes Bug #11693
1999-08-23 14:05:39 +00:00
rods%netscape.com
d242922f1f
Added GetDropDown method to return the nsListControlframe
1999-08-23 14:05:37 +00:00
buster%netscape.com
5ad9a0d8d8
preliminary support for text area wrap
...
install text control's event listeners ahead of the editor's own default listeners.
1999-08-23 06:46:08 +00:00
karnaze%netscape.com
877cee348b
new regression test
1999-08-23 05:02:38 +00:00