d3d10.idl: Added missing D3D10_RESOURCE_MISC_FLAG values.
[wine] / dlls / kernel32 /
2011-06-28  Austin Englishkernel32: Stub a few of the numa functions.
2011-06-21  Alexandre Julliardkernel32: Avoid using a breakpoint instruction in Debug...
2011-06-16  Alexandre Julliardkernel32: Create an orphaned process in exec_process...
2011-06-16  Alexandre Julliardkernel32: Implement DebugBreak directly in assembly.
2011-06-16  André Hentschelkernel32: Set dwProcessorType on ARM.
2011-06-16  André Hentschelkernel32: Initialise dwProcessorType.
2011-06-13  Alexandre Julliardkernel32: Fix some 64-bit issues in GlobalSize().
2011-06-13  David Hedbergkernel32: GlobalSize() should also work with GMEM_MOVEA...
2011-06-08  Alexandre Julliardkernel32: Fix the handling of CAL_ITWODIGITYEARMAX...
2011-05-30  Marcus Meissnerkernel32: Pass in a real string to SetLocaleInfoA,...
2011-05-26  Alexandre Julliardkernel32/tests: Delete some temporary files.
2011-05-26  Alexandre Julliardkernel32: Fix a couple of handle leaks.
2011-05-23  Austin Englishkernel32: Add a stub for RegisterApplicationRecoveryCal...
2011-05-23  Austin Englishkernel32: Add a stub for ApplicationRecoveryInProgress.
2011-05-23  Austin Englishkernel32: Add a stub for ApplicationRecoveryFinished.
2011-05-18  Andrew Nguyenkernel32: Suppress constness warnings for tigetstr...
2011-05-16  Jacek Cabankernel32: Moved GetPerformanceInfo implementation to...
2011-05-16  Jacek Cabankernel32: Moved GetWsChanges and InitializeProcessForWs...
2011-05-16  Jacek Cabankernel32: Moved EnumPageFiles[AW] implementation to...
2011-05-16  Jacek Cabankernel32: Moved device-related stubs from psapi to...
2011-05-13  Jacek Cabankernel32: Moved GetMappedFileName[AW] stubs to kernel32.
2011-05-13  Frédéric Delanoykernel32/tests: Fix typo.
2011-05-12  Jacek Cabankernel32: Moved GetModuleInformation implementation...
2011-05-12  Jacek Cabankernel32: Moved GetModuleFileNameEx[AW] to kernel32.
2011-05-12  Jacek Cabankernel32: Moved GetModuleBaseName[AW] implementation...
2011-05-12  Jacek Cabankernel32: Moved K32EnumProcessModules to module.c.
2011-05-12  Jacek Cabankernel32: Moved GetProcessMemoryInfo implementation...
2011-05-12  Piotr Cabankernel32/tests: Add locale specific CompareString test.
2011-05-11  Jacek Cabankernel32: Moved QueryWorkingSet and QueryWorkingSetEx...
2011-05-11  Eric Pouechkernel32: In CreateFile, when trying to open the CON...
2011-05-11  Eric Pouechkernel32: Added some tests about CON special file treat...
2011-05-10  André Hentschelkernel32: Forward registry functions to advapi32.
2011-05-10  Jacek Cabankernel32: Moved EnumProcessModules implementation to...
2011-05-09  Austin Englishkernel32/tests: Fix typo in test failure message.
2011-05-06  Alexandre Julliardkernel32/tests: Fix a race that could corrupt the threa...
2011-05-06  Alexandre Julliardserver: Fix the status code for get/set_thread_context...
2011-05-04  Jacek Cabankernel32: Moved EnumProcesses implementation to kernel32.
2011-04-25  Austin Englishkernel32: Add a stub for SetThreadPreferredUILanguages.
2011-04-22  Marcus Meissnerkernel32: Mark more internal symbols as invisible.
2011-04-19  Jacek Cabanpsapi: Forward EmptyWorkingSet implementation to kernel32.
2011-04-19  Wolfgang Walterkernel32: Fix TRACE output: IXON and IXOFF are swapped.
2011-04-14  Alexandre Julliardntdll: Implement the ProcessAffinityMask case in NtQuer...
2011-04-08  Jacek Cabankernel32: Moved GetProcessImageFileName implementation...
2011-04-07  Dmitry Timoshkovkernel32: Constify some data.
2011-04-05  Akihiro Sagawalibwine: MB_ERR_INVALID_CHARS makes an error when the...
2011-04-05  Akihiro Sagawakernel32/tests: Add a test for undefined byte character...
2011-03-30  Francois Gougetkernel32: Only get the Windows directory if PROFILE_Ope...
2011-03-29  Hans Leidekkerkernel32: Implement and test GetVolumePathNamesForVolum...
2011-03-28  Eric Pouechkernel32: When testing the debugger activation, don...
2011-03-28  Marcus Meissnerkernel32: Added missing break (Coverity).
2011-03-18  André Hentschelkernel32/tests: Also test for ntdll.dll in toolhelp...
2011-03-17  Maarten Lankhorstkernel32: CreateProcessA should not call CreateProcessW...
2011-03-16  Francois Gougetkernel32: Some spelling tweaks and fixes for the error...
2011-03-15  Dmitry Timoshkovkernel32: Add dumping of GENERIC_EXECUTE flag in Create...
2011-03-14  André Hentschelkernel32/tests: Fix a test for real hardware.
2011-03-10  André Hentschelkernel32: Add stub for GetVolumePathNamesForVolumeNameA.
2011-03-09  Juan Langkernel32: Add some parameter checking to FileTimeToDosD...
2011-03-02  Hans Leidekkerserver: Map the Unix user id to a local user SID instea...
2011-03-02  André Hentschelkernel32/tests: Add SetLastError() before a test (Valgr...
2011-02-28  Austin Englishkernel32/tests: Remove win9x hacks.
2011-02-28  Marcus Meissnerkernel32: Avoid shadowing "status" variable.
2011-02-24  Austin Englishkernel32/tests: Remove win9x hacks.
2011-02-23  Marcus Meissnerkernel32: Fixed mismatched bracket (Coverity).
2011-02-19  Alexandre Julliardkernel32: Use debugstr_a to avoid overflow with user...
2011-02-17  Austin Englishkernel32/tests: Make sure to use return values (LLVM...
2011-02-17  André Hentschelkernel32: Forward RtlCompareMemory to ntdll on x86_64.
2011-02-16  Alexandre Julliardkernel32: Don't try to initialize curses if the TERM...
2011-02-16  André Hentschelkernel32: Remove a useless error message.
2011-02-15  Igor Egorovkernel32: Add stderr redirection for native Unix progra...
2011-02-11  Austin Englishkernel32/tests: Make sure to use return values (LLVM...
2011-02-11  Austin Englishkernel32/tests: Don't check return values inside of...
2011-02-11  Austin Englishkernel32/tests: Don't check return values inside of...
2011-02-10  Austin Englishkernel32/tests: Don't check return values inside of...
2011-02-09  Austin Englishkernel32/tests: Make sure to use return values (LLVM...
2011-02-07  Austin Englishkernel32/tests: Remove unused assignment (LLVM/Clang).
2011-02-07  Joris Huizerkernel32/tests: Don't test function directly when repor...
2011-02-01  André Hentschelkernel32: Use define instead of hardcoded value.
2011-01-31  Eric Pouechkernel32: Use binary search for key lookup in terminfo...
2011-01-31  Eric Pouechkernel32: Added shift & ctrl modifiers for function...
2011-01-31  Eric Pouechkernel32: Added support for extended capacities in...
2011-01-31  Eric Pouechkernel32: Store key len in dbkey_pair structure for...
2011-01-31  Hans Leidekkerkernel32/tests: Add a test for ioctl 0x560000.
2011-01-31  Eric Pouechkernel32: Added support for ctrl-home (aka clear from...
2011-01-27  Alexandre Julliardkernel32: Add proper English messages for all error...
2011-01-25  Eric Pouechkernel32: Properly manage UTF-8 (and any wcs) input...
2011-01-25  Eric Pouechkernel32: No longer init the terminfo database nor...
2011-01-25  Eric Pouechkernel32: In edit line, fix the insert key management.
2011-01-24  Alexandre Julliardkernel32: Convert message translations to po files.
2011-01-24  Detlef Riekenbergkernel32: Don't mask when printing unsupported flags...
2011-01-24  Kusanagi Kouichikernel32: Include term.h conditionally.
2011-01-24  Eric Pouechkernel32: Added missing include to term.c.
2011-01-21  Andrew Nguyenkernel32/tests: Free environment strings buffer at...
2011-01-20  Eric Pouechkernel32: Fix prototype when no curses dev package...
2011-01-19  Piotr Cabankernel32/tests: Added file move/rename ReadDirectoryCha...
2011-01-19  Eric Pouechkernel32: Added support for insert/overwrite modes...
2011-01-19  Eric Pouechkernel32: Correctly parse the input strings for advance...
2011-01-19  Eric Pouechkernel32: Move the input character to INPUT_RECORD...
2011-01-19  Eric Pouechkernel32: Added support for terminfo/termcap in console...
2011-01-17  Andrew Nguyenkernel32/tests: Free environment block in the child...
2011-01-13  André Hentschelkernel32/tests: Use the right return type and a better...
next