comctl32: Fix the COMBOBOXEXITEM structure and the treeview handles for Win64.
[wine] / dlls / comctl32 / listview.c
2008-11-07  Michael Stefaniuccomctl32: Remove superfluous casts that crept in as...
2008-11-05  Aric Stewartcomctl32: Add implementation of LVS_EX_ONECLICKACTIVATE.
2008-11-03  Michael Stefaniuccomctl32: Do not cast NULL.
2008-10-29  Lei Zhangcomctl32: Reset nEditLabelItem in LISTVIEW_EndEditLabelT.
2008-10-29  Lei Zhangcomctl32: Don't notify if listview edit box contents...
2008-10-29  Lei Zhangcomctl32: Get rid of DragDetect.
2008-10-24  Michael Stefaniuccomctl32: DPA_GetPtr() returns a LPVOID so don't cast...
2008-09-30  Lei Zhangcomctl32: Avoid a divide by zero in listview.
2008-09-15  Andrew Talbotcomctl32: Sign-compare warnings fix.
2008-09-11  Lei Zhangcomctl32: Handle listview dragging better.
2008-09-11  Lei Zhangcomctl32: listview: Prevent DragDetect from removing...
2008-09-04  Nicolas Le Camcomctl32: Implement LVM_GETUNICODEFORMAT.
2008-08-21  Lei Zhangcomctl32: Set listview focus on WM_LBUTTONUP instead...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-06-25  Guy Albertellicomctl32: listview: Implement LVS_NOCOLUMNHEADER suppor...
2008-06-25  Guy Albertellicomctl32: listview: Show the header when updating heade...
2008-06-25  Guy Albertellicomctl32: listview: Change header control create act...
2008-06-21  Lei Zhangcomctl32: Support LVCF_SUBITEM in LVM_GETCOLUMN.
2008-06-18  Lei Zhangcomctl32: Don't rearrange icons / update scroll bar...
2008-05-23  Andrew Talbotcomctl32: Indentation fix.
2008-05-21  Alexandre Julliardcomctl32: Fix extending a multiple listview selection.
2008-05-08  Guy Albertellilistview: Return correct value from WM_NOTIFYFORMAT...
2008-05-07  Francois GougetAssorted spelling fixes.
2008-04-28  Guy Albertellilistview: Correct return value from LVM_GETORIGIN inclu...
2008-04-28  Guy Albertellilistview: Implement 2 pixel decoration at top of report...
2008-04-28  Guy Albertellilistview: Implement LVS_EX_GRIDLINES functionality.
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-03-20  Lei Zhangcomctl32: Fix listview redraw when deleting items.
2008-03-20  Lei Zhangcomctl32: Correct listview hittest check to include...
2008-03-20  Lei Zhangcomctl32: Redraw listview after changing extended styles.
2008-03-20  Lei Zhangcomctl32: Implement listview checkbox toggle.
2008-02-25  Rob Shearmancomctl32: Rename the dwStyle and dwOldStyle variables...
2008-02-17  Alexandre Julliardcomctl32: Remove unnecessary \n in trace.
2008-02-07  Bang Jun-youngcomctl32: Fix invalid syntax.
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-11  Thomas Weidenmuellercomctl32: Fix painting bug in listview control.
2007-12-07  Alexandre Julliardcomctl32: Fix a compiler warning.
2007-11-14  Detlef Riekenbergcomctl32: Fix a typo in a debug message.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-17  Alexandre Julliardcomctl32: Fix a discard const warning.
2007-08-17  Jason Edmeadescomctl32: Listview fails to add a column if mask=0.
2007-06-06  Markus Goemmelcomctl32/listview.c: Ownerdraw font problem during...
2007-06-04  Mikołaj Zalewskicomctl32: listview: Make LVM_GETCOLUMNWIDTH query the...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-15  Francois GougetAssorted spelling fixes.
2007-04-06  Felix Nawothnigcomctl32: Fix item rect calculation.
2007-03-30  Andrew Talbotcomctl32: Cast-qual warnings fix.
2007-03-29  Andrew Talbotcomctl32: Constify some variables.
2007-03-13  Mikołaj Zalewskicomctl32: listview: Compute the state icon rect in...
2007-03-12  Felix Nawothnigcomctl32: Implement LVS_EX_DOUBLEBUFFER.
2007-03-12  Felix Nawothnigcomctl32: Fix my last patch.
2007-03-09  Felix Nawothnigcomctl32: Remove clrTextBkDefault member from LISTVIEW_...
2007-02-28  Felix Nawothnigcomctl32: Update header window in listview WM_PAINT...
2007-02-26  Mikołaj Zalewskicomctl32: listview: Set the style in WM_CREATE.
2007-02-22  Aric Stewartcomctl32: Implement LVM_SETUNICODEFORMAT.
2007-02-14  Felix Nawothnigcomctl32: Remove redundant NULL checks before Free...
2007-02-08  Mikołaj Zalewskicomctl32: listview: Create the LISTVIEW_INFO in WM_NCCR...
2007-02-06  Rob Shearmancomctl32: Fix the computation of the select bounds...
2007-01-18  Francois GougetAssorted spelling fixes.
2007-01-16  Mikołaj Zalewskicomctl32: listview: When shrinking the last column...
2007-01-16  Mikołaj Zalewskicomctl32: listview: A CDRF_SKIPDEFAULT for an item...
2007-01-08  Duane Clarkcomctl32: listview: Allow LVIF_STATE flag in subitems.
2007-01-04  Mike McCormackcomctl32: Check subitem is valid before calling LISTVIE...
2007-01-04  Mike McCormackcomctl32: Remove unnecessary casts.
2006-12-29  Frank Richtercomctl32: listview: Fix getting user params and subitems.
2006-10-16  Mikołaj Zalewskicomctl32: listview: Update the scroll bars after resizi...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-10-12  Mikołaj Zalewskicomctl32: listview: Don't call ScrollColumn with an...
2006-10-12  James Hawkinscomctl32: Make internal functions static.
2006-10-03  Francois Gougetcomctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns...
2006-09-29  Francois GougetAssorted spelling fixes.
2006-09-14  Mikołaj Zalewskicomctl32: listview: Don't edit labels after the first...
2006-09-14  Mikołaj Zalewskicomctl32: listview: Don't edit labels on click if the...
2006-07-18  Huw Daviescomctl32: All items should be marked as unchecked when...
2006-07-17  Paul Vrienscomctl32: Use struct member after check for NULL (Cover...
2006-07-05  Mikołaj Zalewskicomctl32: listview: Recompute header size after an...
2006-06-15  Mike McCormackcomctl32: Arrange the listview after deleting all items...
2006-06-15  Mike McCormackcomctl32: Use the listview's background colour when...
2006-05-26  Mikołaj Zalewskicomctl32: listview: Apply the HDS_DRAGDROP header style...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Mikołaj Zalewskicomctl32: listview: Recompute sizes after a column...
2006-05-15  Mikołaj Zalewskicomctl32: listview: Store the iSubItem in header's...
2006-04-18  Mikołaj Zalewskicomctl32: Scroll listview if changing scroll bounds...
2006-04-17  Aric Stewartcomctl32: Listview notify fix.
2006-04-12  Mikołaj Zalewskicomctl32: Fix listview column resize.
2006-03-20  Mike McCormackcomctl32: Get rid of some incorrect casts.
2006-03-08  Peter Åstrandcomctl32: LISTVIEW_InsertItemT should accept iItem...
2006-03-03  Mike McCormackcomctl32: Fix some gcc 4.1 warnings caused by windowsx...
2006-01-31  Maarten Lankhorstcomctl32: Restore listview font on CDRF_NEWFONT.
2006-01-24  Dmitry Timoshkovcomctl32: Make listview use standard wine_dbg_sprintf...
2006-01-03  Vitaliy Margolencomctl32: Listview - allow selection toggle with ctrl...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-05  Dimi PaunValidate the column index passed in by the caller.
2005-11-02  Ulrich CzekallaClear bLButtonDown flags if mouse is not down.
2005-10-21  Troy RolloDetect when the notification callback has destroyed...
2005-10-04  Vitaliy MargolenCorrect Page Up/Down handling in report mode.
2005-10-04  Vitaliy MargolenDon't start dragging for a single mouse click.
next