gecko-dev/layout/generic
1999-06-15 06:16:29 +00:00
..
broken-image.gif new 1998-06-03 18:31:14 +00:00
nsAbsoluteContainingBlock.cpp Initial checkin 1999-04-16 01:39:45 +00:00
nsAbsoluteContainingBlock.h Initial check in 1999-04-16 01:39:34 +00:00
nsAreaFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsAreaFrame.h Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsBlockBandData.cpp Removed compiler warnings 1999-04-27 22:14:17 +00:00
nsBlockBandData.h Fixed bug #5192 by growing the trapezoid buffer as needed 1999-04-20 23:08:03 +00:00
nsBlockFrame.cpp delete floaters before regular children 1999-06-15 06:16:29 +00:00
nsBlockFrame.h Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsBlockReflowContext.cpp Incomplete workaround for bug #5453 1999-05-10 22:28:04 +00:00
nsBlockReflowContext.h Switch to nsIPresContext*'s instead of nsIPresContext&'s 1999-04-20 00:27:08 +00:00
nsBlockReflowState.cpp delete floaters before regular children 1999-06-15 06:16:29 +00:00
nsBlockReflowState.h delete floaters before regular children 1999-06-15 06:16:29 +00:00
nsBRFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsBulletFrame.cpp Use revised image loading apis 1999-04-13 21:49:58 +00:00
nsBulletFrame.h Use revised image loading apis 1999-04-13 21:49:58 +00:00
nsContainerFrame.cpp Fix for bug 2989 - correcting result of GetFrameForPoint. 1999-05-07 00:08:02 +00:00
nsContainerFrame.h Removed some code from nsContainerFrame that is no longer needed now that' 1999-04-12 23:46:02 +00:00
nsFirstLetterFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsFrame.cpp fixing table selection again. also adding parameter to nsIFocusTracker that allows us to get the current caret location. I am also stopping nsTableRowFrame from putting blue border around itself since cells are a high enough granularity. made a change to nsIFrame GetPosition to remove some useless parameters ect. this caused me to change nsDOMEvent.cpp and some other places. 1999-06-10 21:08:17 +00:00
nsFrame.h fixing table selection again. also adding parameter to nsIFocusTracker that allows us to get the current caret location. I am also stopping nsTableRowFrame from putting blue border around itself since cells are a high enough granularity. made a change to nsIFrame GetPosition to remove some useless parameters ect. this caused me to change nsDOMEvent.cpp and some other places. 1999-06-10 21:08:17 +00:00
nsFrameFrame.cpp bug 1252, check for null view 1999-06-03 04:34:49 +00:00
nsFrameList.cpp Removed dependence on nsFrame (a no-no) 1999-03-24 15:40:44 +00:00
nsFrameList.h Removed Join() function from nsFrameList, because we already has a version 1999-04-13 00:06:17 +00:00
nsFrameSetFrame.cpp Bug 7935: Resizing frames beyond edge doesn't cause offset anymore. 1999-06-11 01:18:50 +00:00
nsFrameSetFrame.h Bug 7935: Resizing frames beyond edge doesn't cause offset anymore. 1999-06-11 01:18:50 +00:00
nsFrameUtil.cpp Implement tree diffing and dumping of regression data 1999-02-08 17:55:29 +00:00
nsHTMLContainerFrame.cpp Fixed some visibility bugs in order to make the tab widget work correctly. 1999-05-19 22:14:11 +00:00
nsHTMLContainerFrame.h Added ReparentFrameView() and changed the block and inline code 1999-04-11 04:22:00 +00:00
nsHTMLFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsHTMLParts.h added support for Ender GFX-rendered text control 1999-06-12 22:28:11 +00:00
nsHTMLReflowCommand.cpp use new nsHTMLReflowState ctors 1999-03-05 04:29:11 +00:00
nsHTMLReflowCommand.h Added additional parameter to GetNext() that specifies whether the frame is 1999-01-20 05:11:17 +00:00
nsHTMLReflowState.cpp bug 6185 - absolutely positioned target nsHTMLFrameInnerFrames don't get processed by InitAbsoluteConstraints. 1999-05-10 22:59:03 +00:00
nsIFrame.h fixing table selection again. also adding parameter to nsIFocusTracker that allows us to get the current caret location. I am also stopping nsTableRowFrame from putting blue border around itself since cells are a high enough granularity. made a change to nsIFrame GetPosition to remove some useless parameters ect. this caused me to change nsDOMEvent.cpp and some other places. 1999-06-10 21:08:17 +00:00
nsIFrameUtil.h Revised API 1999-02-08 17:55:08 +00:00
nsILineIterator.h new 1999-05-13 00:54:03 +00:00
nsImageFrame.cpp adding in selection of non text frames in editor only 1999-05-17 00:21:18 +00:00
nsImageFrame.h new 1999-04-13 21:50:25 +00:00
nsImageMap.cpp Fixed rendering bug with drawing poly areas during debug drawing 1999-04-22 03:40:38 +00:00
nsImageMap.h sync to new state change api 1999-04-20 00:06:58 +00:00
nsInlineFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsInlineFrame.h Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsIPageSequenceFrame.h Fixed a compiler warning where there was an extra ',' after an enum 1998-12-18 05:46:00 +00:00
nsLeafFrame.cpp Whacked paint methods to use new constants 1999-03-26 00:39:35 +00:00
nsLeafFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsLineBox.cpp Fixed typo 1999-05-13 01:52:52 +00:00
nsLineBox.h Updated line iterator impl to match API in nsILineIterator 1999-05-13 00:54:28 +00:00
nsLineLayout.cpp Adding support in line layout for the CSS "direction" property. 1999-05-08 00:48:39 +00:00
nsLineLayout.h Adding support in line layout for the CSS "direction" property. 1999-05-08 00:48:39 +00:00
nsObjectFrame.cpp Hooking up event passing to winless plugins 1999-06-15 05:28:23 +00:00
nsPageFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsPageFrame.h Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsPlaceholderFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsPlaceholderFrame.h Implement List method 1999-05-03 20:54:24 +00:00
nsSimplePageSequence.cpp background Image speed up 1999-06-11 14:43:14 +00:00
nsSimplePageSequence.h Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsSpaceManager.cpp Removed unused variable 1999-04-27 22:07:43 +00:00
nsSpaceManager.h BandRect needs to be public to be visible outside the class definition (HPUX bustage) 1999-02-26 17:36:00 +00:00
nsSpacerFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsSplittableFrame.cpp selection changes for new model of content only. frames no longer contain variables referring to selection state outside of 1 bit. keyboard selection will now be disabled until i can get it working in the new selection world order. 1999-04-26 04:02:04 +00:00
nsSplittableFrame.h Removed nsIFrame::CreateContinuingFrame() 1999-02-25 05:31:15 +00:00
nsTextFrame.cpp minor changes to tweak fix from before. GetPositionSlowly was returning wrong thing causing small caps and other wierd spacing letters to be selected incorrectly. 1999-06-10 21:55:14 +00:00
nsTextTransformer.cpp fix bug 7544 1999-06-15 02:21:03 +00:00
nsTextTransformer.h add one boolean to indicate word break or line break 1999-04-06 22:41:44 +00:00
nsViewportFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00