1. 97d05c8 Link only a single .rc file with application. by Ulrich Weigand · 25 years ago
  2. 8cd9351 - add some documentation items - fix some spelling - fix some warnings by Andreas Mohr · 25 years ago
  3. 1fe9334 - support for reading labels and serial nums from device by Andreas Mohr · 25 years ago
  4. 027187d Added SETUPX dll. by Andreas Mohr · 25 years ago
  5. fb32c7b Fixed minor issues found by winapi_check. by Patrik Stridvall · 25 years ago
  6. 87698cb - Minor fixes. by Patrik Stridvall · 25 years ago
  7. d40170d Implemented ImageList_Read (not 100% correct in regarding to setting by Marcus Meissner · 25 years ago
  8. 8b466e0 nIconIndex == -1 should return nr of available icons, not 0. by Marcus Meissner · 25 years ago
  9. d327fcb Fixed building of dosmod and wineclipsrv. by Alexandre Julliard · 25 years ago
  10. 01de6dc Bug fix: added temp structure to cope with debug traces during thread startup. by Alexandre Julliard · 25 years ago
  11. 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
  12. 8bc1d83 Use a per-thread buffer and write(2) for debug traces. Removed debug_dumpstr. by Alexandre Julliard · 25 years ago
  13. 6a9f190 Small fix. by Juergen Schmied · 25 years ago
  14. 788d8d5 Get HCU name from unix user name. by Juergen Schmied · 25 years ago
  15. 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
  16. 3d678af Dynamically load version.dll in MMDRV_GetDescription32. by Alexandre Julliard · 25 years ago
  17. 8c7f7e4 Use a linked list instead of a DPA for the hook list. by Alexandre Julliard · 25 years ago
  18. 96ebf15 Use a linked list instead of a DPA to manage pixmaps. by Alexandre Julliard · 25 years ago
  19. 617f690 Returns an error if trying to write to a stream opened for read. by Gerard Patel · 25 years ago
  20. 0b16006 Add a newbie warning for slashes in the search Path= of wine.conf. by Andreas Mohr · 25 years ago
  21. b44a83c Wait for ShmCompletion during Flip. by Ove Kaaven · 25 years ago
  22. 0adad95 Made --enable-dll the default. by Alexandre Julliard · 25 years ago
  23. fee65e4 Don't crash when ObjectAttributes is NULL. by Alexandre Julliard · 25 years ago
  24. eafa391 Use argv[0] to locate the server executable. by Alexandre Julliard · 25 years ago
  25. 079fd72 Share the system heap between different address spaces. Made process by Alexandre Julliard · 25 years ago
  26. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  27. 647876e Added PROFILE_GetConfigDir function. by Alexandre Julliard · 25 years ago
  28. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  29. 2646fb6 Built a complete translation table for RtlNtStatusToDosError. by Alexandre Julliard · 25 years ago
  30. c18740d Added some error codes. by Alexandre Julliard · 25 years ago
  31. 563561e Use GetProcAddress instead of calling ShellAboutA directly. by Alexandre Julliard · 25 years ago
  32. 54dc94e Merged dlls/ver into dlls/version. by Alexandre Julliard · 25 years ago
  33. 02d45e5 - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*, by Juergen Schmied · 25 years ago
  34. 2527a33 Added -dxgrab command line option, which confines cursor motion to the by Ove Kaaven · 25 years ago
  35. 9837b59 Replaced some weird C constructs (char[]="" ) with more compatible ones. by Marcus Meissner · 25 years ago
  36. de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago
  37. bade58f Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them. by Marcus Meissner · 25 years ago
  38. 6fdd8ad Corrected arguments to VirtualFree(). by Marcus Meissner · 25 years ago
  39. d1e3d8d Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by by Dmitry Timoshkov · 25 years ago
  40. 7e70e56 Map WM_MENUSELECT 32->16 bits for closing menu. by Gerard Patel · 25 years ago
  41. e8a3d07 Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg. by Gerard Patel · 25 years ago
  42. 317c9d0 Implemented (Register|Get|Revoke)ActiveObject from the docs. by Marcus Meissner · 25 years ago
  43. b030d20 Supercharged XShm implementation for DirectDraw. by Ove Kaaven · 25 years ago
  44. 52faa56 Bugfix: missing NULL pointer checks. by Ulrich Weigand · 25 years ago
  45. c8c800c Check for MZ header before trying to decipher the PE header. by Uwe Bonnes · 25 years ago
  46. 9c55e6d Export GetLongPathName[A|W]. by Uwe Bonnes · 25 years ago
  47. 4ef6413 Fix problems with GlobalHandle and GlobalFree so results match Win98. by Guy Albertelli · 25 years ago
  48. 8be3bf1 Actually print return value of message. by Huw D M Davies · 25 years ago
  49. 718b0e4 Corrected arguments in DIB_DeleteDIBSection. by Marcus Meissner · 25 years ago
  50. dd7523d Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with by Marcus Meissner · 25 years ago
  51. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  52. 681c75b Added debugstr_guid function and used it to replace by Alexandre Julliard · 25 years ago
  53. d0b0dbd Always initialize lpWaveHdr->lpNext to NULL. by Uwe Bonnes · 25 years ago
  54. 1707c6b Add some defines needed for Unicode to Ascii conversions. by Dmitry Timoshkov · 25 years ago
  55. 0311eb3 Better error handling, less keys held open. by Juergen Schmied · 25 years ago
  56. 243f769 EnumDisplayModes must pass lPitch. by Marcus Meissner · 25 years ago
  57. 3e62974 Validate the menu handles. by Gerard Patel · 25 years ago
  58. 18a1126 Rounds to the lowest integer, not the nearest. by Gerard Patel · 25 years ago
  59. fa5647a Fixed race between Win16 parent and child for first rescheduling by Ulrich Weigand · 25 years ago
  60. 18ad24a Use --whole-archive to force linking all of libwine.a. into wine. by Eric Pouech · 25 years ago
  61. 112d307 Added automatic registration of built-in DLLs. by Alexandre Julliard · 25 years ago
  62. c23872d Fixed IPX detection. by Aaron Hope · 25 years ago
  63. 271ba29 New implementation of the win95 registry loader. by Juergen Schmied · 25 years ago
  64. 927525a If there is enough space in the buffer and the type is REG_SZ and the by Juergen Schmied · 25 years ago
  65. 6665ad4 Display the external modules after the internal modules in crash report. by Gerard Patel · 25 years ago
  66. a01e289 Made SetVolumeLabel report failure on CD-ROM drives. by Ove Kaaven · 25 years ago
  67. 8362da1 Updated documentation. by Peter Hunnisett · 25 years ago
  68. 4f81c3e Replaced Wine specific DRIVER_GetType by a correct implementation of by Eric Pouech · 25 years ago
  69. 7be462d - (ugly) fix for the 'Xmd.h' problem by Lionel Ulmer · 25 years ago
  70. 7434102 - added NT fields to TEB by Juergen Schmied · 25 years ago
  71. f84e8ea Add HAVE_SOUNDCARD_H to support OpenBSD. by Todd T. Fries · 25 years ago
  72. f2b8492 - Added some missing EMR record types and updated and fixed others by Peter Hunnisett · 25 years ago
  73. 40d5f4c Store reference hdc size into enhanced metafile header when creating. by Peter Hunnisett · 25 years ago
  74. bc3ab4c Implemented OleRun. by Marcus Meissner · 25 years ago
  75. 82f37be Removed DeleteObject call left over from previous patch. by Gerard Patel · 25 years ago
  76. 775a033 Fixed bad register constraint in InterlockedCompareExchange. by Ove Kaaven · 25 years ago
  77. 6e9a0dd Added prototypes for the NT synchronization functions by Ove Kaaven · 25 years ago
  78. 0b57a5c Don't access 'wm->modname' after the modref has been flushed. by Ulrich Weigand · 25 years ago
  79. 9867997 Added null check in GlobalHandle. by Guy Albertelli · 25 years ago
  80. afa4315 Removed a dependency between oleaut32 and comctl32. by Alexandre Julliard · 25 years ago
  81. bc3c4d4 More STATUS_ codes. by Juergen Schmied · 25 years ago
  82. e554302 Fixed macro definition of IDirectDrawSurface_Restore. by Steve Langasek · 25 years ago
  83. 6d1012b Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus, by Steve Langasek · 25 years ago
  84. c0dabf0 Missing Winelib declarations for AUXCAPS. by Steve Langasek · 25 years ago
  85. 602306e Fix (harmless) assembler warnings. by Ulrich Weigand · 25 years ago
  86. 10c1532 Fix problem with initialization (reported by Andreas Mohr). by Peter Hunnisett · 25 years ago
  87. 504cfe5 InfoPtr checking mixed up WM_DESTROY and WM_CREATE. by Alex Priem · 25 years ago
  88. e1fd1cc Release 20000109. by Alexandre Julliard · 25 years ago wine-20000109
  89. 7b0a088 Non-Linux compile fix. by Patrik Stridvall · 25 years ago
  90. 93d7057 DOSFS_DoGetFullPathName would underflow (p would get past the by Francois Gouget · 25 years ago
  91. f94761b Corrected behaviour of RegOpenKey in case of failure. by Juergen Schmied · 25 years ago
  92. 5d0ae2d - removed copying of HKEY_USERS to HKEY_CURRENT_USER by Juergen Schmied · 25 years ago
  93. d1795f6 Avoid deleting of the default 1x1 bitmap for memory DCs. by Gerard Patel · 25 years ago
  94. 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
  95. 8f74d8e Added stubs for some BiDi API functions. by Erez Volk · 25 years ago
  96. ce80647 Fixed race condition between app and wine in WAVE_mciPlay. by Bradley Baetz · 25 years ago
  97. ae6de76 Stop menu tracking when clicking on the menu bar where there is no menu item. by Pascal Lessard · 25 years ago
  98. d9ba02d Better error reporting. by Erez Volk · 25 years ago
  99. 24ea884 Backed out scalable bitmap change (gives ugly results). by Alexandre Julliard · 25 years ago
  100. cb3c7bf GetMenuString should return itemlength on 0 nMax or NULL str by Marcus Meissner · 25 years ago