wined3d: Don't try to draw with unsupported attribute data types.
[wine] / dlls / kernel32 /
2008-09-22  Paul Vrienskernel32/tests: Add extra tests for SetCurrentDirectory.
2008-09-22  Paul Vrienskernel32/tests: Make sure we can remove a test directory.
2008-09-22  Paul Vrienskernel32/tests: Fix tests on NT4.
2008-09-22  Paul Vrienskernel32/tests: Skip some tests on win9x.
2008-09-22  Paul Vrienskernel32/tests: Use skip instead of trace.
2008-09-22  Francois Gougetkernel32/tests: Fix compilation on systems that don...
2008-09-19  Alexandre Julliardkernel32/tests: Fix a couple of tests failing on NT4.
2008-09-19  Alexandre Julliardkernel32/tests: Fix race condition in the thread test.
2008-09-18  Jeff Zaroykokernel32: Modify DeleteFileW to fail on directories.
2008-09-17  Alexandre Julliardkernel32/tests: Handle the win2k3 version check behavior.
2008-09-17  Rob Shearmankernel32: Fix character count passed to GlobalGetAtomNa...
2008-09-17  Dmitry Timoshkovkernel32: Fix the target buffer size.
2008-09-17  Vitaliy Margolenkernel32: Use NULL attributes if name and SA are not...
2008-09-16  Alexandre Julliardkernel32/tests: Comment out an UpdateResource call...
2008-09-16  Alexandre Julliardkernel32/tests: Support alternate results in the loader...
2008-09-16  Alexandre Julliardkernel32/tests: Fix a test on win9x.
2008-09-15  Roy Sheakernel32/test: Test import entries of a core windows...
2008-09-15  Marcus Meissnerkernel32/tests: Pass correct size to MultiBytetoWideChar.
2008-09-15  Michael Karcherkernel32: Clean up PROFILE_isspaceW.
2008-09-15  Vitaliy Margolenkernel32: Use FileStandardInformation to get file size.
2008-09-15  Paul Vrienskernel32/tests: Skip tests on Win95.
2008-09-11  Alexandre Julliardkernel32/tests: Fix the ResumeThread on win9x.
2008-09-11  Alexandre Julliardkernel32/tests: Fix the BindIoCompletionCallback test...
2008-09-11  Alexandre Julliardkernel32/tests: Fix the async I/O test to handle errors...
2008-09-11  Alexandre Julliardkernel32: Added implementation for UnregisterWaitEx.
2008-09-11  Dmitry Timoshkovkernel32: Use a kernel error code.
2008-09-08  Paul Vrienskernel32/tests: Fix a few failures on win98.
2008-09-08  Paul Vrienskernel32/tests: Fix 2 tests on win9x.
2008-09-08  Paul Vrienskernel32/tests: Fix a few tests on win9x.
2008-09-05  Francois Gougetkernel32/tests: Add a trailing '\n' to an ok() call.
2008-09-05  Paul Vrienskernel32/tests: Split the test for ret and last error.
2008-09-04  Alexandre Julliardkernel32: Implemented the wrapper functions for job...
2008-09-03  Jeff Zaroykokernel32: Add some tests for DeleteFile.
2008-09-03  James Hawkinskernel32: Fix a failing test in win95.
2008-09-03  James Hawkinskernel32: Fix a test that fails in win2k3.
2008-09-03  James Hawkinskernel32: Fix two tests that fail in win2k3 and modify...
2008-09-03  James Hawkinskernel32: Fix a failing test in Vista.
2008-08-29  James Hawkinskernel32: Add tests for LoadLibraryEx.
2008-08-29  James Hawkinskernel32: Trace the last error on failure.
2008-08-29  James Hawkinskernel32: Fix two failing tests in win95.
2008-08-29  James Hawkinskernel32: Trace the modified buffer on error.
2008-08-29  James Hawkinskernel32: Fix a failing test in win95.
2008-08-26  Paul Vrienskernel32/tests: Use skip instead of trace.
2008-08-26  Paul Vrienskernel32/tests: Use a file that is available on all...
2008-08-26  Paul Vrienskernel32/tests: Fix two failures on win9x.
2008-08-21  Alexandre Julliardkernel32: Fix a compiler warning on Mac OS.
2008-08-21  Alexander Nicolays... kernel32/winerr: Add Norwegian Bokmål translation.
2008-08-20  Michael Karcherkernel32: Fix profile cache logic and don't cache new...
2008-08-20  Alexander Morozovkernel32: Fix a typo.
2008-08-19  Michael Karcherkernel32/tests: Fix profile crash on NT and up.
2008-08-18  Rob Shearmankernel32: Fix a typo in the leadin check in WaitNamedPipeW.
2008-08-18  Michael Karcherkernel32: Fix profile sharing mode.
2008-08-18  Ken Thomaseskernel32: Strip modifiers from the Mac locale so setloc...
2008-08-18  Huw Davieskernel32: GetCalendarInfo shouldn't return HRESULT...
2008-08-05  Paul Vrienskernel32/tests: Show the setting of the debugger regist...
2008-08-05  Paul Vrienskernel32/tests: Fix a test failure on Win9x.
2008-08-04  Francois GougetAssorted spelling fixes.
2008-08-04  Paul Vrienskernel32/tests: Skip tests when codepage is not available.
2008-08-01  Colin Finckkernel32/tests: Fix a wrong length passed to a WideChar...
2008-07-31  Colin Finckkernel32: Add a lot of new tests for the actual WideCha...
2008-07-30  Dan Hipschmankernel32/tests: Add tests for undocumented default...
2008-07-30  Dan Hipschmanntdll: Add support for a default timer queue.
2008-07-28  Detlef Riekenbergkernel32/tests: Fix a crash on win9x (lpDefault is...
2008-07-28  Dan Hipschmanntdll: Fix a small timer-queue bug whereby a deleted...
2008-07-25  Dan Hipschmanntdll: Implement RtlDeleteTimer for kernel32's DeleteTi...
2008-07-25  Dan Hipschmanntdll: Implement RtlUpdateTimer for kernel32's ChangeTi...
2008-07-25  Dan Hipschmanntdll: Implement the timer queue thread.
2008-07-25  Cesar Eduardo Barroskernel32: Add stub for CreateHardLink.
2008-07-23  Nicolas Le Camkernel32/tests: Fix a failing test in Vista.
2008-07-23  Dan Hipschmanntdll: Implement RtlCreateTimer for kernel32's CreateTi...
2008-07-23  H. Verbeetserver: Calling ResumeThread() on a terminated thread...
2008-07-22  Dan Hipschmanntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].
2008-07-22  Dan Hipschmankernel32/tests: Check that timers are not NULL in timer...
2008-07-22  Dan Hipschmankernel32/tests: Add tests for Change/DeleteTimerQueueTimer.
2008-07-22  Detlef Riekenbergkernel32/tests: Run the tests again on Win9x.
2008-07-22  Dan Hipschmankernel32: Add a stub for ChangeTimerQueueTimer.
2008-07-21  Francois GougetAssorted spelling fixes.
2008-07-18  James Hawkinskernel32: Don't get the profile string if the buffer...
2008-07-17  Dan Hipschmankernel32/tests: Add tests for timer queues.
2008-07-17  James Hawkinskernel32: Return the default value if lpKeyName is...
2008-07-17  James Hawkinskernel32: Fix removing trailing spaces from lpDefault...
2008-07-17  James Hawkinskernel32: Add tests for GetPrivateProfileString.
2008-07-16  Dan Hipschmankernel32/tests: Fix p_BindIoCompletionCallback declarat...
2008-07-11  Andrew Talbotkernel32: Remove unneeded address-of operators from...
2008-07-10  Alexandre Julliardkernel32: Set the stdin/stdout file descriptors to...
2008-07-03  Alexandre Julliardkernel32: Use a proper structure for thunks instead...
2008-07-03  Alexandre Julliardexception.h: Make the RtlUnwind wrapper available separ...
2008-07-02  James Hawkinskernel32: Fix test failures because of a broken Replace...
2008-06-30  James Hawkinskernel32: Don't test for HARDDISK and RAMDISK on win9x.
2008-06-30  James Hawkinskernel32: Fix a few test failures in win9x.
2008-06-30  James Hawkinskernel32: Fix a few test failures in win9x.
2008-06-30  James Hawkinskernel32: Fix a test failure in win9x.
2008-06-27  Kirill K. Smirnovkernel32: Add stubs for [G|S]etConsoleDisplayMode.
2008-06-24  Paul Vrienskernel32: Fix return values of GetConsoleCursorInfo.
2008-06-24  Paul Vrienskernel32/tests: Add some tests for GetConsoleCursorInfo.
2008-06-24  Zhangrong Huangkernel32: Add locale script tag resources.
2008-06-23  Dan Hipschmankernel32/tests: Add tests for TLS functions.
2008-06-23  Jon Griffithsntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-06-23  Mikołaj Zalewskikernel32: Improve Esperanto locale definition.
2008-06-23  Dan Kegelkernel32/tests: Initialize a few variables.
next