gecko-dev/layout
mjudge%netscape.com 110a084f10 adding same code to paintAscii as i did to paintUnicode 1999-01-25 01:53:40 +00:00
..
base ok I am changing nsPresShell to "do the right thing". The virtual methods to support nsIFocusTracker needed to use the MACROS the same as the rest of the methods. I also moved the growing inline methods to their own method declarations. pres shell also needs to send itself as a focus tracker to "reset selection" to allow a callback to reset the frames that will be the focus and anchor frames for the future. getting frames from content is easy, getting the exact frame with an offset as well is difficult. nsTextFrame does some funny things with whitespaces that was throwing off the selection code. one minute the beginning of a word is offset 1 then it grows to 2 if the whitespace on the previous line wraps. I also put limits on the selection drawing. the drawing was happening after reflow, but before reset selection. this made the selection drawing extend beyond the legal limits of the "textlength". P.S. since the paint unicode and paint ascii are so similar, is it better to make a helper func to do the common things? or maybe make another method just to save namespace? 1999-01-25 01:48:01 +00:00
build Adding linkage for the XUL base library. 1999-01-22 04:15:29 +00:00
config Use -Zi and PDB's for dll creation too 1998-08-28 23:32:47 +00:00
events Move focus shifting code from nsScrollingView.cpp to nsEventStateManager.cpp 1999-01-08 21:13:59 +00:00
forms Fixed ReflowTemp() so it's doing a legal incremental reflow, and changed 1999-01-22 23:10:02 +00:00
generic adding same code to paintAscii as i did to paintUnicode 1999-01-25 01:53:40 +00:00
html adding same code to paintAscii as i did to paintUnicode 1999-01-25 01:53:40 +00:00
macbuild added nsViewportFrame.cpp for Troy 1999-01-24 22:01:58 +00:00
style allow reconstruct frames to work on all documents 1999-01-23 07:08:38 +00:00
tables StyleContext passed onto PaintBorder() 1999-01-22 22:38:34 +00:00
tools Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
xml cleaned up style sheet ordering 1999-01-23 07:09:06 +00:00
xsl Definition and implementation of nsXSLContentSink. The XSL content sink 1998-12-27 08:48:00 +00:00
xul StyleContext passed onto PaintBorder() 1999-01-22 22:38:34 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in build xul 1999-01-21 03:41:43 +00:00
makefile.win build xul 1999-01-21 03:41:43 +00:00