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 |
2009-11-16 |
Owen Rudge | comctl32: Implement SetOverlayImage, Replace, AddMasked... |
tree | commitdiff |
2009-11-16 |
Owen Rudge | comctl32/tests: Add tests for IImageList based on stand... |
tree | commitdiff |
2009-11-16 |
Owen Rudge | comctl32: Implement Add, ReplaceIcon, GetImageCount... |
tree | commitdiff |
2009-11-16 |
Marcus Meissner | comctl32: Removed useless NULL check (Coverity). |
tree | commitdiff |
2009-11-13 |
Paul Vriens | comctl32/tests: Remove unused parameter. |
tree | commitdiff |
2009-11-13 |
Owen Rudge | comctl32/tests: Add IImageList creation test. |
tree | commitdiff |
2009-11-13 |
Owen Rudge | comctl32: Add basic structure for IImageList interface. |
tree | commitdiff |
2009-11-12 |
Nikolay Sivov | comctl32/treeview: Collapse some message handlers. |
tree | commitdiff |
2009-11-12 |
Nikolay Sivov | comctl32/toolbar: Call handlers in more general way. |
tree | commitdiff |
2009-11-12 |
Nikolay Sivov | comctl32/toolbar: Use single handler for TB_GETBUTTONTE... |
tree | commitdiff |
2009-11-12 |
Nikolay Sivov | comctl32/toolbar: Use single handler for TB_SETBUTTONIN... |
tree | commitdiff |
2009-11-04 |
Owen Rudge | comctl32: Add support for scrolling during marquee... |
tree | commitdiff |
2009-11-04 |
Owen Rudge | comctl32: Cancel marquee selection if we lose focus... |
tree | commitdiff |
2009-11-04 |
Owen Rudge | comctl32: Move marquee logic into separate function. |
tree | commitdiff |
2009-11-04 |
Owen Rudge | comctl32: Add absolute version of iterator_frameditems. |
tree | commitdiff |
2009-10-28 |
Paul Vriens | comctl32/tests: Use A-functions. |
tree | commitdiff |
2009-10-26 |
Nikolay Sivov | comctl32/tests: Release Imagelist handles when no neede... |
tree | commitdiff |
2009-10-26 |
Nikolay Sivov | comctl32/toolbar: Don't leak button strings. |
tree | commitdiff |
2009-10-23 |
Nikolay Sivov | comctl32/tests: Explicitly initialize window handle. |
tree | commitdiff |
2009-10-22 |
Nikolay Sivov | comctl32: Fix imagelist leak when switching LVS_EX_CHEC... |
tree | commitdiff |
2009-10-22 |
Nikolay Sivov | comctl32/listview: Free ID array when removing all... |
tree | commitdiff |
2009-10-22 |
Nikolay Sivov | comctl32/listview: Free column data on control destruction. |
tree | commitdiff |
2009-10-22 |
Nikolay Sivov | comctl32/listview: Don't query header if it isn't created. |
tree | commitdiff |
2009-10-21 |
Nikolay Sivov | comctl32/tests: Release activation context handle when... |
tree | commitdiff |
2009-10-21 |
Nikolay Sivov | comctl32/header: Don't leak Imagelist handle. |
tree | commitdiff |
2009-10-21 |
Nikolay Sivov | comctl32/syslink: Implement LWS_IGNORERETURN. |
tree | commitdiff |
2009-10-21 |
Nikolay Sivov | comctl32/syslink: Implement LWS_TRANSPARENT style. |
tree | commitdiff |
2009-10-21 |
Nikolay Sivov | comctl32/syslink: Add a WM_ERASEBKGND handler. |
tree | commitdiff |
2009-10-20 |
Owen Rudge | comctl32: Ensure listview control has focus when marque... |
tree | commitdiff |
2009-10-20 |
Paul Vriens | comctl32/tests: Fix some test failures on older comctl32. |
tree | commitdiff |
2009-10-19 |
Francois Gouget | comctl32: Add a trailing '\n' to a Wine trace. |
tree | commitdiff |
2009-10-19 |
Francois Gouget | comctl32/monthcal: Fix compilation on systems that... |
tree | commitdiff |
2009-10-19 |
Ričardas Barkauskas | comctl32/propsheet: Test and fix for crash processing... |
tree | commitdiff |
2009-10-19 |
Nikolay Sivov | comctl32/monthcal: Explicitly set required control... |
tree | commitdiff |
2009-10-19 |
Nikolay Sivov | comctl32/header: Process input order array more accurately. |
tree | commitdiff |
2009-10-19 |
Nikolay Sivov | comctl32/treeview: Erase background on WM_PAINT if... |
tree | commitdiff |
2009-10-19 |
Owen Rudge | comctl32: Only execute hit test in MouseMove if necessary. |
tree | commitdiff |
2009-10-16 |
Nikolay Sivov | comctl32/monthcal: Get/set unicode format flag using... |
tree | commitdiff |
2009-10-15 |
Nikolay Sivov | comctl32/tooltips: Remove unneeded helper parameter. |
tree | commitdiff |
2009-10-15 |
Nikolay Sivov | comctl32/tooltips: Remove redundant code, let handlers... |
tree | commitdiff |
2009-10-15 |
Nikolay Sivov | comctl32/tooltips: Test the way structure size field... |
tree | commitdiff |
2009-10-15 |
Nikolay Sivov | comctl32/tooltips: Fix an obviously wrong structure... |
tree | commitdiff |
2009-10-14 |
Nikolay Sivov | comctl32/monthcal: Reduce update rectangle after updati... |
tree | commitdiff |
2009-10-14 |
Nikolay Sivov | comctl32/monthcal: Fix painting selected day, remove... |
tree | commitdiff |
2009-10-14 |
Nikolay Sivov | comctl32/comboex: Handle NULL item text case to avoid... |
tree | commitdiff |
2009-10-13 |
Paul Vriens | comctl32/tests: Fix a test failure on older comctl32... |
tree | commitdiff |
2009-10-13 |
Nikolay Sivov | comctl32/monthcal: Add separate handler for WM_PRINTCLIENT. |
tree | commitdiff |
2009-10-13 |
Nikolay Sivov | comctl32/monthcal: Implement handler for WM_ERASEBKGND. |
tree | commitdiff |
2009-10-13 |
Nikolay Sivov | comctl32/monthcal: Simplify painting operations, split... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Fix today link test. |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/datetime: Use SDK class name for inner button... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/datetime: It isn't allowed to change DTS_SHOWN... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/datetime: Fix wrong assumption about DTN_DATET... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/datetime: Get rid of duplicated helper. |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32: Don't use additional heap allocated pointer... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Fix selection during navigation... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Fix multiselection days painting... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Simplify parameter set of day of... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Fix column/row calculation for previ... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Fix a test skip condition - zero... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Handle over/underflow while navigati... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Handle September 1752 with a special... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Reuse existing calls to get day... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/monthcal: Process UpDown year control through... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/tab: Support for TCN_KEYDOWN notification. |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/tab: Handle item focusing better (including... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/tab: Add more TRACE(), further cleanup. |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/tab: Remove dead parameter check code. |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/tab: Remove unnecessary helper parameter,... |
tree | commitdiff |
2009-10-12 |
Nikolay Sivov | comctl32/tab: Cache window GWL_STYLE style. |
tree | commitdiff |
2009-10-12 |
Paul Vriens | comctl32/tests: Fix some test failures on older comctl3... |
tree | commitdiff |
2009-10-09 |
Joel Holdsworth | comctl32/tests: Added tests for ImageList_DrawIndirect. |
tree | commitdiff |
2009-10-09 |
Nikolay Sivov | comctl32/datetime: Draw field text horizontally centered. |
tree | commitdiff |
next |