1. d62d41c Converted HACMSTREAM, HACMDRIVERID and HACMDRIVER to void*. by Vincent Béron · 23 years ago
  2. 847dda4 Changes some handle definitions to the proper type. by Vincent Béron · 23 years ago
  3. cf5bfc4 wodOpen() should return MMSYSERR_ALLOCATED if the device is already by Chris Morgan · 23 years ago
  4. ace56c6 Dsound will now try as many devices as are available when trying to by Chris Morgan · 23 years ago
  5. 5a82fa1 Added missing header. by Marcus Meissner · 23 years ago
  6. ced71ed Added support for driver-specific escapes in the x11drv to retrieve by Alexandre Julliard · 23 years ago
  7. 65dbf4f - API file update. - Missing API file entries now only reported once. by Patrik Stridvall · 23 years ago
  8. f89d4a8 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  9. 6db8aba Removed service thread support. by Alexandre Julliard · 23 years ago
  10. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  11. 0307f6d Implemented an IMA driver. by Hidenori Takeshima · 23 years ago
  12. be9268a Wineconsole is now able to handle non raster fonts (vector, true type). by Eric Pouech · 23 years ago
  13. 15979fd Fixed handling of timer callback routines when the thread owning the by Alexandre Julliard · 23 years ago
  14. ac0e137 Create threads to manage timers instead of using the service thread. by Alexandre Julliard · 23 years ago
  15. 8d1550d Export the FILE_GetUnixHandle functionality from ntdll. by Alexandre Julliard · 23 years ago
  16. ead2212 Started implementing event reduction. by Eric Pouech · 23 years ago
  17. 7e00f87 Fixed some issues in resources definition. by Eric Pouech · 23 years ago
  18. 630cde9 Changed fixed fonts family name. by Eric Pouech · 23 years ago
  19. 3a0b3bb Fixed VxD call tracing. by Eric Pouech · 23 years ago
  20. 2e4f9ed Added support for C++ identifier syntax. by Tijs van Bakel · 23 years ago
  21. a92e397 Rewrote some headers from scratch based on publicly available by Alexandre Julliard · 23 years ago
  22. 4887da5 Removed some code because of concerns over the Microsoft DirectX SDK by Hidenori Takeshima · 23 years ago
  23. bcb9c46 Implemented G711 codec driver. by Hidenori Takeshima · 23 years ago
  24. 2cb7c3a - Implement CCM_{GET|SET}COLORSCHEME. by Guy L. Albertelli · 23 years ago
  25. 66eda93 Reanalyze button status during NCCalcSize processing because size of by Guy L. Albertelli · 23 years ago
  26. fb23e10 We cannot ignore NotifyNonlinear focus events. by Alexandre Julliard · 23 years ago
  27. 55ce53d Properly handle loadorder specifications containing a .dll extension. by Alexandre Julliard · 23 years ago
  28. 77002ff Fixed rule for test program. by Alexandre Julliard · 23 years ago
  29. 4145a7a Added tests for GetSystemDirectoryA/W and GetWindowsDirectoryA/W. by Dmitry Timoshkov · 23 years ago
  30. 58ed1f1 Add trace function (same as in the perl framework). by Francois Gouget · 23 years ago
  31. d677edf Implemented EnumProcesses and EnumProcessModules. by Hidenori Takeshima · 23 years ago
  32. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  33. cc9e3cc Fix range in aRts 8bit volume code. by Chris Morgan · 23 years ago
  34. 2162eb8 Initialise a stack variable. by Bill Medland · 23 years ago
  35. 003b20d Fixed linking of wine target. by Alexandre Julliard · 23 years ago
  36. 6b0720f Started TWAIN implementation. by Shi Quan He · 23 years ago
  37. 1cefed8 Make warnings quiet by default and added -w option. by Alexandre Julliard · 23 years ago
  38. 9b0ba7c Added aRts driver. by Chris Morgan · 23 years ago
  39. cc7c1c0 Added some stubs. by Michael Cardenas · 23 years ago
  40. 7dbce65 Changed registry handling in RegOpenKeyExA to behave like windows95 by Michael Cardenas · 23 years ago
  41. 8c45390 Added check to fwrite for size == 0. by Andriy Palamarchuk · 23 years ago
  42. b2fffef Fixed rules for main module spec file. by Alexandre Julliard · 23 years ago
  43. d5d1881 Added some stubs. Started implementing MPEG parser. by Hidenori Takeshima · 23 years ago
  44. 5f5a05f Added a missing header. by Hidenori Takeshima · 23 years ago
  45. eaa8df6 Made notepad uses NLS properly. by Sylvain Petreolle · 23 years ago
  46. 716ffc5 Connect the msvcrt file byte locking up to ntdll. by Bill Medland · 23 years ago
  47. f12f4d7 No need for the fixme on a simple TBSTYLE_SEP. by Bill Medland · 23 years ago
  48. 6676006 Added some missing GUIDs. by Hidenori Takeshima · 23 years ago
  49. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  50. c90aa7b Update shell xxxAW wrapper prototypes for fixed SHLWAPI functions. by Jon Griffiths · 23 years ago
  51. 4e75d12 Document, implement/fix and test 110+ Path functions. by Jon Griffiths · 23 years ago
  52. f9340ff On WM_GETTEXT, terminate the lparam buffer even if string is empty. by Duane Clark · 23 years ago
  53. b4994d1 - Preliminary implementation of TVS_NOSCROLL and TVS_NOHSCROLL by Guy L. Albertelli · 23 years ago
  54. 94e9a6f Added German 105 keys keyboard. by Matthias Fechner · 23 years ago
  55. e747da4 Implemented the basic COM framework. Fixed all IUnknown of shdocvw.dll. by Hidenori Takeshima · 23 years ago
  56. 89894ff Fixed license text. by Martin Garton · 23 years ago
  57. c4a336a Authors: Charles Vaughn <charlesv@mfos.org>, Lionel Ulmer <lionel.ulmer@free.fr> by Alexandre Julliard · 23 years ago
  58. e00aca0 Added InternetOpenURLA implementation. by Bernhard Rosenkraenzer · 23 years ago
  59. 1ec2839 Hook back into the correct MSVCRT__tolower/upper. by Bill Medland · 23 years ago
  60. 3a4512b Beginnings of the code that should allow DOS programs to set their by Admiral Coeyman · 23 years ago
  61. b7d8199 Add LVS_NOSORTHEADER support. by Duane Clark · 23 years ago
  62. 44f1a98 Added default stock objects for known non-US charsets. by Hidenori Takeshima · 23 years ago
  63. 4e69776 Implemented some APIs. Added some stubs. by Hidenori Takeshima · 23 years ago
  64. c90e543 Added FilterData of DirectShow filters (FilterData should be by Hidenori Takeshima · 23 years ago
  65. bf73d90 - Reimplement functions 350, 351, 352 to use appropriate W functions by Guy L. Albertelli · 23 years ago
  66. 6db25fa - Correct RBN_CHILDSIZE rect value for CCS_VERT rebar. by Guy L. Albertelli · 23 years ago
  67. a558562 Fixed some bugs. Fixed audio renderer. Implemented seeking. Added some stubs. by Hidenori Takeshima · 23 years ago
  68. 39bcf9d Added some stubs. by Leo van den Berg · 23 years ago
  69. b637d8a Added a missing CLSID. by Hidenori Takeshima · 23 years ago
  70. 7029646 Ordinal 342 is really named SHInterlockedCompareExchange. by Sergei Turchanov · 23 years ago
  71. 874e14c TOOLBAR_LButtonUp should work even if ReleaseCapture was already called. by Duane Clark · 23 years ago
  72. 5b3855b Fixed WARRANTY inclusion. by Jeremy Newman · 23 years ago
  73. a52d75d Added some missing enums. by Hidenori Takeshima · 23 years ago
  74. 4df7882 Added stubs. by Hidenori Takeshima · 23 years ago
  75. c8764e4 Add missing #includes for FreeBSD and Solaris. by Gerald Pfeifer · 23 years ago
  76. a65ef56 Console mode DOS programs now receive mouse events. by Jukka Heinonen · 23 years ago
  77. 5333872 - fix complete listbox messup by only updating in case it needs by Andreas Mohr · 23 years ago
  78. 902540c Don't show the window. by Francois Gouget · 23 years ago
  79. 3826f77 Small fixes. by Francois Gouget · 23 years ago
  80. fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
  81. ae6075c Added some missing headers. by Hidenori Takeshima · 23 years ago
  82. 32521ab Finish any pending WaitCommEvents if the event mask is set to 0. by Mike McCormack · 23 years ago
  83. c4fdd2e pDst was advanced too much when decoding DELTA blocks. by Michael Karcher · 23 years ago
  84. b7beb72 Added option SW_FORCEMINIMIZE to ShowWindow. by Jukka Heinonen · 23 years ago
  85. 235da79 Made winebuild (almost) compile and work on Windows. by Patrik Stridvall · 23 years ago
  86. 136fae5 - Better handling when settimeofday is not available. by Patrik Stridvall · 23 years ago
  87. 81ecb52 Added some optional headers and functions for compiling on Windows with MSVC. by Patrik Stridvall · 23 years ago
  88. 302208f Fixed inter-process packing of CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT by Alexandre Julliard · 23 years ago
  89. ffd4d33 Fixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT by Mehmet Yasar · 23 years ago
  90. 75315fa Implemented stdio buffering and ungetc. Misc stdio fixes. by Waldek Hebisch · 23 years ago
  91. b6c28ff Add support for report mode text justification. by Duane Clark · 23 years ago
  92. 4a6b990 Set an overlapped hEvent before calling any APCs. by Mike McCormack · 23 years ago
  93. c2503b5 Added some stubs. by Hidenori Takeshima · 23 years ago
  94. 0670207 Added some CLSIDs. by Hidenori Takeshima · 23 years ago
  95. ee7c86f Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  96. eb8a93c - Minor API update. - Minor bug fixes. by Patrik Stridvall · 23 years ago
  97. e4745cb Added and fixed some Japanese resources. by Hidenori Takeshima · 23 years ago
  98. 8a8457e Add support for WM_WINDOWPOSCHANGED to save new origin of window. by Guy L. Albertelli · 23 years ago
  99. 7d983d2 Pass information through arguments instead of static variables. by Bill Medland · 23 years ago
  100. 78f41ae Prevent setup from crashing if a section in the INF is empty (no by Mehmet Yasar · 23 years ago