dinput: Avoid signed-unsigned integer comparisons.
[wine] / dlls / comctl32 / listview.c
2013-01-14  Nikolay Sivovcomctl32/listview: Remove some dead code.
2013-01-14  Nikolay Sivovcomctl32/listview: Update focus index when new item...
2013-01-11  Nikolay Sivovcomctl32/listview: Add a special case for deselect...
2013-01-11  Nikolay Sivovcomctl32/listview: Always send LVN_ITEMCHANGING notific...
2013-01-10  Nikolay Sivovcomctl32/listview: Fix focus index update when item...
2013-01-08  Marcus Meissnercomctl32: Free the selection ranges (Coverity).
2013-01-07  Daniel Jelinskicomctl32/listview: Support header images.
2013-01-07  Daniel Jelinskicomctl32/listview: Fix subitem drawing.
2013-01-07  Daniel Jelinskicomctl32/listview: Update item height when changing...
2013-01-07  Daniel Jelinskicomctl32/listview: Redraw items after insert/delete.
2013-01-07  Daniel Jelinskicomctl32/listview: Fix calculating item height.
2013-01-03  Nikolay Sivovcomctl32/listview: Improve LVM_GETSUBITEMRECT implement...
2012-12-11  Daniel Jelinskicomctl32/listview: Forward more header notifications...
2012-12-11  Daniel Jelinskicomctl32/listview: Convert header notifications to...
2012-12-10  Nikolay Sivovcomctl32: Fix a ranges leak on error.
2012-11-27  Daniel Jelinskicomctl32: Properly initialize internal structures.
2012-11-13  Daniel Jelinskicomctl32: Move WM_SIZE handling into WM_WINDOWPOSCHANGED.
2012-10-01  Daniel Jelinskicomctl32: Clean up listview resizing code.
2012-10-01  Daniel Jelinskicomctl32: Use GetWindowLong to check for scrollbar.
2012-09-12  Daniel Jelinskicomctl32: Invalidate correct rectangle for marquee...
2012-09-10  Alexandre Julliardcomctl32: XOR'ing with a black pen is not useful.
2012-09-03  Daniel Jelinskicomctl32/listview: Do not draw unnecessary grid lines.
2012-06-20  Francois Gougetcomctl32: Fix lstrncmpiW() so its return value is stand...
2012-06-11  Nikolay Sivovcomctl32/listview: Properly update selection mark on...
2012-05-10  Piotr Cabancomctl32: Make icons not overlapping in LVS_ICON mode.
2012-05-10  Piotr Cabancomctl32: LVM_SETITEMTEXT is not supported on LVS_OWNER...
2012-03-26  Nikolay Sivovcomctl32: Use single notification message for setting...
2011-12-09  Nikolay Sivovcomctl32/listview: Create header when LVS_EX_FULLROWSEL...
2011-12-05  Nikolay Sivovcomctl32/listview: Create header when LVS_EX_GRIDLINES...
2011-11-07  Henri Verbeetcomctl32: Avoid using __FUNCTION__ in ranges_check.
2011-08-30  Andrew Talbotcomctl32: Remove unneeded address-of operator from...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-21  Piotr Cabancomctl32: Don't invalidate item in LISTVIEW_SetItemT...
2011-07-20  Nikolay Sivovcomctl32/listview: Don't invalidate list on LVM_SETBKCOLOR.
2011-07-20  Nikolay Sivovcomctl32/listview: Don't invalidate list on LVM_SETTEXT...
2011-07-20  Nikolay Sivovcomctl32/listview: Don't invalidate list on LVM_SETTEXT...
2011-06-28  Piotr Cabancomctl32: Make iterator_remove_common_items working...
2011-06-20  Piotr Cabancomctl32: Don't redraw whole listview in double bufferi...
2011-06-20  Piotr Cabancomctl32: Refresh listview after sorting.
2011-06-20  Piotr Cabancomctl32: Fix area invalidated by LISTVIEW_SetItemT.
2011-06-07  Piotr Cabancomctl32: Fix ListView_Scroll implementation.
2011-06-07  Piotr Cabancomctl32: Fix listview horizontal scrolling.
2011-06-07  Piotr Cabancomctl32: Improve LISTVIEW_MarqueeHighlight performance.
2011-05-13  Nikolay Sivovcomctl32/listview: Fix parameter validation for LVM_SET...
2011-05-11  Nikolay Sivovcomctl32/listview: Don't forward HDN_ITEMCHANGING/HDN_I...
2011-05-09  Nikolay Sivovcomctl32/listview: Make edit box handle available from...
2011-05-06  Nikolay Sivovcomctl32/listview: Don't refuse to set subitem data...
2011-03-28  Nikolay Sivovcomctl32/listview: Fix edit box text limit.
2011-03-28  Nikolay Sivovcomctl32/listview: Adjust dispinfo text buffer length.
2011-02-25  Nikolay Sivovcomctl32/listview: Fix dead condition (Coverity).
2011-02-21  Alexander Scott... comctl32: Fix read of uninitialized data in notify_item...
2011-02-21  Alexander Scott... comctl32: Fix read of uninitialized data in LISTVIEW_Ge...
2011-02-17  Alexander Scott... comctl32: Fix read of uninitialized data in LISTVIEW_He...
2011-02-07  Nikolay Sivovcomctl32/listview: Remove duplicated operation (LLVM...
2011-02-07  Nikolay Sivovcomctl32/listview: Remove some useless operations ...
2011-02-07  Nikolay Sivovcomctl32/listview: Remove couple of dead assignments...
2011-01-03  Gerald Pfeifercomctl32: Remove the last, unused parameter from LISTVI...
2010-12-03  Nikolay Sivovcomctl32/listview: Don't touch out text pointer if...
2010-11-17  Nikolay Sivovcomctl32/listview: Use a code set by dispinfo holder...
2010-10-04  Nikolay Sivovcomctl32/listview: Use actual edit box contents to...
2010-09-27  Nikolay Sivovcomctl32/listview: Use proper A/W call to measure item...
2010-09-20  Austin Englishcomctl32: Fix compiler warnings on Clang.
2010-08-23  Gerald Pfeifercomctl32: Remove the last, unused parameter from LISTVI...
2010-08-20  Nikolay Sivovcomctl32/listview: Fix infinite loop case for full...
2010-08-16  Gerald Pfeifercomctl32: Merge is_textT and is_textW into a single...
2010-08-02  Andrew Talbotcomctl32: Constify some variables.
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...
next