projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
comctl32/listview: Fix hittesting for LVS_REPORT subitems.
[wine]
/
dlls
/
comctl32
/
listview.c
2009-05-20
Nikolay Sivov
comctl32/listview: Fix hittesting for LVS_REPORT subitems.
blob
|
commitdiff
|
raw
2009-05-19
Nikolay Sivov
comctl32/listview: Handle mouse selections more accurately.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-13
Nikolay Sivov
comctl32/listview: Don't check for state changes we...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-12
Nikolay Sivov
comctl32/header: Make Header_* macros match PSDK.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-11
Nikolay Sivov
comctl32/listview: Don't redraw focus rectangle on...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-11
Nikolay Sivov
comctl32/listview: Select all items with LVM_SETITEMSTA...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-11
Nikolay Sivov
comctl32/listview: Remove superfluous forward declarations.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-07
Nikolay Sivov
comctl32/listview: Add tests for LVS_NOSORTHEADER switc...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-07
Nikolay Sivov
comctl32/listview: Remove irrelevant fixme comment.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-05
Nikolay Sivov
comctl32/listview: Use handlers instead of sending...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-04
Nikolay Sivov
comctl32/listview: Forward WM_ERASEBKGND to parent...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-04
Nikolay Sivov
comctl32/listview: Fix LVM_INSERTITEM handling on LVS_S...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-04
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-01
Nikolay Sivov
comctl32/listview: Fix wrong function description.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-01
Nikolay Sivov
comctl32/listview: Remove wrong TODO entry.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-30
Nikolay Sivov
comctl32/listview: Check columns array size before...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-30
Nikolay Sivov
comctl32/listview: Don't draw wrapped focus rectangle.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-29
Nikolay Sivov
comctl32/listview: Handle LVIF_NORECOMPUTE in LVM_GETIT...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-29
Nikolay Sivov
comctl32/listview: Handle CCM_[G,S]ETVERSION in listview.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-27
Nikolay Sivov
comctl32/listview: Fix resizing grid drawing at right...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-27
Nikolay Sivov
comctl32/listview: Fix horizontal grid line drawing.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-27
Nikolay Sivov
comctl32/listview: Draw rightmost vertical grid line...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-27
Nikolay Sivov
comctl32/listview: Remove duplicated iterator initializer.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-27
Nikolay Sivov
comctl32/listview: Reuse existing variable instead...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-24
Nikolay Sivov
comctl32/listview: Fix LVM_GETCOLUMNORDERARRAY passing...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-22
Nikolay Sivov
comctl32/listview: Partial fix for LVM_GETSUBITEMRECT...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Peter Schauer
comctl32/listview: Fix warning from DPA_GetPtr.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Nikolay Sivov
comctl32/listview: Header should be created when LVS_EX...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Nikolay Sivov
comctl32/listview: Add a TRACE(..) to LISTVIEW_CreateHe...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Nikolay Sivov
comctl32/listview: LVM_SETITEM is unsupported on LVS_OW...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-20
Nikolay Sivov
comctl32/listview: Some tests for LVS_SINGLESEL switchover.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-20
Nikolay Sivov
comctl32/listview: Fix a regression caused by 9c1a0e468...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-20
Nikolay Sivov
comctl32/listview: Switching to/from LVS_OWNERDATA...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-20
Nikolay Sivov
comctl32/listview: Slightly enlarge rectangle when...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-20
Nikolay Sivov
comctl32/listview: Add a ListView_GetTextBkColor macro.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-15
Nikolay Sivov
comctl32/listview: Implemented LVM_SORTITEMSEX.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-15
Nikolay Sivov
comctl32/listview: Fix some comment typos.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-14
Nikolay Sivov
comctl32/listview: Fix a regression caused by 59148d0bb...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-14
Nikolay Sivov
comctl32/listview: Fix selection handling in LVM_SORTIT...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-10
Nikolay Sivov
comctl32/listview: State mask should be ignored on...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-08
Nikolay Sivov
comctl32/listview: Implement delayed header creation...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-06
Marcus Meissner
comctl32: Avoid potential overflow in Search Param...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-13
Nikolay Sivov
comctl32: LVN_ITEMCHANGED notification should be sent...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-11
Nikolay Sivov
comctl32: Fix item selection with VK_SPACE when Ctrl...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Igor Tarasov
comctl32: Make listview forward HDN_ITEMCLICK.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Igor Tarasov
comctl32: Do not send LVN_DELETEITEM on LVM_DELETEALLIT...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Igor Tarasov
comctl32: Implement LVN_ODFINDITEM.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Igor Tarasov
comctl32: Make LISTVIEW_ProcessLetterKeys accept Unicod...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-13
Michael Stefaniuc
comctl32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-07
Michael Stefaniuc
comctl32: Remove superfluous casts that crept in as...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-05
Aric Stewart
comctl32: Add implementation of LVS_EX_ONECLICKACTIVATE.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-03
Michael Stefaniuc
comctl32: Do not cast NULL.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-29
Lei Zhang
comctl32: Reset nEditLabelItem in LISTVIEW_EndEditLabelT.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-29
Lei Zhang
comctl32: Don't notify if listview edit box contents...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-29
Lei Zhang
comctl32: Get rid of DragDetect.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-24
Michael Stefaniuc
comctl32: DPA_GetPtr() returns a LPVOID so don't cast...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-30
Lei Zhang
comctl32: Avoid a divide by zero in listview.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-15
Andrew Talbot
comctl32: Sign-compare warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Lei Zhang
comctl32: Handle listview dragging better.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Lei Zhang
comctl32: listview: Prevent DragDetect from removing...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Nicolas Le Cam
comctl32: Implement LVM_GETUNICODEFORMAT.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-21
Lei Zhang
comctl32: Set listview focus on WM_LBUTTONUP instead...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-22
Mikołaj Zalewski
comctl32: Don't print ERRs for reflected messages.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Guy Albertelli
comctl32: listview: Implement LVS_NOCOLUMNHEADER suppor...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Guy Albertelli
comctl32: listview: Show the header when updating heade...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Guy Albertelli
comctl32: listview: Change header control create act...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-21
Lei Zhang
comctl32: Support LVCF_SUBITEM in LVM_GETCOLUMN.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-18
Lei Zhang
comctl32: Don't rearrange icons / update scroll bar...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-23
Andrew Talbot
comctl32: Indentation fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-21
Alexandre Julliard
comctl32: Fix extending a multiple listview selection.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-08
Guy Albertelli
listview: Return correct value from WM_NOTIFYFORMAT...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-07
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Guy Albertelli
listview: Correct return value from LVM_GETORIGIN inclu...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Guy Albertelli
listview: Implement 2 pixel decoration at top of report...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Guy Albertelli
listview: Implement LVS_EX_GRIDLINES functionality.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
Andrew Talbot
comctl32: Remove unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Lei Zhang
comctl32: Fix listview redraw when deleting items.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Lei Zhang
comctl32: Correct listview hittest check to include...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Lei Zhang
comctl32: Redraw listview after changing extended styles.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Lei Zhang
comctl32: Implement listview checkbox toggle.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-25
Rob Shearman
comctl32: Rename the dwStyle and dwOldStyle variables...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-17
Alexandre Julliard
comctl32: Remove unnecessary \n in trace.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-07
Bang Jun-young
comctl32: Fix invalid syntax.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-24
Austin English
comctl32: Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-31
Andrew Talbot
comctl32: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-11
Thomas Weidenmueller
comctl32: Fix painting bug in listview control.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-07
Alexandre Julliard
comctl32: Fix a compiler warning.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-14
Detlef Riekenberg
comctl32: Fix a typo in a debug message.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-23
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-17
Alexandre Julliard
comctl32: Fix a discard const warning.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-17
Jason Edmeades
comctl32: Listview fails to add a column if mask=0.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-06
Markus Goemmel
comctl32/listview.c: Ownerdraw font problem during...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Mikołaj Zalewski
comctl32: listview: Make LVM_GETCOLUMNWIDTH query the...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-25
Dmitry Timoshkov
wine: Switch to using 'long' for INT_PTR type for 64...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-06
Felix Nawothnig
comctl32: Fix item rect calculation.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-30
Andrew Talbot
comctl32: Cast-qual warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-29
Andrew Talbot
comctl32: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-13
Mikołaj Zalewski
comctl32: listview: Compute the state icon rect in...
blob
|
commitdiff
|
raw
|
diff to current
next