shell32: Add explorer toolbar bitmaps.
[wine] / dlls /
2009-01-04  Andrey Turkinshell32: Add explorer toolbar bitmaps.
2009-01-04  Andrey Turkinuser32: GetUserObjectSecurity should return a valid...
2009-01-04  Alexandre Julliardriched20/tests: Move the itextServicesStdcallVtbl defin...
2009-01-04  Alexandre Julliardkernel32/tests: Use the actual name of the exe module...
2009-01-04  Alexandre Julliardkernel32/tests: Comment out a couple of heap tests...
2009-01-04  Alexandre Julliardmsvcrt/tests: Fix the scanf pointer formatting tests...
2009-01-04  Alexandre Julliardmsvcrt/tests: Fix the printf pointer formatting tests...
2009-01-04  Alexandre Julliardinclude: Fix data structures for processor affinity...
2009-01-04  Michael Stefaniucinclude: Change unsigned long to ULONG in rpcdce.h...
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2009-01-04  Michael Stefaniucappwiz.cpl: Add Romanian translation.
2009-01-04  Michael Stefaniucmshtml: Fix a dialog size for the Pt and Si translations.
2009-01-04  Michael Stefaniucmshtml: Add the Romanian translation.
2009-01-04  Michael Stefaniucddraw/tests: Remove superfluous casts.
2009-01-04  Michael Stefaniucddraw/tests: Simplify a pointer increment.
2009-01-04  Michael Stefaniucbrowseui: Remove superfluous casts from/to void pointers.
2009-01-04  Michael Stefaniucdpnet: Remove superfluous casts.
2009-01-04  Michael Karcheroleaut32: Implement IPropertyBag::Read proxying.
2009-01-04  Michael Karcherole32: Add HICON user marshalling stubs.
2009-01-04  Jacek Cabanmshtml: Added IHTMLWindow2::get_location implementation.
2009-01-03  Alexandre Julliardntdll/tests: Avoid long long printf formats in traces.
2009-01-03  Alexandre Julliardmsvcrt/tests: Fix some printf formats for 64-bit.
2009-01-03  Alexandre Julliardmsvcrt/tests: Use unsigned int instead of size_t for...
2009-01-03  Alexandre Julliardkernel32/tests: Use the correct SIZE_T type instead...
2009-01-03  Alexandre Julliardkernel32/tests: Fix the NT header initialization for...
2009-01-03  Alexandre Julliardkernel32/tests: Don't compare the result of llseek...
2009-01-03  Alexandre Julliardkernel32/tests: Fix pointer casting warnings on 64...
2009-01-03  Alexandre Julliarduser32/tests: Fix some printf formats for 64-bit.
2009-01-03  Alexandre Julliarduser32/tests: Fix pointer casting warnings on 64-bit.
2009-01-03  Alexandre Julliardwinmm/tests: Fix handle casting warnings on 64-bit.
2009-01-03  Alexandre Julliardwldap32/tests: Use ~0u instead of ~0ul for DWORD values.
2009-01-03  Alexandre Julliardwininet/tests: Use ~0u instead of ~0ul for DWORD values.
2009-01-03  Alexandre Julliardwinhttp/tests: Use ~0u instead of ~0ul for DWORD values.
2009-01-03  Alexandre Julliardshell32/tests: Fix handle casting warnings on 64-bit.
2009-01-03  Alexandre Julliardqedit/tests: Fix a pointer casting warning on 64-bit.
2009-01-03  Alexandre Julliardole32/tests: Fix a pointer casting warning on 64-bit.
2009-01-03  Alexandre Julliardntdll/tests: Fix pointer casting warnings on 64-bit.
2009-01-03  Alexandre Julliardmsi/tests: Fix pointer casting warnings on 64-bit.
2009-01-03  Alexandre Julliardmlang/tests: Fix a pointer casting warning on 64-bit.
2009-01-03  Alexandre Julliardgdi32/tests: Fix a pointer casting warning on 64-bit.
2009-01-03  Alexandre Julliardcomctl32/tests: Fix pointer casting warnings on 64...
2009-01-03  Alexandre Julliardmsi/tests: Add CDECL to the cabinet callback functions.
2009-01-03  Alexandre Julliardcabinet/tests: Add CDECL to the cabinet callback functions.
2009-01-03  Alexandre Julliardadvpack/tests: Add CDECL to the cabinet callback functions.
2009-01-03  Alexandre Julliardmsvcrt: Add missing __cdecl on some function pointers.
2009-01-03  Andrew Talbotdsound: Declare some variables static.
2009-01-03  Andrew Talbotdpnet: Declare a function static.
2009-01-03  Andrew Talbotdbghelp: Declare some functions static.
2009-01-03  Stefan Dösingerddraw: Reject IDirectDraw3 QI in ddraw.dll.
2009-01-03  Stefan Dösingerddraw: Add a test for IDirectDrawSurface::GetDC.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2009-01-03  Alexandre Julliardntdll/tests: Skip large integer tests that crash on...
2009-01-03  Ge van Geldorpole32/tests: Add declarations which are not present...
2009-01-03  Ge van Geldorpole32/tests: Work around broken Windows urlmon.dll.
2009-01-03  Austin Englishmpr: Fix a compiler warning on PowerPC.
2009-01-03  Austin Englishntdll: Add file support for OpenBSD.
2009-01-03  Austin Englishkernel32: Add heap support for OpenBSD.
2009-01-03  Vincent Pelletierwined3d: Make WARN about oversized texture output surfa...
2009-01-03  Henri Verbeetwined3d: Convert textures to a bitmap in struct SAVEDST...
2009-01-03  Henri Verbeetwined3d: Handle WINED3DFVF_XYZW in get_flexible_vertex_...
2009-01-03  Henri Verbeetwined3d: Don't bother with the GLSL info log if nobody...
2009-01-03  Henri Verbeetwined3d: Fix the line number for some fglrx spam.
2009-01-03  Dylan Smithrichedit: Fix unicode truncation on EM_GETLINE message.
2009-01-03  Alexandre Julliardmsvcrt: Convert the spawn and exec functions to use...
2009-01-03  Alexandre Julliardmsvcrt: Convert the open functions to use MS ABI varargs.
2009-01-03  Alexandre Julliardmsvcrt: Convert all the scanf functions to use MS ABI...
2009-01-03  Alexandre Julliardmsvcrt: Convert all the printf functions to use MS...
2009-01-02  Alexandre Julliardmsvcrt: Fix formatting of pointers in printf.
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2009-01-02  Alexandre Julliardserver: Simplify the debug_event_t structure.
2009-01-02  Frans Koolcrypt32: Updated Dutch translations.
2009-01-02  Andrew Talbotcomdlg32: Declare a function static.
2009-01-02  Andrew Talbotcomctl32: Declare some variables static.
2009-01-02  Andrew Talbotcabinet: Declare a function static.
2009-01-02  Rob Shearmancomctl32: Add names for now documented toolbar messages.
2009-01-02  Rob Shearmanwinecoreaudio: Remove some unnecessary text conversions...
2009-01-02  Alexandre Julliardwinecoreaudio: Fix a redefinition warning.
2009-01-02  Christian Costamciavi: Implement MCI_DGV_PUT_WINDOW in MCIAVI_mciPut.
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when locking primar...
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when unlocking...
2009-01-02  Andrew Riediwinex11: Factor out the 'alpha_zero' test and use it...
2009-01-02  Gerald Pfeifercomctl32: Simplify fifteen functions by removing unused...
2009-01-02  Maarten Lankhorstdsound: Correct amount of buffers used for playing.
2009-01-02  Alexandre Julliardkernel32/tests: Use the correct value for invalid heap...
2009-01-02  Andrew Fennxinput1_3: Added tests for XInputSetState.
2009-01-02  Andrew Fennxinput1_3: Added stub XInputSetState.
2009-01-02  James Hawkinsadvapi32: Request the owner and group token size instea...
2009-01-02  Jeff Zaroykodsound: Fix a typo in convert_32_to_24.
2009-01-02  Joris Huizermshtml: Increment pointer as intended.
2009-01-02  Roderick Colenbranderd3d9: Relax color matching in bumpmap test.
2009-01-02  Michael Stefaniucdnsapi/tests: Remove superfluous casts.
2009-01-02  Michael Stefaniuccabinet: Don't cast the return value of PF[CD]I_ALLOC...
2009-01-02  Michael Stefaniucdplayx/tests: Fix typo.
2009-01-02  Michael Stefaniucdplayx/tests: Do not explicitly cast LPVOID function...
2009-01-02  Allan Tongwined3d: Add mapping for MOV instructions in shader_hw_...
2009-01-02  Andrew Talbotcomdlg32: Unreachable code fix.
2009-01-02  Christian Costawinmm: Check param in joyConfigChanged.
2009-01-02  Henri Verbeetwined3d: Convert clipplane to a bitmap in struct SAVEDS...
2009-01-02  Henri Verbeetwined3d: Convert streamSource and streamFreq to bitmaps...
2009-01-02  Henri Verbeetwined3d: Fix the value of HIGHEST_TRANSFORMSTATE.
next