Moved scrollbar tracking code to scroll.c.
[wine] / include / winbase.h
2001-10-15  Francois GougetAdd INVALID_ATOM and MAXINTATOM to winbase.h.
2001-10-12  Alexandre JulliardMoved MAKEINTATOM to winbase.h and added Unicode version.
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-09  Francois GougetRemove non windows macros.
2001-10-08  Francois GougetMove WINDEBUGINFO from winbase.h to winbase16.h and...
2001-10-08  Francois GougetMove the ERR_XXX macros from winbase.h to error.c.
2001-10-05  Stefan LeichterAdded defines for resource types RT_MESSAGETABLE, RT_VE...
2001-09-25  Ove KaavenAdded some named pipe definitions.
2001-09-21  Mike McCormackDeclare DeviceIoControl.
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-17  Alexandre JulliardMade the Interlocked*Pointer functions static inline...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-15  Alexandre JulliardImplemented _CheckNotSysLevel.
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-08-06  Marcus MeissnerSetCommConfig has 3 arguments, not 2.
2001-07-26  Patrik Stridvall- Moved comm related protoypes to the correct .h file.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-06-19  Patrik StridvallFixed GetCommConfig number of arguments.
2001-05-11  Francois GougetRemoved some more obsolete 32 suffixes.
2001-03-13  James JuranAdded stub for SetThreadExecutionState (new function...
2001-03-10  Francois GougetAdded CreateRemoteThread.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-21  Francois GougetAdded missing pointer type declarations (usually Pxxx).
2001-01-18  Francois GougetAdded 3 missing FS_xxx macros.
2001-01-07  Mike McCormackImplemented HasOverlappedCompleted macro.
2001-01-04  François GougetMoved the function pointer types to their rightful...
2001-01-03  Jon GriffithsAdded InitializeCriticalSectionAndSpinCount prototype.
2000-12-15  François GougetNeeds to include windef.h.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-08  Francois GougetWe must include stdarg.h.
2000-10-22  Andreas MohrRemoved redundant thread priority defines.
2000-10-13  Francois GougetFixed the signature of the FormatMessage APIs.
2000-10-13  Francois GougetThe MODEM stuff has been spun off to its rightful place...
2000-10-12  Francois GougetMoved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT...
2000-10-12  Francois GougetRemoved stray A/W from invocations of WINELIB_NAME_AW.
2000-09-29  Francois GougetMoved DLLVERSIONINFO to shlwapi.h.
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.
2000-09-27  Francois GougetAdded various type and macro definitions that are neede...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-09-16  Hidenori TakeshimaAdded GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
2000-08-25  Matthew LakeAdded LHND.
2000-08-21  Andreas Mohr- don't return FALSE for system process changes
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Alexandre JulliardMoved FORMAT_MESSAGE flags definition to winbase.h.
2000-07-23  Francois GougetRemoved duplicate declaration of AddAccessAllowedAce.
2000-07-08  Matthew LakeAdded some missing definitions.
2000-07-08  Slava MonichImplementation of Get/SetThreadPriorityBoost.
2000-06-24  Hidenori TakeshimaGetCommandLine should return non-const strings.
2000-06-18  Francois GougetAdded some missing prototypes.
2000-06-15  Mike McCormack- add prototypes for serial API functions
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-06-01  Juergen SchmiedImplemented FindFirstFileEx, cleaned old implementation up.
2000-05-24  Francois GougetSorted out a few misplaced definitions.
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-04-29  Eric PouechFixed GetLargestConsoleWindowSize prototype.
2000-04-29  Ove KaavenAdd Wine-internal allocation type MEM_SYSTEM for Virtua...
2000-04-23  Francois GougetFixed GetProcessHeap() for the STRICT mode.
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-04-08  Alexandre JulliardAdded lazy initialization of critical sections, based...
2000-03-24  Francois GougetAdded (correct) prototype for HeapWalk.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-07  Alexandre JulliardBetter implementation of inline functions SetLastError and
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-25  Dmitry TimoshkovMove definition of CPINFO structure from winbase.h...
2000-02-13  Dave PicklesAdded definition for STILL_ACTIVE.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-15  Ove KaavenAdded prototypes for the NT synchronization functions
2000-01-05  Marcus MeissnerSome comm clean up, much more error messages, only...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-24  Alexandre JulliardRaise an exception when a critical section wait failed.
1999-11-10  Moshe VainerStub for GetOverlappedResult.
1999-10-23  Jim AstonFixed compiling with STRICT.
1999-09-19  Ulrich WeigandMove VerLanguageName[AW] back to base (exported from...
1999-09-14  Patrik StridvallAdd support for anonymous struct/unions on compilers...
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-08  Alexandre JulliardFixed SetLocalTime prototype.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-04  Patrik StridvallStarted on an implementation of Win64 for use on 64...
1999-07-04  Patrik StridvallFixed/moved/added missing/wrong function prototypes.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardAdded DebugBreak.
1999-06-12  Andreas MohrAdded the function definitions of GetStartupInfo*().
1999-06-06  Alexandre JulliardMoved inclusion of winestring.h to winebase.h.
1999-06-05  Dave PicklesStub for SetVolumeLabel().
1999-06-05  James JuranAdd stub for LockFileEx (KERNEL32.513).
next