1. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  2. 218faf3 Fixed FlushInstructionCache prototype. by Eric Pouech · 23 years ago
  3. e6bdef2 Correct behaviour of DEL key back to deleting the current character. by Jason Edmeades · 23 years ago
  4. b7b75a8 - Added f8 (history retrieval from partial command) support by Jason Edmeades · 23 years ago
  5. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  6. 88dadae Moved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl. by Mike McCormack · 23 years ago
  7. 1e53893 Fixed writing multiline block while wrapping enabled. by Eric Pouech · 23 years ago
  8. 4ae9297 Hack to make wineconsole work again. by Alexandre Julliard · 23 years ago
  9. 34372dc Fix SetFileAttributes to honor the umask (rather than making files by Francois Gouget · 23 years ago
  10. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  11. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  12. dac9dfc Make Home, End and Enter on the keypad work in the debugger. by Dmitry Timoshkov · 23 years ago
  13. 8691c8e SetFileAttributes returns now an error if target file is on CDROM. by Jukka Heinonen · 23 years ago
  14. 5038c04 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  15. 000b180 Added GetComputerNameEx[AW] semi-stub. by Dmitry Timoshkov · 23 years ago
  16. 9ff202e Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  17. 5cc6105 Changed the Wine internal cdrom interface to the NT model. by Eric Pouech · 23 years ago
  18. 824a7f1 Fix some bad behavior when some lock states (capslock, numlock...) by Eric Pouech · 23 years ago
  19. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  20. 1b3c04d Check the return value of *snprintf for C99 style overflow reporting. by Michael Stefaniuc · 23 years ago
  21. c19bb1a Fixed buffer length in history manipulation. by Eric Pouech · 23 years ago
  22. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  23. 1ac2b1e Now passing event with --use-event to let programs starting with by Eric Pouech · 23 years ago
  24. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  25. 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
  26. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  27. b517b76 Expand environment variables in "Debugger" setting. by Francois Gouget · 23 years ago
  28. e15badb Cosmetics. by Andreas Mohr · 23 years ago
  29. 4b62618 Added support for low-level mouse and keyboard hooks. by Alexandre Julliard · 23 years ago
  30. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  31. f359895 Yet another documentation/message text patch. by Andreas Mohr · 24 years ago
  32. 04717f0 HANDLER_ROUTINE is in fact PHANDLER_ROUTINE. by Francois Gouget · 24 years ago
  33. f80cf43 Quiet FlushInstructionCache for non-NT systems where it does nothing per MSDN. by Guy Albertelli · 24 years ago
  34. 588ff37 Documentation updates (mainly thru vs. through). by Francois Gouget · 24 years ago
  35. c04f405 Modified the debugger launching code so that only one instance of the by Eric Pouech · 24 years ago
  36. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  37. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  38. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  39. 838a361 Declare stubs for ReadFileEx, WriteFileEx. by Mike McCormack · 24 years ago
  40. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  41. a72491e Stub for GetQueuedCompletionStatus. by Marcus Meissner · 24 years ago
  42. 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
  43. 6bb990f Drop any file64 functions, try to use system supplied 64-bit mode by by Marcus Meissner · 24 years ago
  44. 3eb3569 - add handler for VCD VxD ("virtual comm device" ?) by Andreas Mohr · 24 years ago
  45. 7a0d4ba Do not return FALSE on SetFileAttributes() failure (in readonly by Marcus Meissner · 24 years ago
  46. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  47. 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
  48. ec0bff1 Use snprintf to prevent buffer overflows in format_exception_msg. by Francois Gouget · 24 years ago
  49. 85d3086 - added stubs for three console functions - updated wincon.h by Michael Stefaniuc · 24 years ago
  50. a5a872e Use the new send_fd mechanism for the set_console_fd server request. by Alexandre Julliard · 24 years ago
  51. 857abbf Terminate process on unhandled ^C exception instead of launching the debugger. by Alexandre Julliard · 24 years ago
  52. 9ec9c2b Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI. by Dmitry Timoshkov · 24 years ago
  53. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  54. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  55. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  56. a4bc5a2 Pass the stdin/stdout handles on startup to use as console (based on a by Alexandre Julliard · 24 years ago
  57. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  58. 895d4f1 Give both --winver nt40 and win31 for VxD warning, as some programs by Andreas Mohr · 24 years ago
  59. 4570478 Use the Pentium's rdtsc instruction (if available) to implement by James Abbatiello · 24 years ago
  60. e939eae Made exception_event_request non-blocking, and added by Alexandre Julliard · 24 years ago
  61. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  62. abb8c07 pty_handle is a HANDLE, not an int. by François Gouget · 24 years ago
  63. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  64. a6d83eb - clarify many error messages - add data corruption warning to README file by Andreas Mohr · 24 years ago
  65. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  66. 6c8edaa Use getpagesize() instead of VIRTUAL_GetPageSize(). by Alexandre Julliard · 24 years ago
  67. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  68. 697bf65 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  69. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  70. 08a1147 Added a --winver nt40 hint to VxD error message. by Andreas Mohr · 24 years ago
  71. 2af03e4 Do not include sys/ptrace.h and sys/user.h unconditionally. by Dimitrie O. Paun · 24 years ago
  72. 0a5d9ef Added HASP device stub. by Kees Schoenmakers · 24 years ago
  73. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  74. 89b18a7 Moved EnumPortsA to dlls/winspool. by Alexandre Julliard · 24 years ago
  75. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  76. fc2c5df Implemented TerminateApp needed for DBase 5.0. by Andreas Mohr · 24 years ago
  77. 3bf456b Fixed GetLargestConsoleWindowSize return type for Winelib apps. by Alexandre Julliard · 24 years ago
  78. 0ba2b56 The debugger "Auto" registry value should be a string. by Alexandre Julliard · 24 years ago
  79. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  80. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  81. aa9f8dc Need to get any outstanding input prior to returning number. by Guy L. Albertelli · 24 years ago
  82. ad2b103 Quieten VxDCall_VMM output. by Marcus Meissner · 24 years ago
  83. 634824b Raise an exception when a stub entry point is called. by Alexandre Julliard · 24 years ago
  84. d67dace - Print CS reg at crash MessageBox (needed for Win16 programs). by Andreas Mohr · 24 years ago
  85. 295106d Fixed regression for debugger startup event creation. by Eric Pouech · 24 years ago
  86. 977ec4d Prevent SetFileAttributeA from making directory read-only. by Rein Klazes · 24 years ago
  87. 3c5f895 Changed debugger launching to auto per default. by Andreas Mohr · 24 years ago
  88. d76f9f9 Implemented a bunch of large integer functions in ntdll. by Alexandre Julliard · 25 years ago
  89. afb49ea Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun). by Alexandre Julliard · 25 years ago
  90. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  91. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  92. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  93. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  94. 973cc74 "implemented" GetSystemTimeAdjustment. by Andreas Mohr · 25 years ago
  95. 627616b Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed). by Marcus Meissner · 25 years ago
  96. e75902a Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and MapVirtualKeyA. by Marcus Meissner · 25 years ago
  97. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  98. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  99. 7bbba4f Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal. by Alexandre Julliard · 25 years ago
  100. eca7f9f Stubbed SetConsoleInputExeNameA/W. by Chris Morgan · 25 years ago