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