1. d67dace - Print CS reg at crash MessageBox (needed for Win16 programs). by Andreas Mohr · 24 years ago
  2. 295106d Fixed regression for debugger startup event creation. by Eric Pouech · 24 years ago
  3. 977ec4d Prevent SetFileAttributeA from making directory read-only. by Rein Klazes · 24 years ago
  4. 3c5f895 Changed debugger launching to auto per default. by Andreas Mohr · 24 years ago
  5. d76f9f9 Implemented a bunch of large integer functions in ntdll. by Alexandre Julliard · 25 years ago
  6. afb49ea Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun). by Alexandre Julliard · 25 years ago
  7. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  8. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  9. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  10. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  11. 973cc74 "implemented" GetSystemTimeAdjustment. by Andreas Mohr · 25 years ago
  12. 627616b Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed). by Marcus Meissner · 25 years ago
  13. e75902a Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and MapVirtualKeyA. by Marcus Meissner · 25 years ago
  14. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  15. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  16. 7bbba4f Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal. by Alexandre Julliard · 25 years ago
  17. eca7f9f Stubbed SetConsoleInputExeNameA/W. by Chris Morgan · 25 years ago
  18. e101f6d Cleaned up a few inter-dll dependencies. Added a few imports. by Alexandre Julliard · 25 years ago
  19. d586dc9 Replaced VERSION_* calls by exported API equivalents. by Alexandre Julliard · 25 years ago
  20. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  21. a007f33 Moved a few non-standard headers into their respective dlls. by Alexandre Julliard · 25 years ago
  22. 6113975 Moved struct32.c to windows directory. by Alexandre Julliard · 25 years ago
  23. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  24. 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
  25. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  26. 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
  27. 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago
  28. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  29. d5041fc Moved thunking functions off to kernel32.dll. by Alexandre Julliard · 25 years ago
  30. 18bd3f6 Fixed bad exception handler chain termination. by Eric Pouech · 25 years ago
  31. c32169c A few missing console stubs. by Eric Pouech · 25 years ago
  32. 1f34ce5 Implementation for PrivateExtractIcons, PrivateExtractIconEx. by Juergen Schmied · 25 years ago
  33. f7bf7ef Rewrote codepage support to use the new codepage tables. by Alexandre Julliard · 25 years ago
  34. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  35. 5524f64 Don't call MessageBoxA before USER is initialized. by Ulrich Weigand · 25 years ago
  36. 2e011a5 Lots of spelling fixes that accumulated in my tree again, made several by Andreas Mohr · 25 years ago
  37. 637e200 Add stub for SetConsoleOutputCP. by Ulrich Czekalla · 25 years ago
  38. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  39. 5353224 Sorted out a few misplaced definitions. by Francois Gouget · 25 years ago
  40. f818d42 Fixed COORD structure definition. by Alexandre Julliard · 25 years ago
  41. 8446ba0 Insure we always try to launch a debugger. by Eric Pouech · 25 years ago
  42. f1a2532 Fixed GetLargestConsoleWindowSize prototype. by Eric Pouech · 25 years ago
  43. 14e5252 SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock by Rein Klazes · 25 years ago
  44. 02ee9dd Added launching of a debugger when unhandled exception occurs. by Eric Pouech · 25 years ago
  45. 920d9c6 Added PeekNamedPipe stub. by Andreas Mohr · 25 years ago
  46. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  47. 5dff4fb Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by by Ian Schmidt · 25 years ago
  48. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  49. e2905ea Fixes for i18n. by Hidenori Takeshima · 25 years ago
  50. 6ec108a Moved FatalAppExit functions to win32/except.c. by Alexandre Julliard · 25 years ago
  51. 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  52. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  53. 00641d5 Removed PDB32_DEBUGGED flag and send all debug events unconditionally. by Alexandre Julliard · 25 years ago
  54. ca3c9ba Better implementation of inline functions SetLastError and by Alexandre Julliard · 25 years ago
  55. e7ee477 GetComputerNameA(): added parameter check like Win95 does. by Uwe Bonnes · 25 years ago
  56. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  57. 422a10a Fixed some debug message crashes. by Patrik Stridvall · 25 years ago
  58. 8bc6e00 Added a bit magic to CONSOLE_get_input so we don't get single Escapes by Marcus Meissner · 25 years ago
  59. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  60. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  61. 9934a8d Save and restore cursor in WriteConsoleOutputA. by Marcus Meissner · 25 years ago
  62. 5d6d501 Handle backspace correctly. by Ove Kaaven · 25 years ago
  63. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  64. 7d43bce Moved debugger to libwine to make it available to WineLib apps. by Ulrich Weigand · 25 years ago
  65. 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
  66. 775a033 Fixed bad register constraint in InterlockedCompareExchange. by Ove Kaaven · 25 years ago
  67. d9ba02d Better error reporting. by Erez Volk · 25 years ago
  68. 81ee21d Cosmetics. by Alexandre Julliard · 25 years ago
  69. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  70. 1cc90ff Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version". by Ian Schmidt · 25 years ago
  71. fdf7127 Stubs for Get/SetProcessDefaultLayout. by Erez Volk · 25 years ago
  72. 08a1179 Made GetSystemTimeAsFileTime return value more precise. by Alexandre Julliard · 25 years ago
  73. c69a80c Compiler warnings fixed. by Niels Kristian Bech Jensen · 25 years ago
  74. be728f1 Implemented parts of _PageReserve() _PageCommit() _PageDecommit() by Peter Ganten · 25 years ago
  75. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  76. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  77. 796c0f1 Implemented VWin32 VxDCall mechanism and 2 calls. by Ian Schmidt · 25 years ago
  78. f005247 Allow for buggy apps that call the wrong VxDCall routine. by Ulrich Weigand · 25 years ago
  79. ae8342d Bugfix: Exception handlers are *not* WINAPI. by Ulrich Weigand · 25 years ago
  80. 66695dd Changed OpenDesktop stub to Win9x behavior for QuickTime 4. by Ian Schmidt · 25 years ago
  81. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  82. 311e456 Added support for anonymous structs/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  83. 526d8e9 Fixed last error code when trying to load unknown VxD with CreateFile. by Ulrich Weigand · 26 years ago
  84. 749a2c6 Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents. by Guy Albertelli · 26 years ago
  85. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  86. bada25d Fixed SetLocalTime prototype. by Alexandre Julliard · 26 years ago
  87. 89f079b Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent. by Alexandre Julliard · 26 years ago
  88. 5910c68 Implemented SetLocalTime. by Andreas Mohr · 26 years ago
  89. 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
  90. beb8fab Removed async I/O support. by Alexandre Julliard · 26 years ago
  91. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  92. 2c68408 Fixed some of the issues reported by Solaris Lint. by Patrik Stridvall · 26 years ago
  93. 40b083f Create VxD handle only for known VxDs. by Ulrich Weigand · 26 years ago
  94. db3aba2 Work-around for compiler bug. by Ulrich Weigand · 26 years ago
  95. 0fa6dad Fixed some CONTEXT86 vs. CONTEXT mismatches. by Ulrich Weigand · 26 years ago
  96. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  97. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  98. cd37906 ReadConsoleA: use ir as pointer to (req+1). by Marcus Meissner · 26 years ago
  99. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  100. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago