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

204 Коммитов

Автор SHA1 Сообщение Дата
peterl a8329d74b5 added list method 1998-05-18 21:02:49 +00:00
kipp c0075966dd Flipped state value of NS_FRAME_COMPLETE with NS_FRAME_NOT_COMPLETE; added new methods WillReflow and DidReflow as well as GetFrameState and SetFrameState 1998-05-14 00:47:05 +00:00
peterl 084e36938f added style size calculation methods
made get style data const
1998-05-13 22:38:09 +00:00
peterl cb3cb74d17 removed cache invalidation methods 1998-05-13 22:35:30 +00:00
troy 2269c1d962 Changes to space manager implementation. 1998-05-13 16:22:44 +00:00
kipp f926f04a0b Eliminate anonymous struct (and useless bitfields) to fix irix compilation problem 1998-05-13 00:10:35 +00:00
kipp a56175b972 Export nsIFrameImageLoader too 1998-05-13 00:10:06 +00:00
kipp 6a762cbfff Added methods to invalidate the caches 1998-05-12 23:47:50 +00:00
troy 2f7c5e2ad6 Changed API 1998-05-12 23:02:14 +00:00
peterl 8f0b181a70 Merged nsStyleBorder & nsStyleSpacing
changed spacing values o use nsStyleSides
removed virtual methods
1998-05-12 22:21:03 +00:00
peterl c66846cbf8 added factor unit type
added nsStyleSides
1998-05-12 22:18:42 +00:00
troy 8f2db5dfa6 Changed enum to conform with coding standards 1998-05-12 04:38:23 +00:00
troy 5b69e1f043 Change to nsIFrame API 1998-05-12 04:17:56 +00:00
kipp f66e300932 Added stop and abort methods 1998-05-12 01:28:31 +00:00
kipp 4bd1b3a848 Revised image loading API's 1998-05-11 22:57:05 +00:00
kipp 0175c0420c Export nsIFrameImageLoader.h 1998-05-11 22:55:54 +00:00
kipp 8fa5204d63 new 1998-05-11 22:52:40 +00:00
troy 71191f123b More incremental reflow work. 1998-05-11 18:38:10 +00:00
kipp 2cc285c48b Added enter/exit reflow lock methods 1998-05-09 03:21:34 +00:00
kipp 7e5dd2d493 Revised LoadImage API to use NS_IMETHOD and provide alot more information about the load 1998-05-09 03:21:19 +00:00
rods e80f937688 added Selection methods to nsICodment, nsDocument, nsiSplittableFRame 1998-05-08 15:07:41 +00:00
troy b3c5708bd1 Added ContentChanged() member function 1998-05-08 04:45:37 +00:00
kipp f8bff82f91 Changed CreateContinuingFrame to take a style context argument to reduce style context creation 1998-05-07 00:05:37 +00:00
kipp e03db2b516 Updated CreateFrame to take a style context argument to reduce style context creation 1998-05-07 00:05:13 +00:00
troy 02e5832c88 Started adding ContentChanged() notifications 1998-05-06 16:28:55 +00:00
troy d477d86672 Frames no longet store the content index-in-parent 1998-05-05 23:56:50 +00:00
troy b6217c70a6 Changed body to create block pseudo-frame instead of a column pseudo frame,
and hooked up the reflow appended code
1998-05-03 03:51:48 +00:00
kostello a5c40d6b25 * Made SetStyleContext take the presentation context as a parameter
* Made DidSetStyleContext virtual, since we need to override the behavior in subclasses
1998-05-01 20:43:02 +00:00
rpotts 11bc3a6660 nslayout.h is *all* lower case 1998-05-01 05:55:11 +00:00
peterl 3d7101b7ce updated api, added new units 1998-04-30 19:50:36 +00:00
peterl 349e809427 changed nsStypePosition to use nsStyleCoord 1998-04-30 19:50:18 +00:00
rods 40bc934f3b initial 1998-04-30 19:15:05 +00:00
rods 4ff8130ec4 added selection classes to makefiles and added the selection object and methods to nsDocument and nsIDocument 1998-04-30 18:21:59 +00:00
peterl 078fdb51a3 added normal value 1998-04-29 21:05:28 +00:00
peterl bc77280fd7 removed unneeded destructors 1998-04-29 21:04:57 +00:00
peterl 7f0ab2c651 added nsStyleCoord 1998-04-28 23:54:06 +00:00
troy beceaa1b53 Added mClip and mClipFlags to nsStylePosition 1998-04-28 03:21:18 +00:00
kipp 05983c54da Added nsStyleValue and then updated nsStyleText to use it 1998-04-27 21:19:45 +00:00
kipp 0e59c2de8c Removed hack 1998-04-27 15:39:58 +00:00
troy 1b17c6e7f7 Added function to set a trapezoid's shape based on a rectangle 1998-04-27 03:35:05 +00:00
kipp 7c51e017b9 Cleaned up the API 1998-04-25 18:32:59 +00:00
kipp edb8a27c9e Added nsStyleText, nsStyleDisplay; removed nsStyleMolecule and hack code; cleaned up a few others 1998-04-25 18:32:11 +00:00
troy e6ae1b0bcb Added mOverflow to nsStylePosition 1998-04-25 04:07:18 +00:00
troy 800accf63a Added mZIndex to nsStylePosition. Absolutely positioned code now passed
it along to view system
1998-04-24 18:34:31 +00:00
troy 2adf9e6718 Added more position properties and removed some stuff from nsStyleMolecule 1998-04-24 03:50:38 +00:00
troy 55632fc7af Added nsStylePosition 1998-04-22 23:29:01 +00:00
peterl fdc0e3f023 WIP removing border, margin & padding from nsStyleMolecule 1998-04-22 06:32:17 +00:00
troy 73a2d89927 Changed space manager to pass in the frame that's associated with a block
of unavailable space
1998-04-21 23:06:41 +00:00
peterl 365c3a7d93 added spacing and border structs 1998-04-21 00:02:44 +00:00
troy 38fe177725 Changed the space manager interface to return trapezoids instead
of rects
1998-04-20 23:53:47 +00:00
troy e1e6d470ff Changed IsSplittable to have three return values 1998-04-17 23:08:20 +00:00
troy 3ce8e88882 Changed nsIFrame member functions to return a nsresult 1998-04-17 01:41:24 +00:00
scullin c706c01f42 IRIX build fixes. 1998-04-14 01:56:50 +00:00
kipp 098bef52b4 moved to pub 1998-04-13 20:24:54 +00:00