wine
2008-09-19  Alexandre Julliardntdll/tests: Fix a couple of tests failing on NT4.
2008-09-19  Alexandre Julliardkernel32/tests: Fix a couple of tests failing on NT4.
2008-09-19  Alexandre Julliardkernel32/tests: Fix race condition in the thread test.
2008-09-19  Allan Tongwined3d: Fix Geforce9 detection.
2008-09-19  Jeff Zaroykodsound: Fix a failing test on XP.
2008-09-19  Juan Langtools/wine.inf: Register cryptdlg.
2008-09-19  Juan Langinclude: Add missing defines.
2008-09-19  Juan Langinclude: Fix typo.
2008-09-19  Juan Langwintrust: Add traces to a few more functions.
2008-09-19  Owen Rudgeshell32: Check CPL_NEWINQUIRE message in control panel...
2008-09-19  Jacek Cabanjscript: Added function constructor object.
2008-09-19  Jacek Cabanjscript: Added more to_string implementation.
2008-09-19  Jacek Cabanjscript: Minor fixes.
2008-09-19  Jacek Cabanjscript: Added '>>>=' expression implementation.
2008-09-19  Jacek Cabanjscript: Added '>>=' expression implementation.
2008-09-19  Jacek Cabanjscript: Added '<<=' expression implementation.
2008-09-19  Jacek Cabanjscript: Added '>>>' expression implementation.
2008-09-19  Jacek Cabanjscript: Added '>>' expression implementation.
2008-09-19  Jacek Cabanjscript: Added '<<' expression implementation.
2008-09-19  Jacek Cabanjscript: Added with statement implementation.
2008-09-19  Jacek Cabanjscript: Added delete expression implementation.
2008-09-19  Jacek Cabanjscript: Added for..in statement implementation.
2008-09-19  Jacek Cabanjscript: Added String.charAt implementation.
2008-09-19  Jacek Cabanjscript: Added void expression implementation.
2008-09-19  Christian Costad3dxof: Fix IDirectXFileDataImpl_GetType.
2008-09-19  Alexandre Julliardgdi32/tests: Skip test that depends on Tahoma if it...
2008-09-19  Alexandre Julliarduser32/tests: Fix a few more message test failures.
2008-09-19  Paul Vrienscrypt32/tests: Add a missing CryptMsgUpdate.
2008-09-19  Detlef Riekenbergdlls: Do not use __WINE_ALLOC_SIZE between void and *.
2008-09-19  Detlef Riekenbergwinspool: Use the backend for AddMonitor.
2008-09-19  Detlef Riekenberglocalspl: Implement AddMonitor.
2008-09-19  Detlef Riekenbergadvapi32: Remove outdated comment.
2008-09-19  Dylan Smithrichedit: Removed a redundant condition.
2008-09-19  Henri Verbeetwined3d: Create a FBO for each combination of render...
2008-09-19  Henri Verbeetwined3d: Get rid of context_set_depth_stencil_fbo().
2008-09-19  Henri Verbeetwined3d: Get rid of context_set_render_target_fbo().
2008-09-19  Henri Verbeetwined3d: Handle drawbuffers in context_apply_fbo_state...
2008-09-19  Henri Verbeetwined3d: Split off a function for applying an attachmen...
2008-09-19  Henri Verbeetwined3d: Move FBO handling functions to context.c.
2008-09-18  Rob Shearmanwidl: Don't automatically add DUMMYUNIONNAME and DUMMYS...
2008-09-18  Rob Shearmaninclude: Add explicit DUMMYUNIONNAME and DUMMYSTRUCTNAM...
2008-09-18  Huw Daviesgdi32: Factor out the name table lookup into a separate...
2008-09-18  Alistair Leslie... mshtml: Implement IHTMLBody get/put_Text.
2008-09-18  Alistair Leslie... msxml3: Correct IDispatchEx Invoke to return the correc...
2008-09-18  Vitaly Lipatovwineboot: Do registry update with wineboot --update...
2008-09-18  Jan de Mooijcomctl32/treeview: Fix pszText NULL pointer dereference.
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Remove some obsolete FIXMEs...
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Implement GetDropDownStatus.
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Make SetOptions handle setting...
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Fix a logical AND to a bitwise...
2008-09-18  Mikołaj Zalewskishell32: autocomplete: Add stub IAutoCompleteDropDown...
2008-09-18  Mikołaj Zalewskiinclude: Add IAutoCompleteDropDown declaration.
2008-09-18  Huw Daviesinetcomm: Make variable static to fix crash on process...
2008-09-18  Huw Daviesinclude: Fill in IMimeEnumProperties.
2008-09-18  Jeff Zaroykokernel32: Modify DeleteFileW to fail on directories.
2008-09-18  Dylan Smithrichedit: Avoid unconditionally rewrapping text on...
2008-09-18  Dylan Smithrichedit: Handle deletion at the end of text properly.
2008-09-18  Juan Langcrypt32: Add support for the CERT_EXTENDED_ERROR_INFO_P...
2008-09-18  Juan Langwintrust: Don't assume dwStateAction is set in WINTRUST...
2008-09-18  Juan Langwintrust: Add a few missing defines.
2008-09-18  Paul Vrienscrypt32/tests: Don't crash on win9x.
2008-09-18  Jacek Cabanjscript: Added for statement implementation.
2008-09-18  Jacek Cabanjscript: Added continue statement implementation.
2008-09-18  Jacek Cabanjscript: Added while and do..while statement implementa...
2008-09-18  Jacek Cabanjscript: Added String.length implementation.
2008-09-18  Jacek Cabanjscript: Added to_string(VT_I4) implementation.
2008-09-18  Jacek Cabanjscript: Added array literal implementation.
2008-09-18  Jacek Cabanjscript: Added eval implementation.
2008-09-18  Jacek Cabanjscript: Added bool and null to number conversion imple...
2008-09-18  Jacek Cabanjscript: Added plus expression implementation.
2008-09-18  Jacek Cabanjscript: Added '~' expression implementation.
2008-09-18  Jacek Cabanjscript: Added ',' expression implementation.
2008-09-18  Jacek Cabanjscript: Added '^=' expression implementation.
2008-09-18  Jacek Cabanjscript: Added '^' expression implementation.
2008-09-18  Jacek Cabanjscript: Added '&=' expression implementation.
2008-09-18  Jacek Cabanjscript: Added '&' expression implementation.
2008-09-18  Jacek Cabanjscript: Added '|=' expression implementation.
2008-09-18  Jacek Cabanjscript: Added '|' expression implementation.
2008-09-18  Jacek Cabanjscript: Added break statement implementation.
2008-09-18  Jacek Cabanjscript: Added switch statement implementation.
2008-09-18  Jacek Cabanjscript: Added 'new' expression implementation.
2008-09-18  Jacek Cabanjscript: Added '!=' expression implementation.
2008-09-18  Jacek Cabanjscript: Added '==' expression implementation.
2008-09-17  Alexandre Julliardwinex11: Compare the window position against the cached...
2008-09-17  Alexandre Julliardwinex11: Ignore the initial WM_STATE transition out...
2008-09-17  Alexandre Julliardwinex11: Don't try to retrieve the X11 size on ShowWind...
2008-09-17  Alexandre Julliardwinex11: Force the X11 size of zero-sized window to...
2008-09-17  Henri Verbeetwined3d: Add a checkGLcall() at the end of loadTexCoords().
2008-09-17  Henri Verbeetwined3d: Make the debug channels more consistent.
2008-09-17  Henri Verbeetwined3d: Don't needlessly bind the texture in PreLoad().
2008-09-17  Henri Verbeetwined3d: Don't assume the texture is bound in IWineD3DV...
2008-09-17  Henri Verbeetwined3d: Remove some assumptions that PreLoad() will...
2008-09-17  Henri Verbeetwined3d: Clarify a comment.
2008-09-17  Paul Chitescuexplorer: WM_SYSCOMMAND SC_SCREENSAVE to desktop trigge...
2008-09-17  Paul Chitescuuser32: Stub for LockWorkStation.
2008-09-17  Alexandre Julliardkernel32/tests: Handle the win2k3 version check behavior.
2008-09-17  Alexandre Julliarduser32/tests: Fix some test failures on win9x.
2008-09-17  Alexandre Julliarduser32/tests: Cope with last error behavior on Vista.
2008-09-17  Alexandre Julliardshlwapi/tests: SHLWAPI.23 apparently returns an HRESULT...
2008-09-17  Alexandre Julliardmstask/tests: Fix test failures on XP.
next