This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
view
/
src
History
beard%netscape.com
db94531e70
bug 20185 [PDT+], landing nsViewManager2, r=sfraser
...
git-svn-id: svn://10.0.0.236/trunk@61078 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 05:52:44 +00:00
..
Makefile.in
build nsViewManager.cpp on linux r=beard
2000-01-17 00:43:57 +00:00
makefile.win
build nsViewManager2.cpp on windows r=beard
2000-01-17 00:45:51 +00:00
nsScrollingView.cpp
Fix bug 16200 (mostly) for both GFX and native scrollbars by rounding scroll requests to the nearest pixel and, from then on, only using that rounded value. Previously, disagreements (of a fraction of a pixel) between what was on the screen and what was supposed to be there caused rounding problems (particularly at less common logical resolutions). There is a chance this may not be necessary in the future, because transform changes may fix this.
2000-01-31 02:44:10 +00:00
nsScrollingView.h
Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
2000-01-21 21:56:09 +00:00
nsScrollPortView.cpp
Fix bug 16200 (mostly) for both GFX and native scrollbars by rounding scroll requests to the nearest pixel and, from then on, only using that rounded value. Previously, disagreements (of a fraction of a pixel) between what was on the screen and what was supposed to be there caused rounding problems (particularly at less common logical resolutions). There is a chance this may not be necessary in the future, because transform changes may fix this.
2000-01-31 02:44:10 +00:00
nsScrollPortView.h
Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
2000-01-21 21:56:09 +00:00
nsView.cpp
changed test of mClip from (left == right) && (top == bottom) to (left == 0) && (right == 0) && (top == 0) && (bottom == 0). Added test for empty clip rect, to avoid painting. Added an assert to make sure mClip is set to reasonable values. r=pavlov
2000-02-05 04:11:55 +00:00
nsView.h
added Set/GetCompositorFlags(), which will eventually replace GetScratchPoint().
2000-02-02 00:58:22 +00:00
nsViewFactory.cpp
bug 20185 [PDT+], landing nsViewManager2, r=sfraser
2000-02-16 05:52:44 +00:00
nsViewManager2.cpp
bug 20185 [PDT+], landing nsViewManager2, r=sfraser
2000-02-16 05:52:44 +00:00
nsViewManager2.h
bug 20185 [PDT+], landing nsViewManager2, r=sfraser
2000-02-16 05:52:44 +00:00
nsViewManager.cpp
bug 25336, fixes incorrect usage of unsigned integer causing an infinite loop, r=jst@citec.fi (he originated the patch).
2000-02-15 22:11:31 +00:00
nsViewManager.h
Prevent synchronous paints during reflows bug 20150; r=rods@netscape.com
2000-02-09 15:48:01 +00:00