wine/eterwine.git
2010-09-01 Eric Pouechkernel32: Modify editline logic so that it also work...
2010-09-01 Eric Pouechkernel32: Properly handle bare console on input.
2010-09-01 Eric Pouechntdll: Allocate a console (without renderer) when start...
2010-09-01 Eric Pouechserver: Properly return the errors for bare console...
2010-09-01 Eric Pouechserver: Simplify the wineconsole event notification...
2010-09-01 Eric Pouechserver: Report in get_console_mode request whether...
2010-09-01 Eric Pouechserver: Allow a screen buffer to be attached to a given...
2010-09-01 Eric Pouechserver: Enhanced the console input object so that it...
2010-09-01 Owen Rudged3dx9: Implement D3DXLoadSurfaceFromFileInMemory.
2010-09-01 Owen Rudged3dx9: Implement D3DXCreateTextureFromFileInMemoryEx.
2010-09-01 Piotr Cabanmsvcp90: Fix incorrect export.
2010-09-01 Henri Verbeetd3d9: Move device functions to device.c.
2010-09-01 Henri Verbeetwined3d: Don't require wined3d object parents to be...
2010-09-01 Henri Verbeetwined3d: Clippers don't need parents.
2010-09-01 Henri Verbeetwined3d: Queries don't need parents.
2010-09-01 Henri Verbeetwined3d: Devices don't need parents.
2010-09-01 Alexandre Julliardopengl32: Use float type where appropriate in the spec...
2010-09-01 Alexandre Julliardopengl32: Update to the latest GL spec.
2010-09-01 Alexandre Julliarduser32/tests: Remove some noisy output.
2010-09-01 Alexandre Julliarduser32: Prevent changing some window styles through...
2010-08-31 Alexandre Goujonmsvcrt: Properly fix setlocale and clean up tests.
2010-08-31 Alexandre Julliardconfigure: Make it a fatal error when some maintainer...
2010-08-31 Mike Kaplinskiyserver: Allow queuing async reads on listening sockets.
2010-08-31 Mike Kaplinskiyserver: Add accept_into_socket to accept into an initia...
2010-08-31 Mike Kaplinskiyserver: Don't cache sockets until they are pollable.
2010-08-31 Paul Bollewinedbg: gdbproxy: Quietly handle qSupported and qTStatus.
2010-08-31 Akihiro Sagawamshtml: Update Japanese translation.
2010-08-31 Akihiro Sagawajscript: Update Japanese translation.
2010-08-31 Jacek Cabanmshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.
2010-08-31 Jacek Cabanmshtml: Marked invalid test as broken.
2010-08-31 Alexandre Julliardd3dx10: Use float instead of long in the spec files...
2010-08-31 Alexandre Julliardd3dx9: Use float instead of long in the spec files...
2010-08-31 Alexandre Julliardgdiplus: Use float instead of long in the spec file...
2010-08-31 Alexandre Julliardgdi32: Use float instead of long in the spec file for...
2010-08-31 Alexandre Julliardd3drm: Use float instead of long in the spec file for...
2010-08-31 Alexandre Julliardoleaut32: Use float instead of long in the spec file...
2010-08-31 Alexandre Julliardmsvcrt: Use float instead of long in the spec file...
2010-08-31 Alexandre Julliardoleaut32: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardmsvcrt: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardwininet: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliarduxtheme: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliarduser32: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardshlwapi: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardshell32: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardoleacc: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardole32: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardntdll: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardmscoree: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardmapi32: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardkernel32: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliarddbghelp: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardcomctl32: Use int64 in the spec file for 64-bit integers.
2010-08-31 Alexandre Julliardadvapi32: Use int64 in the spec file for 64-bit integers.
2010-08-31 Francois Gougetmshtml: Make free_strings() static.
2010-08-31 Francois Gougetrpcrt4: Make RPCRT4_Receive() static.
2010-08-31 Francois Gougetusp10: Add a trailing '\n' to a TRACE() call.
2010-08-31 Francois Gougethhctrl.ocx: Make strbuf_{append,chr}() static.
2010-08-31 Francois Gougetwinmm: Make MCI_{MessageToString,strdupAtoW}() static...
2010-08-31 Francois Gougetcomdlg32: Make FD31_FreeOfnW() and FD31_MapOfnStructA...
2010-08-31 Francois Gougetkernel32/tests: Fix compilation on systems that don...
2010-08-31 Francois Gougetmscoree/tests: Remove spaces before '\n's in traces.
2010-08-31 Andrew Talbotdinput: Constify some variables.
2010-08-31 Henri Verbeetwined3d: Rename wined3d_format_desc to wined3d_format.
2010-08-31 Henri Verbeetwined3d: Implicit depth/stencil surfaces don't have...
2010-08-31 Henri Verbeetwined3d: Get rid of WINED3DRECT.
2010-08-31 Henri Verbeetwined3d: Use debug_surflocation() in surface_load_locat...
2010-08-31 Henri Verbeetwined3d: Recognize some more Radeon cards.
2010-08-31 Owen Rudged3dx9: Implement missing D3DXCreateTextureFromFile...
2010-08-30 Piotr Cabanmsvcp90/tests: Added basic_string<wchar_t> tests.
2010-08-30 Piotr Cabanmsvcp90: Added partiall basic_string<wchar_t> implement...
2010-08-30 Paul Bollewinedbg: gdb proxy mode: hide printf unless traced.
2010-08-30 Paul Bollewinedbg: gdb proxy mode: allow interrupt from command...
2010-08-30 Eric Pouechserver: Streamline a bit the console allocation code.
2010-08-30 Eric Pouechserver: Use generic file access rights (inside of conso...
2010-08-30 Eric Pouechserver: Fix method name in comments for fd_ops.
2010-08-30 Hwang YunSongxcopy: Update Korean resource.
2010-08-30 Detlef Riekenbergcomdlg32/tests: Mark a failure on w2k as broken.
2010-08-30 Andrew Talbotdbghelp: Constify some variables.
2010-08-30 Louis Lenderskernel32: Add stub for WerRegisterFile.
2010-08-30 Louis Lendersrstrtmgr: Add stub for RmStartSession.
2010-08-30 Louis Lenderskernel32: Add stub for GetUserDefaultLocaleName.
2010-08-30 Alexandre Julliardwinebuild: Use the correct registers for relay debuggin...
2010-08-30 Alexandre Julliardwinebuild: Add int64, int128 and float argument types.
2010-08-30 Alexandre Julliardwinebuild: Use a proper enum for function arguments...
2010-08-30 Nikolay Sivovmsxml3: Dump namespace aliases passed with SelectionNam...
2010-08-30 Nikolay Sivovmsxml3: Silence FIXME for supported properties.
2010-08-30 Nikolay Sivovmsxml3: Allow FreeThreadedDOMDocument40 to be created.
2010-08-30 Nikolay Sivovmsxml3/tests: Tests for IXMLDOMText::splitText(), stub...
2010-08-30 Nikolay Sivovmsxml3: Implement IXMLDOMCDATASection::splitText().
2010-08-30 Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-08-30 Nikolay Sivovmsxml6: Add stub msxml6, forward DOMDocument60 creation...
2010-08-30 Nikolay Sivovinclude: Add xml DOMDocument60 definition.
2010-08-30 Francois Gougetd3dcompiler_43: Don't use nameless unions in our privat...
2010-08-30 Francois Gougetwinex11.drv: Fix compilation on systems that don't...
2010-08-30 Francois Gougetshell32/tests: Fix compilation on systems that don...
2010-08-30 Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2010-08-30 Francois Gougetd3d9/tests: Fix compilation on systems that don't suppo...
2010-08-30 Henri Verbeetwined3d: Use surface_color_fill() in IWineD3DDeviceImpl...
2010-08-30 Henri Verbeetwined3d: Use surface_color_fill() in IWineD3DDeviceImpl...
2010-08-30 Henri Verbeetwined3d: Introduce surface_color_fill().
next