2005-07-18 |
Dimi Paun | Silence uninitialized warnings. |
blob | commitdiff | raw |
2005-07-15 |
Kevin Koltzau | Forward some header notifications to parent of listview. |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Mike McCormack | Warning fixes for -Wmissing-declarations and -Wwrite... |
blob | commitdiff | raw | diff to current |
2005-06-04 |
Felix Nawothnig | Fix some missed invalidations after column resize. |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Kouji Sasaki | Added the feature to change row height in owner draw... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
Felix Nawothnig | Pass the right hwnd to ReleaseDC(). |
blob | commitdiff | raw | diff to current |
2005-05-26 |
Kouji Sasaki | Added the callback item processing for LISTVIEW_EndEdit... |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Kouji Sasaki | Corrected the priority of operators for LISTVIEW_GetNex... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
Kouji Sasaki | Added handling of WM_ENABLE message. |
blob | commitdiff | raw | diff to current |
2005-05-24 |
James Hawkins | Audit the List-View control. |
blob | commitdiff | raw | diff to current |
2005-05-20 |
James Hawkins | Select the item under the point (x,y) in MouseHover. |
blob | commitdiff | raw | diff to current |
2005-05-19 |
Dimi Paun | Do not compute the hit test if we don't really need it. |
blob | commitdiff | raw | diff to current |
2005-05-18 |
James Hawkins | - Store the click point in LISTVIEW_INFO. |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Felix Nawothnig | Resize listview column to autofit on a doubleclick... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Dimitrie O. Paun | Add support for LVN_ODSTATECHANGED. |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Robert Shearman | Use ES_AUTOHSCROLL for edit box. |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Dimitrie O. Paun | Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Maxime Bellengé | Take into account the new size of a column when the... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Dmitry Timoshkov | - Fix prototypes of GetClassLongA/W, GetClassLongPtrA... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Dimitrie O. Paun | Use the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags... |
blob | commitdiff | raw | diff to current |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Ulrich Czekalla | Add partial handler for WM_PRINTCLIENT. |
blob | commitdiff | raw | diff to current |
2004-11-24 |
Alexandre Julliard | Avoid using the MAKEPOINTS macro, it's broken on big... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Zach Gorman | Add the DT_NOPREFIX flag when calling DrawText() for... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
blob | commitdiff | raw | diff to current |
2004-11-01 |
Dimitrie O. Paun | Send notification messages in the format dictated by |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robert Shearman | Replace GetWindowLong by GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Mike McCormack | Prevent listview from crashing when a null sort functio... |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Filip Navara | Don't update infoPtr->dwStyle in LISTVIEW_WindowProc... |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Mike McCormack | Create a tooltip on demand in the Listview. |
blob | commitdiff | raw | diff to current |
2004-06-04 |
Dimitrie O. Paun | Clear the state image bits only if LVS_EX_CHECKBOXES... |
blob | commitdiff | raw | diff to current |
2004-05-11 |
Ulrich Czekalla | Handle case where iterator range contains 0 elements. |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Huw Davies | Deleting column zero should only delete the column... |
blob | commitdiff | raw | diff to current |
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 |
next |