Send a CDN_FOLDERCHANGE message when we change folders.
[wine] / dlls / kernel /
2003-07-19  Jon GriffithsFix MSVC warning.
2003-07-09  Gerald PfeiferAdd charset information as used by FreeBSD.
2003-07-09  Dmitry TimoshkovAdded support for CP_UNIXCP.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-07-08  Alexandre JulliardImplemented NtRead/WriteVirtualMemory.
2003-07-03  Dmitry TimoshkovExit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-30  Dmitry TimoshkovAdd tests for NORM_IGNORENONSPACE and NORM_IGNORESYMBOL...
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-26  Eric PouechAdded a small test for process exit code retrieval.
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-18  Eric Pouech- kernel32's environment tests: a few more tests now...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-06-06  Mike McCormackAlways return FALSE when doing an overlapped ConnectNam...
2003-06-04  Lionel UlmerImplemented a semi-stub for GetProcessPriorityBoost.
2003-05-22  Alexandre JulliardBeep() is still needed in ntdll, move it back to some...
2003-05-21  Alexandre JulliardMoved misc/error.c to dlls/kernel/error16.c.
2003-05-21  Gerald PfeiferAvoid "might be used uninitialized" warning in exercize...
2003-05-20  Alexandre JulliardMoved system.dll implementation to dlls/kernel.
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Alexandre JulliardMoved timer functions to dlls/kernel.
2003-05-20  Alexandre JulliardUse the trace macro for debugging output.
2003-05-20  Alexandre JulliardAdded value for default Unix codepage to all the locale...
2003-05-19  Ferenc WagnerNew _lcreat tests for filename ending in a slash and...
2003-05-16  Alexandre JulliardCall the user signal proc for exe modules too, to avoid...
2003-05-16  Alexandre JulliardMoved most local heap functions to dlls/kernel.
2003-05-16  Alexandre JulliardMoved atom functions to dlls/kernel.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-05-15  Dan KegelMore named pipes tests.
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-13  Alexandre JulliardMake the test pass on NT4 too.
2003-05-13  Dmitry TimoshkovFix an obvious typo in get_res_name. Spotted by Mike...
2003-05-13  Francois GougetAdded a test for GetLongPathNameA("c:").
2003-05-13  Dimitrie O. PaunMake sure winsock.h gets included before stdlib.h.
2003-05-13  Eric PouechAdded a set of tests for the console API.
2003-05-13  Eric PouechFixed console output for non wrapped mode.
2003-05-13  Alexandre JulliardAllocate/free the 16-bit thread stack in the kernel...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Eric PouechSupport 14 and 15 arguments in WOW_CallProc32W16.
2003-05-12  Aric StewartIgnore requested access rights when emulated version...
2003-05-07  Alexandre JulliardAdded NONAMELESSUNION/STRUCT defines.
2003-05-07  Alexandre JulliardMoved the EnumResource* functions to the kernel dll...
2003-05-07  Alexandre JulliardUse RtlFindMessage to load message resources.
2003-05-06  Dimitrie O. PaunMake it easy to use something other than wrc to compile...
2003-05-06  Alexandre JulliardFixed return value of CreateNamedPipe (spotted by Mike...
2003-05-04  Lionel UlmerAdded SetSystemTimeAdjustment stub.
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.
2003-04-29  Alexandre JulliardImplemented ntdll resource functions.
2003-04-26  Hans LeidekkerDutch localisation of language group names.
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-21  Marcelo DuarteLocalization of the new language group strings.
2003-04-19  Maxime BellengéAdded resource strings for language groups.
2003-04-17  Martin FuchsFixes for SystemTimeToTzSpecificLocalTime() and
2003-04-17  Uwe BonnesFindFirstFile on root directory should fail.
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-08  Michal Janusz MiroslawAdd stub for InvalidateNLSCache.
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-04-03  Paul McNettStubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Maxime BellengéStubs for EnumSystemLanguageGroups{A|W}.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-22  Alexandre JulliardMoved date/time/currency format handling to new lcformat.c.
2003-03-20  Alexandre JulliardMoved a couple of locale functions from ole2nls.c into...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-20  Alexandre JulliardMoved libwine_uuid to the new libs/ directory.
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-14  Rein KlazesAdded stub for GetDevicePowerState().
2003-03-14  Alexandre JulliardWarning fixes.
2003-03-12  Marcus MeissnerFixed 2 fd leaks in comm functions.
2003-03-04  Stefan LeichterAdded tests for GetPrivateProfileInt.
2003-03-04  Jukka HeinonenMove decoding of long file name functions to winedos.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-27  Alexandre JulliardMoved CreateThread16 to kernel, and made it use WOWCall...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-26  Mike HearnImplemented GlobalMemoryStatusEx().
2003-02-25  Dan KegelNow compiles on windows. Added a couple more checks.
2003-02-19  Alexandre JulliardAdded pipe.ok.
2003-02-19  Jukka HeinonenMove resize memory block to winedos and make it resize...
2003-02-19  Dan KegelAdded check for illegal pipe names.
2003-02-19  Jukka HeinonenWhen updating the edited line, remember to update attri...
2003-02-11  Martin FuchsFixed time zone calculation.
2003-02-11  Alexandre JulliardAuthors: Francois Gouget <fgouget@free.fr>, With help...
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-20  Francois Gouget{Get,Set}ThreadPriorityBoost are stubs on Win98.
2003-01-16  Bill MedlandCorrect GetDateFormat handling of uninitialised fields...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
next