1. 4c5de64 comctl32: header: Test and improve the custom draw and owner draw code. by Mikołaj Zalewski · 18 years ago
  2. b182950 comctl32: header: Make all repaints pass through HEADER_Refresh. by Mikołaj Zalewski · 18 years ago
  3. b793472 comctl32: rebar: bUnicode and NtfUnicode should be the same. by Mikołaj Zalewski · 18 years ago
  4. 76b1620 comctl32: toolbar: Test and improve TB_SETHOTITEM. by Mikołaj Zalewski · 18 years ago
  5. 010f31f comctl32: toolbar: Use nHotItem not nOldHit for the hot item in MouseLeave. by Mikołaj Zalewski · 18 years ago
  6. d929cec comctl32: toolbar: Don't try to redraw buttons outside of the clipping rect. by Mikołaj Zalewski · 18 years ago
  7. 992310e comctl32: toolbar: Change the dwData from DWORD to DWORD_PTR. by Mikołaj Zalewski · 18 years ago
  8. 1c16d83 comctl32: Win64 printf format warning fixes. by Michael Ploujnikov · 18 years ago
  9. a348e09 comctl32/tests: Win64 printf format warning fixes. by Michael Ploujnikov · 18 years ago
  10. e998f9a comctl32: toolbar: Store dwBaseCustDraw and dwItemCDFlag in local variables. by Mikołaj Zalewski · 18 years ago
  11. 79433e1 comctl32: toolbar: Merge TOOLBAR_InsertButtonA and TOOLBAR_InsertButtonW. by Mikołaj Zalewski · 18 years ago
  12. c95aa82 comctl32: toolbar: Passing a string pointer in TB_INSERTBUTTON shouldn't change the strings table (with test case). by Mikołaj Zalewski · 18 years ago
  13. 4cf682b comctl32: toolbar: Remove dwItemCustDraw from TOOLBAR_INFO and store it as a local variable. by Mikołaj Zalewski · 18 years ago
  14. e0e2d74 comctl32: toolbar: Don't send NM_CUSTOMDRAW for separators. by Mikołaj Zalewski · 18 years ago
  15. 8304d06 comctl32: header: Call DefWindowProcW not DefWindowProcA. by Mikołaj Zalewski · 18 years ago
  16. 3f89a71 comctl32: header: Invalidate the control after a WM_SETREDRAW with wParam == TRUE. by Mikołaj Zalewski · 18 years ago
  17. 056d004 comctl32: listview: Don't call ScrollColumn with an out of bounds index when resizing the last column. by Mikołaj Zalewski · 18 years ago
  18. cd073a6 comctl32: Make internal functions static. by James Hawkins · 18 years ago
  19. 2419561 comctl32: toolbar: Fix the TB_ADDSTRING from resources for a NUL delimiter. by Mikołaj Zalewski · 18 years ago
  20. 869c3bb comctl32: toolbar: Merge AddButtonsA and AddButtonsW into AddButtonsT. by Mikołaj Zalewski · 18 years ago
  21. 81050cc comctl32: toolbar: Create the tooltip control during WM_MOUSEMOVE so that the NM_TOOLTIPSCREATE is not sent too early. by Mikołaj Zalewski · 18 years ago
  22. 7b899ea comctl32: toolbar: Move add/remove/setrect tooltip code to separate functions. by Mikołaj Zalewski · 18 years ago
  23. 1207e84 comctl32: Return the correct value for CB_GETLBTEXTLEN. by Mike McCormack · 19 years ago
  24. 385a8da Don't use utf-8 in rc files. by Hans Leidekker · 19 years ago
  25. 82babbe Add missing '\n's to Wine traces. by Francois Gouget · 19 years ago
  26. 3d2b37c comctl32: Set the TVIF_TEXT mask when notifying the parent window of a selection change. by James Hawkins · 19 years ago
  27. 20eb2f9 comctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it by Francois Gouget · 19 years ago
  28. 68e84a7 Add missing '\n's to ok() calls. by Francois Gouget · 19 years ago
  29. 222c167 Assorted spelling fixes. by Francois Gouget · 19 years ago
  30. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  31. c7d0342 comctl32: toolbar: Small fix in TOOLBAR_StyleChanged. by Mikołaj Zalewski · 19 years ago
  32. 764c5b3 comctl32: toolbar: Set correcly hwndTrack in TrackMouseEvent call. by Mikołaj Zalewski · 19 years ago
  33. 5db5744 comctl32: toolbar: Test and fix TB_ADDSTRING from resource. by Mikołaj Zalewski · 19 years ago
  34. 100e394 comctl32: Update Polish translation. by Mikołaj Zalewski · 19 years ago
  35. 8cbca5d comctl32: toolbar: If wParam in TB_ADDBUTTON is large, enlarge the by Mikołaj Zalewski · 19 years ago
  36. c77890d comctl32: toolbar: Resize the imagelist icons after a TB_SETBITMAPSIZE. by Mikołaj Zalewski · 19 years ago
  37. 2fa4567 comctl32: toolbar: Fix the return code of TB_ADDBITMAP. by Mikołaj Zalewski · 19 years ago
  38. 12d3235 comctl32: toolbar: Simplify the TOOLBAR_AddButton. by Mikołaj Zalewski · 19 years ago
  39. 9e39009 comctl32: toolbar: Fix IDB_STD_VIEW_* icons count (with testcase). by Mikołaj Zalewski · 19 years ago
  40. d457b37 comctl32: toolbar: Use correctly wParam in TB_ADDBITMAP. by Mikołaj Zalewski · 19 years ago
  41. 89f537d comctl32: imagelist: SetImageCount can be used to decrease image count (with testcase). by Mikołaj Zalewski · 19 years ago
  42. 80664de comctl32: toolbar: Add some tests for TB_ADDBITMAP. by Mikołaj Zalewski · 19 years ago
  43. 5facde4 comctl32: toolbar: Don't leak the intoPtr->bitmaps during resizing and destruction. by Mikołaj Zalewski · 19 years ago
  44. 5564266 comctl32: header: Update the header comment. by Mikołaj Zalewski · 19 years ago
  45. e4f3689 comctl32: header: Remove the nOldWidth. by Mikołaj Zalewski · 19 years ago
  46. bd7f932 comctl32: header: Send new values in notifies during resize and drag-drop instead of the old ones. by Mikołaj Zalewski · 19 years ago
  47. f85ceb1 comctl32: header: Merge the simple delete and complex delete. by Mikołaj Zalewski · 19 years ago
  48. d98b9a4 comctl32: header: Simplify the insert/delete code by using ReAlloc. by Mikołaj Zalewski · 19 years ago
  49. 8ab78e1 comctl32: header: Test the header order-management code and fix some bugs. by Mikołaj Zalewski · 19 years ago
  50. 9de2c50 comctl32: listview: Don't edit labels after the first click of a double click. by Mikołaj Zalewski · 19 years ago
  51. 88b0e04 comctl32: listview: Don't edit labels on click if the view was not focused. by Mikołaj Zalewski · 19 years ago
  52. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  53. cc90540 comctl32: Cast-qual warnings fix. by Andrew Talbot · 19 years ago
  54. 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
  55. a7ca25a comctl32: Remove unneccessary default debug channels. by Marcus Meissner · 19 years ago
  56. 998e256 Fix some -Wstrict-prototype warnings () -> (void). by Stefan Huehner · 19 years ago
  57. 21b94d4 comctl32: Correctly map toolbar bitmap mask color in case of non-default color scheme. by Oleg Krylov · 19 years ago
  58. 496d634 comctl32: Fix ImageList_Replace function to correctly apply image mask. by Oleg Krylov · 19 years ago
  59. 3e68a1f comctl32: toolbar: Use HOT imagelist for buttons in CHECKED state. by Oleg Krylov · 19 years ago
  60. 650c9c4 comctl32: Limit the width of the watermark to 164 pixels. by Huw Davies · 19 years ago
  61. 608ddd4 comctl32: Limit the size of the header bitmap to 49x49. by Huw Davies · 19 years ago
  62. d1be762 comctl32: Invalidate the header area so that updated titles will be drawn. by Huw Davies · 19 years ago
  63. 12c0da6 comctl32: Wordwrap the sub title. by Huw Davies · 19 years ago
  64. 64ddc97 comctl32: The titles are already converted to unicode so always use DrawTextW to write them. by Huw Davies · 19 years ago
  65. 1a40c4c comctl32/tests: Write-strings warnings fix. by Andrew Talbot · 19 years ago
  66. 8d1e492 comctl32/tests: Write-strings warnings fix. by Andrew Talbot · 19 years ago
  67. c872bd5 comctl32: Updated Korean resource. by Hwang YunSong(황윤성) · 19 years ago
  68. f01ae8a comctl32: All items should be marked as unchecked when LVS_EX_CHECKBOXES is initially set. by Huw Davies · 19 years ago
  69. 412aa2a comctl32: Use struct member after check for NULL (Coverity). by Paul Vriens · 19 years ago
  70. 7ce1bb8 comctl32: Use wsprintf instead of strcat building the properties by Mikołaj Zalewski · 19 years ago
  71. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  72. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  73. 0fa8baa make_dlls: Recursively ignore .ok files in all tests directories. by Alexandre Julliard · 19 years ago
  74. edd100b make_dlls: Recursively ignore testlist.c in all tests directories. by Alexandre Julliard · 19 years ago
  75. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  76. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  77. 00e7793 janitorial: Put "inline static" at the beginning of a declaration. by Michael Stefaniuc · 19 years ago
  78. 2248217 comctl32: listview: Recompute header size after an insertion of a column. by Mikołaj Zalewski · 19 years ago
  79. b93f547 comctl32/tests: Write-strings warnings fix. by Andrew Talbot · 19 years ago
  80. 11ae0f6 Assorted spelling fixes. by Francois Gouget · 19 years ago
  81. 13115d8 comctl32: Add a short test for the listview. by Mike McCormack · 19 years ago
  82. f86270a comctl32: Arrange the listview after deleting all items so we will place icons at the top again. by Mike McCormack · 19 years ago
  83. 52c204b comctl32: Use the listview's background colour when drawing with imagelist. by Mike McCormack · 19 years ago
  84. 03e2b33 comctl32: Don't use sizeof in traces to avoid printf format warnings. by Alexandre Julliard · 19 years ago
  85. 217dae6 comctl32: Return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler. by Dmitry Timoshkov · 19 years ago
  86. b4d5dd5 comctl32: Remove WM_SYSCOMMAND handler from PROPSHEET_DialogProc. by Dmitry Timoshkov · 19 years ago
  87. ddf0049 comctl32/header: Check Null before accessing struct member. by Paul Vriens · 19 years ago
  88. baea649 comctl32: header: Update the rects in HEADER_Refresh if needed. by Mikołaj Zalewski · 19 years ago
  89. 1d40bf0 comctl32: propsheet: Fixed buffer sizes for LoadStringW. by Alexandre Julliard · 19 years ago
  90. 414128e comctl32: header: Ignore out-of-range iOrder in SetItemT. by Mikołaj Zalewski · 19 years ago
  91. 5ca5c84 comctl32/tests: Write-strings warnings fix. by Andrew Talbot · 19 years ago
  92. b836d1f comctl32/tests: Write-strings warning fix. by Andrew Talbot · 19 years ago
  93. ac30d46 comctl32: Dialog procedures should be called with CallWindowProc. by Alexandre Julliard · 19 years ago
  94. ee430bf comctl32: header: Put the new item in place of the hot divider instead of swapping. by Mikołaj Zalewski · 19 years ago
  95. 7ab4111 comctl32: header: Draw the drag image and hot dividers while dragging an item. by Mikołaj Zalewski · 19 years ago
  96. 89b62b4 comctl32: header: Fix an order-related bug in HEADER_InternalHitTest. by Mikołaj Zalewski · 19 years ago
  97. 7e461db comctl32: header: Implement HDM_SETHOTDIVIDER. by Mikołaj Zalewski · 19 years ago
  98. 4301543 comctl32: header: Implement HDM_CREATEDRAGIMAGE. by Mikołaj Zalewski · 19 years ago
  99. bfe030d comctl32: listview: Apply the HDS_DRAGDROP header style if needed. by Mikołaj Zalewski · 19 years ago
  100. ce7e2e1 Uniformization of French main menu accelerators. by Jonathan Ernst · 19 years ago