peterl%netscape.com
631dee0368
added system colors
1999-09-10 05:54:23 +00:00
peterl%netscape.com
c61c871073
changed content state change notification rule to match attribute changed
...
made a seperate notification method
1999-09-10 05:54:00 +00:00
peterl%netscape.com
2eb6497f65
fixed font weight calculation
1999-09-10 05:52:45 +00:00
peterl%netscape.com
c1fcb2b00d
added content state changed notification
1999-09-10 05:52:23 +00:00
peterl%netscape.com
a74be29a2e
added constrain font weight
1999-09-10 05:51:44 +00:00
peterl%netscape.com
788f9934ec
added look and feel accessor to pres context
1999-09-10 05:51:08 +00:00
peterl%netscape.com
ed08f30641
changed font weight step to 1 (from 101)
1999-09-10 05:50:30 +00:00
peterl%netscape.com
f653338e5d
added content state changed (vs content changed) notification
1999-09-10 05:50:02 +00:00
shaver%netscape.com
2ce501db07
fix Win32 bustage
1999-09-10 04:06:07 +00:00
mcafee%netscape.com
495984881e
Unix needs newline at EOF.
1999-09-10 03:10:30 +00:00
shaver%netscape.com
f954a6119b
add accesskey to <titledbutton> as part of menu clean/speed up, bug 13431
1999-09-10 03:04:49 +00:00
pinkerton%netscape.com
f1e562dee9
fix for bustage for evaughan. don't use nsCOMPtr with an implementation.
1999-09-10 02:22:46 +00:00
evaughan%netscape.com
e1376a8aac
1) Fixed bugs in deck
...
2) Added visual debugging to boxes
1999-09-10 00:57:01 +00:00
briano%netscape.com
9abfe6b7ae
General cleanup.
1999-09-10 00:18:42 +00:00
warren%netscape.com
e6619b2ad6
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
kipp%netscape.com
ff953161c7
Fixed refcnt crash bug with style-contexts (bad nscomptr usage -- whoops)
1999-09-09 21:54:20 +00:00
kipp%netscape.com
85b3250aea
Nit to make emacs happier
1999-09-09 21:05:32 +00:00
kipp%netscape.com
f452078c3f
Reworked to be more css compliant; factored compatability logic out of nsInlineFrame into here
1999-09-09 21:04:37 +00:00
kipp%netscape.com
31f17c4d3e
Cleaned up
1999-09-09 21:04:00 +00:00
kipp%netscape.com
f210549f90
Added rendering context to CalcLineHeight API
1999-09-09 21:03:46 +00:00
kipp%netscape.com
e94d89cd09
Reworked nsHTMLReflowState::CalcLineHeight (bug 6865)
1999-09-09 21:03:27 +00:00
kipp%netscape.com
13cb15d291
Fixed bug 10820
1999-09-09 21:02:02 +00:00
kipp%netscape.com
43456dad64
Fixed infinite loop 12747
1999-09-09 20:53:32 +00:00
kipp%netscape.com
1660ad99f6
Updated for revised line-layout algorithm
1999-09-09 20:53:18 +00:00
kipp%netscape.com
328399a76c
Fixed up line-height calc code to be more optimal; tweak changes to list-style properties to trigger reflows
1999-09-09 20:51:57 +00:00
buster%netscape.com
dbe3424323
workaround needed as a result of hyatt's change to frame construction code and attribute notification.
1999-09-09 19:45:32 +00:00
kmcclusk%netscape.com
8304e30e32
Changed widget rendering mode default from partial-gfx to gfx for Linux and WIN32.
1999-09-09 19:43:27 +00:00
rods%netscape.com
8f3c34039e
Better fix for option elements with no content in them
1999-09-09 19:37:23 +00:00
rods%netscape.com
a8b28c159e
changed a couple of select disable attributes
1999-09-09 14:14:20 +00:00
colin%theblakes.com
afde2d9f99
Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
1999-09-09 13:20:07 +00:00
rods%netscape.com
6bf3f31fc6
Temporary fix to for mail compose.
1999-09-09 13:17:35 +00:00
pinkerton%netscape.com
7f6eb25bb8
turn listener into a capturer and pass more off to JS.
1999-09-09 06:27:25 +00:00
pinkerton%netscape.com
67ac180768
adding atoms for toolbar d&d.
1999-09-09 06:26:12 +00:00
peterl%netscape.com
3d824c49e2
set line height to inherit only as needed
...
init ref count before first remap style
1999-09-09 05:37:37 +00:00
briano%netscape.com
e6335c1ea2
Added the newline at the end of the file, required by Unix native compilers.
1999-09-09 02:55:56 +00:00
mscott%netscape.com
6737c74287
Backing out peterl's changes to fix the mac depend build until we can figure out why it
...
causes an internal compiler error.
1999-09-09 01:49:51 +00:00
hyatt%netscape.com
73d2a8a2c8
Updating popups. (No, they're still not turned on.)
1999-09-09 01:07:06 +00:00
peterl%netscape.com
df2eadfd4f
Added optimization in SetCoord to not set inherit value if value can be computed locally
1999-09-09 00:43:54 +00:00
peterl%netscape.com
325d57ad01
removed non-necko code
...
fixed to not load alternate sheets after document drops reference
1999-09-09 00:42:53 +00:00
pinkerton%netscape.com
4253eccc3d
clean up some d&d stuff.
1999-09-09 00:28:23 +00:00
pinkerton%netscape.com
eeff4ac0c8
fix a bug where capturers would not be called when the event was sent directly to a dom node. clean up of a little d&d stuff.
1999-09-09 00:28:11 +00:00
sfraser%netscape.com
6c9a33ac66
#ifdef out a bunch of rods's printfs.
1999-09-09 00:23:40 +00:00
briano%netscape.com
5176aaf0df
Removed the obsolete non-NECKO leftovers.
1999-09-09 00:11:48 +00:00
evaughan%netscape.com
a091cea624
1) Made some fixes to splitter frame.
...
2) Fixed a bug that caused scrollbars to disappear after visiting a xul page.
1999-09-08 23:51:02 +00:00
vidur%netscape.com
43cd996594
Reporting better nsresults to DOM methods.
1999-09-08 23:18:27 +00:00
troy%netscape.com
55df05944d
Eliminated compiler warnings
1999-09-08 20:29:56 +00:00
rods%netscape.com
7b2d6d0117
changed the way white space was being compress when getting the value
...
now a value of all spaces does get compressed to nothing
1999-09-08 19:57:24 +00:00
rods%netscape.com
a3b6d9f45b
added rules for disabled options
...
changed nowrap to pre for processing of white space for options
1999-09-08 19:56:04 +00:00
rods%netscape.com
2408822d86
Commented out space key event processing
1999-09-08 19:55:08 +00:00
rods%netscape.com
ce1ac471da
Fixed selection in lists
1999-09-08 19:54:30 +00:00
rods%netscape.com
28f8f42568
removed space and return key event processing
1999-09-08 19:53:30 +00:00
mjudge%netscape.com
6af1b95040
addiung selectable BRFrames. but brframes arent like images ect. they give you a collapsed range, collapsed to just "before" themselves. this will help editing immensely. this should also fix some mail news issues
1999-09-08 19:43:17 +00:00
karnaze%netscape.com
9eea8a7c0f
bug 9043 - added nsTableCellCollection to handle multiple tags
1999-09-08 14:33:58 +00:00
karnaze%netscape.com
3a1d7e840c
new regression test
1999-09-08 14:32:53 +00:00
rods%netscape.com
4a4b4f9b6f
Added the proper event processing for disabled options
...
ListBoxes (as dropdowns) are now notified before the are about to be dropped down
1999-09-08 14:27:38 +00:00
hyatt%netscape.com
5e531818ae
Improvements in performance.
1999-09-08 08:06:12 +00:00
jfrancis%netscape.com
bfcdf147d0
fixing dom range gravity bug (see bug 13251)
1999-09-08 05:27:44 +00:00
hyatt%netscape.com
396133bbee
Landing AttributeChanged alteration. AttributeChanged now fires even when the
...
style hint is REFLOW or VISUAL (and not just CONTENT).
1999-09-08 03:51:41 +00:00
av%netscape.com
0f13ced10e
Fixing bug 7509
1999-09-08 00:12:26 +00:00
mjudge%netscape.com
7b6345b29b
adding in begin line and end line enums for selection movement. this allows peeking to the start and end of and like given a content offset for any frame.
1999-09-07 23:40:17 +00:00
buster%netscape.com
c769d8679a
made a small change to the way the file control interacts with the embedded gfx text control
...
now, it talks to it via nsIDOMHTMLInputElement interface, rather than assuming imlementation details
about what attributes to set.
1999-09-07 23:20:32 +00:00
akkana%netscape.com
294d6d7e89
Remove some redundant logic
1999-09-07 19:13:04 +00:00
akkana%netscape.com
9b2ea40cdc
Change debug temp filename from xif.html to xif.xif
1999-09-07 19:10:44 +00:00
mjudge%netscape.com
8a90ee7653
Had a loop that did not reset one variable for "next" iteration. this will fix arrow up/down ya.
1999-09-07 18:47:01 +00:00
pollmann%netscape.com
c4e3001682
Removing some dead code.
1999-09-07 18:35:30 +00:00
troy%netscape.com
ebff9cec33
Changed CreateGeneratedFrameFor() to set the parent object and the document
...
object of the generated content
1999-09-07 03:09:33 +00:00
troy%netscape.com
d16e70fca7
Fix for bug #13176 . Changed CantRenderReplacedElement() to reset the
...
primary frame mapping for OBJECT elements
1999-09-07 02:42:00 +00:00
pollmann%netscape.com
1ef97aa745
Bug 12849: OnChange event.target is now the select instead of the option.
1999-09-07 02:16:23 +00:00
bruce%cybersight.com
588564788b
'friend class XXX' rather than 'friend XXX' .. fixes potential build bustage on HP-UX
1999-09-06 07:02:48 +00:00
pinkerton%netscape.com
034d69a7b1
get rid of unknown pragma warnings.
1999-09-05 22:13:32 +00:00
evaughan%netscape.com
832471f5a5
Added the ability to drag splitters. If any build problems call me at: 650 224-0620
1999-09-05 20:46:59 +00:00
evaughan%netscape.com
ac5306cc54
added files: mozilla/layout/xul/base/src/nsFrameNavigator.cpp
1999-09-05 20:37:34 +00:00
evaughan%netscape.com
0fb1f40d82
Added a helper class to search frame hierarchys.
1999-09-05 20:35:41 +00:00
rods%netscape.com
8f0d1e2b74
Fills in background color webshell gets centered and the size is large then the minium
1999-09-04 13:34:40 +00:00
pierre%netscape.com
2a94a7517b
Fixed #6874 "Hover doesn't work for gfx-rendered buttons"
1999-09-04 00:15:43 +00:00
peterl%netscape.com
d7164012f0
added accessors to additional style contexts
1999-09-03 23:41:20 +00:00
peterl%netscape.com
4e57447468
tracking UI & forms proposal changes
1999-09-03 23:40:35 +00:00
peterl%netscape.com
e0355cdb0b
fix warning
1999-09-03 23:40:22 +00:00
peterl%netscape.com
c2b8358af5
remove error output for non-error conditions
1999-09-03 23:38:40 +00:00
peterl%netscape.com
b3acd2378c
use reparent style context
1999-09-03 23:37:37 +00:00
peterl%netscape.com
dc30e49b82
added accessors for additional style contexts
1999-09-03 23:36:32 +00:00
peterl%netscape.com
e8b68a5fce
added reparent style context
1999-09-03 23:35:41 +00:00
peterl%netscape.com
6c381d978e
added accessors to additional style contexts
1999-09-03 23:35:14 +00:00
peterl%netscape.com
059bb06aa1
tracking UI & forms proposal changes
...
fixed impact of text decoration
1999-09-03 23:34:20 +00:00
peterl%netscape.com
10a7e0588b
tracking to UI & forms proposal changes
1999-09-03 23:33:06 +00:00
ftang%netscape.com
3d9bfed62b
fix bug 12500
1999-09-03 22:48:20 +00:00
ftang%netscape.com
00528a4ff3
fix bug 13063 12881
1999-09-03 22:46:16 +00:00
danm%netscape.com
fe1d16cc98
implemented intrinsic sizing method on DOM Window
1999-09-03 22:41:56 +00:00
radha%netscape.com
8183b57734
Dummy checkin to provide log information for the previous commit.
...
Basically in the previous commit, added a dictionary to the history
state object and made AddState() and get() use the dictionary
1999-09-03 22:19:03 +00:00
radha%netscape.com
29a6190951
*** empty log message ***
1999-09-03 22:10:57 +00:00
rods%netscape.com
96ed748ae2
ListControlFrame now use the nsSelectsAreaFrame to get the correct frame
...
when clicking in a list
removed NS_VIEW_PUBLIC_FLAG_DONT_CHECK_CHILDREN on list frames the events get routed correctly
1999-09-03 14:57:47 +00:00
rods%netscape.com
8bf2296fc4
Added NS_NewSelectsAreaFrame
1999-09-03 14:52:17 +00:00
rods%netscape.com
b217bda952
it now does its own reflow in Quirks mode and paint its own border in Quirks mode
...
(the size of the native border from look and feel)
1999-09-03 14:50:23 +00:00
rods%netscape.com
2bdffa9cdb
when in standard mode and calculating desired size it removes the width of the native border
...
because it is implicitly added during the calculation
1999-09-03 14:48:26 +00:00
rods%netscape.com
e6ba3a3633
during reflow it now should only reflow once for GFX widgets
1999-09-03 14:44:53 +00:00
rods%netscape.com
539035e6c3
added files: mozilla/layout/html/base/src/nsSelectsAreaFrame.cpp
1999-09-03 14:41:37 +00:00
rods%netscape.com
5f1d06aae3
Added nsSelectsAreaFrame.cpp to build
1999-09-03 14:38:26 +00:00
rods%netscape.com
4be12679a6
added family and font size to type text and textarea
1999-09-03 14:35:17 +00:00
rods%netscape.com
8937cbad86
initial add (not in the build yet)
1999-09-03 14:25:15 +00:00
rods%netscape.com
459973caae
Added extra parameters so PaintBorder can be used to draw borders with a size that
...
is passed in instead of get the size from style.
1999-09-03 14:12:09 +00:00
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