Don't register classes is no theme is active to avoid trouble (based
[wine] / dlls / comctl32 / listview.c
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.
2004-11-01  Dimitrie O. PaunSend notification messages in the format dictated by
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-08-12  Mike McCormackPrevent listview from crashing when a null sort functio...
2004-08-11  Filip NavaraDon't update infoPtr->dwStyle in LISTVIEW_WindowProc...
2004-07-06  Mike McCormackCreate a tooltip on demand in the Listview.
2004-06-04  Dimitrie O. PaunClear the state image bits only if LVS_EX_CHECKBOXES...
2004-05-11  Ulrich CzekallaHandle case where iterator range contains 0 elements.
2004-04-21  Huw DaviesDeleting column zero should only delete the column...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-03-11  Robert ShearmanSpelling fixes.
2004-02-20  Dimitrie O. PaunLVN_BEGINRDRAG is implemented now. Fix typo.
2004-02-20  Aric StewartImplemented LISTVIEW_ApproximateViewRect for LVS_REPORT.
2004-02-17  Fabian CenedeseListView should behave in OWNERDRAW as in FULLROWSELECT...
2004-02-13  Aric StewartWork toward properly updating the SelectionMark when...
2003-12-10  Jon GriffithsDon't call GetWindowLong for every comparison while...
2003-11-18  Rein KlazesThe LVN_GETDISPINFO notify message should point to...
2003-11-18  Aric StewartWe need to make sure that customdraw_fill is called...
2003-11-17  Rein KlazesIgnore invalid iSubItem in LISTVIEW_GetItemT().
2003-11-13  Huw DaviesImplemented LVS_EX_CHECKBOXES.
2003-11-12  Huw DaviesA multicolumn listview should get a customdraw notifica...
2003-11-11  Huw DaviesAdd support for LVS_EX_SUBITEMIMAGES.
2003-11-09  Huw DaviesReleaseCapture on lbuttondown if the cursor is outside...
2003-11-05  Huw DaviesLISTVIEW_GetSubItemRect should succeed if subitem ...
2003-11-04  Alexandre JulliardAuthors: Ulrich Czekalla <ulrich@codeweavers.com>,...
2003-11-03  Huw DaviesMake the listview send its notifications to the parent...
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-22  Maxime BellengéWhen an item is activated, we should send a NMITEMACTIV...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Dimitrie O. PaunAdjust selection ranges before we insert the item so...
2003-09-01  Dimitrie O. PaunIf we don't send custom draw messages for subitems...
2003-08-25  Dimitrie O. PaunAlways setup the selection colour, not just in custom...
2003-08-25  Dimitrie O. PaunFix the hit test for full row select in REPORT mode...
2003-07-24  Stefan HallerIgnoring LISTVIEW_ScrollColumns() request if no columns...
2003-07-09  Francois GougetSpelling fixes.
2003-06-06  Dimitrie O. PaunAlign the text vertically in single line labels (spotte...
2003-06-04  Dimitrie O. PaunRemove bFirstPain funky optimization, it is causing...
2003-05-22  Maxime BellengéFix listview custom draw notification for CDDS_ITEMPREP...
2003-05-21  Dimitrie O. PaunInserting column zero should not modify the main item...
2003-05-13  Robert ShearmanFix use of freed memory.
2003-05-11  Stephan BeuzeImplemented Get/SetToolTips functions.
2003-05-11  Dimitrie O. PaunFix custom draw for item 0.
2003-05-02  Adam GundyCheck the mask flags in the item structure to determine...
2003-04-30  Dimitrie O. PaunGenerate custom draw notifications for ownerdraw listvi...
2003-03-24  Dimitrie O. PaunSend LVN_ODCACHEHINT notification for LVS_OWNERDATA...
2003-03-15  Vitaliy MargolenChanges for Icon and SmallIcon modes:
2003-03-14  Dimitrie O. PaunSpacing information is signed (debugged and fixed by...
2003-03-07  Adam GundyWhen shifting the list's indices, we must not send...
2003-02-14  Duane ClarkSupport the undocumented behavior of deleting column...
2003-02-14  Dimitrie O. PaunCorrectly remember the first paint event, but delay...
2003-02-12  Gerald PfeiferAvoid warnings caused by assert(...).
2003-02-11  Dimitrie O. PaunCompute matrix of first paint when we actually have...
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-03  Chris MorganListview should scroll by at least one column, fixes...
2002-12-23  Duane ClarkReport mode padding tweaks.
2002-12-10  Dimitrie O. Paun- Plug a bunch of memory leaks.
next