2004-10-27 |
Rein Klazes | - Reordered some code from the existing helper _GetTime... |
blob | commitdiff | raw |
2004-10-22 |
Alexandre Julliard | Fixed definition of MAX_COMPUTERNAME_LENGTH (spotted... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Jon Griffiths | Use correct tag names for compatability with fwd decls. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Dmitry Timoshkov | Move MulDiv prototype from wingdi.h to winbase.h where... |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Francois Gouget | Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I... |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Robert Shearman | Added GetProcessId. |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Francois Gouget | Move LDT_ENTRY to winnt.h. |
blob | commitdiff | raw | diff to current |
2004-08-13 |
Robert Reif | Use GlobalMemoryStatusEx in GlobalMemoryStatus rather... |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Mike McCormack | Fix definition of LookupPrivilegeNameW and declare it. |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Alexandre Julliard | Rewrote SetFilePointer to use SetFilePointerEx. |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Eric Pouech | Added some missing prototypes. |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Alexandre Julliard | Moved wine_get_unix_file_name implementation to ntdll... |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Alexandre Julliard | Replace the get_file_info request by an fstat() on... |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Patrik Stridvall | Added proper headers for the *ActCtx* functions. |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Dmitry Timoshkov | Add GetProcessHeaps() prototype. |
blob | commitdiff | raw | diff to current |
2004-01-16 |
Mike McCormack | Added SystemTimeToTzSpecificLocalTime definition. |
blob | commitdiff | raw | diff to current |
2004-01-05 |
Eric Pouech | Made wine_get_unix_file_name take a Unicode string... |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Alexandre Julliard | Added missing prototypes for some implemented functions. |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Alexandre Julliard | Store the last error code at the TEB offset used by... |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Eric Pouech | - moved the remaining of int21 calls to dlls/winedos |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Ulrich Czekalla | Added stubs for AccessCheckByType, AddAuditAccessAce, |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Alexandre Julliard | Disable the asm inline functions when building ntdll... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Alexandre Julliard | Implemented RtlCreateUserThread, and use it to move... |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Alexandre Julliard | Implemented Add/RemoveVectoredExceptionHandler. |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Mike McCormack | Declare mailslot functions. |
blob | commitdiff | raw | diff to current |
2003-09-12 |
Kevin Groeneveld | Add missing wReserved1 member to DCB structure definition. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Eric Pouech | Added a few missing definitions. |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dimitrie O. Paun | Consolidate all kernel power management functions. |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Martin Fuchs | Fixed GetFileEttributesEx define. |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Pierre d'Herbemont | Make the PowerPC interlocked assembler code volatile. |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Jon Griffiths | Add GetSystemWindowsDirectory, GetCurrentHwProfile. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Dmitry Timoshkov | Use inline versions of APIs only internally in Wine. |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Marcus Meissner | PowerPC inline versions of the interlocked functions. |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Alexandre Julliard | Moved the EnumResource* functions to the kernel dll... |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Alexandre Julliard | Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI... |
blob | commitdiff | raw | diff to current |
2003-03-30 |
Jukka Heinonen | Add prototype for GetCompressedFileSize. Move some... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Mike Hearn | Implemented GlobalMemoryStatusEx(). |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Robert Shearman | - Add some stubs. |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Alexandre Julliard | Removed a few more #ifdef __WINE__. |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Francois Gouget | Declare LocalDiscard and GlobalDiscard (used by kernel... |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Andreas Mohr | - actually use PLUID |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Alexandre Julliard | Avoid casts between LARGE_INTEGER and FILETIME. |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Alexandre Julliard | Authors: Greg Turner <gmturner007@ameritech.net>, Ove... |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Francois Gouget | Added declaration for SignalObjectAndWait. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Steve Lustbader | Provide stubs for DnsHostnameToComputerNameA/W. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Francois Gouget | Added SwitchToThread. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Steve Lustbader | Stubs for CreateTimerQueue and DeleteTimerQueueEx. |
blob | commitdiff | raw | diff to current |
2002-11-19 |
Dimitrie O. Paun | Added definition for PeekNamedPipe |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Ryan Cumming | Implemented GetFileSizeEx (based on a patch by Steve... |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Martin Wilck | - Allow setting NetBIOS ComputerName through registry. |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
blob | commitdiff | raw | diff to current |
2002-10-07 |
Steve Lustbader | Provide stubs for Create/DeleteTimerQueueTimer. |
blob | commitdiff | raw | diff to current |
2002-10-01 |
Patrik Stridvall | Added a GNU C implementation of some of the DECLSPEC_... |
blob | commitdiff | raw | diff to current |
2002-09-21 |
Dmitry Timoshkov | Correct SIZE_T size according to MS SDK. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Juraj Hercek | - fixed typo error in CMYK definition (COLOREF -> COLORREF) |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Andriy Palamarchuk | Implemented buffer management functions, a couple of... |
blob | commitdiff | raw | diff to current |
2002-08-03 |
Juergen Schmied | - Fixed possible loss of data with given overlapped... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Aric Stewart | Added GetCurrentHwProfileA. |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Warren Turkal | More stream definitions. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Vincent Béron | - Fixed GetSystemTimeAdjustment prototype and added... |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Alexandre Julliard | Moved WORDS_BIGENDIAN macros to basetsd.h. |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Warren Turkal | Added structures and some constants for stream handling. |
blob | commitdiff | raw | diff to current |
2002-05-24 |
Vincent Béron | Partial implementation of VerifyVersionInfo{A,W}. |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Francois Gouget | Include winerror.h if in Winelib mode. |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Vincent Béron | Correct implementation of VerSetConditionMask. |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation. |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Eric Pouech | Fixed FlushInstructionCache prototype. |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Martin Wilck | Implemented overlapped WSARecvFrom(), WSASendTo(), and |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Huw D M Davies | Added ImpersonateLoggedOnUser stub. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Geoffrey Hausheer | Added test for thread functions. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Chris Morgan | Implement OpenThread() winapi call. |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Andriy Palamarchuk | Added declaration of the DisconnectNamedPipe call. |
blob | commitdiff | raw | diff to current |
2002-03-19 |
Francois Gouget | Small fixes. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Eric Pouech | New XP debugging APIs: implemented DebugActiveProcessStop, |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dmitry Timoshkov | Added GetComputerNameEx[AW] semi-stub. |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Dmitry Timoshkov | Fix definition of BY_HANDLE_FILE_INFORMATION structure. |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Dmitry Timoshkov | Fixed packing and layout of many system structures. |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Eric Pouech | Moved/added some console definitions. |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Francois Gouget | Add INVALID_ATOM and MAXINTATOM to winbase.h. |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Alexandre Julliard | Moved MAKEINTATOM to winbase.h and added Unicode version. |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Francois Gouget | Remove non windows macros. |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Francois Gouget | Move WINDEBUGINFO from winbase.h to winbase16.h and... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Francois Gouget | Move the ERR_XXX macros from winbase.h to error.c. |
blob | commitdiff | raw | diff to current |
next |