1. 1353525 Add version info for built-in oleaut32.dll. by Dmitry Timoshkov · 24 years ago
  2. 2482ef3 Fix system menu crash by ensuring that item->text is not null when MF_TEXT set. by Gerard Patel · 24 years ago
  3. 1859dde Added IDirectDrawGammaControl interface declaration. by Ove Kaaven · 24 years ago
  4. f7e7cd4 Truncate version data if provided buffer is not large enough. by Dmitry Timoshkov · 24 years ago
  5. ed73933 Fixed sound disappearing after on-the-fly sample rate changes and by Ove Kaaven · 24 years ago
  6. e17aaa2 Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT styles are set, by Ove Kaaven · 24 years ago
  7. 76df432 SHGetSpecialFolderPathA must be able to create a full path if it doesn't exist. by Eric Kohl · 24 years ago
  8. 03df00e Added stub for _setjmp3(). Implemented _sopen(). by Eric Kohl · 24 years ago
  9. 8b21b6b Added version info. by Gerard Patel · 24 years ago
  10. 39f5428 Moved GetTextMetrics to unicode. by Huw D M Davies · 24 years ago
  11. 07b6e6e Fixed prototype of GetFileVersionInfoA/W. by Dmitry Timoshkov · 24 years ago
  12. a7a006a - Documented things known to be unimplemented. by Guy L. Albertelli · 24 years ago
  13. 0d2df47 - Correct RBN_CHILDSIZE band rectangle to match native. by Guy L. Albertelli · 24 years ago
  14. bf89e7c Label the width and height correctly in the WINDOWPOS display. by Guy L. Albertelli · 24 years ago
  15. c5f35b7 Added Win2000 WS_EX_LAYERED window style. by Ove Kaaven · 24 years ago
  16. ed9c2df Replaced one .kde with .kde2 in KDE2 menu code. by Marcus Meissner · 24 years ago
  17. cdd4b8f Removed path from dplayx registry entry, so that the builtin dplayx by Ove Kaaven · 24 years ago
  18. d554996 Set LD_LIBRARY_PATH if necessary before calling wrc & winebuild. by Francois Gouget · 24 years ago
  19. 4868e71 Return from GetFileVersionInfo(Size) if specified file found, but by Dmitry Timoshkov · 24 years ago
  20. 147ddfe Removed broken support for EV_TXEMPTY because it causes busy loops. by Mike McCormack · 24 years ago
  21. 7526540 Add missing release object so server exits cleanly. by Mike McCormack · 24 years ago
  22. cf2ff27 Recalculate menu sizes if WM_INITMENU has recreated/changed something. by Gerard Patel · 24 years ago
  23. db47fd0 Updated. by Hann-huei Chiou · 24 years ago
  24. 7313b78 Added stub for SetThreadExecutionState (new function in Win98/2000). by James Juran · 24 years ago
  25. fafc6fb Fix Unicode/Ansi message translation for some listbox/combobox by Rein Klazes · 24 years ago
  26. 916a1a6 Fix typo in OUTLINETEXTMETRIC definition. by Huw D M Davies · 24 years ago
  27. a62f06d Yet another attempt on fixing notifications in the edit control. by Dmitry Timoshkov · 24 years ago
  28. b738c37 Add some specific afmdirs as examples. by Marcus Meissner · 24 years ago
  29. 23e207e Don't load AFM files from predefined directories; use [afmdirs] by Ian Pilcher · 24 years ago
  30. 87880c5 Fixed notifications of the edit control. by Dmitry Timoshkov · 24 years ago
  31. d36a3ef Call DefWindowProc for WM_CTLCOLORSTATIC message when the apps does not. by Gerard Patel · 24 years ago
  32. 3d0589a Fixed spelling/typos in comments. by Francois Gouget · 24 years ago
  33. 49fc317 Added missing extension for 'ole32.dll'. by Francois Gouget · 24 years ago
  34. f5a6e30 Added CreateRemoteThread. by Francois Gouget · 24 years ago
  35. a83173c Implement SHGetFileInfoW by calling SHGetFileInfoA. by James Juran · 24 years ago
  36. a9c8890 Handle empty strings and invalid values in lpstrInitialDir for 32 bits by Gerard Patel · 24 years ago
  37. c2c004d Added version16.rc in RC_SRCS list. by Alexandre Julliard · 24 years ago
  38. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  39. 5142150 Added a perl script to check many aspects of Wine configuration. by Andreas Mohr · 24 years ago
  40. 0a4b4b3 LPARAM in find dialog wm_initdialog is the find/replace structure, not custdata. by Gerard Patel · 24 years ago
  41. 1c8d0c7 Updated Latvian date format. by Nerijus Baliunas · 24 years ago
  42. b686a90 Added SHELL linking of KDE2 desktop/menu entries. by Marcus Meissner · 24 years ago
  43. e0da54a Release 20010305. by Alexandre Julliard · 24 years ago wine-20010305
  44. d6f5ed2 Update nSelectionMark and nFocusedItem when inserting/deleting/sorting by Francois Gouget · 24 years ago
  45. 9ec9c2b Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI. by Dmitry Timoshkov · 24 years ago
  46. 496f434 - Background of the child wnd should be erased with the same color as by Susan Farley · 24 years ago
  47. 53cad8b Unblock the dialog message loop with a WM_NULL message. by Gerard Patel · 24 years ago
  48. 817b134 Made 8 bpp to 24 bit depth conversion in X11DRV_DIB_SetImageBits_8 by Vedran Rodic · 24 years ago
  49. 566a52a Changed isolated for loops to while loops (based on a patch by Andreas Mohr). by Alexandre Julliard · 24 years ago
  50. b6474ae The for loop in ITypeLib2_fnFindName was wrong (extra ';'). by Andreas Mohr · 24 years ago
  51. 12bf7f1 GetFileInformationByHandle() fails for pipe handles according to by Andreas Mohr · 24 years ago
  52. 9005a21 Don't load the WINEPS driver until it's needed. by Ian Pilcher · 24 years ago
  53. fbc3619 Make EDIT_UnlockBuffer cope with destroyed windows. by Dmitry Timoshkov · 24 years ago
  54. 389b039 We need to create the system heap at startup even though we don't use by Alexandre Julliard · 24 years ago
  55. 15a4a77 - add tracing to OpenGL thunks - update to latest gl.spec file by Lionel Ulmer · 24 years ago
  56. 0c2885e Add DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only if window has by Dmitry Timoshkov · 24 years ago
  57. f45d569 In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no by Francois Gouget · 24 years ago
  58. 8d0e1e7 If a target has C++ sources, then use g++ to link it (fixes #162). by Francois Gouget · 24 years ago
  59. 0a8f673 Fixed file descriptor leak. by Alexandre Julliard · 24 years ago
  60. 8c2f4b1 Some more message cleanups. by Andreas Mohr · 24 years ago
  61. ddf8256 Chris Jacobson Small bug fix. by Alexandre Julliard · 24 years ago
  62. 726c63b Initialize the return error code to 0 for common dialog file functions. by Gerard Patel · 24 years ago
  63. 3266b88 Add files found in an 'include' directory, to the 'misc sources' list. by Francois Gouget · 24 years ago
  64. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  65. afa36ce Reenable the wrapper support. by Francois Gouget · 24 years ago
  66. 1cfdeee Squash another AFM character metrics parsing bug. by Ian Pilcher · 24 years ago
  67. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  68. 0ba5909 Some minor changes to the German keyboard layout. by Johannes E. Schindelin · 24 years ago
  69. 0d86ffe Avoid crash at end of list. by Dominik Strasser · 24 years ago
  70. db490e5 Fix bug in AFM character width parsing. by Ian Pilcher · 24 years ago
  71. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  72. 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
  73. e1635e9 Removed dependency on comctl32. by Alexandre Julliard · 24 years ago
  74. 880cd39 WINE_UNICODE_TEXT was incorrect. by François Gouget · 24 years ago
  75. 7fa17d2 Implemented WsControl command with id 0x101. by Michael Stefaniuc · 24 years ago
  76. 2e9cd98 Added LOCALE_IDEFAULTMACCODEPAGE definition in most nls files. by Przemyslaw Bruski · 24 years ago
  77. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  78. 505cf39 Moved PTHREAD_init_done out of the #ifdef. by Alexandre Julliard · 24 years ago
  79. a862f68 Added a few missing stubs to KERNEL32 and USER32. by Eric Pouech · 24 years ago
  80. 26c35ce Handle filenames with spaces. by Ove Kaaven · 24 years ago
  81. c7265aa Map 32 bits resource for 16 bits print dialog. by Gerard Patel · 24 years ago
  82. 52ece0e Use GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing by Dmitry Timoshkov · 24 years ago
  83. f063d04 Added (partial) support for FO_COPY and FO_DELETE. by David Grant · 24 years ago
  84. 8f73cd1 Add version information (16 and 32 bit) to core built-in dlls: by Dmitry Timoshkov · 24 years ago
  85. 7f187e5 Only create the system heap when we actually need it. by Alexandre Julliard · 24 years ago
  86. 61d32b4 Allocations do not need to be on the system heap. by Alexandre Julliard · 24 years ago
  87. 16ac06e Horiz/Vert determination must be dynamic, as the style may not be set by Susan Farley · 24 years ago
  88. 42b2c18 Avoid alignment problems with NMPGSCROLL struct. by Susan Farley · 24 years ago
  89. b28e18b Replace fixme for SPI_GETWHEELSCROLLLINES with the default value of 3. by Chris Morgan · 24 years ago
  90. b32c000 Prepare background while drawing radio buttons and checkboxes. by Dmitry Timoshkov · 24 years ago
  91. 278dd15 - We need to make sure we pay attention to if our call to by Aric Stewart · 24 years ago
  92. e2682ca Updated all fields with Ukrainian values. by Valery Kartel · 24 years ago
  93. da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
  94. 92b2318 A first stab at implementing the RunDll features. by Eric Pouech · 24 years ago
  95. 9228549 BuildCommDCB16 had a rather broken baud rate handling. by Andreas Mohr · 24 years ago
  96. a3a0251 Made the winelauncher support winelib app invocations. Fixed a few by Ove Kaaven · 24 years ago
  97. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  98. e187b3f Confirm file deletes. Make delete confirmation messages more by Chris Morgan · 24 years ago
  99. 0cd448c Add shell support for deleting files using the Delete key. by Chris Morgan · 24 years ago
  100. ccfe6e9 Implement EnumPrinterDataEx{A|W}. by Ian Pilcher · 24 years ago