2004-04-21 |
Huw Davies | Deleting column zero should only delete the column... |
blob | commitdiff | raw |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Robert Shearman | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-02-20 |
Dimitrie O. Paun | LVN_BEGINRDRAG is implemented now. Fix typo. |
blob | commitdiff | raw | diff to current |
2004-02-20 |
Aric Stewart | Implemented LISTVIEW_ApproximateViewRect for LVS_REPORT. |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Fabian Cenedese | ListView should behave in OWNERDRAW as in FULLROWSELECT... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Aric Stewart | Work toward properly updating the SelectionMark when... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Jon Griffiths | Don't call GetWindowLong for every comparison while... |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Rein Klazes | The LVN_GETDISPINFO notify message should point to... |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Aric Stewart | We need to make sure that customdraw_fill is called... |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Rein Klazes | Ignore invalid iSubItem in LISTVIEW_GetItemT(). |
blob | commitdiff | raw | diff to current |
2003-11-13 |
Huw Davies | Implemented LVS_EX_CHECKBOXES. |
blob | commitdiff | raw | diff to current |
2003-11-12 |
Huw Davies | A multicolumn listview should get a customdraw notifica... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Huw Davies | Add support for LVS_EX_SUBITEMIMAGES. |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Huw Davies | ReleaseCapture on lbuttondown if the cursor is outside... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Huw Davies | LISTVIEW_GetSubItemRect should succeed if subitem ... |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Alexandre Julliard | Authors: Ulrich Czekalla <ulrich@codeweavers.com>,... |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Huw Davies | Make the listview send its notifications to the parent... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Dimitrie O. Paun | Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Maxime Bellengé | When an item is activated, we should send a NMITEMACTIV... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | Moved undocumented functions out of the exported commct... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Francois Gouget | Fix the case of product and company names. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Dimitrie O. Paun | Adjust selection ranges before we insert the item so... |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Dimitrie O. Paun | If we don't send custom draw messages for subitems... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Dimitrie O. Paun | Always setup the selection colour, not just in custom... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Dimitrie O. Paun | Fix the hit test for full row select in REPORT mode... |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Stefan Haller | Ignoring LISTVIEW_ScrollColumns() request if no columns... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Francois Gouget | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-06-06 |
Dimitrie O. Paun | Align the text vertically in single line labels (spotte... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Dimitrie O. Paun | Remove bFirstPain funky optimization, it is causing... |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Maxime Bellengé | Fix listview custom draw notification for CDDS_ITEMPREP... |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Dimitrie O. Paun | Inserting column zero should not modify the main item... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Robert Shearman | Fix use of freed memory. |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Stephan Beuze | Implemented Get/SetToolTips functions. |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Dimitrie O. Paun | Fix custom draw for item 0. |
blob | commitdiff | raw | diff to current |
2003-05-02 |
Adam Gundy | Check the mask flags in the item structure to determine... |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Dimitrie O. Paun | Generate custom draw notifications for ownerdraw listvi... |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Dimitrie O. Paun | Send LVN_ODCACHEHINT notification for LVS_OWNERDATA... |
blob | commitdiff | raw | diff to current |
2003-03-15 |
Vitaliy Margolen | Changes for Icon and SmallIcon modes: |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Dimitrie O. Paun | Spacing information is signed (debugged and fixed by... |
blob | commitdiff | raw | diff to current |
2003-03-07 |
Adam Gundy | When shifting the list's indices, we must not send... |
blob | commitdiff | raw | diff to current |
2003-02-14 |
Duane Clark | Support the undocumented behavior of deleting column... |
blob | commitdiff | raw | diff to current |
2003-02-14 |
Dimitrie O. Paun | Correctly remember the first paint event, but delay... |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Gerald Pfeifer | Avoid warnings caused by assert(...). |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Dimitrie O. Paun | Compute matrix of first paint when we actually have... |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Alexandre Julliard | Removed no longer needed inclusion of heap.h. |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Chris Morgan | Listview should scroll by at least one column, fixes... |
blob | commitdiff | raw | diff to current |
2002-12-23 |
Duane Clark | Report mode padding tweaks. |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Dimitrie O. Paun | - Plug a bunch of memory leaks. |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Aric Stewart | LVN_GETDISPINFO seems to always be Ansi. |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Alexandre Julliard | Setting the horizontal scrollbar can change the values... |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Dimitrie O. Paun | Do not draw the text of the item being edited. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Dimitrie O. Paun | Fix the 'jumping selection' bug (#1108). |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Dimitrie O. Paun | Append columns with large column indices. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Rein Klazes | Fix for listview wheelmouse message handling. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Alexandre Julliard | set_main_item: ignore meaningless bits in stateMask... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | We should always have a main item in report mode. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Properly fill lParam in NMLISTVIEW. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Fix crash-inducing typo/thinko. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Mark immutable objects as const. Fix inconsistent ... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Add LVHITTESTINFO debug helper. More tracing. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Despite what the docs say, we have to invalidate the... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Eliminate flicker when resizing, docs updates. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Cleanup, and simplification of UpdateSize. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Handle focus item properly in SetItemCount. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Remove only the necessary selections when setting the... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Dimitrie O. Paun | Rewrite of the SetItemCount: bugs got squashed, |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Andreas Mohr | - fix some pselling |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Do not invalidate list on WM_SETREDRAW. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | We can avoid flicker on column resize only if it's... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Always draw the main item in full row select. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Use iterators to render over the columns, in report... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Small iterator-over-range[s] cleanup. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Eliminate most of the flicker when resizing columns. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Fix subitem background color in full row select. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | We should callback for inexistent subitems. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Fix crash when computing the item width of a report... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Keep autoarranging items until one is moved. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Abstract autoarranging decision to a helper function. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Do not do screen work if refreshing is disabled. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Dimitrie O. Paun | Rewrite the UpdateScroll function: simpler, faster. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Avoid division by 0 by initializing the item size in... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Fix thinko that slipped in with the prev patch (reenabl... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Do not invalidate the window before the first paint... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Use InvalidateItem instead of explicit InvalidateRect... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Transform the invalidation macros to proper functions. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Delay some size computations until after first paint. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Rein Klazes | Reorganize the item size calculation (a bit simpler... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Rein Klazes | Search through all items when LISTVIEW_FindItemW is... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Delete the items if we actually own them. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Do not callback to the parent for lParam when in LVS_OW... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | - fix the "int format, HANDLE arg" type of warnings... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | Add casts to compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
next |