dinput: Avoid size_t in traces.
[wine] / dlls /
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.
2009-01-02  Henri Verbeetwined3d: Fix a few format specifiers in IWineD3DStateBl...
2009-01-02  Henri Verbeetwined3d: Use slightly nicer loops in device_map_fixed_f...
2009-01-02  Austin Englishkernel32/tests: Fix compile on powerpc.
2009-01-02  Andrew Talbotadvapi32: Remove unused function.
2009-01-02  Christian Costaddraw: Display fixme only once in IDirectDrawImpl_WaitF...
2008-12-31  Alexandre Julliardntdll: Use INT_MAX for the semaphore count since LONG_M...
2008-12-31  Alexandre Julliardkernel32: Convert FormatMessageA/W to use an MS ABI...
2008-12-31  Alexandre Julliardwldap32: Convert ber_printf to use an MS ABI vararg...
2008-12-31  Alexandre Julliardshlwapi: Convert SHPackDispParams to use an MS ABI...
2008-12-31  Alexandre Julliardshlwapi: Convert wvnsprintfA/W to use an MS ABI vararg...
2008-12-31  Alexandre Julliarduser32: Convert wvsprintfA/W to use an MS ABI vararg...
2008-12-31  Alexandre Julliardserver: Make atom_t an unsigned int to avoid padding...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-31  Alexandre Julliardserver: Move ldt_copy to the init_process_done request...
2008-12-31  Alexandre Julliardserver: Send the version with the initial fd so that...
2008-12-31  Christian Costad3dxof: Move X files parsing into a separate file.
2008-12-31  Byeongsik Jeonwinex11.drv: Add the basic antialias type decision...
2008-12-31  Paul TBBle Hampsonwinhttp: Don't try and call a null callback.
2008-12-31  Paul TBBle Hampsonwinhttp: Correctly parse specified ports in WinHttpCrac...
2008-12-31  Paul TBBle Hampsonwinhttp/tests: Add tests for WinHttpCrackUrl port numbe...
2008-12-31  Paul TBBle Hampsonwinhttp: Fix resolution-failure TRACE in netconn_resolv...
2008-12-31  Jeff Zaroykoiphlpapi/tests: Fix a failing test.
2008-12-31  Andrew Riediwinex11.drv: Calculate the cursor bitmap offsets in...
2008-12-31  Andrew Riediitircl: Fix documentation typo.
2008-12-31  Jacek Cabanmshtml.idl: Added HTMLStyle coclass declaration.
2008-12-31  Jacek Cabanmshtml: Added gecko debug channel to control Gecko...
2008-12-31  Jacek Cabanmshtml: Set XPCOM_DEBUG_BREAK to 'warn' before loading...
2008-12-31  Jacek Cabanmshtml: Move handle_insert_comment to mutation.c.
2008-12-31  Jacek Cabanmshtml: Remove no longer used node_insert_listener.
2008-12-31  Jacek Cabanmshtml: Remove no longer needed set_profile.
2008-12-31  Henri Verbeetwined3d: Convert some BOOLs to bitfields in struct...
2008-12-31  Henri Verbeetwined3d: Convert some BOOLs to bitfields in struct...
2008-12-31  Henri Verbeetwined3d: Convert some BOOLs to bitfields in struct...
2008-12-31  Henri Verbeetwined3d: Remove an unused field from the device.
2008-12-31  Henri Verbeetwined3d: Make use_vs() and use_ps() work on a statebloc...
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Explicitly specify when an ioctl call needs...
2008-12-30  Alexandre Julliardserver: Make the arguments for CreateRemoteThread clien...
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-30  Alexandre Julliardserver: Make the mapping base address a client_ptr_t...
2008-12-30  Alexandre Julliardserver: Make the address argument for read/write_proces...
next