2003-03-24 |
Dimitrie O. Paun | Send LVN_ODCACHEHINT notification for LVS_OWNERDATA... |
blob | commitdiff | raw |
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 |
2002-10-23 |
Dimitrie O. Paun | Do not crash if callback text is not filled (behave... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Collect all bugs, missing features, etc in the header... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Do not autoarrange if we insert/delete from the end... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Rework SetItemPosition, bunch of bugs squashed in the... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Dimitrie O. Paun | Rename LISTVIEW_ITEM to ITEM_INFO for consistency. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Do not send uninitialized lParams on notification msgs... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Complete rewrite of the rcView implementation. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Split ranges_destroy in ranges_clear, and ranges_destroy. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Updated header documentation to the latest, and greatest. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Optimize invalidation on insert. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Rewrite DeleteItemT: cleaner, a lot faster. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Implement most of LVM_ARRANGE. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Proper (type wise) return types. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Reorganize header notifications. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Crash on internal NULL pointers, don't test all over... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | When removing focus, no need to go through all elements. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Fix colors for selected items in full row select mode. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Fix computation of subitem box, when invalidating it. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Assert on inconsistent range list states. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Do not grow the item list to arbritary index: if reques... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | SetColumnWidth rewrite: simpler, cleaner code. Bugs... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Handle generic column width changes. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Assert on internal invariants, rather than fail gracefully. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | More docs compliant alignment handling for subitems. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Do not create a range list for an empty range. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Store the entire format bitmap in the column info. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Column zero has the image enabled always, irrespective... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Unify {Insert,Set}ColumnT as much as possible. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Fix function header documentation. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Better report mode. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | When deleting an item, remove selection, don't add it! |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | More traces to help us make sense of the output. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Fix ranges insertion bug (specify DPAS_SORTED when... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Inspect style bits independently on style change. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Rewrite StyleChanged procedure |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Keep track of per-column information inside the listview. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Do not query items that are just being inserted. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Dimitrie O. Paun | Reorganize things a bit so that we no longer need the... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Dimitrie O. Paun | Instrument SetItemT to change only _one_ item at a... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Dimitrie O. Paun | Unify set_{owner,main}_item functions. |
blob | commitdiff | raw | diff to current |
next |