po: Update French translation.
[wine] / dlls / comctl32 / listview.c
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...
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...
next