2010-01-14 |
Jason Edmeades | comctl32/listview: Issue LVM_DELETEALLITEMS from WM_DES... |
tree | commitdiff |
2010-01-11 |
Paul Vriens | comctl32: Fix size parameter for memset (Coccinelle). |
tree | commitdiff |
2010-01-07 |
Marcin Baczyński | comctl32: Remove superfluous void* cast. |
tree | commitdiff |
2010-01-07 |
Nikolay Sivov | comctl32/listview: Fix memory leak on subrange deletion. |
tree | commitdiff |
2010-01-04 |
Nikolay Sivov | comctl32/comboex: Fix a leak for text string stored... |
tree | commitdiff |
2010-01-04 |
André Hentschel | comctl32: Improve German translation. |
tree | commitdiff |
2009-12-28 |
Gerald Pfeifer | comctl32: Remove obsolete comment on RB_SETPALETTE... |
tree | commitdiff |
2009-12-28 |
Michael Stefaniuc | comctl32: The return value of notify_with_scroll()... |
tree | commitdiff |
2009-12-28 |
Michael Stefaniuc | comctl32: Remove some explicit LPARAM/WPARAM casts. |
tree | commitdiff |
2009-12-28 |
Michael Stefaniuc | comctl32/tests: Remove some superfluous casts around... |
tree | commitdiff |
2009-12-28 |
Nikolay Sivov | comctl32/updown: Fix formatting for hex mode. |
tree | commitdiff |
2009-12-28 |
Nikolay Sivov | comctl32/rebar: Check for null handles before invalidation. |
tree | commitdiff |
2009-12-28 |
Nikolay Sivov | comctl32/tests: Skip test on <5.8x systems. |
tree | commitdiff |
2009-12-24 |
Nikolay Sivov | comctl32/rebar: Avoid empty band range when changing... |
tree | commitdiff |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Move debugging traces that require... |
tree | commitdiff |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Get rid of useless helper. |
tree | commitdiff |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Don't invalidate all windows if Edit... |
tree | commitdiff |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Fix silly typo in CBEM_SETITEM handle... |
tree | commitdiff |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Add test for internally sent Edit... |
tree | commitdiff |
2009-12-24 |
Nikolay Sivov | comctl32/comboex: Use subclass chain for internally... |
tree | commitdiff |
2009-12-23 |
Nikolay Sivov | comctl32/rebar: Fix default just inserted band colors. |
tree | commitdiff |
2009-12-23 |
Nikolay Sivov | comctl32/tests: Explicitly create rebar for each test... |
tree | commitdiff |
2009-12-23 |
Nikolay Sivov | comctl32/updown: Don't change control z-order, this... |
tree | commitdiff |
2009-12-23 |
Nikolay Sivov | comctl32/updown: Don't update buddy text if it's the... |
tree | commitdiff |
2009-12-22 |
Paul Vriens | comctl32/tests: Fix a test failure on older comctl32. |
tree | commitdiff |
2009-12-22 |
Nikolay Sivov | comctl32/updown: Simplify buddy subclassing using SetWi... |
tree | commitdiff |
2009-12-22 |
Nikolay Sivov | comctl32/tests: Use win_skip() while skipping subclass... |
tree | commitdiff |
2009-12-22 |
Nikolay Sivov | comctl32/tests: Some tests for buddy procedure subclassing. |
tree | commitdiff |
2009-12-22 |
Nikolay Sivov | comctl32/tests: Add ability to create any number of... |
tree | commitdiff |
2009-12-22 |
Jason Edmeades | comctl32/toolbar: Improve fixme message conditions. |
tree | commitdiff |
2009-12-21 |
Michael Stefaniuc | comctl32/tests: Don't cast NULL to an integer type. |
tree | commitdiff |
2009-12-21 |
Nikolay Sivov | comctl32/rebar: Don't read outside of bands array on... |
tree | commitdiff |
2009-12-21 |
Nikolay Sivov | comctl32/rebar: Collapse some parameter checks and... |
tree | commitdiff |
2009-12-21 |
Nikolay Sivov | comctl32/rebar: Move parameter cast to winproc. |
tree | commitdiff |
2009-12-21 |
Nikolay Sivov | comctl32/rebar: Use DPA to manage bands data. |
tree | commitdiff |
2009-12-21 |
Alexandre Julliard | comctl32: Use the module instance instead of that of... |
tree | commitdiff |
2009-12-15 |
Paul Vriens | comctl32/tests: Fix some test failures on older comctl32. |
tree | commitdiff |
2009-12-14 |
Nikolay Sivov | comctl32/treeview: Implement NM_SETCURSOR notification. |
tree | commitdiff |
2009-12-14 |
Nikolay Sivov | comctl32/treeview: Draw +/- signs with text color,... |
tree | commitdiff |
2009-12-14 |
Nikolay Sivov | comctl32/treeview: Fix default colors set on creation. |
tree | commitdiff |
2009-12-14 |
Nikolay Sivov | comctl32/treeview: Fix mouse tracking request code. |
tree | commitdiff |
2009-12-10 |
Paul Vriens | comctl32/tests: Fix a test failure on older comctl32. |
tree | commitdiff |
2009-12-10 |
Nikolay Sivov | comctl32/tests: Get rid of static handles, split tests... |
tree | commitdiff |
2009-12-10 |
Nikolay Sivov | comctl32/treeview: Remove some forward declarations. |
tree | commitdiff |
2009-12-10 |
Nikolay Sivov | comctl32/treeview: Use additional helper for item inval... |
tree | commitdiff |
2009-12-09 |
Kirill K. Smirnov | comctl32/treeview: Avoid a NULL pointer dereference. |
tree | commitdiff |
2009-12-09 |
Nikolay Sivov | comctl32/listview: Update item width every time new... |
tree | commitdiff |
2009-12-07 |
Nikolay Sivov | comctl32/datetime: Free internal data completely on... |
tree | commitdiff |
2009-12-07 |
Nikolay Sivov | comctl32/tests: Don't forget to free array after tests. |
tree | commitdiff |
2009-12-07 |
Nikolay Sivov | comctl32/tests: Free imagelist after use. |
tree | commitdiff |
2009-12-07 |
Nikolay Sivov | comctl32/treeview: Free items pointer array and root... |
tree | commitdiff |
2009-12-03 |
Nikolay Sivov | comctl32/updown: Set width to default value on creation. |
tree | commitdiff |
2009-12-03 |
Nikolay Sivov | comctl32/updown: Specify all styles explicitly in tests. |
tree | commitdiff |
2009-12-02 |
Ilya Shpigor | comctl32: Implementation the WM_GETTEXT processing... |
tree | commitdiff |
2009-12-01 |
Ilya Shpigor | comctl32: Test the WM_GETTEXT processing of datetime... |
tree | commitdiff |
2009-12-01 |
Nikolay Sivov | comctl32/treeview: Simplify WM_CHAR handler. |
tree | commitdiff |
2009-12-01 |
Nikolay Sivov | comctl32/treeview: Clean up winproc a bit, move paramet... |
tree | commitdiff |
2009-12-01 |
Michael Stefaniuc | comctl32: Use FAILED instead of !SUCCEEDED. |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/header: Avoid uninitialized memory passed... |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Get rid of duplicated helper in... |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: New hover value should be passed... |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Add NM_HOVER notification. |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Make mouse hover work. |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Draw LVIS_CUT items with white foreg... |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Implement LVS_EX_HEADERINALLVIEWS. |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Get rid of helper used once. |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Further winproc simplification. |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Call default procedure directly... |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Remove parameter check from winproc... |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Collapse some handlers call in winproc. |
tree | commitdiff |
2009-11-30 |
Nikolay Sivov | comctl32/listview: Default column width in LVS_LIST... |
tree | commitdiff |
2009-11-23 |
Sergey Khodych | comctl32/toolbar: Use proper button index when freeing... |
tree | commitdiff |
2009-11-23 |
Nikolay Sivov | comctl32/listview: Add support for LVFI_SUBSTRING. |
tree | commitdiff |
2009-11-23 |
Nikolay Sivov | comctl32/listview: Fix find using partial string logic. |
tree | commitdiff |
2009-11-23 |
Nikolay Sivov | comctl32/listview: Add LVSIL_GROUPHEADER definition. |
tree | commitdiff |
2009-11-23 |
Nikolay Sivov | comctl32/listview: Group control data members, there... |
tree | commitdiff |
2009-11-23 |
Nikolay Sivov | comctl32/listview: Send LVN_ENDLABELEDIT in any case... |
tree | commitdiff |
2009-11-23 |
Nikolay Sivov | comctl32/listview: Don't forward WM_COMMAND (EN_KILLFOC... |
tree | commitdiff |
2009-11-23 |
Nikolay Sivov | comctl32/listview: Do nothing on LVM_CANCELEDITLABEL... |
tree | commitdiff |
2009-11-20 |
Nikolay Sivov | comctl32/tab: Reset current selection on negative focus... |
tree | commitdiff |
2009-11-20 |
Nikolay Sivov | comctl32/tab: Fix selection change when selected item... |
tree | commitdiff |
2009-11-20 |
Nikolay Sivov | comctl32/tab: Split tests to several functions not... |
tree | commitdiff |
2009-11-20 |
Nikolay Sivov | comctl32/tab: Fix reading out of array bounds on TCM_SE... |
tree | commitdiff |
2009-11-19 |
Nikolay Sivov | comctl32/monthcal: Don't pass uninitialized data to... |
tree | commitdiff |
2009-11-19 |
Nikolay Sivov | comctl32/listview: Compare item text on insert dependin... |
tree | commitdiff |
2009-11-19 |
Paul Vriens | comctl32/tests: Fix some test failures on comctl32... |
tree | commitdiff |
2009-11-19 |
Owen Rudge | comctl32/tests: Fix imagelist v6 test failures on XP. |
tree | commitdiff |
2009-11-19 |
Owen Rudge | comctl32/tests: Use SHIL_SYSSMALL instead of LARGE... |
tree | commitdiff |
2009-11-17 |
Owen Rudge | comctl32/tests: Use defined flags instead of magic... |
tree | commitdiff |
2009-11-17 |
Owen Rudge | shell32: Implement SHGetImageList and remove todo_wine... |
tree | commitdiff |
2009-11-17 |
Owen Rudge | comctl32/tests: Add hotspot/drag test for IImageList. |
tree | commitdiff |
2009-11-17 |
Owen Rudge | comctl32: Implement imagelist drag functions, GetOverla... |
tree | commitdiff |
2009-11-17 |
Owen Rudge | comctl32: Implement GetImageRect, Get/SetIconSize,... |
tree | commitdiff |
2009-11-17 |
Owen Rudge | comctl32/tests: Add test of IImageList_Merge function. |
tree | commitdiff |
2009-11-16 |
Nikolay Sivov | comctl32/imagelist: Make ImageList_Destroy just decreas... |
tree | commitdiff |
2009-11-16 |
Nikolay Sivov | comctl32/imagelist: Use defined flags instead of magic... |
tree | commitdiff |
2009-11-16 |
Nikolay Sivov | comctl32/imagelist: Get rid of magic field, use vtable... |
tree | commitdiff |
2009-11-16 |
Anders Jonsson | comctl32: Fix typos. |
tree | commitdiff |
2009-11-16 |
Owen Rudge | comctl32: Implement Copy, Merge and Clone methods in... |
tree | commitdiff |
2009-11-16 |
Owen Rudge | comctl32/tests: Add further tests for IImageList. |
tree | commitdiff |
next |