2001-08-21 |
Francois Gouget | Documentation updates (mainly thru vs. through). |
tree | commitdiff |
2001-08-15 |
Eric Pouech | Modified the debugger launching code so that only one... |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-02 |
Mike McCormack | Declare stubs for ReadFileEx, WriteFileEx. |
tree | commitdiff |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
tree | commitdiff |
2001-06-07 |
Marcus Meissner | Stub for GetQueuedCompletionStatus. |
tree | commitdiff |
2001-06-06 |
Andreas Mohr | Documentation updates. |
tree | commitdiff |
2001-05-29 |
Marcus Meissner | Drop any file64 functions, try to use system supplied... |
tree | commitdiff |
2001-05-24 |
Andreas Mohr | - add handler for VCD VxD ("virtual comm device" ?) |
tree | commitdiff |
2001-05-18 |
Marcus Meissner | Do not return FALSE on SetFileAttributes() failure... |
tree | commitdiff |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2001-04-27 |
Patrik Stridvall | Documentation name fixes. |
tree | commitdiff |
2001-04-23 |
Francois Gouget | Use snprintf to prevent buffer overflows in format_exce... |
tree | commitdiff |
2001-04-12 |
Michael Stefaniuc | - added stubs for three console functions |
tree | commitdiff |
2001-03-22 |
Alexandre Julliard | Use the new send_fd mechanism for the set_console_fd... |
tree | commitdiff |
2001-03-20 |
Alexandre Julliard | Terminate process on unhandled ^C exception instead... |
tree | commitdiff |
2001-03-05 |
Dmitry Timoshkov | Implemented SetFileApisToOEM, SetFileApisToANSI and... |
tree | commitdiff |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
tree | commitdiff |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
tree | commitdiff |
2001-02-20 |
Alexandre Julliard | Removed a few Callout functions by doing a GetProcAddre... |
tree | commitdiff |
2001-02-16 |
Alexandre Julliard | Pass the stdin/stdout handles on startup to use as... |
tree | commitdiff |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-02-14 |
Andreas Mohr | Give both --winver nt40 and win31 for VxD warning,... |
tree | commitdiff |
2001-02-13 |
James Abbatiello | Use the Pentium's rdtsc instruction (if available)... |
tree | commitdiff |
2001-01-26 |
Alexandre Julliard | Made exception_event_request non-blocking, and added |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
tree | commitdiff |
2001-01-09 |
François Gouget | pty_handle is a HANDLE, not an int. |
tree | commitdiff |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
tree | commitdiff |
2000-12-27 |
Andreas Mohr | - clarify many error messages |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Use getpagesize() instead of VIRTUAL_GetPageSize(). |
tree | commitdiff |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
tree | commitdiff |
2000-12-02 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-12-02 |
Francois Gouget | Fixed miscellaneous typos, syntactic and grammatical... |
tree | commitdiff |
2000-12-02 |
Andreas Mohr | Added a --winver nt40 hint to VxD error message. |
tree | commitdiff |
2000-11-29 |
Dimitrie O. Paun | Do not include sys/ptrace.h and sys/user.h unconditionally. |
tree | commitdiff |
2000-11-29 |
Kees Schoenmakers | Added HASP device stub. |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Moved EnumPortsA to dlls/winspool. |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-27 |
Andreas Mohr | Implemented TerminateApp needed for DBase 5.0. |
tree | commitdiff |
2000-11-25 |
Alexandre Julliard | Fixed GetLargestConsoleWindowSize return type for Winel... |
tree | commitdiff |
2000-11-12 |
Alexandre Julliard | The debugger "Auto" registry value should be a string. |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Check all Callouts function pointers for NULL before... |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-10-31 |
Guy L. Albertelli | Need to get any outstanding input prior to returning... |
tree | commitdiff |
2000-10-29 |
Marcus Meissner | Quieten VxDCall_VMM output. |
tree | commitdiff |
2000-10-26 |
Alexandre Julliard | Raise an exception when a stub entry point is called. |
tree | commitdiff |
2000-10-22 |
Andreas Mohr | - Print CS reg at crash MessageBox (needed for Win16... |
tree | commitdiff |
2000-10-12 |
Eric Pouech | Fixed regression for debugger startup event creation. |
tree | commitdiff |
2000-10-12 |
Rein Klazes | Prevent SetFileAttributeA from making directory read... |
tree | commitdiff |
2000-10-12 |
Andreas Mohr | Changed debugger launching to auto per default. |
tree | commitdiff |
2000-10-01 |
Alexandre Julliard | Implemented a bunch of large integer functions in ntdll. |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved a bunch of routines to kernel32.dll (with the... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
tree | commitdiff |
2000-09-12 |
Andreas Mohr | "implemented" GetSystemTimeAdjustment. |
tree | commitdiff |
2000-09-02 |
Marcus Meissner | Change xterm mouse tracking mode to BTN_EVENT_MOUSE... |
tree | commitdiff |
2000-08-31 |
Marcus Meissner | Replaced USER32.DLL use by hardcoded tables for VkKeySc... |
tree | commitdiff |
2000-08-31 |
Alexandre Julliard | Converted a lot of server requests to the new exception... |
tree | commitdiff |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
tree | commitdiff |
2000-08-26 |
Alexandre Julliard | Removed calls to ConvertToGlobalHandle and MakeCritical... |
tree | commitdiff |
2000-08-18 |
Chris Morgan | Stubbed SetConsoleInputExeNameA/W. |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. Added a few... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced VERSION_* calls by exported API equivalents. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Make PDB, ENVDB and STARTUPINFO global variables. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Moved a few non-standard headers into their respective... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Moved struct32.c to windows directory. |
tree | commitdiff |
2000-08-07 |
Alexandre Julliard | - Fixed resource functions to work directly from the... |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Moved most USER string functions to dlls/user. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Moved a bunch of functions out of libwine/kernel/gdi... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Make USER and GDI separate dlls. |
tree | commitdiff |
2000-07-29 |
Alexandre Julliard | Removed some unnecessary inclusions of wingdi.h and... |
tree | commitdiff |
2000-07-25 |
Alexandre Julliard | Moved thunking functions off to kernel32.dll. |
tree | commitdiff |
2000-06-25 |
Eric Pouech | Fixed bad exception handler chain termination. |
tree | commitdiff |
2000-06-24 |
Eric Pouech | A few missing console stubs. |
tree | commitdiff |
2000-06-12 |
Juergen Schmied | Implementation for PrivateExtractIcons, PrivateExtractI... |
tree | commitdiff |
2000-06-10 |
Alexandre Julliard | Rewrote codepage support to use the new codepage tables. |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Removed a few unnecessary includes. |
tree | commitdiff |
2000-06-07 |
Ulrich Weigand | Don't call MessageBoxA before USER is initialized. |
tree | commitdiff |
2000-06-01 |
Andreas Mohr | Lots of spelling fixes that accumulated in my tree... |
tree | commitdiff |
2000-05-30 |
Ulrich Czekalla | Add stub for SetConsoleOutputCP. |
tree | commitdiff |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
tree | commitdiff |
2000-05-24 |
Francois Gouget | Sorted out a few misplaced definitions. |
tree | commitdiff |
2000-05-03 |
Alexandre Julliard | Fixed COORD structure definition. |
tree | commitdiff |
2000-04-30 |
Eric Pouech | Insure we always try to launch a debugger. |
tree | commitdiff |
2000-04-29 |
Eric Pouech | Fixed GetLargestConsoleWindowSize prototype. |
tree | commitdiff |
2000-04-16 |
Rein Klazes | SetLocalTime() and SetSystemTime() bugfixes. Added... |
tree | commitdiff |
2000-04-13 |
Eric Pouech | Added launching of a debugger when unhandled exception... |
tree | commitdiff |
2000-04-08 |
Andreas Mohr | Added PeekNamedPipe stub. |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-04-04 |
Ian Schmidt | Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO... |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-26 |
Hidenori Takeshima | Fixes for i18n. |
tree | commitdiff |
2000-03-24 |
Alexandre Julliard | Moved FatalAppExit functions to win32/except.c. |
tree | commitdiff |
next |