2002-10-11 |
Alexandre Julliard | LVS_OWNERDRAWFIXED should only take effect in REPORT... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix drawing bug introduced with the custom notification |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Simplify the report mode, and item drawing considerably. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Handle custom draw notifications properly. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Remove superfluous abstractions which make the code... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Move the custom draw notifications into the Draw.*Item... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Move the custom draw item notifications down into DrawL... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix silly redraw bug introduced in previous patch. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Implement WM_SETREDRAW properly. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Rework the mouse click notifications |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Use (semi)standard HitTest, rather then our own little... |
tree | commitdiff |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
tree | commitdiff |
2002-10-10 |
Paul Rupe | Scroll the listview when doing multiple selections. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Narrow down the items we iterate over in LIST, and... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Draw _only_ the items that are invalidated. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Reimplement FindItem (cleaner, faster, more compliant... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Rewrite HitTest to make it pretty, and very fast. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Introduce the notion of item iterators, and use them... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Separate range manipulation functions from selection... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix large item label calculation when not focused. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix focus handling when deleting items, or changing... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix large item handling focus in ICON mode. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | No need to go through the heavy duty rect computation... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Factor out owner draw code, so that it works for all... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Factor out the computation of item position, so it... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Unify LISTVIEW_UpdateLargeItemLabelRect, and GetItemMea... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Get rid of 'goto's in GetItemMeasures. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix braino in calculation of LVS_LIST origin. |
tree | commitdiff |
2002-10-08 |
Dimitrie O. Paun | Fixed bug that caused item texts to be empty. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fix nasty bug generated by UINT vs. INT (resulted in... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Cleaned up the rectangle handling, and fixed numerous... |
tree | commitdiff |
2002-10-07 |
Paul Rupe | Fix inaccurate listview scrolling with PgUp/Down and... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fix silly bug in SetItemPosition (we should set it... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Maintain the item position in {,SMALL}ICON mode separat... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Cleanup the SetItemPosition interface. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Remove the COUNT_OF macro. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fixes bug which rendered virtual listboxes always empty. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Cleanup, and clarify the handling of the various rectan... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Cleanup of the way we maintain/lookup the item count. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fix focus handling for owner draw listviews. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fix potential bug in RemoveAllItems. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Reimplement GetSubItemRect, subitem setting optimizations. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Fix bug in OWNERDATA selection handling. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Fix onwer-draw REPORT for broken apps. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Streamline the GetItem usage. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Fix condition so we actually store the state in virtual... |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | - Effective optimization in GetNextItem (speeds up... |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Rewrite the begin/end label edit procedures. |
tree | commitdiff |
2002-10-04 |
Dimitrie O. Paun | Fixed large item focus handling for virtual listviews... |
tree | commitdiff |
2002-10-04 |
Dimitrie O. Paun | Do not blindly trust GetItem to succeed -- check the... |
tree | commitdiff |
2002-10-04 |
Dimitrie O. Paun | Do not send uninitialized data in notification to appli... |
tree | commitdiff |
2002-10-04 |
Dimitrie O. Paun | - Fix nasty bug in REPORT mode, when calculating the... |
tree | commitdiff |
2002-10-03 |
György 'Nog' Jeney | Abort with error if the app uses our api to subclass... |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Reorganize DrawItem. |
tree | commitdiff |
2002-10-02 |
György 'Nog' Jeney | Use the new Subclassing API. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | Fancy/optimized EnsureVisible method that eliminates... |
tree | commitdiff |
2002-10-02 |
György 'Nog' Jeney | Implemented {G|S}etWindowSubClass, DefSubclassProc, |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Fix the subitem drawing code. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Fix the state icon handling. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Rework the {Insert,Delete}Column functions. |
tree | commitdiff |
2002-10-01 |
Dimitrie O. Paun | - Fix LIST mode, broken by previous changes. |
tree | commitdiff |
2002-09-30 |
Paul Rupe | Prevent crash when listview trace logging is on. |
tree | commitdiff |
2002-09-29 |
Guy Albertelli | - Eliminate extra background fills. |
tree | commitdiff |
2002-09-29 |
Dimitrie O. Paun | - Cache GWL_STYLE, to avoid fetching in virtually every... |
tree | commitdiff |
2002-09-27 |
Dimitrie O. Paun | Remove item from the list, if we fail to initialize... |
tree | commitdiff |
2002-09-27 |
Dimitrie O. Paun | - Fix crashes in debug mode. |
tree | commitdiff |
2002-09-25 |
Paul Rupe | - Initialize memory to prevent crashes when -debugmsg... |
tree | commitdiff |
2002-09-25 |
Paul Rupe | Resize dynamic pointer array more carefully when adding... |
tree | commitdiff |
2002-09-24 |
Guy L. Albertelli | - Localize origin, location, and rectangle computation. |
tree | commitdiff |
2002-09-24 |
Dimitrie O. Paun | Small cleanups, updated documentation. |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | Remove some more superfluous ZeroMemory calls, small... |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | - Fix outputting of a text pointer in debug mode (by... |
tree | commitdiff |
2002-09-23 |
Patrik Stridvall | Cleaned up the code so it would be easier to parse... |
tree | commitdiff |
2002-09-18 |
Dimitrie O. Paun | - Better implementation for GetTopindex/GetOrigin/SetIc... |
tree | commitdiff |
2002-09-17 |
Gyorgy 'Nog' Jeney | - Unicodeify control. |
tree | commitdiff |
2002-09-17 |
Dimitrie O. Paun | - Optimize the heck out of Report drawing. |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
tree | commitdiff |
2002-09-17 |
Sander van Leeuwen | Listview_ProcessLetterKeys: fixed never ending loop... |
tree | commitdiff |
2002-09-16 |
Dimitrie O. Paun | - Reorganization and cleanup of selection code. |
tree | commitdiff |
2002-09-16 |
Dimitrie O. Paun | - Grand rewrite for {Get,Set,Insert}Item & Co. |
tree | commitdiff |
2002-09-13 |
Guy L. Albertelli | - Improve LVM_GETITEMRECT values for LVS_ICON style... |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | - Implement custom draw support. |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | Fix a bunch of bugs related to scrolling. |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | - Complete rewrite of scrolling code: smaller, faster... |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | Greatly improved drawing code: eliminates all flicker... |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | - Rewrite the drawing code. It now is much smaller... |
tree | commitdiff |
2002-09-11 |
Dimitrie O. Paun | - Implement autopaging. |
tree | commitdiff |
2002-09-11 |
Dimitrie O. Paun | Code cleanups and simplifications, documentation updates. |
tree | commitdiff |
2002-09-09 |
Dimitrie O. Paun | - Pass infoPtr around, instead of hwnd. |
tree | commitdiff |
2002-09-09 |
Dimitrie O. Paun | - Fix bug in mouse position reading. |
tree | commitdiff |
2002-09-09 |
Dimitrie O. Paun | - Fix the tics drawing code. |
tree | commitdiff |
2002-09-09 |
Dimitrie O. Paun | Add support for the TTM_GETBUBBLESIZE message. |
tree | commitdiff |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
tree | commitdiff |
2002-09-06 |
Dimitrie O. Paun | - Eliminate flicker. |
tree | commitdiff |
2002-09-06 |
Dimitrie O. Paun | Add generic notification support for the common controls. |
tree | commitdiff |
2002-09-06 |
Dimitrie O. Paun | - Complete support for rgb{Fg,Bk} in DrawIndirect. |
tree | commitdiff |
2002-09-04 |
Dimitrie O. Paun | - Fix ImageList_GetIcon to use ImageList_* functions for |
tree | commitdiff |
2002-09-04 |
Dimitrie O. Paun | - Unicodification (use Unicode functions & types consis... |
tree | commitdiff |
2002-09-04 |
Dimitrie O. Paun | Small updown cleanup. |
tree | commitdiff |
2002-09-04 |
Dimitrie O. Paun | - implement support for xBitmap and yBitmap in ImageLis... |
tree | commitdiff |
next |