wine/eterwine.git
2011-04-19 Henri Verbeetwined3d: Don't bother unsetting texture resources in...
2011-04-19 Henri Verbeetwined3d: Set resource bindings to NULL before releasing...
2011-04-19 Henri Verbeetwined3d: Also update ds_current_size if there's no...
2011-04-19 Austin Englishdbghelp: Get rid of a couple unused variables.
2011-04-19 André Hentscheldbghelp: Set the right ARM frame pointer.
2011-04-19 Wolfgang Walterkernel32: Fix TRACE output: IXON and IXOFF are swapped.
2011-04-19 Alexandre Julliardws2_32: Signal overlapped completion in WSAIoctl.
2011-04-19 Alexandre Julliardws2_32: Merge ioctlsocket implementation into WSAIoctl.
2011-04-19 Alexandre Julliardws2_32: Use saner parameter names in WSAIoctl.
2011-04-19 Alexandre Julliardserver: Fix sharing parameters for debug event files...
2011-04-18 Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetTechniqueByName().
2011-04-18 Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetTechnique().
2011-04-18 Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetParameter().
2011-04-18 Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetTechniqueDesc().
2011-04-18 Rico Schüllerd3dx9: Fix d3dx9_parse_effect_typedef for D3DXPC_STRUCT.
2011-04-18 Alexandre Julliardserver: Store a mapping instead of a file for process...
2011-04-18 Alexandre Julliardserver: Add support for opening a new file handle from...
2011-04-18 Alexandre Julliardserver: Check sharing options when duplicating an fd...
2011-04-18 Huw Daviesgdi32: Make sure that pattern brush bitmap's are create...
2011-04-18 Huw Daviesgdi32: Clip solid brush fills.
2011-04-18 Francois Gougetmsi: Move msi_get_cabinet_stream() up and make it static.
2011-04-18 Francois Gougetmshtml: get_channelbsc_mon() is unused so remove it.
2011-04-18 Francois Gougetsetupapi: Fix the SetupDiGetActualSectionToInstallEx...
2011-04-18 Andrew Nguyenwing32: Fix two typos in export names.
2011-04-18 Andrew Nguyenwine.inf: Add a fake 16-bit DLL for mmsystem.dll.
2011-04-18 Andrew Nguyenkrnl386.exe: Fix size calculation in GetSystemDirectory16.
2011-04-18 Andrew Nguyenwinevdm: Fix incorrect heap allocation sizes and possib...
2011-04-18 Andrew Nguyennddeapi: Implement the documented Network DDE functions.
2011-04-18 André Hentschelntdll: Implement call_stack_handlers on ARM.
2011-04-18 André Hentschelwinedbg: Be more verbose about what's not done.
2011-04-18 André Hentschelwinedbg: Implement be_arm_get_register_info.
2011-04-18 André Hentscheldbghelp: Implement arm_fetch_context_reg.
2011-04-18 André Hentscheldbghelp: Implement arm_fetch_regname.
2011-04-18 André Hentschelwinedbg: Implement be_arm_print_context.
2011-04-18 André Hentschelntdll: Trace context on ARM.
2011-04-18 André Hentschelntdll: Add implementation for RtlCaptureContext on...
2011-04-18 André Hentscheldbghelp: Implement arm_map_dwarf_register.
2011-04-18 André Hentschelntdll: Fix setting the ExceptionAddress on ARM.
2011-04-18 André Hentschelwinedbg: Add more ARM registers to the map.
2011-04-18 André Hentschelwinedbg: Add ARM string for minidump.
2011-04-18 André Hentschelinclude: Add more cv_call types.
2011-04-18 Alexandre Julliardregedit: Remove unnecessary use of class atoms.
2011-04-18 Gerald Pfeiferwine: Use { } instead of ; for an empty basic block.
2011-04-18 Juan Langwintrust: Implement IsCatalogFile.
2011-04-18 Nikolay Sivovpo: Update Russian translation.
2011-04-18 Nikolay Sivovinetcpl: Update Russian resource.
2011-04-18 Frédéric Delanoyinetcpl: Update French translation.
2011-04-18 Hwang YunSonginetcpl: Update Korean resource.
2011-04-18 Hwang YunSongcmdlgtst: Update Korean resource.
2011-04-18 Hwang YunSongpo: Update Korean translation.
2011-04-18 Andrew Nguyenregedit: Convert the treeview code to Unicode.
2011-04-18 Andrew Nguyenregedit: Explicitly use ANSI functions in regedit helpe...
2011-04-18 Andrew Nguyenregedit: Convert the listview code to Unicode.
2011-04-18 Andrew Nguyenregedit: Convert the hex edit code to Unicode.
2011-04-18 Andrew Nguyenregedit: Convert the frame window code to Unicode.
2011-04-18 Andrew Nguyenregedit: Convert the edit code to Unicode.
2011-04-18 Andrew Nguyenregedit: Convert the child window code to Unicode.
2011-04-18 Andrew Nguyenregedit: Remove all Unicode macros in main.h.
2011-04-18 Andrew Nguyenregedit: Convert regedit main code to Unicode.
2011-04-18 Andrew Nguyenregedit: Remove obsolete comments in InitInstance.
2011-04-18 Andrew Nguyenregedit: Refactor window class initialization to a...
2011-04-18 Jacek Cabanmshtml: Don't include null-byte in post data.
2011-04-18 Jacek Cabanmshtml: Better support for HTTP redirection.
2011-04-18 Jacek Cabanmshtml: Moved nsChannel initialization to separated...
2011-04-18 Henri Verbeetwined3d: Remove IWineD3DSurface::GetImplType() from...
2011-04-18 Henri Verbeetwined3d: Merge surface_gdi.c into surface.c.
2011-04-18 Henri Verbeetwined3d: Forward volume refcounts to the container.
2011-04-18 Henri Verbeetwined3d: Forward surface refcounts to the container.
2011-04-18 Henri Verbeetwined3d: Use the correct mask for depth/stencil locatio...
2011-04-15 Alexandre Julliardmsvcr90: Fix function pointer declaration that confuses...
2011-04-15 Alexandre JulliardRelease 1.3.18. wine-1.3.18
2011-04-15 Huw Daviesgdi32: Add clipping for horizontal and vertical solid...
2011-04-15 Huw Daviesgdi32: Keep track of the combined clip region.
2011-04-15 Jörg Höhleuser32: Added message names for winmm.
2011-04-15 Dmitry Timoshkovole32: Replace a spurious FIXME by a TRACE.
2011-04-15 Alexandre Julliardntdll: Rewrite the SystemProcessorPerformanceInformatio...
2011-04-15 Vincent Povirkwindowscodecs: Add support for converting to 32bppPBGRA.
2011-04-15 Vincent Povirkwindowscodecs: Add support for converting from 32bppPBGRA.
2011-04-15 Vincent Povirkwindowscodecs: Log unsupported conversion formats.
2011-04-15 Vincent Povirkwindowscodecs: Implement FlipRotator_GetPixelFormat.
2011-04-15 Henri Verbeetwined3d: Get rid of the IWineD3DBase interface.
2011-04-15 Henri Verbeetwined3d: Get rid of the IWineD3DResource interface.
2011-04-15 Henri Verbeetwined3d: Don't flush just because a swapchain has multi...
2011-04-15 Henri Verbeetwined3d: Get rid of the IWineD3DVolume typedefs.
2011-04-15 Henri Verbeetwined3d: Remove COM from the volume implementation.
2011-04-15 Eric Pouechdbghelp: Silence DW_TAG_GNU_call_site objects.
2011-04-15 Eric Pouechdbghelp: Added some missing defines to dwarf.h.
2011-04-15 Alexandre Julliardserver: Retrieve the Unix thread affinity for the initi...
2011-04-14 Alexandre Julliardserver: Inherit the process affinity from the parent...
2011-04-14 Alexandre Julliardntdll: Implement the ProcessAffinityMask case in NtQuer...
2011-04-14 Jacek Cabanurlmon: Use winetest post.php URLs for http POST tests.
2011-04-14 Aurimas Fišeraspo: Update Lithuanian translation.
2011-04-14 Aurimas Fišerasinetcpl: Update Lithuanian translation.
2011-04-14 Vitaliy Margolendinput: Implement getting DIPROP_VIDPID property for...
2011-04-14 Hans Leidekkermsi: Add offsets to disk ids added by patches.
2011-04-14 Hans Leidekkermsi: Add support for maintaining a list of cabinet...
2011-04-14 Hans Leidekkermsi: Avoid redundant loading of media info.
2011-04-14 Hans Leidekkermsi/tests: Fix some memory leaks (valgrind).
2011-04-14 Hans Leidekkermsi: Fix a memory leak (valgrind).
2011-04-14 Hans Leidekkermsi: Check the return value of MSIREG_OpenUpgradeCodesK...
next