1. 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
  2. cd26935 Warning fix. by Alexandre Julliard · 22 years ago
  3. 937d0b2 Handle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_FROM_SYSTEM both by Ryan Cumming · 22 years ago
  4. 4ce2837 Test sound format support with waveOutGetDevCaps and waveOutOpen. by Francois Gouget · 22 years ago
  5. 07f736b Hack to detect register functions automatically so that relay debug by Alexandre Julliard · 22 years ago
  6. d427f73 Make COMSPEC point to wcmd.exe, not command.com. by Alexandre Julliard · 22 years ago
  7. ea4913f - noop redefinition of SPI_[GET/SET]MENUUNDERLINES by Greg Turner · 22 years ago
  8. 9560ece Added/upgraded Hungarian resources. by Zoly Nagy · 22 years ago
  9. ba9dc78 Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
  10. 93cf466 - Updated it to support changes in Wine. by Patrik Stridvall · 22 years ago
  11. df7ffb8 Updated the generated tests. by Patrik Stridvall · 22 years ago
  12. 5554838 Added tests for normal types (not just structures). by Patrik Stridvall · 22 years ago
  13. 7e18d73 Added missing CSTR_ definitions. by Ryan Cumming · 22 years ago
  14. ffd98e9 OSS_RawOpenDevice should return an error if the format is not supported. by Francois Gouget · 22 years ago
  15. 1cd8154 Add stub for RasEnumConnectionsW. by Ryan Cumming · 22 years ago
  16. 8712174 Handle errors in std marshaller better, do not crash. by Marcus Meissner · 22 years ago
  17. 0f53dbf Specify existing extra size of WINEPS Devmode structure. by Marcus Meissner · 22 years ago
  18. 63e8a26 Skip the allocation of a new console on "wcmd /c <command>" execution, by Jaco Greeff · 22 years ago
  19. 3c9d918 Ignore VCPI installation checks. Handle XMS query any extended memory by Jukka Heinonen · 22 years ago
  20. 6a216d0 When returning from 32-bit default interrupt handlers, eflags are now by Jukka Heinonen · 22 years ago
  21. 52b93b6 Additional exported capabilities to please some picky games. by Lionel Ulmer · 22 years ago
  22. 5ecd890 - only compare the first WORD in the DDSCAPS2 structure if no DX7 by Lionel Ulmer · 22 years ago
  23. f18aec2 Augment the DDSCAPS2 dumping routine with new caps. by Lionel Ulmer · 22 years ago
  24. e8d0f97 Release 20021031. by Alexandre Julliard · 22 years ago wine-20021031
  25. 6bd508f Added clobber lists to the inline assembly functions. by Alexandre Julliard · 22 years ago
  26. eb53c02 Fixed some handle conversions for -DSTRICT. by Matthew Davison · 22 years ago
  27. 2339b83 Fix some problems found by winapi_check. by Greg Turner · 22 years ago
  28. d4730de Fix stupid clone of broken macro, found by Marcus. by Greg Turner · 22 years ago
  29. 582b744 Some RPC format characters from MS documentation. by Ove Kaaven · 22 years ago
  30. 0d2fa77 Remove quotes from filename before calling LoadLibrary in DoLaunch. by Stefan Leichter · 22 years ago
  31. d7e2847 - Fixed typo in SHGetFileInfoA. by Alberto Massari · 22 years ago
  32. eaa53a0 Remove #ifdef WINNT conditionals; just use the NT definitions. by Greg Turner · 22 years ago
  33. f71a83a - Use appropriate per-platform NDR_LOCAL Data Representation. by Greg Turner · 22 years ago
  34. 93e366e Escape \ in path and arguments. Use UNIX style work_dir, not windows dir. by Marcus Meissner · 22 years ago
  35. 49dffc5 Updated Slovenian resources for (new) version of progman. by Rok Mandeljc · 22 years ago
  36. 3eafbfc - Fix offset bug in the conformant string unmarshall routine. by Greg Turner · 22 years ago
  37. 775fcfd Work around to make system-global hooks at least run in the thread by Alexandre Julliard · 22 years ago
  38. cf2e57d Split out some more 16-bit code. by Alexandre Julliard · 22 years ago
  39. 306a60d _seh_longjmp_unwind is i386 only for now. by Marcus Meissner · 22 years ago
  40. 733b88b - Cast NDR_* #defines to (unsigned long) instead of (UINT32) like MS by Greg Turner · 22 years ago
  41. dc3e6c5 Rename the *_32_READ macros to *_UINT32_READ for clarity. by Greg Turner · 22 years ago
  42. b557a71 Fix English progman resources by translating French bits. by Vincent Béron · 22 years ago
  43. ae41dd5 Small cleanup for the French progman resources. by Vincent Béron · 22 years ago
  44. 5347222 lParam was not properly sent in COMBOEX_DrawItem. by Carlos Lozano · 22 years ago
  45. 40dab82 Append columns with large column indices. by Dimitrie O. Paun · 22 years ago
  46. 45e5681 Mingw porting fix. by Steven Edwards · 22 years ago
  47. c1c346a Prevent crashes when DOS program tries to access console and no by Jukka Heinonen · 22 years ago
  48. e0315e4 Converted x11drv to -DSTRICT. by Alexandre Julliard · 22 years ago
  49. 7a1cb65 Moved 16-bit definitions out of mmddk.h into mmsystem16.h. by Alexandre Julliard · 22 years ago
  50. 9376fb3 Fixed a number of -DSTRICT warnings. by Alexandre Julliard · 22 years ago
  51. 5ad69f1 Added support for nested exceptions happening inside a catch block. by Alexandre Julliard · 22 years ago
  52. 47cc155 MSGBOX_DlgProc: break out of WM_COMMAND. by Uwe Bonnes · 22 years ago
  53. 601a3ab Fix some types and function prototypes according to Platform SDK definitions. by Dmitry Timoshkov · 22 years ago
  54. ac5de27 winmm/mmsystem now compiles with -DSTRICT. by Eric Pouech · 22 years ago
  55. 4bbd7b3 Fix some treeview notification codes between ANSI/Unicode mode. by Dimitrie O. Paun · 22 years ago
  56. 7efe3ff Return correct values for wave(In|Out)GetPosition even if playing non PCM files. by Eric Pouech · 22 years ago
  57. 7656b14 Split between 16 / 32 bit code. by Eric Pouech · 22 years ago
  58. 1e85f70 Added winedos16.spec.c. by Alexandre Julliard · 22 years ago
  59. a768fa3 First version of msvcrt scanf test. by Uwe Bonnes · 22 years ago
  60. ec5612e Some more fixes for compiling the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  61. eb2a39e Add winedos16.dll which contains 16-bit protected mode interrupt entry points. by Jukka Heinonen · 22 years ago
  62. dc60324 Fixed SHGFI_SYSICONINDEX flag handling. by Carlos Lozano · 22 years ago
  63. 0cf7533 Moved the test routines from wtmain.c into wine/test.h so that they by Alexandre Julliard · 22 years ago
  64. f99c03b Fixed LITTLE_ENDIAN_32_READ macro to at least compile. by Marcus Meissner · 22 years ago
  65. 9fc8b11 - Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall). by Martin Wilck · 22 years ago
  66. 0d238f7 Powerpc instruction pointer is Iar, not Eip. by Marcus Meissner · 22 years ago
  67. 10d312e wavemap now compiles with -DSTRICT. by Eric Pouech · 22 years ago
  68. 4a301f5 Removed no longer needed support for patching the debugger path in the registry. by Alexandre Julliard · 22 years ago
  69. 0d6eba7 Only run the 32-bit checklink for dlls that contain 16-bit files. by Alexandre Julliard · 22 years ago
  70. 70c82e8 - added troubleshooting section to Wine Users Guide (taken from Wine by Andreas Mohr · 22 years ago
  71. 6f6abac Modify winedos interrupt handlers so that they work with PM by Jukka Heinonen · 22 years ago
  72. d9310e7 Fix for listview wheelmouse message handling. by Rein Klazes · 22 years ago
  73. de41ddc Added {ok,trace}_ macros to take explicit file and line number. by Patrik Stridvall · 22 years ago
  74. 70bb4781 - more comments and comment-cleanup by Greg Turner · 22 years ago
  75. f97ba16 Moved 16 bit joystick function to mmsystem.c. by Eric Pouech · 22 years ago
  76. 50ade2b - internal renaming (no longer using MMSYSTEM prefixes for WINMM only by Eric Pouech · 22 years ago
  77. 8b7a45f - let all time related functions make use of low level drivers 16 bit by Eric Pouech · 22 years ago
  78. 5942f98 All low level driver functions (internals for wave, midi, mixer and by Eric Pouech · 22 years ago
  79. 9becf85 All MCI functions are now cleanly separated. by Eric Pouech · 22 years ago
  80. b4df16b All driver functions are now properly separated. by Eric Pouech · 22 years ago
  81. 74b20fb - revisited mmsystem/winmm loading mechanism by Eric Pouech · 22 years ago
  82. 2b0e56c Now only storing thread id for mci tasks (16 bit htask is now gotten by Eric Pouech · 22 years ago
  83. c07a6cf Fixed ShowWindowAsync. by Alexandre Julliard · 22 years ago
  84. 0b1a367 Removed a couple of no longer used queue functions. by Alexandre Julliard · 22 years ago
  85. c72255c Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
  86. ec50ab2 API file update. by Patrik Stridvall · 22 years ago
  87. 03d3d9d Separate out 16-bit ShellExecute function. by György 'Nog' Jeney · 22 years ago
  88. f9768f4 Fixed font object leak in WM_SETFONT handler. by Sander van Leeuwen · 22 years ago
  89. 6f31013 Corrections to the Spanish keyboard layout. by Jeff Smith · 22 years ago
  90. 97db7b4 Added WSASendDisconnect. by Hagen Heiduck · 22 years ago
  91. 199acb7 Added some defines for compatibility with Windows headers. by Patrik Stridvall · 22 years ago
  92. 6b20571 Silence unneeded ERR while converting tasks. by Eric Pouech · 22 years ago
  93. 5e81d9a - finish mmio separation - no longer storing function pointers in global IData by Eric Pouech · 22 years ago
  94. 02af550 Send the right notification code (A/W) depending on the Unicode setting. by Dimitrie O. Paun · 22 years ago
  95. 011fc64 Add new options --wine and --winetest so workspace and project files by Patrik Stridvall · 22 years ago
  96. fc832f0 Fixed tests to compile with MS C on Windows. by Patrik Stridvall · 22 years ago
  97. 7d22613 Updated the generated tests. by Patrik Stridvall · 22 years ago
  98. 1a6898b Added support for excluding optional fields. by Patrik Stridvall · 22 years ago
  99. 1e22e3b Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
  100. 8dc2b10 Made the reporting for the (current) unsupported flags in GenInstall16 by Jaco Greeff · 22 years ago