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