wininet: Trace more parameters to HTTP_GetCustomHeaderIndex.
[wine] / dlls / comctl32 / listview.c
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...
2009-06-08  Nikolay Sivovcomctl32/listview: Defaulting to NFR_ANSI on query...
2009-06-08  Nikolay Sivovcomctl32/listview: Position edit box after notification.
2009-06-08  Nikolay Sivovcomctl32/listview: Edit box should be destroyed on...
2009-06-08  Andrew Talbotcomctl32: Constify some variables.
2009-06-05  Nikolay Sivovcomctl32/listview: Improve column scrolling.
2009-06-05  Nikolay Sivovcomctl32/listview: Partially revert commit 43d982fde6b3...
2009-06-04  Nikolay Sivovcomctl32/listview: Improve grid drawing on LVS_EX_GRIDL...
2009-06-04  Nikolay Sivovcomctl32/listview: Improve item visibility calculation...
2009-06-04  Nikolay Sivovcomctl32/listview: Some tests for LVS_SORT[A,DE]SCENDIN...
2009-06-03  Nikolay Sivovcomctl32/listview: Implement LVM_SETVIEW.
2009-06-03  Nikolay Sivovcomctl32/listview: Implement LVM_GETVIEW.
2009-06-03  Nikolay Sivovcomctl32/listview: Handle EN_KILLFOCUS in WM_COMMAND...
2009-06-02  Nikolay Sivovcomctl32/listview: Block LVM_EDITLABEL when control...
2009-06-01  Nikolay Sivovcomctl32/listview: Fix item bounds calculation for...
2009-06-01  Nikolay Sivovcomctl32/listview: Item horizontal position isn't appli...
2009-05-29  Nikolay Sivovcomctl32/listview: Don't offset subitem rectangles...
2009-05-29  Nikolay Sivovcomctl32/listview: Fix regression on LVIR_BOUNDS reques...
2009-05-29  Nikolay Sivovcomctl32/listview: Use NMITEMACTIVATE instead of NMLIST...
2009-05-27  Nikolay Sivovcomctl32/listview: Move item position calculation out...
2009-05-27  Nikolay Sivovcomctl32/listview: LVM_GETITEMRECT: don't offset to...
2009-05-26  Nikolay Sivovcomctl32/listview: Improve item position calculating...
2009-05-26  Nikolay Sivovcomctl32/listview: LVM_GETVIEWRECT is unsupported on...
2009-05-25  AndrĂ© Hentschelcomctl32: Add ListView_SetCheckState and ListView_GetCh...
2009-05-25  Nikolay Sivovcomctl32/listview: Don't hittest when it's not needed.
2009-05-25  Nikolay Sivovcomctl32/listview: Simplify key selection handler a...
next