2002-10-25 |
Dimitrie O. Paun | Keep autoarranging items until one is moved. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Abstract autoarranging decision to a helper function. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Do not do screen work if refreshing is disabled. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Rewrite the UpdateScroll function: simpler, faster. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Avoid division by 0 by initializing the item size in... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Append to the end of the DPA, if insert index is too... |
tree | commitdiff |
2002-10-23 |
Carlos | Fixed duplicated arrows in header control. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Fix thinko that slipped in with the prev patch (reenabl... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Do not invalidate the window before the first paint... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Use InvalidateItem instead of explicit InvalidateRect... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Transform the invalidation macros to proper functions. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Delay some size computations until after first paint. |
tree | commitdiff |
2002-10-23 |
Rein Klazes | Reorganize the item size calculation (a bit simpler... |
tree | commitdiff |
2002-10-23 |
Rein Klazes | Search through all items when LISTVIEW_FindItemW is... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Delete the items if we actually own them. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Do not callback to the parent for lParam when in LVS_OW... |
tree | commitdiff |
2002-10-23 |
Michael Stefaniuc | - fix the "int format, HANDLE arg" type of warnings... |
tree | commitdiff |
2002-10-23 |
Michael Stefaniuc | Add casts to compile with -DSTRICT. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Do not crash if callback text is not filled (behave... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Collect all bugs, missing features, etc in the header... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Do not autoarrange if we insert/delete from the end... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Rework SetItemPosition, bunch of bugs squashed in the... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Rename LISTVIEW_ITEM to ITEM_INFO for consistency. |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
tree | commitdiff |
2002-10-23 |
Michael Stefaniuc | Add needed casts for a "no warnings" compile of comctl32. |
tree | commitdiff |
2002-10-23 |
Christian Neumair | Collect all bugs, missing features, etc in the header... |
tree | commitdiff |
2002-10-22 |
Dimitrie O. Paun | Bring header's height more inline with native's. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | DPAs can't have more than 0x8000 elements (fixed with... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | No need to increment item size, it's already adjusted... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Do not rely on HeapReAlloc to allocate a NULL pointer. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Rewrite DPA_InsertPtr in terms on DPA_SetPtr, so that... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Do not send uninitialized lParams on notification msgs... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Complete rewrite of the rcView implementation. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Split ranges_destroy in ranges_clear, and ranges_destroy. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Updated header documentation to the latest, and greatest. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Optimize invalidation on insert. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Rewrite DeleteItemT: cleaner, a lot faster. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Implement most of LVM_ARRANGE. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Proper (type wise) return types. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Reorganize header notifications. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Crash on internal NULL pointers, don't test all over... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | When removing focus, no need to go through all elements. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Fix colors for selected items in full row select mode. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Fix computation of subitem box, when invalidating it. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Assert on inconsistent range list states. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Do not grow the item list to arbritary index: if reques... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | SetColumnWidth rewrite: simpler, cleaner code. Bugs... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Handle generic column width changes. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Assert on internal invariants, rather than fail gracefully. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | More docs compliant alignment handling for subitems. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Fix notification from header, on item changed. |
tree | commitdiff |
2002-10-21 |
Duane Clark | Correct the behavior for disabled toolbar buttons. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Do not create a range list for an empty range. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Store the entire format bitmap in the column info. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Column zero has the image enabled always, irrespective... |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Unify {Insert,Set}ColumnT as much as possible. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Fix function header documentation. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Better report mode. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | When deleting an item, remove selection, don't add it! |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | More traces to help us make sense of the output. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Fix ranges insertion bug (specify DPAS_SORTED when... |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Inspect style bits independently on style change. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Rewrite StyleChanged procedure |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Keep track of per-column information inside the listview. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Do not query items that are just being inserted. |
tree | commitdiff |
2002-10-19 |
Dimitrie O. Paun | Reorganize things a bit so that we no longer need the... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-10-18 |
Martin Fuchs | pszText is stored as Unicode, so call DrawTextW() inste... |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | Instrument SetItemT to change only _one_ item at a... |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | Unify set_{owner,main}_item functions. |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | More, better tracing to help nail down some crashes. |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | Deal with sparsely populated listviews. |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | Add ability to create an iterator over a range list. |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | Change the definition of ranges to exclude the upper... |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | Handle range tracing in a consistent fashion. |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | Remove dated comments. |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | Better encapsulation of the ranges concept. |
tree | commitdiff |
2002-10-17 |
Dimitrie O. Paun | Notification code cleanup, more traces, etc. |
tree | commitdiff |
2002-10-17 |
Jerry Jenkins | Added missing RemoveProp calls. |
tree | commitdiff |
2002-10-16 |
Dimitrie O. Paun | We need to provide focus info always in ICON mode ... |
tree | commitdiff |
2002-10-16 |
Mike McCormack | Duplicate selected items list in LISTVIEW_RemoveAllSele... |
tree | commitdiff |
2002-10-16 |
Dimitrie O. Paun | Remember the global colors in custom draw mode. |
tree | commitdiff |
2002-10-16 |
Dimitrie O. Paun | Compute only the old state that we're gonna look at. |
tree | commitdiff |
2002-10-16 |
Dimitrie O. Paun | Instrument SetItemT to avoid repainting if nothing... |
tree | commitdiff |
2002-10-16 |
Dimitrie O. Paun | Fix bug in edit label when sending the text to the... |
tree | commitdiff |
2002-10-16 |
Dimitrie O. Paun | Edit label cleanup. |
tree | commitdiff |
2002-10-16 |
Dimitrie O. Paun | Fix bug in ranges_shift which was corrupting selections. |
tree | commitdiff |
2002-10-16 |
Dimitrie O. Paun | Add comment on what is known about the current state... |
tree | commitdiff |
2002-10-15 |
Dimitrie O. Paun | Fix iterator creation for LVS_LIST mode. |
tree | commitdiff |
2002-10-15 |
Dimitrie O. Paun | No longer compute the ill-defined bounds in GetItemMetrics. |
tree | commitdiff |
2002-10-15 |
Dimitrie O. Paun | Teach GetItemMetrics to deal with subitems in report... |
tree | commitdiff |
2002-10-15 |
Dimitrie O. Paun | Fix iterator creation for LVS_LIST mode. |
tree | commitdiff |
2002-10-15 |
Dimitrie O. Paun | Fix iterators to properly deal with LVS_{,SMALL}ICON... |
tree | commitdiff |
2002-10-15 |
Dimitrie O. Paun | Iterator updates: |
tree | commitdiff |
2002-10-15 |
Dimitrie O. Paun | Do not merge image with garbage background. Based on... |
tree | commitdiff |
2002-10-15 |
Michael Günnewig | Fixed division by zero, when range is 0. |
tree | commitdiff |
2002-10-13 |
Uwe Bonnes | Add function to get size of in-memory resource and... |
tree | commitdiff |
2002-10-11 |
Dimitrie O. Paun | Rename GetItemHeight to CalculateMaxHeight, for consistency |
tree | commitdiff |
2002-10-11 |
Dimitrie O. Paun | Use the item box rather than the bounds when invalidating. |
tree | commitdiff |
2002-10-11 |
Dimitrie O. Paun | Unify DrawLargeItem with DrawItem. |
tree | commitdiff |
next |