Assorted spelling fixes.
[wine] / dlls / comctl32 / listview.c
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.
2005-09-13  Michael JungFixed inconsistency in LISTVIEW_DUMP macro.
2005-08-30  Frank RichterFix warnings in 64bit.
2005-08-03  Frank RichterRemove unneeded theming check.
2005-08-02  Vitaly LipatovUse STATEIMAGEINDEX / INDEXTOSTATEIMAGEMASK instead...
2005-07-27  Frank RichterSince OpenThemeData() should return 0 in case theming...
2005-07-25  Frank RichterUse theming for the ListView non-client area.
2005-07-18  Dimi PaunSilence uninitialized warnings.
2005-07-15  Kevin KoltzauForward some header notifications to parent of listview.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-09  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-04  Felix NawothnigFix some missed invalidations after column resize.
2005-05-30  Kouji SasakiAdded the feature to change row height in owner draw...
2005-05-29  Felix NawothnigPass the right hwnd to ReleaseDC().
2005-05-26  Kouji SasakiAdded the callback item processing for LISTVIEW_EndEdit...
2005-05-25  Kouji SasakiCorrected the priority of operators for LISTVIEW_GetNex...
2005-05-24  Kouji SasakiAdded handling of WM_ENABLE message.
2005-05-24  James HawkinsAudit the List-View control.
2005-05-20  James HawkinsSelect the item under the point (x,y) in MouseHover.
2005-05-19  Dimi PaunDo not compute the hit test if we don't really need it.
2005-05-18  James Hawkins- Store the click point in LISTVIEW_INFO.
2005-05-18  Felix NawothnigResize listview column to autofit on a doubleclick...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-14  Dimitrie O. PaunAdd support for LVN_ODSTATECHANGED.
2005-04-12  Robert ShearmanUse ES_AUTOHSCROLL for edit box.
2005-03-25  Dimitrie O. PaunUse {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-02-21  Maxime BellengéTake into account the new size of a column when the...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-14  Dimitrie O. PaunUse the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-20  Ulrich CzekallaAdd partial handler for WM_PRINTCLIENT.
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-19  Zach GormanAdd the DT_NOPREFIX flag when calling DrawText() for...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
next