Revert "comctl32: Fix selection of tab via mouse."
[wine] / dlls / comctl32 / listview.c
2010-05-26  Nikolay Sivovcomctl32/listview: Perform ranges validation only when...
2010-05-24  Nikolay Sivovcomctl32/listview: Fix vertical position offset for...
2010-05-21  Nikolay Sivovcomctl32/listview: Don't forward WM_COMMAND to parent...
2010-05-18  Andrew Eikumcomctl32/listview: Derive subitem rect from listview...
2010-05-13  Gerald Pfeifercomctl32: Remove document of (already removed) infoPtr...
2010-05-12  Gerald Pfeifercomctl32: Remove unused variable infoPtr from TVIEW_Sty...
2010-05-11  Gerald Pfeifercomctl32: Remove unused parameter bEnable from LISTVIEW...
2010-05-11  Gerald Pfeifercomctl32: Remove unused parameter fwKeys from LISTVIEW_...
2010-04-27  Nikolay Sivovcomctl32/listview: Rework item selection with letter...
2010-04-26  Nikolay Sivovcomctl32/listview: Don't change Z-order of edit window...
2010-04-25  Nikolay Sivovcomctl32/listview: Remove forward declaration and unuse...
2010-04-22  Nikolay Sivovcomctl32/listview: Add callback subitem on column inser...
2010-04-21  Nikolay Sivovcomctl32/listview: Properly handle subitem hittesting...
2010-04-20  Gerald Pfeifercomctl32: Remove unused scrollInfo from LISTVIEW_MouseW...
2010-04-20  Nikolay Sivovcomctl32/listview: Exit early on LVM_CREATEDRAGIMAGE...
2010-03-26  Mikhail Maroukhinecomctl32: Fix compiler warnings with flag -Wcast-qual.
2010-03-15  Jeff Latimercomctl32: cchTextMax needs to be set for LVS_OWNERDATA...
2010-03-03  Dylan Smithcomctl32/listview: Scrolling affects subitem rect.
2010-02-18  Dmitry Timoshkovcomctl32: Listview should accept both unicode and ansi...
2010-02-08  Nikolay Sivovcomctl32/listview: Revert item width calculation to...
2010-01-14  Jason Edmeadescomctl32/listview: Issue LVM_DELETEALLITEMS from WM_DES...
2010-01-07  Marcin Baczyńskicomctl32: Remove superfluous void* cast.
2010-01-07  Nikolay Sivovcomctl32/listview: Fix memory leak on subrange deletion.
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-12-09  Nikolay Sivovcomctl32/listview: Update item width every time new...
2009-11-30  Nikolay Sivovcomctl32/listview: New hover value should be passed...
2009-11-30  Nikolay Sivovcomctl32/listview: Add NM_HOVER notification.
2009-11-30  Nikolay Sivovcomctl32/listview: Make mouse hover work.
2009-11-30  Nikolay Sivovcomctl32/listview: Draw LVIS_CUT items with white foreg...
2009-11-30  Nikolay Sivovcomctl32/listview: Implement LVS_EX_HEADERINALLVIEWS.
2009-11-30  Nikolay Sivovcomctl32/listview: Get rid of helper used once.
2009-11-30  Nikolay Sivovcomctl32/listview: Further winproc simplification.
2009-11-30  Nikolay Sivovcomctl32/listview: Call default procedure directly...
2009-11-30  Nikolay Sivovcomctl32/listview: Remove parameter check from winproc...
2009-11-30  Nikolay Sivovcomctl32/listview: Collapse some handlers call in winproc.
2009-11-30  Nikolay Sivovcomctl32/listview: Default column width in LVS_LIST...
2009-11-23  Nikolay Sivovcomctl32/listview: Add support for LVFI_SUBSTRING.
2009-11-23  Nikolay Sivovcomctl32/listview: Fix find using partial string logic.
2009-11-23  Nikolay Sivovcomctl32/listview: Add LVSIL_GROUPHEADER definition.
2009-11-23  Nikolay Sivovcomctl32/listview: Group control data members, there...
2009-11-23  Nikolay Sivovcomctl32/listview: Send LVN_ENDLABELEDIT in any case...
2009-11-23  Nikolay Sivovcomctl32/listview: Don't forward WM_COMMAND (EN_KILLFOC...
2009-11-23  Nikolay Sivovcomctl32/listview: Do nothing on LVM_CANCELEDITLABEL...
2009-11-19  Nikolay Sivovcomctl32/listview: Compare item text on insert dependin...
2009-11-04  Owen Rudgecomctl32: Add support for scrolling during marquee...
2009-11-04  Owen Rudgecomctl32: Cancel marquee selection if we lose focus...
2009-11-04  Owen Rudgecomctl32: Move marquee logic into separate function.
2009-11-04  Owen Rudgecomctl32: Add absolute version of iterator_frameditems.
2009-10-22  Nikolay Sivovcomctl32: Fix imagelist leak when switching LVS_EX_CHEC...
2009-10-22  Nikolay Sivovcomctl32/listview: Free ID array when removing all...
2009-10-22  Nikolay Sivovcomctl32/listview: Free column data on control destruction.
2009-10-22  Nikolay Sivovcomctl32/listview: Don't query header if it isn't created.
2009-10-20  Owen Rudgecomctl32: Ensure listview control has focus when marque...
2009-10-19  Owen Rudgecomctl32: Only execute hit test in MouseMove if necessary.
2009-10-08  Nikolay Sivovcomctl32: Use user32 control names from public header...
2009-10-07  Aric Stewartcomctl32: Implement LISTVIEW_ApproximateViewRect for...
2009-10-06  Owen Rudgecomctl32: Ensure coordinates are valid during listview...
2009-10-05  Owen Rudgecomctl32: Capture the mouse when performing a listview...
2009-10-01  Owen Rudgecomctl32: Implement highlighting (marquee) selection...
2009-09-08  Nikolay Sivovcomctl32/listview: Add partial support for cxMin width...
2009-09-08  Nikolay Sivovcomctl32/listview: Handle LVCFMT_FIXED_WIDTH flag.
2009-09-08  Nikolay Sivovcomctl32/listview: Implement LVS_EX_TRANSPARENTBKGND...
2009-09-01  Nikolay Sivovcomctl32/listview: Call default handler for WM_PAINT...
2009-08-13  Nikolay Sivovcomctl32/listview: Block redrawing entirely after WM_SE...
2009-08-06  Nikolay Sivovcomctl32/listview: Fix comment typo.
2009-08-04  Nikolay Sivovcomctl32/listview: Enable column reordering.
2009-08-04  Nikolay Sivovcomctl32/listview: Fix visibility computation in detail...
2009-08-04  Nikolay Sivovcomctl32/listview: Introduce a way to update cached...
2009-08-04  Nikolay Sivovcomctl32/listview: Respect column order while scrolling...
2009-08-03  Nikolay Sivovcomctl32/listview: Offset every but LVIR_BOUNDS rectang...
2009-08-03  Nikolay Sivovcomctl32/listview: Don't offset to column bound calcula...
2009-07-24  Nikolay Sivovcomctl32/listview: Don't alter selection mark in LVM_SE...
2009-07-24  Nikolay Sivovcomctl32/listview: Set LVIS_FOCUSED for all items with...
2009-07-24  Nikolay Sivovcomctl32/listview: Handle NULL lParam in LVM_SETITEMSTATE.
2009-07-09  Nikolay Sivovcomctl32/listview: Fix selection and focus rectangles...
2009-07-07  Nikolay Sivovcomctl32/listview: Fix hittest flag calculation for...
2009-07-07  Nikolay Sivovcomctl32/listview: Fix hittesting for "small" positive...
2009-07-02  Nikolay Sivovcomctl32/listview: Fix select rectangle calculation...
2009-07-01  Nikolay Sivovcomctl32/listview: Improve hittesting a bit.
2009-06-24  Nikolay Sivovcomctl32/listview: Initialize string pointers on notifi...
2009-06-24  Francois Gougetcomctl32: Make MapIdSearchCompare() static.
2009-06-23  Nikolay Sivovcomctl32/listview: Invalidate list after WM_MEASUREITEM...
2009-06-23  Nikolay Sivovcomctl32/listview: Notify parent with WM_MEASUREITEM...
2009-06-22  Nikolay Sivovcomctl32/listview: Implement LVM_MAPIDTOINDEX/LVM_MAPIN...
2009-06-22  Nikolay Sivovcomctl32/listview: Implement LVM_ISITEMVISIBLE.
2009-06-22  Nikolay Sivovcomctl32/listview: Implement LVM_CANCELEDITLABEL with...
2009-06-16  Nikolay Sivovcomctl32/listview: Convert forwarded header notificatio...
2009-06-16  Nikolay Sivovcomctl32/listview: Forward HDN_DIVIDERDBLCLICK to parent.
2009-06-16  Nikolay Sivovcomctl32/listview: Block header items drag if LVS_EX_HE...
2009-06-15  Nikolay Sivovcomctl32/listview: Setting item text to callback stub...
2009-06-15  Nikolay Sivovcomctl32/listview: Get rid of Header_* macros.
2009-06-15  Nikolay Sivovcomctl32/listview: Don't offset subitems on painting.
2009-06-15  Nikolay Sivovcomctl32/listview: Fix some hittest problems on LVS_EX_...
2009-06-15  Nikolay Sivovcomctl32/listview: Don't offset item box to item positi...
2009-06-11  Nikolay Sivovcomctl32/listview: Don't use special value (1) for...
2009-06-11  Nikolay Sivovcomctl32/listview: Make item width calculation not...
2009-06-10  Nikolay Sivovcomctl32/listview: Implement callback functionality...
2009-06-09  Nikolay Sivovcomctl32/listview: Remove outdated todo entries.
2009-06-08  Nikolay Sivovcomctl32/listview: Revert column scrolling recent chang...
2009-06-08  Nikolay Sivovcomctl32/listview: Use LV_VIEW_* constants instead...
next