Commit Graph

36498 Commits

Author SHA1 Message Date
Alistair Leslie-Hughes 995835e113 mshtml: Implement IHTMLBody get/put_Text. 2008-09-18 13:28:48 +02:00
Alistair Leslie-Hughes b64b5ea5ea msxml3: Correct IDispatchEx Invoke to return the correct object. 2008-09-18 13:28:40 +02:00
Jan de Mooij 403221c228 comctl32/treeview: Fix pszText NULL pointer dereference. 2008-09-18 13:26:19 +02:00
Mikołaj Zalewski a72fbdd023 shell32: autocomplete: Remove some obsolete FIXMEs, update some comments. 2008-09-18 12:53:25 +02:00
Mikołaj Zalewski d9190052a2 shell32: autocomplete: Implement GetDropDownStatus. 2008-09-18 12:53:18 +02:00
Mikołaj Zalewski ba6ddf28b4 shell32: autocomplete: Make SetOptions handle setting the ACO_AUTOSUGGEST after Init, fix ACO_AUTOSUGGEST|ACO_AUTOAPPEND case. 2008-09-18 12:53:07 +02:00
Mikołaj Zalewski db74fed6d1 shell32: autocomplete: Fix a logical AND to a bitwise AND. 2008-09-18 12:52:44 +02:00
Mikołaj Zalewski a4fd5a1f40 shell32: autocomplete: Add stub IAutoCompleteDropDown interface. 2008-09-18 12:52:31 +02:00
Huw Davies 2097387e04 inetcomm: Make variable static to fix crash on process detach. 2008-09-18 12:33:05 +02:00
Jeff Zaroyko 22a33168c9 kernel32: Modify DeleteFileW to fail on directories. 2008-09-18 12:32:57 +02:00
Dylan Smith 87292d81ee richedit: Avoid unconditionally rewrapping text on scroll. 2008-09-18 12:32:50 +02:00
Dylan Smith da058cbf67 richedit: Handle deletion at the end of text properly. 2008-09-18 12:32:44 +02:00
Juan Lang abde9a91f2 crypt32: Add support for the CERT_EXTENDED_ERROR_INFO_PROP_ID. 2008-09-18 12:32:36 +02:00
Juan Lang 61077035fc wintrust: Don't assume dwStateAction is set in WINTRUST_DATA. 2008-09-18 12:32:31 +02:00
Paul Vriens 9b4a5cd065 crypt32/tests: Don't crash on win9x. 2008-09-18 12:24:07 +02:00
Jacek Caban 9e68badeaf jscript: Added for statement implementation. 2008-09-18 12:23:17 +02:00
Jacek Caban 9933568063 jscript: Added continue statement implementation. 2008-09-18 12:23:12 +02:00
Jacek Caban 7bde1a3345 jscript: Added while and do..while statement implementation. 2008-09-18 12:23:07 +02:00
Jacek Caban b48489be3c jscript: Added String.length implementation. 2008-09-18 12:23:01 +02:00
Jacek Caban c137281469 jscript: Added to_string(VT_I4) implementation. 2008-09-18 12:22:56 +02:00
Jacek Caban 788197d592 jscript: Added array literal implementation. 2008-09-18 12:22:50 +02:00
Jacek Caban 44849c3fc9 jscript: Added eval implementation. 2008-09-18 12:22:43 +02:00
Jacek Caban 1bbc34f2f2 jscript: Added bool and null to number conversion implementation. 2008-09-18 12:22:36 +02:00
Jacek Caban 7c6b6c8ca8 jscript: Added plus expression implementation. 2008-09-18 12:22:30 +02:00
Jacek Caban 20bc98d5d8 jscript: Added '~' expression implementation. 2008-09-18 12:22:23 +02:00
Jacek Caban c0bfbba859 jscript: Added ',' expression implementation. 2008-09-18 12:22:16 +02:00
Jacek Caban 5288c5b07c jscript: Added '^=' expression implementation. 2008-09-18 12:22:10 +02:00
Jacek Caban 7202197dfa jscript: Added '^' expression implementation. 2008-09-18 12:22:06 +02:00
Jacek Caban b8aeb15cb5 jscript: Added '&=' expression implementation. 2008-09-18 12:22:00 +02:00
Jacek Caban d2de1d3103 jscript: Added '&' expression implementation. 2008-09-18 12:21:55 +02:00
Jacek Caban a51ec811c7 jscript: Added '|=' expression implementation. 2008-09-18 12:21:49 +02:00
Jacek Caban ec6411a7fc jscript: Added '|' expression implementation. 2008-09-18 12:21:44 +02:00
Jacek Caban 32a3a167b6 jscript: Added break statement implementation. 2008-09-18 12:21:34 +02:00
Jacek Caban 2b16387708 jscript: Added switch statement implementation. 2008-09-18 12:21:29 +02:00
Jacek Caban c0f3c78954 jscript: Added 'new' expression implementation. 2008-09-18 12:21:23 +02:00
Jacek Caban 47fcf8d0c7 jscript: Added '!=' expression implementation. 2008-09-18 12:21:16 +02:00
Jacek Caban d699834892 jscript: Added '==' expression implementation. 2008-09-18 12:21:07 +02:00
Alexandre Julliard 8e7dad93ef winex11: Compare the window position against the cached position in ConfigureNotify. 2008-09-17 21:17:12 +02:00
Alexandre Julliard ecf579b8c4 winex11: Ignore the initial WM_STATE transition out of withdrawn state. 2008-09-17 21:17:11 +02:00
Alexandre Julliard 3cb23d3455 winex11: Don't try to retrieve the X11 size on ShowWindow for zero-sized windows. 2008-09-17 21:17:11 +02:00
Alexandre Julliard 308476ef2f winex11: Force the X11 size of zero-sized window to always be 1x1. 2008-09-17 21:11:47 +02:00
Henri Verbeet 9e3b9f8b41 wined3d: Add a checkGLcall() at the end of loadTexCoords().
To prevent GL errors in loadTexCoords from showing up in different state handlers
2008-09-17 20:50:04 +02:00
Henri Verbeet 9e955d3a28 wined3d: Make the debug channels more consistent. 2008-09-17 20:49:57 +02:00
Henri Verbeet 728932f2eb wined3d: Don't needlessly bind the texture in PreLoad(). 2008-09-17 20:49:47 +02:00
Henri Verbeet 17330c03de wined3d: Don't assume the texture is bound in IWineD3DVolumeImpl_LoadTexture(). 2008-09-17 20:49:42 +02:00
Henri Verbeet 99981f2604 wined3d: Remove some assumptions that PreLoad() will always bind the texture. 2008-09-17 20:49:38 +02:00
Henri Verbeet 53a7951230 wined3d: Clarify a comment. 2008-09-17 20:49:33 +02:00
Paul Chitescu da012ed8e7 user32: Stub for LockWorkStation. 2008-09-17 18:11:11 +02:00
Alexandre Julliard 382ef908f1 kernel32/tests: Handle the win2k3 version check behavior. 2008-09-17 16:29:53 +02:00
Alexandre Julliard 392387400e user32/tests: Fix some test failures on win9x. 2008-09-17 16:29:32 +02:00