wine
2009-04-09  Stefan Dösingerddraw: Store the fvf in the ddraw buffer.
2009-04-09  Paul Vrienssecur32/tests: Document some crashes on Windows.
2009-04-09  Alexandre Julliardntdll: Remove pthread_data from the ntdll_thread_data...
2009-04-09  Alexandre Julliardinclude: Update and document the TEB/PEB offsets on...
2009-04-09  Nicolas Le Camshell32/tests: Fix ITEMIDLIST format test on Win2k...
2009-04-09  Nicolas Le Camshell32/tests: Skip FolderShortcut test on Win2k.
2009-04-09  Nicolas Le Camshell32/tests: Fix PropertyBag test on Win2k.
2009-04-09  Nicolas Le Camshell32/tests: Skip interactive part of SetNameOf test...
2009-04-09  Nicolas Le Camshell32/tests: Completly fix GetAttributesOf test when...
2009-04-09  Henri Verbeetwined3d: Get rid of a redundant strcat in shader_glsl_g...
2009-04-09  Henri Verbeetwined3d: Explicitly pass parameter properties to shader...
2009-04-09  Henri Verbeetwined3d: Pass a struct wined3d_shader_dst_param to...
2009-04-09  Henri Verbeetwined3d: Add a separate function for converting write...
2009-04-09  Henri Verbeetwined3d: Only update the swizzle and use map for stream...
2009-04-09  Rein Klazeswin87em: Always return that a 8087 coprocessor is present.
2009-04-09  Detlef Riekenbergurlmon/tests: Allow BINDSTATUS_COOKIE_SENT in a test.
2009-04-09  Detlef Riekenbergwinmm/tests: Fix a test on win98.
2009-04-09  Detlef Riekenbergwintrust/tests: Do not test GetLastError on success.
2009-04-09  Detlef Riekenbergwintrust/tests: Fix some tests on win9x.
2009-04-09  Nikolay Sivovcomctl32/tab: Simplify hottracked button painting.
2009-04-08  Alexandre Julliardwinedbg: Add context dumping for x86_64.
2009-04-08  Alexandre Julliardntdll: Set the proper context flags in the signal handl...
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-04-08  Alexandre Julliardserver: Make all dump function take a prefix string...
2009-04-08  Hans Leidekkerwininet: Add tests for asynchronous HttpSendRequestEx...
2009-04-08  Hans Leidekkerwininet: Support asynchronous HttpEndRequest.
2009-04-08  Hans Leidekkerwininet: Don't start reading when POST data hasn't...
2009-04-08  Hans Leidekkerwininet: Send notifications from InternetWriteFile.
2009-04-08  Hans Leidekkerwininet: Keep track of the number of bytes written.
2009-04-08  Alexandre Julliardole32/tests: Avoid size_t in traces.
2009-04-08  Rob Shearmanrpcrt4: Add a Win32 implementation of ncacn_ip_tcp...
2009-04-08  Rob Shearmanrpcrt4: Factor out non-Win32 compatible parts of the...
2009-04-08  Alexandre Julliardfusion: Fix the 32/64 PE image format check on 64-bit...
2009-04-08  Alexandre Julliardfusion/tests: Always use the 32-bit magic in the 32...
2009-04-08  Alexandre Julliardfusion: Use the correct cache path on Win64.
2009-04-08  Henri Verbeetwined3d: Eliminate a useless local variable.
2009-04-08  Henri Verbeetwined3d: Store usage and usage_idx in struct wined3d_sh...
2009-04-08  Henri Verbeetwined3d: Properly check if input/output varyings are...
2009-04-08  Henri Verbeetwined3d: Fix some more 3 space indentation.
2009-04-08  Henri Verbeetwined3d: Store a struct wined3d_shader_dst_param in...
2009-04-08  Nikolay Sivovcomctl32/listview: Implement delayed header creation...
2009-04-08  Rein Klazesuser32/tests: Avoid a few unneeded test failures in...
2009-04-08  Jörg HöhlePerform case-insensitive FOURCC comparison of built...
2009-04-08  Stefan Dösingerwined3d: Merge IWineD3DIndexBuffer and IWineD3DBuffer.
2009-04-08  Stefan Dösingerwined3d: Merge indexbuffer and buffer implementations.
2009-04-08  Stefan Dösingerwined3d: Use Map and Unmap for index buffers.
2009-04-08  Stefan Dösingerd3d: Unify WINED3DVERTEXBUFFER_DESC and WINED3DINDEXBUF...
2009-04-08  Stefan Dösingerd3d8, d3d9: Don't rely on the wined3d buffer type.
2009-04-07  Alexandre Julliardgdi32: Fix SetEnhMetaFileBits last error handling.
2009-04-07  Alexandre Julliardgdi32: Completely implement RestoreDC in the driver...
2009-04-07  Alexandre Julliardgdi32: Allow the visible region to be zero since this...
2009-04-07  Alexandre Julliardgdi32: Completely implement SaveDC in the driver, havin...
2009-04-07  Alexandre Julliardgdi32: Move the whole DC restoring functionality into...
2009-04-07  Alexandre Julliardgdi32: Move the whole DC saving functionality into...
2009-04-07  Alexandre Julliardgdi32: Remove Get/SetDCState16 implementation, it shoul...
2009-04-07  Alexandre Julliardgdi32: Move freeing of the DC path and regions into...
2009-04-07  Nicolas Le Camshell32/tests: Fix wrong comment and update test accord...
2009-04-07  Nicolas Le Camshell32/tests: Fix a test on WinNT and some Win95.
2009-04-07  Alexandre Julliardgdi32/tests: Add some metafile tests. Fix typos.
2009-04-07  Ge van Geldorpurlmon/tests: Handle certificate verification error.
2009-04-07  Rob Shearmaninclude: Remove mismatched closing bracket from ws2ipde...
2009-04-07  Rob Shearmaninclude: Add declaration of sockaddr_storage to ws2def.h.
2009-04-07  Rob Shearmanoleaut32: Fix the SAFEARRAY marshalling on 64-bit platf...
2009-04-07  Rob Shearmanrpcrt4: Compile in RPC over HTTP support even if HAVE_S...
2009-04-07  Rob Shearmanrpcrt4: Fix context handle test on Vista upwards.
2009-04-07  Henri Verbeetwined3d: Simplify shader_glsl_cmp() and shader_glsl_cnd().
2009-04-07  Henri Verbeetwined3d: Simplify shader_glsl_color_correction().
2009-04-07  Henri Verbeetwined3d: Store the register type in struct wined3d_shad...
2009-04-07  Henri Verbeetwined3d: Explicitly pass register type and index to...
2009-04-07  Henri Verbeetwined3d: Store the write mask in struct wined3d_shader_...
2009-04-07  Ge van Geldorpmsi/tests: Handle running the tests as a domain user.
2009-04-07  Ge van Geldorpsecur32/tests: Add simple tests for GetUserNameExA...
2009-04-07  Ge van Geldorpsecur32: Implement GetUserNameEx(NameSamCompatible).
2009-04-07  Michael Stefaniucwordpad: Replace long with LONG.
2009-04-07  Ken Thomasesdbghelp/stabs: For Mach-O, line offset is relative...
2009-04-07  Jacek Cabanurlmon: Remove unneeded includes.
2009-04-07  Jacek Cabanurlmon: Added IInternetProtocolSink interface stub...
2009-04-07  Jacek Cabanurlmon: Added DeCompMimeFilter stub implementation.
2009-04-07  Nikolay Sivovcomctl32/tab: Fix filled rectangle calculation for...
2009-04-07  Nikolay Sivovcomctl32/tab: Fix hottracked button size.
2009-04-07  Mikołaj Zalewskipsapi: Implement GetProcessImageNameW.
2009-04-07  Warren Dumortierwinecfg: Update French translation.
2009-04-06  Alexandre Julliardmsvcrt: Fix scanf to correctly parse pointers on 64...
2009-04-06  Alexandre Julliardkernel32/tests: Use the appropriate processor architect...
2009-04-06  Marcus Meissneroleaut32: IPropertyBag_Read_Proxy return on unknown...
2009-04-06  Paul Vriensurlmon/tests: Fix a test by using a better default...
2009-04-06  Stefano Guidoniwinemp3: Rounding block count up in mpeg3_streamsize.
2009-04-06  Damjan Jovanovicwinemenubuilder: Make initial directories for fd.o...
2009-04-06  Aric Stewartgdi32/tests: Demonstrate issues in wine with SaveDC...
2009-04-06  Alexandre Julliardntdll/tests: Add a missing \n.
2009-04-06  Alexandre Julliardshlwapi/tests: Don't test uninitialized parts of the...
2009-04-06  Michael Stefaniucwinhlp32: Remove superfluous casts.
2009-04-06  Henri Verbeetwined3d: Store the destination modifiers in struct...
2009-04-06  Henri Verbeetwined3d: Pass a pointer to struct wined3d_shader_dst_pa...
2009-04-06  Henri Verbeetwined3d: Pass a pointer to struct wined3d_shader_dst_pa...
2009-04-06  Henri Verbeetwined3d: Use a more appropriate mask for masking out...
2009-04-06  Henri Verbeetwined3d: Unset the current GLSL program when it's destr...
2009-04-06  Dmitry Timoshkovgdi32: Use GdiGetCodePage() instead of duplicating...
2009-04-06  Dmitry Timoshkovgdi32: Cache current font code page in the DC structure.
2009-04-06  Dmitry Timoshkovgdi32: Add a couple of SetGraphicsMode/SetWorldTransfor...
next