- 24 Jul, 2008 21 commits
-
-
Juan Lang authored
-
Juan Lang authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
This is an ATI specific format designed for compressed normal maps, and quite a few games check for its existence. While it is an ATI-specific "extension" in d3d9, it is a core part of D3D10(DXGI_FORMAT_BC5), and supported on Geforce 8 cards.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Nikolay Sivov authored
-
H. Verbeet authored
-
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 19 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
-