1. c7ec93d Put the MCN_ and DTN_ in correct order. by Guy L. Albertelli · 23 years ago
  2. 6646c46 Add more check inside SB_SETTEXT and SB_GETTEXT. by Mehmet Yasar · 23 years ago
  3. 52e0e9c Complete implementation for DrawStatusText{A,W}. by Dimitrie O. Paun · 23 years ago
  4. aba5947 _get_sock_fd_type: New function, retrieve fd type and flags like by Martin Wilck · 23 years ago
  5. e0587d4 GetOverlappedResult: Return ERROR_IO_INCOMPLETE if IO still pending. by Martin Wilck · 23 years ago
  6. 874d671 Fixed stupid typo in previous patch. by Alexandre Julliard · 23 years ago
  7. ab246a6 Pass a PHYSDEV to EnumDeviceFont and release the GDI lock in by Alexandre Julliard · 23 years ago
  8. eac3662 Fixed inheriting command-line options from parent process. by Alexandre Julliard · 23 years ago
  9. 08867f7 - Need a "cleanup" method. by Martin Wilck · 23 years ago
  10. 18c1514 STATUS_CANCELLED is correct for cancelled requests (corresponds to by Martin Wilck · 23 years ago
  11. 70e8fce - Clear WS_CAPTION style. by Mehmet Yasar · 23 years ago
  12. 912f899 Fixed some bugs. Added stubs. Remove harmless FIXMEs. by Hidenori Takeshima · 23 years ago
  13. 4b807a1 Fix winemaker-generated references to dlls that have changed their names. by Martin Wilck · 23 years ago
  14. fc4524d Implement NM_CUSTOMDRAW notification. by Guy L. Albertelli · 23 years ago
  15. 16c04be - When dumping NMCUSTOMDRAW, use correct size for a Toolbar. by Guy L. Albertelli · 23 years ago
  16. 64a49d3 Release 20020411. by Alexandre Julliard · 23 years ago wine-20020411
  17. 9a2cc78 Clean autom4te.cache. by Alexandre Julliard · 23 years ago
  18. 4e2e176 Created regedit replacement. Fixed some bugs. by Andriy Palamarchuk · 23 years ago
  19. 65a7a10 Removed changelog entries that are in the main changelog, and added by Alexandre Julliard · 23 years ago
  20. 069dd51 Reuse visuals to avoid MAX_PIXELFORMATS limit. by Christoph Frick · 23 years ago
  21. 6aadb22 Use hard-coded font name bindings only with the ANSI_CHARSET (non-US by Hidenori Takeshima · 23 years ago
  22. a781a31 Return error codes in some 16bit ole stubs, returning success causes crashes. by Hidenori Takeshima · 23 years ago
  23. daa2886 Updated configure to take advantage of new autoconf 2.53 features. by Alexandre Julliard · 23 years ago
  24. 7746e82 Removed obsolete console driver. by Alexandre Julliard · 23 years ago
  25. 13f92d3 Added test for GetFullPathNamesA, GetLongPathNamesA, by Geoffrey Hausheer · 23 years ago
  26. b14f638 SIC_GetIconIndex: start DPA_Search from index 0. by Uwe Bonnes · 23 years ago
  27. 8a37450 'used' should be set even if we are only computing the necessary buffer size. by Alexandre Julliard · 23 years ago
  28. f25efa0 Compile fixes for gcc 2.7.2.3. by Stefan Leichter · 23 years ago
  29. d5d431f - implement LPSTR_TEXTCALLBACK by Dimitrie O. Paun · 23 years ago
  30. d9f4241 Removed obsolete text mode color and attribute code. by Jukka Heinonen · 23 years ago
  31. b8cab49 Implemented PrintDlgW and PageSetupDlgW. by Marcus Meissner · 23 years ago
  32. 4f7d893 get_window_children: only decrement available size if element was written. by Uwe Bonnes · 23 years ago
  33. 07a308d LISTVIEW_GetColumnT: care for the format of the string. by Uwe Bonnes · 23 years ago
  34. 39d013c MCIWndCreateA: check for NULL filename. by Uwe Bonnes · 23 years ago
  35. 83d6efb Sending EN_UPDATE notification in the EDIT_WM_SetText - the comment by Rizsanyi Zsolt · 23 years ago
  36. 1c2fa97 Create new console only if the process is a console application. by Dmitry Timoshkov · 23 years ago
  37. 5474aa9 Fixed problem with mouse cursors in Word. by Dmitry Timoshkov · 23 years ago
  38. aba60df Always erase background. by Dmitry Timoshkov · 23 years ago
  39. 0f55bdd We don't handle STRETCH_HALFTONE mode yet; make this do the same as by Huw D M Davies · 23 years ago
  40. 481f8ff Need to check for focus and capture also on the children of the window by Alexandre Julliard · 23 years ago
  41. f6be044 Created a stubbed version of MSISYS.OCX. by Mike McCormack · 23 years ago
  42. 9f33f5c Some additional traces. by Guy Albertelli · 23 years ago
  43. 7647c8e If we can't extract the icon, defer link creation to runonce. by Dusan Lacko · 23 years ago
  44. a032004 Fixed compile when HAVE_OPENGL is not defined. by Alexandre Julliard · 23 years ago
  45. 51cf0e3 Added CS_PARENTDC style. by Dmitry Timoshkov · 23 years ago
  46. 141bbdd Added some error codes. by François Gouget · 23 years ago
  47. b54389b Added some stubs. by Hidenori Takeshima · 23 years ago
  48. 63231c5 - get rid of parent handle from info struct by Dimitrie O. Paun · 23 years ago
  49. ea9cf5c Fixed OpenGL routines broken by the DC -> PHYSDEV change. by Michael Karcher · 23 years ago
  50. b1f478f Added comments explaing how to use cygwin/mingw/wine headers. by Geoffrey Hausheer · 23 years ago
  51. 43230a2 - fix indentation by Dimitrie O. Paun · 23 years ago
  52. c86e5c9 Added keymap tables for US dvorak layout. by Paul Rupe · 23 years ago
  53. 37e87f7 Also #include <sys/uio.h>. by Gerald Pfeifer · 23 years ago
  54. 0add223 Added a sample win.ini. by Hidenori Takeshima · 23 years ago
  55. 425acfd Added some stubs. by Hidenori Takeshima · 23 years ago
  56. 5d8b982 Added resources for Japanese. by Hidenori Takeshima · 23 years ago
  57. bf6c92a Fixed crashing in stopping parser. by Hidenori Takeshima · 23 years ago
  58. 2223450 Use default GUI font instead of hard-coded 'MS Sans Serif'. by Hidenori Takeshima · 23 years ago
  59. 66503b0 Converted "read standard input with echo" interrupt service to use by Jukka Heinonen · 23 years ago
  60. adf7751 Writes to stdout and VGA_WriteChars routine now update both VGA by Jukka Heinonen · 23 years ago
  61. dc31501 Fixed an overflow in calculating times. by Hidenori Takeshima · 23 years ago
  62. 85c120f Added registry entries required for IE installer. by Dmitry Timoshkov · 23 years ago
  63. 68ef5e0 Don't hang around for a minute if we can't exec the clipboard server. by Huw D M Davies · 23 years ago
  64. 392f6f8 Replace some SendMessage with SendNotifyMessage in case the target by François Gouget · 23 years ago
  65. a5e9bf7 Fixed exit status in some cases. by Jeremy White · 23 years ago
  66. 8a32613 Spout a FIXME if we try to call ExtTextOut on an open path. by Huw D M Davies · 23 years ago
  67. b88f724 Implement ResetDC and PHYSICALOFFSET[X|Y] devcaps. Fixes to MergeDevmodes. by Huw D M Davies · 23 years ago
  68. 7526fc5 Changed default paper size to letter. by Huw D M Davies · 23 years ago
  69. ad16fc9 Avoid crash when trying to attach to a terminating process. by Alexandre Julliard · 23 years ago
  70. 6715772 Added support for ResetDC. by Huw D M Davies · 23 years ago
  71. 18036cb Make ExtDeviceMode dialog use unicode property sheet functions. by Huw D M Davies · 23 years ago
  72. 954107b HKEY_LOCAL_USER should be HKEY_CURRENT_USER. by Marcus Meissner · 23 years ago
  73. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  74. ce73456 Fixed GetTextExtentPointI driver usage. by Alexandre Julliard · 23 years ago
  75. 5885443 Make the recv() and send() family of functions use WSARecvFrom() and by Martin Wilck · 23 years ago
  76. 63963b8 Fixed mingw32 warning about stdcall and fastcall being redefined. by Steven Edwards · 23 years ago
  77. 32b6ef3 Check for NULL pointer in DrawTextExA. by Stefan Leichter · 23 years ago
  78. 7c3fca1 - fix edit box placement by Dimitrie O. Paun · 23 years ago
  79. 0a44e5b - Add defines for the NMTBHOTITEM flag word. by Guy L. Albertelli · 23 years ago
  80. ffa48e0 - Use the new comctl32 color array for the colors. Provides better by Guy L. Albertelli · 23 years ago
  81. 35d8e1e - Keep track of all system colors used by comctl32.dll. by Guy L. Albertelli · 23 years ago
  82. 71e4b98 Adjust the child offset x value based on band style RBBS_CHILDEDGE. by Guy L. Albertelli · 23 years ago
  83. 1251aa7 - Try to match the native control for the SetBkColor message. by Guy L. Albertelli · 23 years ago
  84. 9302f85 Fixed compile without freetype. by Alexandre Julliard · 23 years ago
  85. e953348 Support for hiding file extensions in IShellFolder_GetDisplayNameOf. by Charles Loep · 23 years ago
  86. 0b8e8d1 Check for failure of IShellFolder_GetDisplayNameOf. by Huw D M Davies · 23 years ago
  87. f5e0f0c Added timer on server exit to wait a bit for new clients. by Alexandre Julliard · 23 years ago
  88. 857fb75 Forward C++ functions to the msvcrt library. by Francois Gouget · 23 years ago
  89. 1e6063d Use rect only if there are flags. by Aric Stewart · 23 years ago
  90. 160be64 Added writing META_ESCAPE records. by Huw D M Davies · 23 years ago
  91. 43ff7d2 Do not enumerate the META_EOF record. by Huw D M Davies · 23 years ago
  92. f641cf4 Removed old FF_ code. by Huw D M Davies · 23 years ago
  93. b3b0ddb Fix off by one error in HEADER_InsertItemW. by Huw D M Davies · 23 years ago
  94. bc23ae6 Make dlopen_dll return an error immediately if the library exists but by Alexandre Julliard · 23 years ago
  95. c2c8bf1 If lfFaceName == "", then we patch up the names according to by Huw D M Davies · 23 years ago
  96. 5b01b50 Implement GetTextExtentPointI and add support for ETO_GLYPH_INDEX. by Huw D M Davies · 23 years ago
  97. e1e51f9 Don't calculate cached metrics or enumerate X11 fonts if we're using by Huw D M Davies · 23 years ago
  98. f879cb9 Fixed font enumeration. by Huw D M Davies · 23 years ago
  99. afd519b Fix a few font problems with rotated text and non MM_TEXT mapping by Huw D M Davies · 23 years ago
  100. 43b6209 Add font substitution lookup in the registry. We look under the key by Huw D M Davies · 23 years ago