ntdll: Call NtCreateSection with NULL attributes loading native dll.
[wine] / dlls /
2009-06-08  Nikolay Sivovntdll: Call NtCreateSection with NULL attributes loadin...
2009-06-08  Austin Englishmshtml: Make the wine-gecko warning more clear.
2009-06-08  André Hentschelcryptdlg: Add German translation.
2009-06-08  André Hentschelcryptui: Add German translation.
2009-06-08  André Hentscheloleacc: Add German translation.
2009-06-08  André Hentschelsetupapi: Add German translation.
2009-06-08  André Hentschelshell32: Add German translation.
2009-06-08  Andrew Eikumgdiplus: Test cases and parameter checks for GdipDrawCurve.
2009-06-08  Andrew Talbotcomctl32: Constify some variables.
2009-06-08  Paul Vriensmshtml/tests: Use strcmp_wa instead of lstrcmpW to...
2009-06-08  Paul Vriensmshtml/tests: Correct another test.
2009-06-08  Paul Vriensmshtml/tests: Use lstrcmpA in a helper function to...
2009-06-08  Paul Vriensmshtml/tests: Correct a test and show a Wine bug.
2009-06-08  André Hentschelshell32/tests: Fix error messages.
2009-06-05  Alexandre Julliardwininet: Always use a full URL for redirects, even...
2009-06-05  Alexandre Julliardcomctl32/tests: Avoid size_t in traces.
2009-06-05  Paul Vriensshell32/tests: Make sure all created files can be removed.
2009-06-05  Paul Vriensshell32/tests: Fix test failures on Win95.
2009-06-05  Marcus Meissnermsi: Check the correct pointers for allocation failure...
2009-06-05  Nikolay Sivovntdll: Make NtQueryFullAttributesFile and NtQueryAttrib...
2009-06-05  Nikolay Sivovntdll: Make NtCreateFile and NtOpenFile thin wrappers...
2009-06-05  Nikolay Sivovcomctl32/listview: Improve column scrolling.
2009-06-05  Nikolay Sivovcomctl32/listview: Partially revert commit 43d982fde6b3...
2009-06-05  Ben Kleinmountmgr.sys: Add tracking of fixed harddisk devices.
2009-06-05  Stephan Rosegdiplus: Add support for vertical string alignment...
2009-06-05  Andrew Eikumgdiplus: Stub for GdipBitmapCreateApplyEffect.
2009-06-05  Andrew Eikumgdiplus: Stub for GdipBitmapApplyEffect.
2009-06-05  Aurimas Fišeraskernel32/nls: Switch to UTF-8 encoding for lth.nls.
2009-06-05  Tony Wasserkad3dx9: Test return codes of the D3DXGetImageInfo functions.
2009-06-05  Henri Verbeetwined3d: Use GL_DEPTH24_STENCIL8_EXT for depth stencil...
2009-06-05  Henri Verbeetwined3d: Add support for EXT_packed_depth_stencil.
2009-06-05  Henri Verbeetwined3d: Use FBOs for offscreen rendering by default.
2009-06-05  Henri Verbeetwined3d: Only use stretch_rect_fbo() on surfaces that...
2009-06-05  Henri Verbeetwined3d: Check FBO compatibility on all formats with...
2009-06-05  Henri Verbeetwined3d: Set texture filtering to NEAREST in check_fbo_...
2009-06-05  Henri Verbeetwined3d: Add extension detection to the GL format templ...
2009-06-05  Henri Verbeetwined3d: Add extension detection for ARB_depth_texture.
2009-06-05  Henri Verbeetwined3d: Don't use the vertex/pixel shader when we...
2009-06-05  Henri Verbeetwined3d: Check the result from wine_rb_get() before...
2009-06-05  Francois Gougetole32/tests: Make test_readonly() static.
2009-06-05  Francois Gougetrpcrt4/tests: Make dummy_Release() static.
2009-06-05  Andrew Talbotcomctl32: Constify some variables.
2009-06-05  Piotr Cabanjscript: Added Date_setTime implementation.
2009-06-05  Piotr Cabanjscript: Fix DateConstr_value (with no argument) implem...
2009-06-05  Eric van Beurdenwininet: Rearrange invalid header checks.
2009-06-05  Eric van Beurdenwininet: Check for bad allocation in HeapReAlloc.
2009-06-05  Jacek Cabanurlmon: Use a copy of PROTOCOLDATA in Switch/Continue...
2009-06-05  Jacek Cabanurlmon: Set INTERNET_OPTION_HTTP_DECODING option in...
2009-06-05  Paul Vriensmsctf: Fix a possible NULL dereference (Coverity).
2009-06-05  Paul Vrienskernel32/tests: Fix a test failure on Win9x/WinMe.
2009-06-05  Paul Vriensriched32/tests: Fix a test failure on NT4 and below.
2009-06-05  Paul Vriensshell32/tests: Fix test failure on NT4.
2009-06-04  Louis Lendersntdll: Add stub for RtlEnumerateGenericTableWithoutSpla...
2009-06-04  Andrew Eikumgdiplus: Stubs for GdipDrawImagePoints and GdipDrawImag...
2009-06-04  Andrew Eikumgdiplus: Stub for GdipEmfToWmfBits.
2009-06-04  Henri Verbeetwined3d: Add a proper enum value for "no extension".
2009-06-04  Henri Verbeetwined3d: Check FBO compatibility after the fixups are...
2009-06-04  Henri Verbeetwined3d: Remove WINED3DFMT_R16G16B16A16_SNORM from...
2009-06-04  Henri Verbeetwined3d: Remove entries without an internal format...
2009-06-04  Henri Verbeetwined3d: Free priv->stack in shader_glsl_free().
2009-06-04  Hans Leidekkermsi/tests: Ignore case when comparing file names.
2009-06-04  Hans Leidekkermsi: Add more tests for MsiGetSourcePath.
2009-06-04  Hans Leidekkermsi: Add tests for importing a _SummaryInformation...
2009-06-04  Hans Leidekkermsi: Initialize some variables.
2009-06-04  Hans Leidekkermsi: Don't trace an out parameter.
2009-06-04  Hans Leidekkercrypt32: Initialize salt correctly.
2009-06-04  Alexandre Julliarduser32/tests: More systematically ignore the messages...
2009-06-04  Alexandre Julliarduser32/tests: Add more synchronization in the exit...
2009-06-04  Nikolay Sivovcomctl32/listview: Improve grid drawing on LVS_EX_GRIDL...
2009-06-04  Nikolay Sivovcomctl32/listview: Improve item visibility calculation...
2009-06-04  Nikolay Sivovcomctl32/listview: Some tests for LVS_SORT[A,DE]SCENDIN...
2009-06-04  Piotr Cabanjscript: Remove NaN related FIXMEs.
2009-06-04  Piotr Cabanjscript: Fix parse_double_literal implementation.
2009-06-04  Aric Stewartmsctf: Implement ITfContext::SetSelection.
2009-06-04  Aric Stewartmsctf: Implement ITfInsertAtSelection::InsertTextAtSele...
2009-06-04  Andrew Talbotcomctl32: Various const qualifier fixes.
2009-06-04  Paul Vriensuser32/tests: Fix a test failure on Win95.
2009-06-04  Paul Vriensuser32/tests: Remove a trace() message.
2009-06-04  Paul Vrienskernel32/tests: Skip WritePrivateProfileString tests...
2009-06-04  Paul Vriensole32/tests: Fix remaining test failures on NT4 and...
2009-06-04  Vincent Povirkwinex11.drv: Don't use XEvents uninitialized when waits...
2009-06-03  Alexandre Julliardrpcrt4: Add checks for the number of methods being...
2009-06-03  Alexandre Julliardrpcrt4/tests: Add tests for the contents of virtual...
2009-06-03  Alexandre Julliardrpcrt4: Add support for proxy delegation.
2009-06-03  Alexandre Julliardrpcrt4: Split the vtbl initialization in NdrDllGetClass...
2009-06-03  Austin Lundriched20/test: Added a test for TxDraw.
2009-06-03  Paul Vriensriched32/tests: Fix a few test failures on NT4 and...
2009-06-03  Paul Vriensriched32/tests: Change the test to facilitate adding...
2009-06-03  Nikolay Sivovcomctl32/listview: Implement LVM_SETVIEW.
2009-06-03  Nikolay Sivovcomctl32/listview: Implement LVM_GETVIEW.
2009-06-03  Nikolay Sivovcomctl32/listview: Handle EN_KILLFOCUS in WM_COMMAND...
2009-06-03  Nikolay Sivovcomctl32/listview: EN_KILLFOCUS handling test.
2009-06-03  Kai Blinsecur32: Don't return STATUS_SUCCESS from LsaGetLogonSe...
2009-06-03  Kai Blinadvapi32: Fix output of GetUserNameW when joined to...
2009-06-03  Guy Albertellikernel32/tests: Add tests for CreateFile errors and...
2009-06-03  Andrew Eikumgdiplus: Stubs for GdipDrawImagePointRect and GdipDrawI...
2009-06-03  Andrew Eikumgdiplus: Stub for GdipDeleteEffect.
2009-06-03  Alexandre Julliardmakefiles: Add resource files to the standard object...
2009-06-03  Alexandre Julliardmakefiles: Use winegcc to build the crosstests too.
2009-06-03  Henri Verbeetwined3d: Replace the wined3d hash table with the generi...
next