wine/eterwine.git
2009-01-08 Alexandre Julliardwinhlp32: Use LONG instead of long for data loaded...
2009-01-08 Alexandre Julliardwineconsole: Replace a couple of handle casts by the...
2009-01-08 Alexandre Julliardquartz: Use SetWindowLongPtr to store a pointer value.
2009-01-08 Alexandre Julliardddraw: Fix an uninitialized variable warning on non...
2009-01-08 Alexandre Julliardrpcrt4: Fix an unused value warning on non-i386.
2009-01-08 Alexandre Julliardmsvcrt: Fix an unused function warning on non-i386.
2009-01-08 Alexandre Julliardws2_32: Fix an error return value in bind().
2009-01-08 Alexandre Julliardwineps.drv: Use INT_MAX instead of LONG_MAX to initiali...
2009-01-08 Alexandre Julliardntdll: Fix pointer cast warnings on 64-bit.
2009-01-08 Alexandre Julliardwininet: Fix handle cast warnings on 64-bit.
2009-01-08 Alexandre Julliarduser32: Fix pointer cast warnings on 64-bit.
2009-01-08 Alexandre Julliardurlmon: Fix pointer cast warnings on 64-bit.
2009-01-08 Alexandre Julliardshdocvw: Fix a pointer cast warning on 64-bit.
2009-01-08 Alexandre Julliardshell32: Fix a pointer cast warning on 64-bit.
2009-01-08 Alexandre Julliardsetupapi: Fix pointer cast warnings on 64-bit.
2009-01-08 Alexandre Julliardoleaut32: Fix handle cast warnings on 64-bit.
2009-01-08 Alexandre Julliardntoskrnl.exe: Fix handle cast warnings on 64-bit.
2009-01-08 Alexandre Julliardmsi: Fix pointer cast warnings on 64-bit.
2009-01-08 Alexandre Julliardmshtml: Fix pointer cast warnings on 64-bit.
2009-01-08 Alexandre Julliardadvapi32: Fix pointer cast warnings on 64-bit.
2009-01-08 Francois Gougetole32: Don't use the default debug channel before it...
2009-01-08 Francois Gougetwinhlp32: Make some functions static in winhelp.c.
2009-01-08 Francois Gougetwinhlp32: Reorder some functions to avoid forward decla...
2009-01-08 Paul Vrienswintrust: Fix removing a catalog file.
2009-01-08 Paul Vrienswintrust/tests: Add a few tests.
2009-01-08 Michael Karcherwidl: Write struct fields as signed fields.
2009-01-08 Michael Karcherwidl: Make write_base_type take a format char instead...
2009-01-08 Andrew Fennxinput1_3: Added test for XInputGetBatteryInformation.
2009-01-08 Andrew Fennxinput1_3: Added stub code for XInputGetBatteryInformation.
2009-01-08 Andrew Fennxinput1_3: Added test for XInputGetDSoundAudioDeviceGuids.
2009-01-08 Andrew Fennxinput1_3: Added stub for XInputGetDSoundAudioDeviceGuids.
2009-01-08 Dylan Smithrichedit: Fixed implementation of WM_GETDLGCODE message.
2009-01-08 Dylan Smithrichedit: Added tests for WM_GETDLGCODE message.
2009-01-08 Henri Verbeetwined3d: Enable GL_HALF_FLOAT_NV when NV_HALF_FLOAT...
2009-01-08 Henri Verbeetwined3d: Add support for EXT_vertex_array_bgra.
2009-01-08 Henri Verbeetwined3d: Simplify handling of swizzled attributes.
2009-01-08 Henri Verbeetwined3d: Move position_transformed out of u.s in struct...
2009-01-08 Henri Verbeetwined3d: Cleanup drawStridedFast().
2009-01-08 Alexandre Julliarduser32/tests: Fix some integer to pointer conversion...
2009-01-08 Alexandre Julliardkernel32/tests: Fix some integer to pointer conversion...
2009-01-08 Alexandre Julliardquartz: Avoid a pointer cast in a trace.
2009-01-08 Alexandre Julliardwininet: Avoid pointer casts in traces.
2009-01-08 Alexandre Julliardversion: Avoid pointer casts in a trace.
2009-01-08 Alexandre Julliarduser32: Avoid a pointer cast in a trace.
2009-01-08 Alexandre Julliardshell32: Avoid a pointer cast in a trace.
2009-01-08 Alexandre Julliardimm32: Avoid pointer casts in traces.
2009-01-08 Alexandre Julliarddsound: Avoid a pointer cast in a trace.
2009-01-08 Alexandre Julliardmsvcrt: Avoid size_t in printf format.
2009-01-08 Alexandre Julliarddinput: Avoid size_t in traces.
2009-01-08 Alexandre Julliarduser32/tests: Fix some integer to pointer conversion...
2009-01-08 Alexandre Julliardntdll/tests: Fix a long long format in a trace.
2009-01-08 Alexandre Julliardmsi/tests: Use CreateFile instead of OpenFile to avoid...
2009-01-08 Alexandre Julliardkernel32/tests: Use _lclose instead of CloseHandle...
2009-01-08 Alexandre Julliardcrypt32: Avoid printing pointer differences in traces.
2009-01-08 Alexandre Julliardws2_32/tests: Avoid printing pointer differences in...
2009-01-08 Alexandre Julliardshlwapi/tests: Avoid printing pointer differences in...
2009-01-08 Alexandre Julliardrpcrt4/tests: Avoid printing pointer differences in...
2009-01-08 Alexandre Julliardoleaut32/tests: Avoid printing pointer differences...
2009-01-08 Alexandre Julliardntdll/tests: Avoid printing pointer differences in...
2009-01-08 Alexandre Julliardmsvcrt/tests: Avoid printing pointer differences in...
2009-01-08 Nikolay Sivovoleaut32/tests: Fix copy/paste typo in test output.
2009-01-08 Vitaliy Margolendinput: Copy device data up to maximum available bytes.
2009-01-08 Michael Stefaniucmapi32: Remove superfluous casts.
2009-01-08 Michael Stefaniucwinecfg: Remove superfluous casts.
2009-01-08 Michael Stefaniucdmcompos: Remove superfluous casts.
2009-01-08 Michael Stefaniucdmband: Remove superfluous casts.
2009-01-08 Michael Stefaniucamstream: Remove superfluous casts.
2009-01-08 Michael Stefaniuccmdlgtst: Remove superfluous casts.
2009-01-08 Michael Stefaniucqcap: Remove superfluous casts.
2009-01-08 Michael Stefaniucfusion: Remove superfluous casts.
2009-01-08 Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08 Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08 Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08 Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08 Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-08 Francois Gougetquartz: OutputPin_DeliverNewSegment() is unused so...
2009-01-08 Andrew Talbotmsacm32: Declare a function static.
2009-01-08 Paul Vriensshell32/tests: Fix test failures on Win9x, NT4 and...
2009-01-08 Paul Vriensmsi/tests: Skip some tests if we don't have enough...
2009-01-08 Alexandre Julliardopengl32: Automatically download the GL spec files...
2009-01-08 Alexandre Julliardopengl32: Use INT_PTR instead of ptrdiff_t in generated...
2009-01-08 Alexandre Julliarduser32/tests: Fix most of the macro abuse in the menu...
2009-01-07 Hans Leidekkersetupapi: Add some tests for StringTableLookUpStringEx...
2009-01-07 Hans Leidekkerqmgr: Improve a couple of stubs.
2009-01-07 Rob Shearmanwidl: Make the case of messages output by warning and...
2009-01-07 Francois GougetAssorted spelling fixes.
2009-01-07 Francois Gougetdnsapi: Reorder a couple of functions to avoid forward...
2009-01-07 Francois Gougetdnsapi: dns_ns_name_pton() is unused so remove it.
2009-01-07 Francois Gougetw32skrnl: _GetThunkBuff() is unused so remove it.
2009-01-07 Francois Gougetquartz: Reorder some functions to avoid forward declara...
2009-01-07 Francois Gougetview: Make FileIsPlaceable() and GetPlaceableMetaFile...
2009-01-07 Francois Gougetd3dxof: Reorder some functions to avoid forward declara...
2009-01-07 Francois Gougetwinedos: VGA_SetQuadPalette() is unused so remove it.
2009-01-07 Francois Gougetwinedos: VGA_SetTextAttribute() is unused so remove it.
2009-01-07 Francois Gougetwinedos: Remove unused functions from devices.c.
2009-01-07 Francois Gougetgdi32: Remove some dead code.
2009-01-07 Francois Gougetoleview: Make some functions static.
2009-01-07 G. Paul Ziembantdll: Clear IEXTEN when clearing ICANON.
2009-01-07 Damjan Jovanovicwinex11: Support the startup notification fd.o spec.
2009-01-07 Alexandre Julliardmsvcrt: Correctly walk up the list of trylevels in...
next