More docs compliant alignment handling for subitems.
[wine] / dlls / comctl32 / listview.c
2002-10-21  Dimitrie O. PaunMore docs compliant alignment handling for subitems.
2002-10-19  Dimitrie O. PaunDo not create a range list for an empty range.
2002-10-19  Dimitrie O. PaunStore the entire format bitmap in the column info.
2002-10-19  Dimitrie O. PaunColumn zero has the image enabled always, irrespective...
2002-10-19  Dimitrie O. PaunUnify {Insert,Set}ColumnT as much as possible.
2002-10-19  Dimitrie O. PaunFix function header documentation.
2002-10-19  Dimitrie O. PaunBetter report mode.
2002-10-19  Dimitrie O. PaunWhen deleting an item, remove selection, don't add it!
2002-10-19  Dimitrie O. PaunMore traces to help us make sense of the output.
2002-10-19  Dimitrie O. PaunFix ranges insertion bug (specify DPAS_SORTED when...
2002-10-19  Dimitrie O. PaunInspect style bits independently on style change.
2002-10-19  Dimitrie O. PaunRewrite StyleChanged procedure
2002-10-19  Dimitrie O. PaunKeep track of per-column information inside the listview.
2002-10-19  Dimitrie O. PaunDo not query items that are just being inserted.
2002-10-19  Dimitrie O. PaunReorganize things a bit so that we no longer need the...
2002-10-17  Dimitrie O. PaunInstrument SetItemT to change only _one_ item at a...
2002-10-17  Dimitrie O. PaunUnify set_{owner,main}_item functions.
2002-10-17  Dimitrie O. PaunMore, better tracing to help nail down some crashes.
2002-10-17  Dimitrie O. PaunDeal with sparsely populated listviews.
2002-10-17  Dimitrie O. PaunAdd ability to create an iterator over a range list.
2002-10-17  Dimitrie O. PaunChange the definition of ranges to exclude the upper...
2002-10-17  Dimitrie O. PaunHandle range tracing in a consistent fashion.
2002-10-17  Dimitrie O. PaunRemove dated comments.
2002-10-17  Dimitrie O. PaunBetter encapsulation of the ranges concept.
2002-10-17  Dimitrie O. PaunNotification code cleanup, more traces, etc.
2002-10-16  Dimitrie O. PaunWe need to provide focus info always in ICON mode ...
2002-10-16  Mike McCormackDuplicate selected items list in LISTVIEW_RemoveAllSele...
2002-10-16  Dimitrie O. PaunRemember the global colors in custom draw mode.
2002-10-16  Dimitrie O. PaunCompute only the old state that we're gonna look at.
2002-10-16  Dimitrie O. PaunInstrument SetItemT to avoid repainting if nothing...
2002-10-16  Dimitrie O. PaunFix bug in edit label when sending the text to the...
2002-10-16  Dimitrie O. PaunEdit label cleanup.
2002-10-16  Dimitrie O. PaunFix bug in ranges_shift which was corrupting selections.
2002-10-15  Dimitrie O. PaunFix iterator creation for LVS_LIST mode.
2002-10-15  Dimitrie O. PaunNo longer compute the ill-defined bounds in GetItemMetrics.
2002-10-15  Dimitrie O. PaunTeach GetItemMetrics to deal with subitems in report...
2002-10-15  Dimitrie O. PaunFix iterator creation for LVS_LIST mode.
2002-10-15  Dimitrie O. PaunFix iterators to properly deal with LVS_{,SMALL}ICON...
2002-10-15  Dimitrie O. PaunIterator updates:
2002-10-11  Dimitrie O. PaunRename GetItemHeight to CalculateMaxHeight, for consistency
2002-10-11  Dimitrie O. PaunUse the item box rather than the bounds when invalidating.
2002-10-11  Dimitrie O. PaunUnify DrawLargeItem with DrawItem.
2002-10-11  Dimitrie O. PaunUse GetItemMetrics instead of GetItemMeasures.
2002-10-11  Dimitrie O. PaunBe real tough on internal programming errors.
2002-10-11  Dimitrie O. PaunRemove support for owner drawn listviews in non-REPORT...
2002-10-11  Dimitrie O. PaunUse GetItemMetrics instead of GetItemMeasures when...
2002-10-11  Dimitrie O. PaunMake use of the new GetItemMetrics in HitTest, to avoid...
2002-10-11  Dimitrie O. PaunSeparate item metrics computation from positioning
2002-10-11  Alexandre JulliardLVS_OWNERDRAWFIXED should only take effect in REPORT...
2002-10-10  Dimitrie O. PaunFix drawing bug introduced with the custom notification
2002-10-10  Dimitrie O. PaunSimplify the report mode, and item drawing considerably.
2002-10-10  Dimitrie O. PaunHandle custom draw notifications properly.
2002-10-10  Dimitrie O. PaunRemove superfluous abstractions which make the code...
2002-10-10  Dimitrie O. PaunMove the custom draw notifications into the Draw.*Item...
2002-10-10  Dimitrie O. PaunMove the custom draw item notifications down into DrawL...
2002-10-10  Dimitrie O. PaunFix silly redraw bug introduced in previous patch.
2002-10-10  Dimitrie O. PaunImplement WM_SETREDRAW properly.
2002-10-10  Dimitrie O. PaunRework the mouse click notifications
2002-10-10  Dimitrie O. PaunUse (semi)standard HitTest, rather then our own little...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-10  Paul RupeScroll the listview when doing multiple selections.
2002-10-10  Dimitrie O. PaunNarrow down the items we iterate over in LIST, and...
2002-10-10  Dimitrie O. PaunDraw _only_ the items that are invalidated.
2002-10-10  Dimitrie O. PaunReimplement FindItem (cleaner, faster, more compliant...
2002-10-10  Dimitrie O. PaunRewrite HitTest to make it pretty, and very fast.
2002-10-10  Dimitrie O. PaunIntroduce the notion of item iterators, and use them...
2002-10-10  Dimitrie O. PaunSeparate range manipulation functions from selection...
2002-10-10  Dimitrie O. PaunFix large item label calculation when not focused.
2002-10-10  Dimitrie O. PaunFix focus handling when deleting items, or changing...
2002-10-10  Dimitrie O. PaunFix large item handling focus in ICON mode.
2002-10-10  Dimitrie O. PaunNo need to go through the heavy duty rect computation...
2002-10-10  Dimitrie O. PaunFactor out owner draw code, so that it works for all...
2002-10-10  Dimitrie O. PaunFactor out the computation of item position, so it...
2002-10-10  Dimitrie O. PaunUnify LISTVIEW_UpdateLargeItemLabelRect, and GetItemMea...
2002-10-10  Dimitrie O. PaunGet rid of 'goto's in GetItemMeasures.
2002-10-10  Dimitrie O. PaunFix braino in calculation of LVS_LIST origin.
2002-10-08  Dimitrie O. PaunFixed bug that caused item texts to be empty.
2002-10-07  Dimitrie O. PaunFix nasty bug generated by UINT vs. INT (resulted in...
2002-10-07  Dimitrie O. PaunCleaned up the rectangle handling, and fixed numerous...
2002-10-07  Paul RupeFix inaccurate listview scrolling with PgUp/Down and...
2002-10-07  Dimitrie O. PaunFix silly bug in SetItemPosition (we should set it...
2002-10-07  Dimitrie O. PaunMaintain the item position in {,SMALL}ICON mode separat...
2002-10-07  Dimitrie O. PaunCleanup the SetItemPosition interface.
2002-10-07  Dimitrie O. PaunRemove the COUNT_OF macro.
2002-10-07  Dimitrie O. PaunFixes bug which rendered virtual listboxes always empty.
2002-10-07  Dimitrie O. PaunCleanup, and clarify the handling of the various rectan...
2002-10-07  Dimitrie O. PaunCleanup of the way we maintain/lookup the item count.
2002-10-07  Dimitrie O. PaunFix focus handling for owner draw listviews.
2002-10-07  Dimitrie O. PaunFix potential bug in RemoveAllItems.
2002-10-05  Dimitrie O. PaunReimplement GetSubItemRect, subitem setting optimizations.
2002-10-05  Dimitrie O. PaunFix bug in OWNERDATA selection handling.
2002-10-05  Dimitrie O. PaunFix onwer-draw REPORT for broken apps.
2002-10-05  Dimitrie O. PaunStreamline the GetItem usage.
2002-10-05  Dimitrie O. PaunFix condition so we actually store the state in virtual...
2002-10-05  Dimitrie O. Paun- Effective optimization in GetNextItem (speeds up...
2002-10-05  Dimitrie O. PaunRewrite the begin/end label edit procedures.
2002-10-04  Dimitrie O. PaunFixed large item focus handling for virtual listviews...
2002-10-04  Dimitrie O. PaunDo not blindly trust GetItem to succeed -- check the...
2002-10-04  Dimitrie O. PaunDo not send uninitialized data in notification to appli...
2002-10-04  Dimitrie O. Paun- Fix nasty bug in REPORT mode, when calculating the...
next