troy%netscape.com
0b93c37f4f
Changed GetAbsoluteContainingBlock() to return relatively positioned
...
block-level and inline-level elements as well
1999-04-20 22:08:33 +00:00
pinkerton%netscape.com
520356c625
create xul slider, spinner, scrollbar, font and color pickers
1999-04-20 21:57:41 +00:00
troy%netscape.com
8644de12ff
Changed GetAbsoluteContainingBlock() to be a little smarter about verifying
...
the frame is an area frame
1999-04-20 21:51:55 +00:00
kipp%netscape.com
4760249344
Fixed bug where image loading during stopped state would not properly set the out parameter
1999-04-20 21:50:32 +00:00
kipp%netscape.com
25a5f607a8
Added (disabled) refcnt logging
1999-04-20 21:49:53 +00:00
syd%netscape.com
65b71910d3
For Unix only (Gtk+): make the default rendering mode Gfx. The Gtk+
...
implementation is buggy, and we'll eventually be going in this direction anyway
of using gfx to render controls. Need to take out this #ifdef eventually for
Win and Mac.
To enable the native widgets, edit ~/.mozilla/prefs50.js, and add the line
user_pref("nglayout.widget.mode", 1);.
1999-04-20 21:34:34 +00:00
troy%netscape.com
c68d3e2fd0
Changed CreateContinuingFrame() to know about positioned inline
...
frames
1999-04-20 20:00:52 +00:00
troy%netscape.com
daf0a5b6a6
Added positionedInlineFrame atom
1999-04-20 18:27:37 +00:00
troy%netscape.com
b53b212ff3
Atom name changes
1999-04-20 18:23:13 +00:00
troy%netscape.com
5faf7aa9cf
Added blockFrame and inlineFrame
1999-04-20 18:20:52 +00:00
peterl%netscape.com
485a627711
tweaks to style change handling to ensure that children are handled when parent doesn't change...
1999-04-20 14:23:18 +00:00
troy%netscape.com
19fbe432b9
Part of a fix for bug #5264 . CantRenderReplacedElement() no longer asserts for
...
INPUT elements
1999-04-20 03:57:01 +00:00
troy%netscape.com
8eaead0110
Fix for the layout crash in bug #5263
1999-04-20 02:51:07 +00:00
kipp%netscape.com
211ca77ef3
Create continuing line frames
1999-04-20 00:28:58 +00:00
kipp%netscape.com
bfa935e427
Tweaked verify-reflow implementation
1999-04-20 00:24:21 +00:00
peterl%netscape.com
5548b30fa8
sync to new state change api
1999-04-20 00:06:58 +00:00
peterl%netscape.com
09405cfc34
widened state change api
...
added test for state dependent style
1999-04-20 00:05:14 +00:00
peterl%netscape.com
04f5fc38c1
widened content state change api
...
added test for state dependent style
1999-04-20 00:02:22 +00:00
troy%netscape.com
bfd8240682
Work-in-progress for making relatively positioned inline-level elements a
...
container for absolutely positioned child elements
1999-04-19 19:10:15 +00:00
dcone%netscape.com
b8b86e2425
Fixed declaration to fix Mac build
1999-04-19 13:37:16 +00:00
dcone%netscape.com
c08626bd0e
added the rounded rectangle code for style
1999-04-19 05:27:55 +00:00
rods%netscape.com
6a3ae34f17
Removed some D&D debug code
1999-04-17 13:54:00 +00:00
rods%netscape.com
c514b25e3b
Switched over to new nsIGenericTransferable
1999-04-17 13:51:42 +00:00
vidur%netscape.com
632fa812dc
Fix for bug 5141. The parentNode of a standalone Node is no longer a DocumentFragment, but is now, according to the spec, just null.
1999-04-17 00:56:25 +00:00
kmcclusk%netscape.com
848b49f05b
fix for bug #3162 , Removed #ifndef MAC in the nsSelectControlFrame::GetProperty.
...
The Mac now supports native combo box widgets so it no longer will crash in GetProperty
with a null mWidget field.
Modified nsComboboxControlFrame::HandleEvents. MouseExit from the combox rect now
initiates mouse capture on the drop-down list.
Modified nsCSSFrameConstructor::ConstructSelectFrame to initialize the drop-down list
for frame-based comboboxes as hidden.
Added a nsIListControlFrame::CaptureMouseEvents method.
Implemented nsListControlFrame::CaptureMouseEvents.
1999-04-16 19:28:12 +00:00
mcafee%netscape.com
3dc8a10efc
Removing //#define NEW_CLIPBOARD_SUPPORT
1999-04-16 17:36:33 +00:00
pinkerton%netscape.com
f0743a6a37
added code to create a tristatecheckbox when seen in xul.
1999-04-16 17:08:16 +00:00
michaelp%netscape.com
768d09d96e
modified for new view flags.
1999-04-16 04:24:14 +00:00
peterl%netscape.com
fbde443a95
split font style mapping from regular style mapping
1999-04-15 21:23:05 +00:00
peterl%netscape.com
bffaa9e0ec
fixed XUL code for removal of root element
1999-04-15 21:22:19 +00:00
sfraser%netscape.com
c1384c00bf
Adapt to fixed selection interfaces.
1999-04-15 20:19:34 +00:00
sfraser%netscape.com
bffb305703
Implement the ScriptObjectOwner interface, and adapt to fixed selection interfaces.
1999-04-15 20:19:26 +00:00
sfraser%netscape.com
bf04e1e37e
Fix QI failure return value (!NS_OK is bad!)
1999-04-15 20:18:47 +00:00
kipp%netscape.com
d599286de0
Fix core dump bug
1999-04-14 22:01:17 +00:00
troy%netscape.com
fb899785d8
Fixes for bug #1994 . Better handling of floated and positioned images when
...
displaying the alternate contents
1999-04-14 04:00:16 +00:00
joki%netscape.com
b0379bfc55
Modifying auto-scrolling to not happen after every keystroke.
1999-04-14 01:22:09 +00:00
joki%netscape.com
f9441b5b56
Commenting out selection flashing stuff.
1999-04-13 23:42:58 +00:00
joki%netscape.com
f6b9ad3e7e
Fix blinking selection on mouseover
1999-04-13 23:34:58 +00:00
kipp%netscape.com
a75693e1fa
Updated to use new image loading apis
1999-04-13 21:52:19 +00:00
kipp%netscape.com
24ff6b20c1
Fixed a slight bug with handling error codes
1999-04-13 21:50:47 +00:00
kipp%netscape.com
cb0b54647a
Reworked to support mulitple frames per image loader
1999-04-13 21:49:28 +00:00
kipp%netscape.com
43f8bcd459
Revised api
1999-04-13 21:49:01 +00:00
kipp%netscape.com
83689cb3b4
Revised image loading apis
1999-04-13 21:48:49 +00:00
kipp%netscape.com
9fbbadd484
Added a bit to speed up frame destruction
1999-04-13 21:48:35 +00:00
sfraser%netscape.com
f0acea2009
Updated to conform to new IDL-ized selection interfaces.
1999-04-13 01:33:32 +00:00
sfraser%netscape.com
df0fb75ea2
nsIDOMSelection[Listener].h have moved to dom/public/range/
1999-04-13 01:29:25 +00:00
sfraser%netscape.com
cbde030181
File Removed.
1999-04-13 01:28:49 +00:00
sfraser%netscape.com
7cb68edb39
File Removed.
1999-04-13 01:18:25 +00:00
sfraser%netscape.com
3e6d735bba
No longer export nsSelection, nsSelectionRange, nsSelectionPoint
1999-04-13 01:17:49 +00:00
sfraser%netscape.com
e4b0d79daa
Removal of nsSelectionRange, nsSelectionPoint, and fixing up resulting include problems.
1999-04-13 01:15:16 +00:00