2002-10-19 |
Dimitrie O. Paun | Inspect style bits independently on style change.
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Rewrite StyleChanged procedure
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Keep track of per-column information inside the listview.
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Do not query items that are just being inserted.
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Reorganize things a bit so that we no longer need the...
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Instrument SetItemT to change only _one_ item at a...
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Unify set_{owner,main}_item functions.
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | More, better tracing to help nail down some crashes.
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Deal with sparsely populated listviews.
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Add ability to create an iterator over a range list.
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Change the definition of ranges to exclude the upper...
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Handle range tracing in a consistent fashion.
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Remove dated comments.
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Better encapsulation of the ranges concept.
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Notification code cleanup, more traces, etc.
|
commit | commitdiff | tree |
2002-10-17 |
Dimitrie O. Paun | Add/update the listview structures to version 6.0.
|
commit | commitdiff | tree |
2002-10-16 |
Dimitrie O. Paun | We need to provide focus info always in ICON mode ...
|
commit | commitdiff | tree |
2002-10-16 |
Dimitrie O. Paun | Remember the global colors in custom draw mode.
|
commit | commitdiff | tree |
2002-10-16 |
Dimitrie O. Paun | Compute only the old state that we're gonna look at.
|
commit | commitdiff | tree |
2002-10-16 |
Dimitrie O. Paun | Instrument SetItemT to avoid repainting if nothing...
|
commit | commitdiff | tree |
2002-10-16 |
Dimitrie O. Paun | Fix bug in edit label when sending the text to the...
|
commit | commitdiff | tree |
2002-10-16 |
Dimitrie O. Paun | Edit label cleanup.
|
commit | commitdiff | tree |
2002-10-16 |
Dimitrie O. Paun | Fix bug in ranges_shift which was corrupting selections.
|
commit | commitdiff | tree |
2002-10-16 |
Dimitrie O. Paun | Add comment on what is known about the current state...
|
commit | commitdiff | tree |
2002-10-15 |
Dimitrie O. Paun | Fix iterator creation for LVS_LIST mode.
|
commit | commitdiff | tree |
2002-10-15 |
Dimitrie O. Paun | No longer compute the ill-defined bounds in GetItemMetrics.
|
commit | commitdiff | tree |
2002-10-15 |
Dimitrie O. Paun | Teach GetItemMetrics to deal with subitems in report...
|
commit | commitdiff | tree |
2002-10-15 |
Dimitrie O. Paun | Fix iterator creation for LVS_LIST mode.
|
commit | commitdiff | tree |
2002-10-15 |
Dimitrie O. Paun | Fix iterators to properly deal with LVS_{,SMALL}ICON...
|
commit | commitdiff | tree |
2002-10-15 |
Dimitrie O. Paun | Iterator updates:
|
commit | commitdiff | tree |
2002-10-15 |
Dimitrie O. Paun | Do not merge image with garbage background. Based on...
|
commit | commitdiff | tree |
2002-10-11 |
Dimitrie O. Paun | Rename GetItemHeight to CalculateMaxHeight, for consistency
|
commit | commitdiff | tree |
2002-10-11 |
Dimitrie O. Paun | Use the item box rather than the bounds when invalidating.
|
commit | commitdiff | tree |
2002-10-11 |
Dimitrie O. Paun | Unify DrawLargeItem with DrawItem.
|
commit | commitdiff | tree |
2002-10-11 |
Dimitrie O. Paun | Use GetItemMetrics instead of GetItemMeasures.
|
commit | commitdiff | tree |
2002-10-11 |
Dimitrie O. Paun | Be real tough on internal programming errors.
|
commit | commitdiff | tree |
2002-10-11 |
Dimitrie O. Paun | Remove support for owner drawn listviews in non-REPORT...
|
commit | commitdiff | tree |
2002-10-11 |
Dimitrie O. Paun | Use GetItemMetrics instead of GetItemMeasures when...
|
commit | commitdiff | tree |
2002-10-11 |
Dimitrie O. Paun | Make use of the new GetItemMetrics in HitTest, to avoid...
|
commit | commitdiff | tree |
2002-10-11 |
Dimitrie O. Paun | Separate item metrics computation from positioning
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Fix drawing bug introduced with the custom notification
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Simplify the report mode, and item drawing considerably.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Handle custom draw notifications properly.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Remove superfluous abstractions which make the code...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Move the custom draw notifications into the Draw.*Item...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Move the custom draw item notifications down into DrawLargeItem.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Fix silly redraw bug introduced in previous patch.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Implement WM_SETREDRAW properly.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Rework the mouse click notifications
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Use (semi)standard HitTest, rather then our own little...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Narrow down the items we iterate over in LIST, and...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Draw _only_ the items that are invalidated.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Reimplement FindItem (cleaner, faster, more compliant...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Rewrite HitTest to make it pretty, and very fast.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Introduce the notion of item iterators, and use them...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Separate range manipulation functions from selection...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Fix large item label calculation when not focused.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Fix focus handling when deleting items, or changing...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Fix large item handling focus in ICON mode.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | No need to go through the heavy duty rect computation...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Factor out owner draw code, so that it works for all...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Factor out the computation of item position, so it...
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Unify LISTVIEW_UpdateLargeItemLabelRect, and GetItemMeasures.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Get rid of 'goto's in GetItemMeasures.
|
commit | commitdiff | tree |
2002-10-10 |
Dimitrie O. Paun | Fix braino in calculation of LVS_LIST origin.
|
commit | commitdiff | tree |
2002-10-08 |
Dimitrie O. Paun | Fixed bug that caused item texts to be empty.
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Fix nasty bug generated by UINT vs. INT (resulted in...
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Cleaned up the rectangle handling, and fixed numerous...
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Fix silly bug in SetItemPosition (we should set it...
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Maintain the item position in {,SMALL}ICON mode separataly...
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Cleanup the SetItemPosition interface.
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Remove the COUNT_OF macro.
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Fixes bug which rendered virtual listboxes always empty.
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Cleanup, and clarify the handling of the various rectangles.
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Cleanup of the way we maintain/lookup the item count.
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Fix focus handling for owner draw listviews.
|
commit | commitdiff | tree |
2002-10-07 |
Dimitrie O. Paun | Fix potential bug in RemoveAllItems.
|
commit | commitdiff | tree |
2002-10-05 |
Dimitrie O. Paun | Reimplement GetSubItemRect, subitem setting optimizations.
|
commit | commitdiff | tree |
2002-10-05 |
Dimitrie O. Paun | Fix bug in OWNERDATA selection handling.
|
commit | commitdiff | tree |
2002-10-05 |
Dimitrie O. Paun | Fix onwer-draw REPORT for broken apps.
|
commit | commitdiff | tree |
2002-10-05 |
Dimitrie O. Paun | Streamline the GetItem usage.
|
commit | commitdiff | tree |
2002-10-05 |
Dimitrie O. Paun | Fix condition so we actually store the state in virtual...
|
commit | commitdiff | tree |
2002-10-05 |
Dimitrie O. Paun | - Effective optimization in GetNextItem (speeds up...
|
commit | commitdiff | tree |
2002-10-05 |
Dimitrie O. Paun | Rewrite the begin/end label edit procedures.
|
commit | commitdiff | tree |
2002-10-04 |
Dimitrie O. Paun | Fixed large item focus handling for virtual listviews...
|
commit | commitdiff | tree |
2002-10-04 |
Dimitrie O. Paun | Do not blindly trust GetItem to succeed -- check the...
|
commit | commitdiff | tree |
2002-10-04 |
Dimitrie O. Paun | Do not send uninitialized data in notification to application.
|
commit | commitdiff | tree |
2002-10-04 |
Dimitrie O. Paun | - Fix nasty bug in REPORT mode, when calculating the...
|
commit | commitdiff | tree |
2002-10-02 |
Dimitrie O. Paun | - Reorganize DrawItem.
|
commit | commitdiff | tree |
2002-10-02 |
Dimitrie O. Paun | Fancy/optimized EnsureVisible method that eliminates...
|
commit | commitdiff | tree |
2002-10-02 |
Dimitrie O. Paun | - Fix the subitem drawing code.
|
commit | commitdiff | tree |
2002-10-02 |
Dimitrie O. Paun | Fix Validate{Rect,Rgn} prototypes.
|
commit | commitdiff | tree |
2002-10-02 |
Dimitrie O. Paun | - Fix the state icon handling.
|
commit | commitdiff | tree |
2002-10-02 |
Dimitrie O. Paun | - Rework the {Insert,Delete}Column functions.
|
commit | commitdiff | tree |
2002-10-01 |
Dimitrie O. Paun | - Fix LIST mode, broken by previous changes.
|
commit | commitdiff | tree |
2002-09-29 |
Dimitrie O. Paun | - Cache GWL_STYLE, to avoid fetching in virtually every...
|
commit | commitdiff | tree |
2002-09-27 |
Dimitrie O. Paun | Remove item from the list, if we fail to initialize...
|
commit | commitdiff | tree |
2002-09-27 |
Dimitrie O. Paun | - Fix crashes in debug mode.
|
commit | commitdiff | tree |
2002-09-25 |
Dimitrie O. Paun | - Stop passing hwnd around when we're passing EDITSTATE.
|
commit | commitdiff | tree |
2002-09-25 |
Dimitrie O. Paun | By default, we should use our own dlls.
|
commit | commitdiff | tree |