Fixed some problems with scrolling in the edit control.
[wine] / files /
2000-12-29  Mike McCormackImplemented GetOverlappedResult.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-27  Lawson WhitneyAllow an application to open a dos device ending with...
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-24  Dmitry TimoshkovDefine environment variable TMP as an alias for TEMP.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-19  Dmitry TimoshkovProtect against NULL buffer in the profile functions.
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-15  Huw D M DaviesSpelling fix.
2000-12-14  Lawson WhitneyAdd strerror() to the "Could not stat" and "Invalid...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-06  Alexandre JulliardAdded automatic translation of the config file to the new
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Marcus MeissnerRemoved strange checkj for !filename, so we don't get...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-10  Dimitrie O. PaunUse variable argument macros when compiling with gcc.
2000-11-04  Dimitrie O. PaunUse debugging API instead of outputing to stderr directly.
2000-11-01  Alexandre JulliardFixed SearchPath to handle a ';'-separated path as...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-23  Marcus MeissnerIf we have a drive pointing to /, we must not remove...
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-19  Andreas MohrSkip directory symlinks in DOSFS_FindNextEx.
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-10-03  Alexandre JulliardUse special environment variables to transmit the cwd...
2000-09-29  Andreas MohrFixed the default value handling (trailing spaces of...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Marcus MeissnerHave the UNIX cwd follow the current directory on the...
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-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-10  Alexandre JulliardRemoved chdir("/") until we have proper Unix cwd manage...
2000-09-07  Andreas MohrDOSFS_MatchLong ignored several things about file mask...
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-08-21  Marcus Meissner(from IBM TopPage patch) return correct error for alrea...
2000-08-18  Stefan LeichterFixed return value of CDROM_GetLabel if CDROM_Open...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardRemoved the DOS handles table from the PDB and made...
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-01  Alexandre JulliardOnly set COMSPEC if not defined already.
2000-08-01  Alexandre JulliardMoved MulDiv() and VGA routines out of GDI.
2000-07-31  Hidenori TakeshimaFix for 64-bit negative seek value.
2000-07-25  Andreas Mohr- fixed a gross bug in SetCurrentDirectoryA (where...
2000-07-25  Alexandre JulliardPerform NE_InitProcess in the context of the new task.
2000-07-16  Andreas MohrSpelling fixes.
2000-07-16  Marcus MeissnerDrop UNIX cwd to / after calculating WINE current direc...
2000-06-25  Dave HawkesIf whitespace or dots are appended to the end of any...
2000-06-24  Andreas MohrAdded some stuff saying that this is NOT supported.
2000-06-20  Uwe BonnesMake WritePrivateProfileSectionA care for "" and NULL...
2000-06-15  Uwe BonnesGetFullPathName: get "drive" value too for absolute...
2000-06-13  Andreas MohrDRIVE_GetFreeSpace() is supposed to *always* return...
2000-06-13  Marcus MeissnerStrip whitespace from front of profile values.
2000-06-07  Stas Sergeevmmap() fails with ENODEV on NTFS under Linux.
2000-06-01  Juergen SchmiedImplemented FindFirstFileEx, cleaned old implementation up.
2000-05-23  James JuranSearchPathA needs to set the last error to ERROR_FILE_N...
2000-05-19  Uwe BonnesDOSFS_DoGetFullPathName: terminate string weh called...
2000-05-12  Uwe BonnesGetFullPathname: add missing termination to the string.
2000-05-07  Gerard PatelRevert the test for Virtual_HandleFault in ReadFile...
2000-05-01  Alexandre JulliardAdded ENOEXEC error code.
2000-04-29  Dimitrie O. PaunRemoved some HEAP_xalloc calls.
2000-04-28  Uwe BonnesDOSFS_DoGetFullPathName: rewrite to return results...
2000-04-13  Alexandre JulliardMake sure HKLM\Software\Wine\Wine is a non-volatile...
2000-04-13  Andreas MohrFILE_CreateFile()'s read/write-check was broken due...
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-04-06  Uwe BonnesGetShortPathName: always erase characters at the end...
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-04-04  Alexandre JulliardFixed file descriptor leaks.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Alexandre JulliardIgnore trailing spaces in DOSFS_ToDosFCBFormat.
2000-03-26  Stefan LeichterDOSFS_ToDosFCBFormat: fail if extension longer than...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-04  Uwe BonnesPROFILE_GetString: only accept NULL for keyname to...
2000-02-29  Alexandre JulliardMake profile key a global handle.
2000-02-27  Petr Tomasek- Write serial numbers to the device (FAT)
2000-02-27  Uwe BonnesGetFullPathName fixes.
2000-02-26  Patrik StridvallFixed some debug message crashes.
2000-02-20  Petr TomasekGetLongPathName rewrite.
2000-02-20  Eric PouechWhile creating the wine config key, make sure that...
2000-02-19  Alexandre JulliardStore config file contents in the registry so we only...
2000-02-18  Andreas MohrDRIVE_FindDriveRoot() always checked from drive A:...
2000-02-18  Matthew ClineAdded WARN messages on open errors.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
next