1. 4a49c8f Fix depressed state with flat toolbars so pressing the buttons draws by Chris Morgan · 24 years ago
  2. 3bd7f58 On InsertItem with TVI_FIRST, the check for resetting firstVisible by Susan Farley · 24 years ago
  3. f82e493 Rewrite to support rows of bands. by Guy L. Albertelli · 24 years ago
  4. 7a9a2aa Simple NULL check. by Serge Ivanov · 24 years ago
  5. 163830c - Background should not be drawn if the background color is CLR_NONE. by Stephane Lussier · 24 years ago
  6. e127a28 Corrected some segvs that occur with ownerdata listviews. by Aric Stewart · 24 years ago
  7. 8aa79fb Moved DLLVERSIONINFO to shlwapi.h. by Francois Gouget · 25 years ago
  8. 88ebde8 Modified the bitmap centering algorithm to take the button's border by Francois Gouget · 25 years ago
  9. ced43b9 Call ReleaseCapture (which triggers WM_CAPTURECHANGED) after the by Susan Farley · 25 years ago
  10. 86f4531 Added a few missing imports. by Alexandre Julliard · 25 years ago
  11. 0fc9d15 Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button by Susan Farley · 25 years ago
  12. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  13. 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
  14. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  15. 1b490b4 Fixed format strings. by Gerald Pfeifer · 25 years ago
  16. 0ce209c Added set WS_CHILD and CCS_TOP to the toolbar's style. by Francois Gouget · 25 years ago
  17. 17acdf2 The size of the comctl32 internal bitmaps is 24x24 not 26x26. Fixed minor typos. by Francois Gouget · 25 years ago
  18. fca20f6 Paint background before drawing item and subitems. Paint any area of by Chris Morgan · 25 years ago
  19. dc2ffbe Correct some situations with listview selections. Specifically fixed by Aric Stewart · 25 years ago
  20. b409cf6 Added support for FLATBUTTON style tabs. by Susan Farley · 25 years ago
  21. 3c72f96 Fixed button image to be offset to the center of the button horizontally, by Chris Morgan · 25 years ago
  22. a459193 Changed RedrawWindow()'s to InvalidateRect()'s. RedrawWindow() was by Chris Morgan · 25 years ago
  23. 36c8db8 Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge. Optimize by Chris Morgan · 25 years ago
  24. 565b008 - Added some missing WINELIB_NAME_AW definitions, types and messages by Peter Hunnisett · 25 years ago
  25. c5e86a2 Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview by Stephane Lussier · 25 years ago
  26. 7b7c32c Change FIXME("Button size set after button in toolbar\n") in by Chris Morgan · 25 years ago
  27. 3872d0a Sorting items in a listview using LVW_SORTITEMS is only sorting the items by Stephane Lussier · 25 years ago
  28. 05aa048 Fixed tab control to use HTTRANSPARENT when mouse hits client area, by Andreas Mohr · 25 years ago
  29. 88968b8 Allow having a transparent background text color for the listview. by Stephane Lussier · 25 years ago
  30. 5f9fd77 Merged main Wine changes into Corel's treeview control rewritten by by Chris Morgan · 25 years ago
  31. 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
  32. 2a6c1e4 Hide the vertical scrollbar when listview style is LVS_LIST. by Chris Morgan · 25 years ago
  33. e89f6c4 Implemented TCM_GETROWCOUNT. by Marcus Meissner · 25 years ago
  34. 27a76c8 - Make sure tooltips are hidden before deleting them. by Francois Jacques · 25 years ago
  35. eef99e0 Implemented both customdraw message sending and handling (based off by Aric Stewart · 25 years ago
  36. 4f2300a Fixed a bug (incorrect size in memmove) that I introduced with an by Mike McCormack · 25 years ago
  37. f97b543 Rewrote quicksort to solve infinite recursions Win98 explorer.exe. by Mike McCormack · 25 years ago
  38. 34ce34e Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame). by Jean-Claude Batista · 25 years ago
  39. 8bdee6f - improved ACS_TRANSPARENT and ACS_CENTER support by Jean-Claude Batista · 25 years ago
  40. 2b5d9c6 Always call LISTVIEW_SetSelection() for an item, even if that item by Andreas Mohr · 25 years ago
  41. d31c1f6 Replaced cCurImage by cMaxImage. by Andreas Mohr · 25 years ago
  42. d511177 "Fixed" horribly misaligned pages in property sheets of apparently by Andreas Mohr · 25 years ago
  43. 217a682 Minor cosmetic changes. by Andreas Mohr · 25 years ago
  44. 53d4089 Large caption icons should end in '...' when they are abbreviated. by Susan Farley · 25 years ago
  45. 5ee28ae For the transparency issue, implemented a switch-case for the bitcount by Francois Methot · 25 years ago
  46. a1c683e Wine was not drawing trackbars with minimum ranges of more than 0 correctly. by Aric Stewart · 25 years ago
  47. 59dae22 Beginning of some simple optimization of the listview by Aric Stewart · 25 years ago
  48. f314e5e Disable the owner of a modal dialog box just before creating the dialog window. by Gerard Patel · 25 years ago
  49. 33b6680 Removed direct calls to TREEVIEW_Refresh(). by Chris Morgan · 25 years ago
  50. 61cb6ca Fixed STATUS_GetTextW in regard to NULL pointers. by Marcus Meissner · 25 years ago
  51. 9f5a8b0 - Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to by Chris Morgan · 25 years ago
  52. c4bf3a6 WM_GETFONT should return a real font handle instead of NULL. by Gerard Patel · 25 years ago
  53. b44af64 Implemented ACS_CENTER for animation controls. by Niclas Karlsson MATE · 25 years ago
  54. 587cc12 Implemented background transparency on animation control for avi by Francois Methot · 25 years ago
  55. 0f9d56f LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item by Niclas Karlsson MATE · 25 years ago
  56. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  57. 7db0384 Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages, by Aric Stewart · 25 years ago
  58. e5fe735 Moved NM_UPDOWN definition to commctrl.h. by Alexandre Julliard · 25 years ago
  59. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  60. 363a75f Fix some remaining problems with tooltips. by Huw D M Davies · 25 years ago
  61. 70c9e09 Removed all non-standard common control headers from the include directory. by Alexandre Julliard · 25 years ago
  62. 773efce Reworked how selections are kept track of in the list view. Selections by Aric Stewart · 25 years ago
  63. 94f7414 When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if by Louis Philippe Gagnon · 25 years ago
  64. e514103 Added imports of kernel32.dll where necessary. by Alexandre Julliard · 25 years ago
  65. 5c66684 Converted all calls to RedrawWindow to InvalidateRect. Previously by Chris Morgan · 25 years ago
  66. 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
  67. b4c7499 Fixed some warnings. by Patrik Stridvall · 25 years ago
  68. 4e095e6 Redo the show/hide logic and add a comment to explain what's going on. by Huw D M Davies · 25 years ago
  69. 559692a - Fixed bug where InitSubItem was doing a ZeroMemory on the item. by Aric Stewart · 25 years ago
  70. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  71. 15d9a60 Serge Ivanov by Alexandre Julliard · 25 years ago
  72. efd7967 Fixed a segfault problem using the standard file open dialog box. by Matthew Lake · 25 years ago
  73. 1da10fd More consistent calculation of line height, scrolls a full item on line up/down. by Susan Farley · 25 years ago
  74. 176cee7 Fixed a few bugs including one with setting extended styles and by Aric Stewart · 25 years ago
  75. f961dab Removed some flicker by detecting if we set the same value again. by Marcus Meissner · 25 years ago
  76. f06555a Implemented SmoothScrollWindow. by Marcus Meissner · 25 years ago
  77. 731e9f5 - removed (now obsolete) driver.h file (it's content is now in mmsystem.h) by Eric Pouech · 25 years ago
  78. d778da2 Prevent the attempt to draw invalid image indexes. by Aric Stewart · 25 years ago
  79. 9024c10 Handle the case where the function SetItem is called to select an item by Aric Stewart · 25 years ago
  80. 17b3412 - Changed the temporary buffer for loading resources from 256 to 512 by David Elliott · 25 years ago
  81. e63a40e Ignore iBitmap width when drawing flat toolbar. by Rob Farnum · 25 years ago
  82. a319a97 Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef by Chris Morgan · 25 years ago
  83. 6647ef4 Fixed TOOLBAR_DrawString() to offset button text if the himl parameter by Chris Morgan · 25 years ago
  84. 19cef6c Allow the size of bitmaps to be changed after toolbar buttons have been added. by Gerard Patel · 25 years ago
  85. 5b0ace1 On Windows property sheet has DWL_USER dword pointing to a structure by Slava Monich · 25 years ago
  86. 1fb3298 Only use the column headers to calculate the width of a by James Hatheway · 25 years ago
  87. 9b6082f Changed the size of property sheet template to be the same as the by Slava Monich · 25 years ago
  88. fd79ce0 DSA_InsertItem returns nIndex, not nItemCount. by Andreas Mohr · 25 years ago
  89. b43639e Fixed background redrawing when control is covered. Fixed a really by Chris Morgan · 25 years ago
  90. 4b4e978 Add workarounds for null strings in TOOLBAR_InsertButtonA and calling by Mike McCormack · 25 years ago
  91. ed56845 Fixed animation loading for RLE encoding. by Eric Pouech · 25 years ago
  92. 5f5fb12 Avoid gratuitously changing the ZORDER. by Dave Hawkes · 25 years ago
  93. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  94. d837d9d Protect against programs creating parts with negative width. by Gerard Patel · 25 years ago
  95. 6e027cb WM_PAINT should be processed only by the TREEVIEW_Paint function, so by Noomen Hamza · 25 years ago
  96. 5ea2247 Use the Unicode string functions from wine/unicode.h instead of the crtdll ones. by Alexandre Julliard · 25 years ago
  97. 3054b76 We were not properly masking the item that was sent with the message by Aric Stewart · 25 years ago
  98. a831f2a Fixed some warnings. by Patrik Stridvall · 25 years ago
  99. 8b5231d Windows must update the right edge (-1) of the last panel upon drawing by Aric Stewart · 25 years ago
  100. 19f83e2 Properly handle InsertItem with an invalid HTREEITEM. Windows handles by Aric Stewart · 25 years ago