Commit Graph

130 Commits

Author SHA1 Message Date
kipp
3773985de9 Implement new frame methods and store the current state 1998-05-14 00:47:32 +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
a28652c5d3 connected spacing calculations to frame 1998-05-13 22:38:54 +00:00
peterl
5000488855 fixed style position values 1998-05-13 22:38:37 +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
michaelp
d55497643c added gamma correction methods to the device context. the windows rendering context now
gamma corrects colors. fixed tablecellframe to call the right nsStyleCoord constructor.
1998-05-13 18:15:06 +00:00
troy
2269c1d962 Changes to space manager implementation. 1998-05-13 16:22:44 +00:00
kipp
186c393da1 Removed unused variable 1998-05-13 00:12:54 +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
0f25b685df Removed left/right margin calc as caller is doing it 1998-05-12 23:48:37 +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
troy
224249091a Added new member functions 1998-05-12 23:02:02 +00:00
peterl
a74065d6fc sync to nsStyleSpacing api changes 1998-05-12 22:58:14 +00:00
peterl
9bc80be166 sync to new spacing apis 1998-05-12 22:28:01 +00:00
peterl
1b9417b6fa added table enums
added clip flags
1998-05-12 22:25:31 +00:00
peterl
4abbba9368 added factor unit
added nsStyleSides
1998-05-12 22:24:12 +00:00
peterl
0822939f9d merged nsStyleBorder & nsStyleSpacing
changed spacing data to use nsStyleSides
removed virtual methods
added nsStyleTable
1998-05-12 22:23:13 +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
a5887e310b Init band data so that zero is returned on failure 1998-05-12 01:30:57 +00:00
kipp
8ad0fdc600 Re-installed the temporary content appended hack 1998-05-12 01:30:40 +00:00
kipp
d0ae47e340 Pass on stop image load to the image loader too so that circular references can be broken and memory can get released properly 1998-05-12 01:30:15 +00:00
kipp
b58d55a356 Removed unused variables and methods 1998-05-12 01:29:43 +00:00
kipp
7004a73082 Implement stop and abort; stop properly breaks circular link to image request 1998-05-12 01:29:29 +00:00
kipp
9f9c04ca2b Declare stop and abort methods 1998-05-12 01:28:51 +00:00
kipp
f66e300932 Added stop and abort methods 1998-05-12 01:28:31 +00:00
kipp
619471fc16 Use new image loading API's 1998-05-11 22:58:20 +00:00
kipp
4bd1b3a848 Revised image loading API's 1998-05-11 22:57:05 +00:00
kipp
4542f9f903 Removed image loading code (factored out into nsFrameImageLoader); revised API for image loading 1998-05-11 22:56:58 +00:00
kipp
0eb99d9f58 Added nsFrameImageLoader 1998-05-11 22:56:23 +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
8c077bc14e Fixed build bustage 1998-05-11 21:03:50 +00:00
troy
71191f123b More incremental reflow work. 1998-05-11 18:38:10 +00:00
kipp
e09e86128b Use new LoadImage API 1998-05-09 03:23:54 +00:00
kipp
46b1b4e39c Cheesy implementation of the reflow lock and content appended 1998-05-09 03:22:41 +00:00
kipp
5fdc67cce5 Updated to new API 1998-05-09 03:22:14 +00:00
kipp
d2e721ddd9 Reworked load image support and provided content changed calls to the shell when image sizes arrive 1998-05-09 03:22:01 +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
kipp
2358c691b7 Fixed irix bustage 1998-05-08 21:12:12 +00:00
rods
1d7ce79a12 added major selection method and data members 1998-05-08 18:33:42 +00:00
troy
f6213badc1 Changed container related functions to return NS_ERROR_NOT_IMPLEMENTED
instead of NS_OK
1998-05-08 17:02:35 +00:00
troy
d555488943 Changed ContentChanged() to generate a reflow command 1998-05-08 16:33:07 +00:00
rods
e80f937688 added Selection methods to nsICodment, nsDocument, nsiSplittableFRame 1998-05-08 15:07:41 +00:00