1. 67e8dc6 Added configure check for the soname of libraries that we load by Alexandre Julliard · 23 years ago
  2. 4344c36 Got rid of GetSysColorPen. by Alexandre Julliard · 23 years ago
  3. 3538914 Export the debug API as functions instead of pointers. by Alexandre Julliard · 23 years ago
  4. 454d99f More comcat.dll implementation, swprintf fix, winerror.h additions. by John K. Hohm · 23 years ago
  5. 244462c Correct implementation of VerSetConditionMask. by Vincent Béron · 23 years ago
  6. 6044307 A few fixes for mingw cross-compilation. by Alexandre Julliard · 23 years ago
  7. 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
  8. 702b158 Export global argc/argv variables from libwine and remove the by Alexandre Julliard · 23 years ago
  9. f8369de Need to undef NOERROR for Solaris. by Philip Brown · 23 years ago
  10. 5900867 Moved the selector access functions out of winnt.h into libwine. by Alexandre Julliard · 23 years ago
  11. 9b6f433 Implemented strtolW/strtoulW in libwine_unicode and used it to replace by Alexandre Julliard · 23 years ago
  12. c3e06df Portability fixes. by Alexandre Julliard · 23 years ago
  13. 736e81c Better implementation of GetCalendarInfo{A,W}, not perfect. by Vincent Béron · 23 years ago
  14. 0ef6538 Fixed typos; added standard CATID_'s. by John K. Hohm · 23 years ago
  15. 218faf3 Fixed FlushInstructionCache prototype. by Eric Pouech · 23 years ago
  16. 0a8e15a Detect snprintf && _snprintf, use _snprintf on stupid platforms (windows). by Steven Edwards · 23 years ago
  17. ea69f8e Added some #ifdefs HAVE_X11_XLIB_H where appropriate. by Alexandre Julliard · 23 years ago
  18. b06116e Added definitions for the Component Categories Manager. by John K. Hohm · 23 years ago
  19. 76a9fa1 Types and partial implementation for NtQueryVolumeInformationFile. by Juergen Schmied · 23 years ago
  20. ce830a9 Added mkinstalldirs to create directories more portably. by Alexandre Julliard · 23 years ago
  21. da580c4 Added ExtSelectClipRgn to the DC interface and implemented it for by Alexandre Julliard · 23 years ago
  22. 800dbf2 Added support for DPMI RawModeSwitch. by Jukka Heinonen · 23 years ago
  23. 127ec92 Added check for sys/sysctl.h. by Alexandre Julliard · 23 years ago
  24. ca30e48 Added implementation of GetWindowInfo. by David Hammerton · 23 years ago
  25. b9627c1 Check for and use chsize instead of ftruncate if present. by Steven Edwards · 23 years ago
  26. 140e722 Removed more code at Hidenori's request. by Alexandre Julliard · 23 years ago
  27. 3751ff0 MS C related changes. by Patrik Stridvall · 23 years ago
  28. 5cab46e Cleaned up some inter-dll dependencies in palette management. by Alexandre Julliard · 23 years ago
  29. dec2cee Removed some direct accesses to the DC structure. by Alexandre Julliard · 23 years ago
  30. acd1c14 Commented out removed headers. by Alexandre Julliard · 23 years ago
  31. b6a7ca5 Removed a bunch of multimedia code at Hidenori's request. by Alexandre Julliard · 23 years ago
  32. d1d6392 Rewrote some headers from scratch to avoid EULA/patent concerns. by Alexandre Julliard · 23 years ago
  33. e7c6d17 Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives by Rizsanyi Zsolt · 23 years ago
  34. 0314a65 Implementation of IOCTL_SCSI_PASS_THROUGH and IOCTL_SCSI_PASS_THROUGH_DIRECT. by Laurent Pinchart · 23 years ago
  35. b53f130 Attempt at fixing MAX_PATH issues for mingw. by Alexandre Julliard · 23 years ago
  36. 8fc98cd DirectSoundEnumerateA() now passes a GUID to the callback if the first by Johan Gill · 23 years ago
  37. 441a7dc Microsoft C related changes. by Patrik Stridvall · 23 years ago
  38. 9560e58 FreeBSD compile fix. by Alexandre Julliard · 23 years ago
  39. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  40. 882e8ad Fix for mingw32. by Steven Edwards · 23 years ago
  41. 9ca4285 Fixed ReadFile() semantics when reading asynchronously on sockets. by Martin Wilck · 23 years ago
  42. 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
  43. af16c98 Implemented overlapped WSARecvFrom(), WSASendTo(), and by Martin Wilck · 23 years ago
  44. bff7e69 Implemented server framework for asynchronous IO on sockets. by Martin Wilck · 23 years ago
  45. 867fb9d No longer try to support non-reentrant Xlib. by Alexandre Julliard · 23 years ago
  46. 64896d0 Added support for installing an error callback when expecting an X11 error. by Alexandre Julliard · 23 years ago
  47. 21e9166 Load libXrender at run-time with dlopen (based on a patch by Huw Davies). by Alexandre Julliard · 23 years ago
  48. d15bf1c Fixed handling of deferred connections in WSAAccept(). by Martin Wilck · 23 years ago
  49. ce2024c - Recognize "\n" as an alternative soft line break in function by Chuck Crayne · 23 years ago
  50. 493e9d7 Fixed cut&paste bug. by Martin Wilck · 23 years ago
  51. fbaef1c Now C tests are able to access argc/argv as passed to the program. by Eric Pouech · 23 years ago
  52. ab246a6 Pass a PHYSDEV to EnumDeviceFont and release the GDI lock in by Alexandre Julliard · 23 years ago
  53. 08867f7 - Need a "cleanup" method. by Martin Wilck · 23 years ago
  54. daa2886 Updated configure to take advantage of new autoconf 2.53 features. by Alexandre Julliard · 23 years ago
  55. 7746e82 Removed obsolete console driver. by Alexandre Julliard · 23 years ago
  56. 141bbdd Added some error codes. by François Gouget · 23 years ago
  57. ea9cf5c Fixed OpenGL routines broken by the DC -> PHYSDEV change. by Michael Karcher · 23 years ago
  58. 6715772 Added support for ResetDC. by Huw D M Davies · 23 years ago
  59. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  60. 63963b8 Fixed mingw32 warning about stdcall and fastcall being redefined. by Steven Edwards · 23 years ago
  61. 0a44e5b - Add defines for the NMTBHOTITEM flag word. by Guy L. Albertelli · 23 years ago
  62. 5b01b50 Implement GetTextExtentPointI and add support for ETO_GLYPH_INDEX. by Huw D M Davies · 23 years ago
  63. e1e51f9 Don't calculate cached metrics or enumerate X11 fonts if we're using by Huw D M Davies · 23 years ago
  64. afd519b Fix a few font problems with rotated text and non MM_TEXT mapping by Huw D M Davies · 23 years ago
  65. 2903ca1 Implement GetGlyphIndices. Tweak GetCharacterPlacement to use it. by Dmitry Timoshkov · 23 years ago
  66. c555274 Better check for -lresolv. Removed FREETYPELIBS. by Alexandre Julliard · 23 years ago
  67. c48f3b0 Added ImpersonateLoggedOnUser stub. by Huw D M Davies · 23 years ago
  68. 03f4e22 Added test for thread functions. by Geoffrey Hausheer · 23 years ago
  69. dd52bb6 Declare swprintf. by Dimitrie O. Paun · 23 years ago
  70. 5068347 Implemented a large number of the 32-bit setupapi functions. by Alexandre Julliard · 23 years ago
  71. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  72. 3b943bc On Solaris inet_aton is exported by libresolv.so. by Francois Gouget · 23 years ago
  73. 9e881be Fix for the unistd.h vs. winsock.h problem in Winelib applications. by Francois Gouget · 23 years ago
  74. 6ca8edc Added the DFCS_{HOT,TRANSPARENT} definitions. by Dimitrie O. Paun · 23 years ago
  75. 6543a65 Transfer the full process startup info as well as the command-line by Alexandre Julliard · 23 years ago
  76. 34372dc Fix SetFileAttributes to honor the umask (rather than making files by Francois Gouget · 23 years ago
  77. 6098399 Fixed pack/unpack routines for WM_DDE_EXECUTE. by Michal Pasternak · 23 years ago
  78. e21c15e Changed the GDI driver interface to pass an opaque PHYSDEV pointer by Alexandre Julliard · 23 years ago
  79. 33dd201 Added declaration of the DisconnectNamedPipe call. by Andriy Palamarchuk · 23 years ago
  80. 8911856 Moved metafiles and win16 drivers to dlls/gdi. by Alexandre Julliard · 23 years ago
  81. 1c9733c - Converted HACMOBJ to void* - acmMetrics16 calls acmMetrics only if hao is NULL by Vincent Béron · 23 years ago
  82. d62d41c Converted HACMSTREAM, HACMDRIVERID and HACMDRIVER to void*. by Vincent Béron · 23 years ago
  83. ced71ed Added support for driver-specific escapes in the x11drv to retrieve by Alexandre Julliard · 23 years ago
  84. 6db8aba Removed service thread support. by Alexandre Julliard · 23 years ago
  85. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  86. 8d1550d Export the FILE_GetUnixHandle functionality from ntdll. by Alexandre Julliard · 23 years ago
  87. a92e397 Rewrote some headers from scratch based on publicly available by Alexandre Julliard · 23 years ago
  88. 4887da5 Removed some code because of concerns over the Microsoft DirectX SDK by Hidenori Takeshima · 23 years ago
  89. 58ed1f1 Add trace function (same as in the perl framework). by Francois Gouget · 23 years ago
  90. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  91. 6b0720f Started TWAIN implementation. by Shi Quan He · 23 years ago
  92. 9b0ba7c Added aRts driver. by Chris Morgan · 23 years ago
  93. 5f5a05f Added a missing header. by Hidenori Takeshima · 23 years ago
  94. 716ffc5 Connect the msvcrt file byte locking up to ntdll. by Bill Medland · 23 years ago
  95. 6676006 Added some missing GUIDs. by Hidenori Takeshima · 23 years ago
  96. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  97. 4e75d12 Document, implement/fix and test 110+ Path functions. by Jon Griffiths · 23 years ago
  98. 39bcf9d Added some stubs. by Leo van den Berg · 23 years ago
  99. b637d8a Added a missing CLSID. by Hidenori Takeshima · 23 years ago
  100. a52d75d Added some missing enums. by Hidenori Takeshima · 23 years ago