Complete implementation for DrawStatusText{A,W}.
[wine] / files /
2002-04-17  Martin WilckGetOverlappedResult: Return ERROR_IO_INCOMPLETE if...
2002-04-14  Martin Wilck- Need a "cleanup" method.
2002-04-11  Stefan LeichterCompile fixes for gcc 2.7.2.3.
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  Alexandre JulliardMake GetFullPathName fail if input path name is empty.
2002-03-29  Francois GougetFix SetFileAttributes to honor the umask (rather than...
2002-03-23  Patrik StridvallFixed some issues found by winapi_check.
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-03-19  Gerald PfeiferAdd missing #includes for FreeBSD and Solaris.
2002-03-12  Mike McCormackBegin to make wine an SMB client.
2002-03-11  Mike McCormackSet an overlapped hEvent before calling any APCs.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrImplemented "App Paths" registry key support for Search...
2002-02-27  Andreas MohrFixed overflow and signed/unsigned behaviour.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-22  Gerhard W. GruberMoveFileEx now enters the files in the registry when...
2002-02-12  Jukka HeinonenAdded missing break statement.
2002-02-05  Gerhard GruberWritePrivateProfileSection should allow to create dupli...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2002-01-29  Aric StewartGetDiskFreeSpace needs to set the last error on failure.
2002-01-21  Marcus MeissnerHandle section==NULL (error) in WritePrivateProfileStringA.
2002-01-21  Alexandre JulliardFixed function prototype that confused winapi_extract.
2002-01-18  Dmitry TimoshkovFix return value of GetWindowsDirectoryA/W and GetSyste...
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-07  Martin WilckAdd server side support for async IO on files.
2002-01-07  Mike McCormack- Attempt write before going overlapped in Writefile.
2002-01-07  Mike McCormackImplement CancelIo properly.
2002-01-04  Mehmet YasarDo not save empty sections names.
2002-01-01  Mike McCormackSet an overlapped's hEvent for ReadFile/WriteFile in...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-21  Mike McCormackDon't return from overlapped ReadFile on EAGAIN and...
2001-12-20  Mike McCormack- move async activation into the server
2001-12-19  Mike McCormackImplemented timed-out non-overlapped ReadFile.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-06  François GougetFix the #include order for config.h.
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-10-21  Andreas MohrCosmetics.
2001-10-17  Mike McCormackSeparate code to overlapped timeouts into FILE_GetTimeout.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Eric PouechPass security attributes for DOSFS creation.
2001-10-10  Mike McCormackDo overlapped reads if and only if the file was opened...
2001-10-08  Gerard PatelGetDiskFreeSpaceEx should accept an input like "C:".
2001-10-08  Eric Pouech- fixed copy&paste bug (GENERIC_WRITE instead of GENERI...
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-10-02  Uwe BonnesCheck for NULL path argument in DeleteFile.
2001-10-01  Ove KaavenMake MoveFileEx fail with ERROR_INVALID_PARAMETER ...
2001-09-25  Ove KaavenA failure to open a pipe should return INVALID_HANDLE_V...
2001-09-19  Andreas MohrUpdates and error message improvements.
2001-09-17  Francois GougetMake relative paths of [Drive] sections relative to...
2001-09-14  Francois GougetFix the error returned by GetLongPathNameA.
2001-08-28  Francois GougetReimplement PROFILE_GetSectionNames to match the NT...
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-20  Mike McCormackRead data immediately in overlapped ReadFile if possible.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Bernhard RosenkraenzerSet executable permissions when creating .exe/.com...
2001-07-20  Lionel UlmerFix 'undocumented' behaviour of GetPrivateProfileString.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-12  Mike McCormackImplement overlapped completion routines.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-08  Mike McCormackImplement ReadFileEx and WriteFileEx (lpOverlappedCompl...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-06  Marcus MeissnerCheck for enough buffer space in PROFILE_GetSection().
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-25  Marcus MeissnerDon't just assume everything is a Dos Device, or mirc...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-07  Francois GougetPotential buffer overflow in PROFILE_CopyEntry.
2001-04-20  Dominik StrasserAllow illegal handles in FindClose.
2001-04-20  Andreas MohrSpelling fixes.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-03-05  Andreas MohrGetFileInformationByHandle() fails for pipe handles...
2001-03-03  Andreas MohrSome more message cleanups.
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-23  Alexandre JulliardAllocations do not need to be on the system heap.
2001-02-20  Rein KlazesCorrect error message in case DOSFS_OpenDevice() fails...
2001-02-16  Gerard PatelGives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
2001-02-14  Jon GriffithsSetLastError() for GetFileAttributesA.
2001-02-12  Andreas Mohr- TRACE opened registry handles
2001-02-12  Patrik StridvallDocumentation argument fixes.
2001-01-26  Andreas MohrSome more cleanups.
next