1. 26b2e89 Compare the two items in LISTBOX_FindStringPos() in the same order as by Rein Klazes · 22 years ago
  2. 98bcdf9 Revert broken change to the scrollbar position adjustment code. by Alexandre Julliard · 22 years ago
  3. 2e24a14 Replace DPRINTF with TRACE. by Tony Lambregts · 22 years ago
  4. 7b56b79 Move keyboard event processing from WndProc code into the existing by Andrew Johnston · 22 years ago
  5. 6199e60 Allow modifying a menu string to be NULL. by Adam Gundy · 22 years ago
  6. 7277d20 - GetScrollRange zeros the return parameters for no infoPtr by Andrew Johnston · 22 years ago
  7. 6dc4cb4 Janitorial. Get rid of W->A call. by Tony Lambregts · 22 years ago
  8. 7e92c9a Replaced most uses of the auto-generated glue code by explicit calls by Alexandre Julliard · 22 years ago
  9. 6356a44 Authors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietrich Teickner <Dietrich_Teickner@t-online.de> by Alexandre Julliard · 22 years ago
  10. 27fba89 Removed flag checks in SetMenuItemInfoA, NT doesn't do this. by Alexandre Julliard · 22 years ago
  11. ac8e752 Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARATOR are by Mike Hearn · 22 years ago
  12. bf9390e Handle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical by Alberto Massari · 22 years ago
  13. 9caa6ba Move internal implementation into the exported function DrawMenuBarTemp. by Robert Shearman · 22 years ago
  14. 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
  15. a3b5780 Need to initialize tracking value on mousedown. by Duane Clark · 22 years ago
  16. 3d60c63 Set the ODS_DISABLED bit when the item is grayed. by Alberto Massari · 22 years ago
  17. 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
  18. d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
  19. bcca0cb Add support for painting SBS_SIZEBOX style properly. by Robert Shearman · 22 years ago
  20. 101c430 Fixed use of HBMMENU_* in switch statements. by Alexandre Julliard · 22 years ago
  21. aff7dda Made user compile with -DSTRICT. by Alexandre Julliard · 22 years ago
  22. a8a422f Fixed more -DSTRICT issues. by Alexandre Julliard · 22 years ago
  23. 7ef66af Moved some more 16-bit functions to user16.c. A few fixes for -DSTRICT. by Alexandre Julliard · 22 years ago
  24. 23b88ef Ignore buffer limit on WM_SETTEXT. by Carl Sopchak · 22 years ago
  25. bec403f Fixed a bug with combo boxes where only 1 items was being displayed. by Aric Stewart · 22 years ago
  26. 3659582 Remove ERR() if menu entry isn't of type MF_STRING as some by Chris Morgan · 22 years ago
  27. cf2e57d Split out some more 16-bit code. by Alexandre Julliard · 22 years ago
  28. 601a3ab Fix some types and function prototypes according to Platform SDK definitions. by Dmitry Timoshkov · 22 years ago
  29. ec5612e Some more fixes for compiling the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  30. c72255c Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
  31. 95591a6 Some fixes for the compilation of the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  32. 61d9256 Silence some warnings due to casts between pointer and integers of by Michael Stefaniuc · 22 years ago
  33. 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
  34. a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
  35. bc54d78 - change the internal functions in windows/cursoricon.c to use 32bit by Michael Stefaniuc · 22 years ago
  36. c15b0a2 Provide a stub for GetComboBoxInfo. by Steve Lustbader · 22 years ago
  37. 3fcf37a Make info structure members lower case as elsewhere. by Andrew M. Johnston · 22 years ago
  38. a4273ca - Stop passing hwnd around when we're passing EDITSTATE. by Dimitrie O. Paun · 23 years ago
  39. 472d016 Correct SIZE_T size according to MS SDK. by Dmitry Timoshkov · 23 years ago
  40. 034cacb Remove clearing of the window menu id for now. This will need more work. by Alexandre Julliard · 23 years ago
  41. bba4bb1 Remove references to PCVOID and LPUINT. by Francois Gouget · 23 years ago
  42. 8fce1a4 - Implement DFCS_TRANSPARENT. by Dimitrie O. Paun · 23 years ago
  43. 2247af3 - Rename WIN_Handle16 to HWDN_16 and make it a macro. by Michael Stefaniuc · 23 years ago
  44. 8578f01 Make sure we clear the owning window's hMenu in DestroyMenu(). by Andreas Mohr · 23 years ago
  45. acb308a If we have no dropdown height give ourselves a minimum height of 5 by Aric Stewart · 23 years ago
  46. 0393d43 Fixed WM_GETTEXT handling to avoid strncpy and return correct lengths. by Alexandre Julliard · 23 years ago
  47. 4a75c5c Convert HACCEL to a void*. by Michael Stefaniuc · 23 years ago
  48. 5b809fd Move caret when selecting a text area with the mouse. by Zoltan Nagy · 23 years ago
  49. 2e0d8cf Don't set EN_CHANGE at creation time. by Aric Stewart · 23 years ago
  50. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  51. d376e64 Erase background when invalidating the selected text. by Alexandre Julliard · 23 years ago
  52. 08e6939 Support large edit buffers for richedit control. by Aric Stewart · 23 years ago
  53. 331bf3d Avoid trouble in WM_GETTEXT if specified length is larger than the by Alexandre Julliard · 23 years ago
  54. ff42c01 On mouse down in thumb, issue SB_THUMBTRACK with current position. by Duane Clark · 23 years ago
  55. 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
  56. e833248 Return empty string on error in WM_GETTEXT. by Carl Sopchak · 23 years ago
  57. 72d8270 CBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error, not 0. by Uwe Bonnes · 23 years ago
  58. ebed1b8 ComboLBWndProc: fall through to ListBoxWndProc if the listbox is not a by Alexandre Julliard · 23 years ago
  59. e35580f Fixed some various comparisons wrt signedness. by Vincent Béron · 23 years ago
  60. 741325b Make sure edit and listbox controls are of same ASCII/Unicode style as by Alexandre Julliard · 23 years ago
  61. 957f1f9 Only allow tabs in popup menus, and make sure to never display them. by Andreas Mohr · 23 years ago
  62. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  63. a081e23 Clear an old button text in WM_SETTEXT as Windows does. by Dmitry Timoshkov · 23 years ago
  64. 4344c36 Got rid of GetSysColorPen. by Alexandre Julliard · 23 years ago
  65. 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
  66. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  67. 0026d78 Disabled catching of mouse move events when not over menu. by Rizsanyi Zsolt · 23 years ago
  68. ce2024c - Recognize "\n" as an alternative soft line break in function by Chuck Crayne · 23 years ago
  69. 83d6efb Sending EN_UPDATE notification in the EDIT_WM_SetText - the comment by Rizsanyi Zsolt · 23 years ago
  70. aba60df Always erase background. by Dmitry Timoshkov · 23 years ago
  71. 51cf0e3 Added CS_PARENTDC style. by Dmitry Timoshkov · 23 years ago
  72. 5076dba Convert NULL menu items to separators. by Dmitry Timoshkov · 23 years ago
  73. 6815f3a MenuItemFromPoint: rough implementation. by Uwe Bonnes · 23 years ago
  74. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  75. ed79297 Fixed WM_SETFONT handling (no redraw made in some cases). by Eric Pouech · 23 years ago
  76. 76198ce Fixed the scrollbar position overflows using MulDiv. by Phillip Ezolt · 23 years ago
  77. c72a9aa CodeWeavers Minor fixes. by Alexandre Julliard · 23 years ago
  78. bde5cf0 Paint control immediately on WM_SETTEXT. by Guy Albertelli · 23 years ago
  79. 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
  80. 0e4cf6c Don't change button state on WM_MOUSEMOVE messages unless left mouse by Rein Klazes · 23 years ago
  81. 93ece68 In CBPaintText use the text size as returned by LB_GETTEXT. The size by Rein Klazes · 23 years ago
  82. 7ccd27a Check, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN. by Sander van Leeuwen · 23 years ago
  83. cc2d382 Use DrawFrameControl instead of bitmaps in certain cases. by Alexandre Julliard · 23 years ago
  84. 6924967 Fixed, added or implemented stubs: by Andreas Mohr · 23 years ago
  85. b153725 For a radio button even if the initial style includes WS_TABSTOP the by Bill Medland · 23 years ago
  86. 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
  87. 07216db EDIT_EM_LineLength called from within EDIT_EM_LineLength needs by Andreas Mohr · 23 years ago
  88. 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
  89. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  90. ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
  91. fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
  92. b662e11 Moved scrollbar tracking code to scroll.c. by Alexandre Julliard · 23 years ago
  93. 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
  94. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  95. b85a6e8 Defer edit style correction until EDITSTATE is fully initialized. by Dmitry Timoshkov · 23 years ago
  96. 943e761 - Implement message loop on the client side of the scroll control. by Guy Albertelli · 24 years ago
  97. d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
  98. 49c7aff When you hold the left mouse button inside the scrollbar, then move by Bobby Bingham · 24 years ago
  99. f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
  100. db9b549 Enhance SPY_GetMsgName to translate common control messages. by Guy L. Albertelli · 24 years ago