Forgot to limit capture sample rates.
[wine] / dlls / comctl32 / listview.c
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.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-25  Aric StewartLVN_GETDISPINFO seems to always be Ansi.
2002-11-18  Alexandre JulliardSetting the horizontal scrollbar can change the values...
2002-11-06  Dimitrie O. PaunDo not draw the text of the item being edited.
2002-11-06  Dimitrie O. PaunFix the 'jumping selection' bug (#1108).
2002-10-31  Dimitrie O. PaunAppend columns with large column indices.
2002-10-29  Rein KlazesFix for listview wheelmouse message handling.
2002-10-28  Alexandre Julliardset_main_item: ignore meaningless bits in stateMask...
2002-10-28  Dimitrie O. PaunWe should always have a main item in report mode.
2002-10-28  Dimitrie O. PaunProperly fill lParam in NMLISTVIEW.
2002-10-28  Dimitrie O. PaunFix crash-inducing typo/thinko.
2002-10-28  Dimitrie O. PaunMark immutable objects as const. Fix inconsistent ...
2002-10-28  Dimitrie O. PaunAdd LVHITTESTINFO debug helper. More tracing.
2002-10-28  Dimitrie O. PaunDespite what the docs say, we have to invalidate the...
2002-10-28  Dimitrie O. PaunEliminate flicker when resizing, docs updates.
2002-10-28  Dimitrie O. PaunCleanup, and simplification of UpdateSize.
2002-10-28  Dimitrie O. PaunHandle focus item properly in SetItemCount.
2002-10-28  Dimitrie O. PaunRemove only the necessary selections when setting the...
2002-10-28  Dimitrie O. PaunRewrite of the SetItemCount: bugs got squashed,
2002-10-25  Andreas Mohr- fix some pselling
2002-10-25  Dimitrie O. PaunDo not invalidate list on WM_SETREDRAW.
2002-10-25  Dimitrie O. PaunWe can avoid flicker on column resize only if it's...
2002-10-25  Dimitrie O. PaunAlways draw the main item in full row select.
2002-10-25  Dimitrie O. PaunUse iterators to render over the columns, in report...
2002-10-25  Dimitrie O. PaunSmall iterator-over-range[s] cleanup.
2002-10-25  Dimitrie O. PaunEliminate most of the flicker when resizing columns.
2002-10-25  Dimitrie O. PaunFix subitem background color in full row select.
2002-10-25  Dimitrie O. PaunWe should callback for inexistent subitems.
2002-10-25  Dimitrie O. PaunFix crash when computing the item width of a report...
2002-10-25  Dimitrie O. PaunKeep autoarranging items until one is moved.
2002-10-25  Dimitrie O. PaunAbstract autoarranging decision to a helper function.
2002-10-25  Dimitrie O. PaunDo not do screen work if refreshing is disabled.
2002-10-25  Dimitrie O. PaunRewrite the UpdateScroll function: simpler, faster.
2002-10-23  Dimitrie O. PaunAvoid division by 0 by initializing the item size in...
2002-10-23  Dimitrie O. PaunFix thinko that slipped in with the prev patch (reenabl...
2002-10-23  Dimitrie O. PaunDo not invalidate the window before the first paint...
2002-10-23  Dimitrie O. PaunUse InvalidateItem instead of explicit InvalidateRect...
2002-10-23  Dimitrie O. PaunTransform the invalidation macros to proper functions.
2002-10-23  Dimitrie O. PaunDelay some size computations until after first paint.
2002-10-23  Rein KlazesReorganize the item size calculation (a bit simpler...
2002-10-23  Rein KlazesSearch through all items when LISTVIEW_FindItemW is...
2002-10-23  Dimitrie O. PaunDelete the items if we actually own them.
2002-10-23  Dimitrie O. PaunDo not callback to the parent for lParam when in LVS_OW...
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd casts to compile with -DSTRICT.
next