2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-04 |
Alexandre Julliard | Removed a few more #ifdef __WINE__. |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Eliminate lots of __WINE__ conditionals from the headers. |
tree | commitdiff |
2003-01-03 |
Lionel Ulmer | Check the value of the pfnCallback in addition to the... |
tree | commitdiff |
2003-01-03 |
Chris Morgan | Listview should scroll by at least one column, fixes... |
tree | commitdiff |
2003-01-02 |
Rein Klazes | Let ANIMATE_OpenA return FALSE (= failure) upon a reque... |
tree | commitdiff |
2003-01-02 |
Duane Clark | Validate imagelists with christmas magic. |
tree | commitdiff |
2002-12-23 |
Duane Clark | Report mode padding tweaks. |
tree | commitdiff |
2002-12-16 |
Rolf Kalbermatter | Add config.h/port.h to allow compilation/linking in... |
tree | commitdiff |
2002-12-13 |
Robert Shearman | Implemented StrStrIW. |
tree | commitdiff |
2002-12-13 |
Rolf Kalbermatter | Typo found by compiling with standard MSVC warning... |
tree | commitdiff |
2002-12-10 |
Dimitrie O. Paun | Get rid of generic notification support in comctrl32... |
tree | commitdiff |
2002-12-10 |
Dimitrie O. Paun | - Plug a bunch of memory leaks. |
tree | commitdiff |
2002-12-06 |
Francois Gouget | Define PSH_WIZARD97 (problem reported by jaymz@free... |
tree | commitdiff |
2002-12-05 |
Ove Kaaven | Make sure that no files except unknwn.h include wine... |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-27 |
Dimitrie O. Paun | - Typesafe parameters from TREEVIEW_NotifyFormat. |
tree | commitdiff |
2002-11-25 |
Andreas Mohr | Added the missing cx member to the MyDLGITEMTEMPLATEEX... |
tree | commitdiff |
2002-11-25 |
Aric Stewart | LVN_GETDISPINFO seems to always be Ansi. |
tree | commitdiff |
2002-11-20 |
Tisheng Chen | Added Simplified Chinese support. |
tree | commitdiff |
2002-11-18 |
Alexandre Julliard | Setting the horizontal scrollbar can change the values... |
tree | commitdiff |
2002-11-18 |
Dimitrie O. Paun | Use DeleteDC instead of DeleteObject to free HDCs ... |
tree | commitdiff |
2002-11-13 |
Ulrich Czekalla | - Add support for multiple image lists. |
tree | commitdiff |
2002-11-13 |
Huw Davies | Check the return value of ImageList_GetImageInfo before... |
tree | commitdiff |
2002-11-11 |
Rolf Kalbermatter | Fix some NULL dereferencing. |
tree | commitdiff |
2002-11-06 |
Dimitrie O. Paun | Do not draw the text of the item being edited. |
tree | commitdiff |
2002-11-06 |
Dimitrie O. Paun | Fix the 'jumping selection' bug (#1108). |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-10-31 |
Carlos Lozano | lParam was not properly sent in COMBOEX_DrawItem. |
tree | commitdiff |
2002-10-31 |
Dimitrie O. Paun | Append columns with large column indices. |
tree | commitdiff |
2002-10-31 |
Dmitry Timoshkov | Fix some types and function prototypes according to... |
tree | commitdiff |
2002-10-31 |
Dimitrie O. Paun | Fix some treeview notification codes between ANSI/Unico... |
tree | commitdiff |
2002-10-29 |
Rein Klazes | Fix for listview wheelmouse message handling. |
tree | commitdiff |
2002-10-29 |
Sander van Leeuwen | Fixed font object leak in WM_SETFONT handler. |
tree | commitdiff |
2002-10-29 |
Dimitrie O. Paun | Send the right notification code (A/W) depending on... |
tree | commitdiff |
2002-10-28 |
Alexandre Julliard | set_main_item: ignore meaningless bits in stateMask... |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | We should always have a main item in report mode. |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Properly fill lParam in NMLISTVIEW. |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Fix crash-inducing typo/thinko. |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Mark immutable objects as const. Fix inconsistent ... |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Add LVHITTESTINFO debug helper. More tracing. |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Despite what the docs say, we have to invalidate the... |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Eliminate flicker when resizing, docs updates. |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Cleanup, and simplification of UpdateSize. |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Handle focus item properly in SetItemCount. |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Remove only the necessary selections when setting the... |
tree | commitdiff |
2002-10-28 |
Dimitrie O. Paun | Rewrite of the SetItemCount: bugs got squashed, |
tree | commitdiff |
2002-10-28 |
Carlos | lParam was not properly sent in TTM_ADDTOOLW. |
tree | commitdiff |
2002-10-28 |
Carlos | lParam was not properly sent in CBEN_GETDISPINFOW. |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | - fix some pselling |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Do not invalidate list on WM_SETREDRAW. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | We can avoid flicker on column resize only if it's... |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Always draw the main item in full row select. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Use iterators to render over the columns, in report... |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Small iterator-over-range[s] cleanup. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Eliminate most of the flicker when resizing columns. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Fix subitem background color in full row select. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | We should callback for inexistent subitems. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Fix crash when computing the item width of a report... |
tree | commitdiff |
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 |
next |