- 24 Jul, 2008 12 commits
-
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
msxml3: Change ISAXXMLReader_characters implementation so it works correctly on files with '\r' characters.
-
Piotr Caban authored
-
Piotr Caban authored
Parsing is not working when XMLDOMDocument is passed. It's because IXMLDOMDocument_get_xml returns incomplete data.
-
Piotr Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
Based on patch by Ivan Sinitsin.
-
Jacek Caban authored
Based on patch by Ivan Sinitsin.
-
Hans Leidekker authored
-
- 23 Jul, 2008 28 commits
-
-
Reece Dunn authored
-
Andrew Talbot authored
-
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
-