1. 4af4ba4 EDIT_EM_ReplaceSel should simply truncate characters that exceed the limit. by Krishna Murthy · 21 years ago
  2. a935c2a Fix update region calculation for the case where a word wraps up to by Ulrich Czekalla · 21 years ago
  3. 616cffb Removed DT_NOCLIP format flag. by Oleg Prokhorov · 21 years ago
  4. b64c89c When repainting a static control, with SS_BITMAP style, do not erase by Rein Klazes · 21 years ago
  5. c4be01a Combobox popups should be always-on-top. by Thomas Weidenmueller · 21 years ago
  6. a7c3107 EM_UNDO should always return TRUE for single line edit. by Krishna Murthy · 21 years ago
  7. eed647d Remove bitmaps that were only used for the 3.1 look. by Alexandre Julliard · 21 years ago
  8. 55954f2 Remove unused header. by Steven Edwards · 21 years ago
  9. ebf0eb3 Make static Unicode strings const. by Francois Gouget · 21 years ago
  10. 7214fdf Setup menu drawing colors before calling owner draw routine. by Ge van Geldorp · 21 years ago
  11. 9c141d4 Fix tracking the currently highlighted item in menus when the mouse by Bobby Bingham · 21 years ago
  12. abe9c97 Remove the rest of the Tweak look hack. by Dimitrie O. Paun · 21 years ago
  13. 126227a Remove the support for the Win 3.1 Look. by Dimitrie O. Paun · 21 years ago
  14. bd5c18c Scrollbar should also react on WM_LBUTTONDBLCLK. by Dmitry Timoshkov · 21 years ago
  15. 28d9aaf Add some TRACEing to the edit control. by Lionel Ulmer · 21 years ago
  16. 7465011 Fixed typo in previous change. by Alexandre Julliard · 21 years ago
  17. effbadc TranslateAccelerator should only ignore commands when mouse capture is by Huw Davies · 21 years ago
  18. 66c1acc Invalidate the focused item when scrolling horizontally so that it by Huw Davies · 21 years ago
  19. 22508e5 FindFirstFile can return an empty short name if the long name is a by Alexandre Julliard · 21 years ago
  20. 00d0d7f Add cast to correctly interpret signed coordinate values. by Ulrich Czekalla · 21 years ago
  21. 30dc429 We need to set the new text even if the old text string was NULL. by Huw Davies · 21 years ago
  22. 0a25dd4 Move implementation of SysParametersInfo from Ascii to Unicode. by Justin Chevrier · 21 years ago
  23. 14743a0 SetMenu should always call SetWindowPos whether the window is visible by Huw Davies · 21 years ago
  24. a2e2e18 Avoid a few more GetModuleHandle calls. by Alexandre Julliard · 21 years ago
  25. 545ecf2 Set upper-left corner of destination to (0, 0), using by Ge van Geldorp · 21 years ago
  26. c273407 Fixed TrackPopupMenu return value (based on a patch by Andreas Rosenberg). by Alexandre Julliard · 21 years ago
  27. 6b6ed72 Add missing '\n's to debug traces. by Francois Gouget · 21 years ago
  28. c91d9f0 In Windows, the leading byte for multibyte characters are set to upper by Yoshiro Takeno · 21 years ago
  29. b062210 System classes must not have the CS_GLOBALCLASS style. by Alexandre Julliard · 21 years ago
  30. d105fe2 Only honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP,BOX} is set. by Huw Davies · 21 years ago
  31. e819535 Invalidate items on set selection. by Aric Stewart · 21 years ago
  32. 3f13724 Authors: Aric Stewart <aric@codeweavers.com>, Huw Davies <huw@codeweavers.com> by Alexandre Julliard · 21 years ago
  33. 86e4079 Make Alt+[national key] menu shortcuts work. by Dmitry Timoshkov · 21 years ago
  34. b7976c0 Fixed declarations of BroadcastSystemMessage and TranslateAccelerator by Alexandre Julliard · 21 years ago
  35. f2963ae Make national (hot)keys work in menus. Make menu code use unicode APIs. by Dmitry Timoshkov · 21 years ago
  36. 1351566 Fixed CB_DIR16 handling. by Carlos Lozano · 21 years ago
  37. 75101ad Add support for CBS_{LOWER|UPPER}CASE. by Huw Davies · 21 years ago
  38. 4c7b65d We need to invalidate the replaced text region before calling by Huw Davies · 21 years ago
  39. f11b022 Ownerdraw buttons should erase themselves in WM_ERASEBKGND. by Huw Davies · 21 years ago
  40. f962a79 Always repaint scroll bar if requested. by Dmitry Timoshkov · 21 years ago
  41. 137f41d WM_LBUTTONDOWN calls SetFocus under Windows. Remove the SetFocus in by Huw Davies · 21 years ago
  42. 0de8b21 A WM_CREATE message sent to an Edit window procedure should by Rein Klazes · 21 years ago
  43. de12a97 Another portion of HeapReAlloc fixes. by Oleg Prokhorov · 21 years ago
  44. 1084a8b Moved out of windef.h a few definitions that don't belong there by Alexandre Julliard · 22 years ago
  45. 9d61596 SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara). by Alexandre Julliard · 22 years ago
  46. cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
  47. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  48. ed31f0c Send STN_CLICKED ad STN_DBLCLK messages to parent window if SS_NOTIFY by Igor Grahek · 22 years ago
  49. 864ca06 winnls.h must not include winbase.h. by Alexandre Julliard · 22 years ago
  50. 03ca764 WM_PAINT(wParam) might be a valid HDC. by Dmitry Timoshkov · 22 years ago
  51. 14a5d16 Fixed some common spelling errors. by Francois Gouget · 22 years ago
  52. 61aac4e Fix some typos. by Francois Gouget · 22 years ago
  53. bf9e384 Update listbox directory mode to new FindFirstFile error code. by Mike Hearn · 22 years ago
  54. a762b4c Revert the WM_GETDLGCODE handling patch completely this time. It by Rein Klazes · 22 years ago
  55. eb359e2 Revert the previous patch for capturing keys in an edit-listbox combo. by Rein Klazes · 22 years ago
  56. 11c534f Fix problem with capturing [return] keys in multi-line edits. by Vitaliy Margolen · 22 years ago
  57. 199449d Added handling of WM_IME_CHAR. by Aric Stewart · 22 years ago
  58. 49fef46 Added definition of SS_USERITEM. by Dmitry Timoshkov · 22 years ago
  59. cfd60b2 Don't track the system menu for managed windows. by Alexandre Julliard · 22 years ago
  60. 6e7d78e Add missing ReleaseDC in EDIT_BuildLineDefs_ML. by Christian Costa · 22 years ago
  61. 4eae772 Correctly fill the background of a checkbox button. by Maxime Bellengé · 22 years ago
  62. 6d3ce41 Take font metrics into account for EC_USEFONTINFO margins. by Achim Kaiser · 22 years ago
  63. 7ba2a37 - Fix some indentation problems. by Maxime Bellengé · 22 years ago
  64. 4ba690e EM_REPLACESTR was not respecting buffer_limit. by Brad Campbell · 22 years ago
  65. b650372 Don't bother sending WM_NCCREATE to the desktop window, this doesn't by Alexandre Julliard · 22 years ago
  66. 26b2e89 Compare the two items in LISTBOX_FindStringPos() in the same order as by Rein Klazes · 22 years ago
  67. 98bcdf9 Revert broken change to the scrollbar position adjustment code. by Alexandre Julliard · 22 years ago
  68. 2e24a14 Replace DPRINTF with TRACE. by Tony Lambregts · 22 years ago
  69. 7b56b79 Move keyboard event processing from WndProc code into the existing by Andrew Johnston · 22 years ago
  70. 6199e60 Allow modifying a menu string to be NULL. by Adam Gundy · 22 years ago
  71. 7277d20 - GetScrollRange zeros the return parameters for no infoPtr by Andrew Johnston · 22 years ago
  72. 6dc4cb4 Janitorial. Get rid of W->A call. by Tony Lambregts · 22 years ago
  73. 7e92c9a Replaced most uses of the auto-generated glue code by explicit calls by Alexandre Julliard · 22 years ago
  74. 6356a44 Authors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietrich Teickner <Dietrich_Teickner@t-online.de> by Alexandre Julliard · 22 years ago
  75. 27fba89 Removed flag checks in SetMenuItemInfoA, NT doesn't do this. by Alexandre Julliard · 22 years ago
  76. ac8e752 Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARATOR are by Mike Hearn · 22 years ago
  77. bf9390e Handle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical by Alberto Massari · 22 years ago
  78. 9caa6ba Move internal implementation into the exported function DrawMenuBarTemp. by Robert Shearman · 22 years ago
  79. 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
  80. a3b5780 Need to initialize tracking value on mousedown. by Duane Clark · 22 years ago
  81. 3d60c63 Set the ODS_DISABLED bit when the item is grayed. by Alberto Massari · 22 years ago
  82. 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
  83. d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
  84. bcca0cb Add support for painting SBS_SIZEBOX style properly. by Robert Shearman · 22 years ago
  85. 101c430 Fixed use of HBMMENU_* in switch statements. by Alexandre Julliard · 22 years ago
  86. aff7dda Made user compile with -DSTRICT. by Alexandre Julliard · 22 years ago
  87. a8a422f Fixed more -DSTRICT issues. by Alexandre Julliard · 22 years ago
  88. 7ef66af Moved some more 16-bit functions to user16.c. A few fixes for -DSTRICT. by Alexandre Julliard · 22 years ago
  89. 23b88ef Ignore buffer limit on WM_SETTEXT. by Carl Sopchak · 22 years ago
  90. bec403f Fixed a bug with combo boxes where only 1 items was being displayed. by Aric Stewart · 22 years ago
  91. 3659582 Remove ERR() if menu entry isn't of type MF_STRING as some by Chris Morgan · 22 years ago
  92. cf2e57d Split out some more 16-bit code. by Alexandre Julliard · 22 years ago
  93. 601a3ab Fix some types and function prototypes according to Platform SDK definitions. by Dmitry Timoshkov · 22 years ago
  94. ec5612e Some more fixes for compiling the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  95. c72255c Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
  96. 95591a6 Some fixes for the compilation of the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  97. 61d9256 Silence some warnings due to casts between pointer and integers of by Michael Stefaniuc · 22 years ago
  98. 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
  99. a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
  100. bc54d78 - change the internal functions in windows/cursoricon.c to use 32bit by Michael Stefaniuc · 22 years ago