1. 11dee2b fgets: Don't swallow \n, treat EOF by Uwe Bonnes · 25 years ago
  2. fbca8fe Add missing backslash in the debugger definition. by Uwe Bonnes · 25 years ago
  3. 14e5252 SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock by Rein Klazes · 25 years ago
  4. b2dd2c5 DSOUND_MixerNorm: do not compare unrelated pointers. by Marcus Meissner · 25 years ago
  5. 8e8f0f5 Rewrote command-line parsing of CreateProcessA to be more compatible. by Alexandre Julliard · 25 years ago
  6. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  7. f0deb8a Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  8. 1932d40 - API files update. by Patrik Stridvall · 25 years ago
  9. 1d20af6 Implement CCS_NOMOVEY for tool bars. by Martin Fuchs · 25 years ago
  10. b5d37ec Symlink root's registry to global registry. Minor cleanups. by Ove Kaaven · 25 years ago
  11. 7b080ec Added further implementation of WINAPI EnumDateFormats() to support by Owen Wang · 25 years ago
  12. 1db182f Added proper handling TVIS_OVERLAYMASK flag and allows to display by Serge Ivanov · 25 years ago
  13. f19f07d POSIX threads emulation, tricks glibc into being threadsafe. by Ove Kaaven · 25 years ago
  14. d804111 Made server launching somewhat cleaner and faster. by Alexandre Julliard · 25 years ago
  15. 35870f9 Detypoed X11DRV_EVENT_SetInputMethod. by Marcus Meissner · 25 years ago
  16. 3e731da When dealing with XKB extensions, force the AltGr key mask to use the by Stephane Lussier · 25 years ago
  17. fc8d15b Define __fastcall. by Huw D M Davies · 25 years ago
  18. 73e0b9f Added a few toolbar defines. by Huw D M Davies · 25 years ago
  19. 000facf A few corrections to bounding boxes. by Huw D M Davies · 25 years ago
  20. e5b3a69 Don't close groups of polylines. by Huw D M Davies · 25 years ago
  21. a76eee9 Do not dereference a ptr we just checked being NULL. by Marcus Meissner · 25 years ago
  22. aef6b47 Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy. by Francois Gouget · 25 years ago
  23. b43b9d9 Follow symlinks when saving registry. by Ove Kaaven · 25 years ago
  24. 9639a0a Added missing winestub dependency. by Alexandre Julliard · 25 years ago
  25. 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
  26. e5efa0c Made the winedbg an external and WineLib program. by Eric Pouech · 25 years ago
  27. 5f6419f Got rid of -debug wine's option (wine now requires an external debugger). by Eric Pouech · 25 years ago
  28. 02ee9dd Added launching of a debugger when unhandled exception occurs. by Eric Pouech · 25 years ago
  29. 87031a4 Added a .xcnlnk section to builtin KERNEL32 PE header. by Eric Pouech · 25 years ago
  30. 394203f Let CreateProcess launch unix executable without a .exe extension. by Eric Pouech · 25 years ago
  31. 0045def Fixed signal stack handling on Linux when sigaltstack is available. by Alexandre Julliard · 25 years ago
  32. 51f6aeb Implemented guard pages and stack overflow exceptions. by Alexandre Julliard · 25 years ago
  33. 3ef9322 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and by Alexandre Julliard · 25 years ago
  34. 86ff8c0 Make sure HKLM\Software\Wine\Wine is a non-volatile key. by Alexandre Julliard · 25 years ago
  35. 0debf42 Fixed AltGr key handling. by Stephane Lussier · 25 years ago
  36. 8903137 Make DirectDraw compile with DGA2 present. by Marcus Meissner · 25 years ago
  37. af7e1ae FILE_CreateFile()'s read/write-check was broken due to checking of by Andreas Mohr · 25 years ago
  38. 2cf4ebc Fixes and cleans up some of the GetEnhMetaFile* functions. by Huw D M Davies · 25 years ago
  39. c43fdb7 GlobalReAlloc returns 0 on failure. by Huw D M Davies · 25 years ago
  40. e529d36 Stub for NtAllocateUuids. by Andreas Mohr · 25 years ago
  41. 0c3594a Clear TopRootItem when whole tree is deleted. by Huw D M Davies · 25 years ago
  42. 450ce63 Ignore all output files. by Alexandre Julliard · 25 years ago
  43. 819fa8c Merged urlmon.dll and wininet.dll from the Corel tree (implementation by Alexandre Julliard · 25 years ago
  44. 114830e Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and by Alexandre Julliard · 25 years ago
  45. e8d2aa5 Merged in Corel's AUTHORs. by Marcus Meissner · 25 years ago
  46. 4b34a45 Only copy dstwidth*3 bytes in the 24bit case. by Marcus Meissner · 25 years ago
  47. 81a84bb Free private structure in Xlib_DDS_Release. by Marcus Meissner · 25 years ago
  48. 2b569f6 MSG_ProcessKbdMsg can be called from peek, so only process when remove is set. by Ulrich Czekalla · 25 years ago
  49. 39ec6e4 TreeView - minor bugfix and optimization: by Serge Ivanov · 25 years ago
  50. 40cd846 _ILGetFileDate should convert the date to local time before generating by Ulrich Czekalla · 25 years ago
  51. 50b5c29 Fixed other bugs within MMIO implementation. Now, it's possible to by Noomen Hamza · 25 years ago
  52. 3873f44 Use d3dexecutebuffer_create only when compiling with MESA. by Marcus Meissner · 25 years ago
  53. a20b792 Replaced xmalloc calls with malloc/HeapAlloc calls. by Dimitrie O. Paun · 25 years ago
  54. d57f7d1 Cosmetics. by Eric Pouech · 25 years ago
  55. e7dc390 Implemented HeapWalk(). by Andreas Mohr · 25 years ago
  56. 01cfbaf Two left over HeapValidate assertions removed. by Marcus Meissner · 25 years ago
  57. 9d10afa Clear status for sending exception event. by Eric Pouech · 25 years ago
  58. e1885d1 Added ability to put new-lines in changelog entry. by Eric Pouech · 25 years ago
  59. a4729b0 GetItem was returning the item instead of subitem info. by Richard Cohen · 25 years ago
  60. ca7f923 Registry key used in LoadBoard() was not the same as the one used in by Dave Pickles · 25 years ago
  61. d1735c6 Removed old resource compiler. by Alexandre Julliard · 25 years ago
  62. 87a2f8d Create directories that don't contain a Makefile. by Alexandre Julliard · 25 years ago
  63. c53ceba Improved support for Makefiles that need to recurse in subdirectories. by Alexandre Julliard · 25 years ago
  64. 10ad97c Restructured DirectDraw. Split into X11 and DGA driver, and multiple by Marcus Meissner · 25 years ago
  65. 227a089 Removed a number of global handle allocations and critical section by Alexandre Julliard · 25 years ago
  66. 1134215 Temporary hack to share handles between processes sharing the same by Alexandre Julliard · 25 years ago
  67. 416a00d Added lazy initialization of critical sections, based on a patch by by Alexandre Julliard · 25 years ago
  68. 2c0f14a Stephen Mereu by Yuxi Zhang · 25 years ago
  69. 920d9c6 Added PeekNamedPipe stub. by Andreas Mohr · 25 years ago
  70. 66e4740 Fixed pixmap leak with the 1x1 bitmap in memory DCs. by Gerard Patel · 25 years ago
  71. e185888 wineinstall now properly configures no-windows installs, and should now by Ove Kaaven · 25 years ago
  72. c8d4a39 Default system.ini (from documentation/status/multimedia). by Ove Kaaven · 25 years ago
  73. f6507ed Do not send a debug event for a thread until the previous event for by Alexandre Julliard · 25 years ago
  74. 08b289d Moved SaveOnlyUpdatedKeys to wine.ini. by Alexandre Julliard · 25 years ago
  75. de1d5ad Added support for WINEPREFIX environment variable. by Alexandre Julliard · 25 years ago
  76. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  77. 3c30bba Implemented API EnumTimeFormatsA(). It supports now all different by Owen Wang · 25 years ago
  78. 34b7b3f Added conversion from DBCS lpDx to WCHAR lpDx. by Junichi Kuchinishi · 25 years ago
  79. 6a4e8a5 - Implemented stub statistics. Turned off by default. (Requested by Francois by Patrik Stridvall · 25 years ago
  80. eb996b9 Fix StringFromGUI2 return value as per documentation. by Andrew Lewycky · 25 years ago
  81. 3347bee Make audiodevice blocking directly after the non-blocking open, since by Marcus Meissner · 25 years ago
  82. ce77ea9 Corrected error handling for ws_getprotobyname/number. by Rein Klazes · 25 years ago
  83. 61f572a GetShortPathName: always erase characters at the end of the new by Uwe Bonnes · 25 years ago
  84. fbace6e Added a per-drive FailReadOnly flag, and removed the global by Alexandre Julliard · 25 years ago
  85. 8a971bf Fixed file descriptor leaks. by Alexandre Julliard · 25 years ago
  86. a57d77a Call PROFILE_GetWineIniBool before starting to fill the request by Alexandre Julliard · 25 years ago
  87. d392831 Increment suspend count before attempting attach in suspend_for_ptrace. by Alexandre Julliard · 25 years ago
  88. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  89. f35cdc8 Adapted the manual pages to the new long options, updated the by Peter Ganten · 25 years ago
  90. 3138738 Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy. by Noomen Hamza · 25 years ago
  91. 0872f30 Added DestroyBoard function to delete bitmap handles. by Joshua Thielen · 25 years ago
  92. 21c04b9 Implemented FAT32 function 7302 (Get Extended DPB). by Ian Schmidt · 25 years ago
  93. 5dff4fb Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by by Ian Schmidt · 25 years ago
  94. 5b5d04d This patch adds the ability for regapi to call the DllRegisterServer or by Gavriel State · 25 years ago
  95. 6edc951 OleRegGetUserType did return an unterminated ASCII string instead of an by Gavriel State · 25 years ago
  96. ef76a1c Michael Abd-El-Malek (Corel) by Alexandre Julliard · 25 years ago
  97. 4342c28 Updated documentation/distributors in regards to shared libraries and by Marcus Meissner · 25 years ago
  98. 9aaf13e - Fix painting bug with middle button down when dragging mouse by Peter Hunnisett · 25 years ago
  99. 7f383a8 Added CTS, DSR and RingIndicator states to Window's semi-documented by Rein Klazes · 25 years ago
  100. 280aeb9 Delete objects after use in EnumEnhMetaFile. by Huw D M Davies · 25 years ago