- 23 Jul, 2008 37 commits
-
-
Nicolas Le Cam authored
-
Nicolas Le Cam authored
-
Dan Kegel authored
-
Aric Stewart authored
-
Detlef Riekenberg authored
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
This is a minimal model of what happens in Corman Lisp 3.0 - subclassed window class that unconditionally calls ShowScrollBar() to force scrollbar visibility.
-
Alex Villacís Lasso authored
Alternate method of forcing (in)visibility of scrollbars, with SetWindowLongA().
-
Alex Villacís Lasso authored
Some applications have never heard of ES_DISABLENOSCROLL and attempt to force scrollbars to be always shown (with ShowScrollBar() or similar) when otherwise richedit would hide them. If richedit attempts to wrestle control back, a recursive loop of requests can result if app overrides WM_SIZE behavior. Apparently native never reads the scrollbar state, and operates from some sort of internal state, so that scrollbars can be modified externally without native trying to wrestle back control. This is confirmed by attached tests. An exception: EM_SCROLL will restore visibility to a scrollbar that was forcibly hidden.
-
Aric Stewart authored
Implement Japanese auto detect, JIS and EUC encoding conversions to Unicode and back. These conversions are not done in code pages but are simple algorithms.
-
Zac Brown authored
-
Adam Petaccia authored
-
Adam Petaccia authored
-
Adam Petaccia authored
-
Adam Petaccia authored
-
Adam Petaccia authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Alexandre Julliard authored
-
Owen Rudge authored
-
Owen Rudge authored
-
Owen Rudge authored
-
Owen Rudge authored
-
Owen Rudge authored
-
Ismael Barros authored
-
Ismael Barros authored
-
Alexandre Julliard authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Roy Shea authored
-
Nikolay Sivov authored
-
H. Verbeet authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
The minimal height should be saved so that it survives WM_SIZE or WM_SETFONT.
-
Mikołaj Zalewski authored
-
Gerald Pfeifer authored
-
Reece Dunn authored
-
- 22 Jul, 2008 3 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-