1. 9b0ba7c Added aRts driver. by Chris Morgan · 23 years ago
  2. 5f5a05f Added a missing header. by Hidenori Takeshima · 23 years ago
  3. 716ffc5 Connect the msvcrt file byte locking up to ntdll. by Bill Medland · 23 years ago
  4. 6676006 Added some missing GUIDs. by Hidenori Takeshima · 23 years ago
  5. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  6. 4e75d12 Document, implement/fix and test 110+ Path functions. by Jon Griffiths · 23 years ago
  7. 39bcf9d Added some stubs. by Leo van den Berg · 23 years ago
  8. b637d8a Added a missing CLSID. by Hidenori Takeshima · 23 years ago
  9. a52d75d Added some missing enums. by Hidenori Takeshima · 23 years ago
  10. 3826f77 Small fixes. by Francois Gouget · 23 years ago
  11. fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
  12. ae6075c Added some missing headers. by Hidenori Takeshima · 23 years ago
  13. b7beb72 Added option SW_FORCEMINIMIZE to ShowWindow. by Jukka Heinonen · 23 years ago
  14. 136fae5 - Better handling when settimeofday is not available. by Patrik Stridvall · 23 years ago
  15. 81ecb52 Added some optional headers and functions for compiling on Windows with MSVC. by Patrik Stridvall · 23 years ago
  16. 75315fa Implemented stdio buffering and ungetc. Misc stdio fixes. by Waldek Hebisch · 23 years ago
  17. 4a6b990 Set an overlapped hEvent before calling any APCs. by Mike McCormack · 23 years ago
  18. 0670207 Added some CLSIDs. by Hidenori Takeshima · 23 years ago
  19. 8d6a4ba - Add BTN_... definitions (replacement for TBSTYLE_...). by Guy L. Albertelli · 23 years ago
  20. 711b532 Removed some obsolete files. by Alexandre Julliard · 23 years ago
  21. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  22. 9a29b0c Added some defines and offsets. by Andreas Mohr · 23 years ago
  23. 3c4538c Reimplemented DebugBreakProcess. by Alexandre Julliard · 23 years ago
  24. fbccb38 New XP debugging APIs: implemented DebugActiveProcessStop, by Eric Pouech · 23 years ago
  25. b88b08c Fixed make uninstall. by Alexandre Julliard · 23 years ago
  26. f0f2c2f Added lots of missing defines. by Eric Pouech · 23 years ago
  27. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  28. 63df733 Added XVisualIDFromVisual to tsx11 list. by Gavriel State · 23 years ago
  29. f11de4f Fix return type of GetAsyncKeyState. by Peter Hunnisett · 23 years ago
  30. 618a4e9 atexit doesn't take a _onexit_t parameter. by Peter Hunnisett · 23 years ago
  31. 063b077 Fix ICOM_DEFINE for C++. by Peter Hunnisett · 23 years ago
  32. a8bba78 Fix problems in DPA_Merge exposed by previous code cleanup. by Guy L. Albertelli · 23 years ago
  33. caa0338 Preliminary version of the C unit tests run-time environment. by Alexandre Julliard · 23 years ago
  34. 533e7ee Support for nonstandard baud rate in SetCommState. by Lawson Whitney · 23 years ago
  35. 9cd889a Added several structures. by Ron Gage · 23 years ago
  36. f5818d2 Upgraded configure script to use autoconf 2.50 features, and renamed by Alexandre Julliard · 23 years ago
  37. d44b428 Fix PAN_FAMILYSTYLE_INDEX name. by Huw D M Davies · 23 years ago
  38. 395e8ba MSVC compile fixes. by Patrik Stridvall · 23 years ago
  39. 93a5b86 Support for generation of .def files from .spec files. by Dmitry Timoshkov · 23 years ago
  40. 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  41. b104549 Don't try to set fields in nonexistant lpLineCountryList. by Guy Albertelli · 23 years ago
  42. f94462f Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  43. 5038c04 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  44. 000b180 Added GetComputerNameEx[AW] semi-stub. by Dmitry Timoshkov · 23 years ago
  45. 5320a42 Added FindFirstUrlCacheEntry[AW] stubs. by Eric Kohl · 23 years ago
  46. 71a081c Added some MAPI stubs. by Aric Stewart · 23 years ago
  47. 231f259 Added ImmDisableIME stub. by Eric Kohl · 23 years ago
  48. d328085 Authors: Guy Albertelli <guy@codeweavers.com>, Mike McCormack <mike_mccormack@start.com.au> by Alexandre Julliard · 23 years ago
  49. 9b1d372 Don't define HAVE_FREETYPE unless we have freetype.h. by Huw D M Davies · 23 years ago
  50. 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
  51. 6f7fc50 Uses Xrender extension to allow client side font rendering. by Huw D M Davies · 23 years ago
  52. 18d7573 Authors: Huw D M Davies <hdavies@codeweavers.com>, Charles Loep <charles@codeweavers.com> by Alexandre Julliard · 23 years ago
  53. 04ecd18 Avoid conflict with htonl & friends in Winelib on FreeBSD. by Francois Gouget · 23 years ago
  54. 7229e92 Prefix _JBLEN to avoid conflict on FreeBSD. by Francois Gouget · 23 years ago
  55. 4c2be5d Release 20020122. by Alexandre Julliard · 23 years ago wine-20020122
  56. a3ff175 Moved guids needed for Proxy/Stub factories to respective .h files, by Marcus Meissner · 23 years ago
  57. dbe2cd9 Moved debug definitions to include/wine/debug.h. by Alexandre Julliard · 23 years ago
  58. a0324f7 Add GetDefaultPrinter() functions. by Mark G. Adams · 23 years ago
  59. 7aa67c1 Make the Wine trace facilities accessible from Winelib applications. by Francois Gouget · 23 years ago
  60. e6ebf42 Fix a couple of warnings and a typo. by Francois Gouget · 23 years ago
  61. 9e99d2b - Make the ListView control Unicode ready. by Dimitrie O. Paun · 23 years ago
  62. 638ae43 Small typo fix. by Francois Gouget · 23 years ago
  63. 49762a3 Move the implementation of comctl32._TrackMouseEvent to by Rein Klazes · 23 years ago
  64. 700f5ab - Added debugging. by Daniel Walker · 23 years ago
  65. 40491ec Implemented WSAAccept(). by Daniel Walker · 23 years ago
  66. 5cc6105 Changed the Wine internal cdrom interface to the NT model. by Eric Pouech · 23 years ago
  67. 220c1c2 Removed obsolete definitions. by Alexandre Julliard · 23 years ago
  68. 28e8029 Fixed typos. by Alexandre Julliard · 23 years ago
  69. e8273d6 Implement advapi32 portion of the CryptoAPI. by Travis Michielsen · 23 years ago
  70. aa47705 Added support for socket flags. by Martin Wilck · 23 years ago
  71. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  72. f1a0de9 Added configure check for pread/pwrite. by Alexandre Julliard · 23 years ago
  73. de339f3 Implement CancelIo properly. by Mike McCormack · 23 years ago
  74. 5016e92 Added support for cleaning up the TEB from inside the exiting thread. by Alexandre Julliard · 23 years ago
  75. 4eb0beb Fixed vm86_enter race conditions. by Ove Kaaven · 23 years ago
  76. 18e4b5e We no longer need libXpm. by Alexandre Julliard · 23 years ago
  77. 8850a5f We no longer need the xpm wrappers. by Alexandre Julliard · 23 years ago
  78. 3775a65 Add define for undocumented status bar message SB_SETBORDERS. by Mike McCormack · 23 years ago
  79. e2474fc Define LPSTACKFRAME too. by Bill Medland · 23 years ago
  80. b0582dc Add some new messages to the spy and winuser.h. by Dmitry Timoshkov · 23 years ago
  81. 80a3bb4 Removed LoadOEMResource from USER driver. by Alexandre Julliard · 23 years ago
  82. 4c03649 Fixed check_async_list calling convention. by Alexandre Julliard · 23 years ago
  83. 2cc54c8 Moved the OEM bitmaps that don't depend on the Wine look into the by Alexandre Julliard · 23 years ago
  84. 3f510ad Link with libutil only where needed. by Alexandre Julliard · 23 years ago
  85. 8ae5761 Fixed string type in named pipe requests. by Alexandre Julliard · 23 years ago
  86. cd2567e Release 20011226. by Alexandre Julliard · 23 years ago wine-20011226
  87. 735a329 Implemented basic handling of assessibility actions. by Andriy Palamarchuk · 23 years ago
  88. 4895768 Link to the curses library only for the dlls that need it. by Alexandre Julliard · 23 years ago
  89. 966121c Removed the SEGPTR_* macros. by Alexandre Julliard · 23 years ago
  90. f76967d Restructured hook mapping functions to avoid most memory by Alexandre Julliard · 23 years ago
  91. ca737fa Fix definition of BY_HANDLE_FILE_INFORMATION structure. by Dmitry Timoshkov · 23 years ago
  92. 096524c Use alertable waits in PeekMessage16 and GetMessage16 so we can by Mike McCormack · 23 years ago
  93. 6429597 Got rid of WINE_PACKED. by Andreas Mohr · 23 years ago
  94. d3212f9 Implemented processing for actions SPI_SETMOUSEBUTTONSWAP, by Andriy Palamarchuk · 23 years ago
  95. 1849f1e Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>, François Gouget <fgouget@codeweavers.com>, Alexandre Julliard <julliard@codeweavers.com> by Alexandre Julliard · 23 years ago
  96. 365a6d2 And in addition to Mingw32 we will want the _ versions. by Bill Medland · 23 years ago
  97. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  98. b0f5861 Moved heap functions to ntdll. by Alexandre Julliard · 23 years ago
  99. 024d39f Added share.h from Mingw32. by Bill Medland · 23 years ago
  100. 63e8517 Removed no longer used thunking and callout functions. by Alexandre Julliard · 23 years ago