Implemented processing for actions: SPI_GET/SETGRIDGRANULARITY,
[wine] / win32 /
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-25  Eric PouechNow passing event with --use-event to let programs...
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-23  Francois GougetExpand environment variables in "Debugger" setting.
2001-10-21  Andreas MohrCosmetics.
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-09-14  Francois GougetHANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
2001-09-11  Guy AlbertelliQuiet FlushInstructionCache for non-NT systems where...
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-15  Eric PouechModified the debugger launching code so that only one...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
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-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-07  Marcus MeissnerStub for GetQueuedCompletionStatus.
2001-06-06  Andreas MohrDocumentation updates.
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-24  Andreas Mohr- add handler for VCD VxD ("virtual comm device" ?)
2001-05-18  Marcus MeissnerDo not return FALSE on SetFileAttributes() failure...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-23  Francois GougetUse snprintf to prevent buffer overflows in format_exce...
2001-04-12  Michael Stefaniuc- added stubs for three console functions
2001-03-22  Alexandre JulliardUse the new send_fd mechanism for the set_console_fd...
2001-03-20  Alexandre JulliardTerminate process on unhandled ^C exception instead...
2001-03-05  Dmitry TimoshkovImplemented SetFileApisToOEM, SetFileApisToANSI and...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-02-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  Andreas MohrGive both --winver nt40 and win31 for VxD warning,...
2001-02-13  James AbbatielloUse the Pentium's rdtsc instruction (if available)...
2001-01-26  Alexandre JulliardMade exception_event_request non-blocking, and added
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-09  François Gougetpty_handle is a HANDLE, not an int.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-02  Andreas MohrAdded a --winver nt40 hint to VxD error message.
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-29  Kees SchoenmakersAdded HASP device stub.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-28  Alexandre JulliardMoved EnumPortsA to dlls/winspool.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Andreas MohrImplemented TerminateApp needed for DBase 5.0.
2000-11-25  Alexandre JulliardFixed GetLargestConsoleWindowSize return type for Winel...
2000-11-12  Alexandre JulliardThe debugger "Auto" registry value should be a string.
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Guy L. AlbertelliNeed to get any outstanding input prior to returning...
2000-10-29  Marcus MeissnerQuieten VxDCall_VMM output.
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-22  Andreas Mohr- Print CS reg at crash MessageBox (needed for Win16...
2000-10-12  Eric PouechFixed regression for debugger startup event creation.
2000-10-12  Rein KlazesPrevent SetFileAttributeA from making directory read...
2000-10-12  Andreas MohrChanged debugger launching to auto per default.
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-12  Andreas Mohr"implemented" GetSystemTimeAdjustment.
2000-09-02  Marcus MeissnerChange xterm mouse tracking mode to BTN_EVENT_MOUSE...
2000-08-31  Marcus MeissnerReplaced USER32.DLL use by hardcoded tables for VkKeySc...
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 JulliardRemoved calls to ConvertToGlobalHandle and MakeCritical...
2000-08-18  Chris MorganStubbed SetConsoleInputExeNameA/W.
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-09  Alexandre JulliardMoved struct32.c to windows directory.
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-06-25  Eric PouechFixed bad exception handler chain termination.
2000-06-24  Eric PouechA few missing console stubs.
2000-06-12  Juergen SchmiedImplementation for PrivateExtractIcons, PrivateExtractI...
2000-06-10  Alexandre JulliardRewrote codepage support to use the new codepage tables.
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-06-07  Ulrich WeigandDon't call MessageBoxA before USER is initialized.
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-30  Ulrich CzekallaAdd stub for SetConsoleOutputCP.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
next