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

1971 Коммитов

Автор SHA1 Сообщение Дата
michaelp%netscape.com cb569a69be fixed for new passing of pres context into API. 1998-10-11 00:58:53 +00:00
kipp%netscape.com 367bee9920 Implement look-ahead logic for word breaking 1998-10-10 04:35:21 +00:00
kipp%netscape.com 2031470780 Added methods to support word breaking 1998-10-10 04:35:01 +00:00
kipp%netscape.com 0a69cca905 Added mInNBU flag (used to cache line layout's value so that it doesn't change out from under inline reflow) 1998-10-10 04:34:29 +00:00
kipp%netscape.com 795c11497a check for line layout's InNonBreakingUnit flag and save it and apply to available space checks and CanPlaceFrame to avoid breaking in the middle of a non breakable unit 1998-10-10 04:33:56 +00:00
kipp%netscape.com 8235f84572 Pass through text-runs to the line layout engine; removed a debug printf 1998-10-10 04:33:06 +00:00
kipp%netscape.com f558a4c64f Handle completion status better 1998-10-09 23:56:29 +00:00
kipp%netscape.com c6db34691b Removed skid marks; implement FindTextRuns again 1998-10-09 23:46:02 +00:00
kipp%netscape.com 13e54f058a Work around another unitialized-memory-read bug where sometimes (not sure why!) aEventStatus would not get set ever 1998-10-09 22:59:41 +00:00
kipp%netscape.com 6dceba716f Mork work on floaters; support for clear style property 1998-10-09 22:58:25 +00:00
kipp%netscape.com 068caa63c9 Lame support for nsIDOMRenderingContext API 1998-10-09 22:57:36 +00:00
buster%netscape.com 4a6afd6336 made allocation of mColumnWidths more flexible 1998-10-09 21:53:07 +00:00
troy%netscape.com de48854939 Moved nsStyleConsts.h from src->public, and reinstated IsBlockLevel()
member function
1998-10-09 20:54:22 +00:00
buster%netscape.com 2aa95d75a8 support nsTableOuterFrame incremental reflow 1998-10-09 19:59:45 +00:00
buster%netscape.com 16097e1a58 backed out troy's changes to fix the build 1998-10-09 19:55:02 +00:00
troy%netscape.com e6ef40f73f Added IsBlockLevel() inline member function 1998-10-09 17:53:36 +00:00
peterl%netscape.com fe1ca7d45f zero out border when style == none
fixed padding cache bug
1998-10-09 17:28:24 +00:00
troy%netscape.com 61be217b98 Removed reference to widgetSupports 1998-10-08 21:39:25 +00:00
troy%netscape.com c724e3393f Rearranged member functions to better group child frame enumeration related
functions
1998-10-08 21:03:59 +00:00
troy%netscape.com d25a9a35a2 Removed GetContentIndex() from nsIFrame 1998-10-08 20:35:16 +00:00
dcone%netscape.com d8400ed1cc updated make 1998-10-08 19:46:01 +00:00
karnaze%netscape.com 63f45a785b inline, shrinkwrap support for fieldsets, legneds 1998-10-08 19:04:57 +00:00
troy%netscape.com da48864fc7 Moved HandlePress,HandleDrag,HandleRelease from nsIFrame to nsFrame 1998-10-08 18:21:32 +00:00
dcone%netscape.com 4c099da38f fixed some small declaration problems 1998-10-08 17:48:50 +00:00
dcone%netscape.com 233aa43ce2 updated some files that needed to be in the build 1998-10-08 17:48:11 +00:00
kipp%netscape.com b6fdb1227b Fixed top relative position bug #1024 1998-10-08 15:37:34 +00:00
buster%netscape.com c81a22ecf1 all frames properly setting ascent and descent values for reflow
WIP incremental reflow in nsTableOuterFrame
1998-10-08 15:34:48 +00:00
karnaze%netscape.com 70a0abb395 fixed Mac bug due to undeclared index in for loop 1998-10-08 14:58:32 +00:00
karnaze%netscape.com 42797648cf fieldset, legend support. fixed bug #987 1998-10-08 04:38:41 +00:00
rpotts%netscape.com 7d88ecde74 Fixed crash due to null pointer... 1998-10-08 04:14:18 +00:00
peterl%netscape.com f65a2a8850 added css2 properties 1998-10-08 01:34:58 +00:00
peterl%netscape.com 154eeceebf init hash code to make purify happy 1998-10-08 01:32:41 +00:00
peterl%netscape.com e9cf015856 added CSS2 properties 1998-10-08 01:31:58 +00:00
peterl%netscape.com b9cc95d754 sync to css declaration changes 1998-10-08 01:31:38 +00:00
peterl%netscape.com a8c29650d6 moved from nsCSSDeclaration 1998-10-08 01:29:29 +00:00
peterl%netscape.com 4632b67a7b moved nsCSSValue to seperate file 1998-10-08 01:29:01 +00:00
peterl%netscape.com a2308e718a use loose hex to rgb color conversion for color parsing 1998-10-08 01:28:18 +00:00
peterl%netscape.com 759f587f49 improve speed of finding children 1998-10-08 01:27:38 +00:00
troy%netscape.com b01db804a6 Added some more documentation 1998-10-07 22:00:44 +00:00
troy%netscape.com f9057e4395 Updated the comments 1998-10-07 04:56:30 +00:00
vidur%netscape.com a0254879da Reimplemented nsiDOMNSHTMLFormElement interface on form class 1998-10-06 21:41:47 +00:00
kipp%netscape.com e3978b70e8 Support onPaint 1998-10-06 21:01:59 +00:00
kipp%netscape.com 3c84e9a593 Preliminary support for onPaint event handling 1998-10-06 21:01:41 +00:00
kipp%netscape.com d337168d8d Added a new atom 1998-10-06 21:01:08 +00:00
kipp%netscape.com 61525c5c74 Disabled overflow:visible handling for now 1998-10-06 21:00:58 +00:00
buster%netscape.com 05adbb04da fixed calculation for width of auto-width cells in constrained layout 1998-10-06 08:00:07 +00:00
pierre%netscape.com 91ffd7918d fix build: added nsDOMCSSDeclaration.cpp 1998-10-06 04:02:54 +00:00
pierre%netscape.com c954c5d637 fix build: remove nsDOMStyleDeclaration.cpp 1998-10-06 03:49:40 +00:00
vidur%netscape.com 7cff1485c8 Implemented style sheet and style rule interfaces on CSS classes. Made public new entry point for CSSParser for adding new imports. 1998-10-06 01:39:33 +00:00
kipp%netscape.com 186c55bec0 use new body factory method 1998-10-06 00:44:35 +00:00