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 |
2009-10-09 |
Nikolay Sivov | comctl32/datetime: Use locale data to compute field... |
tree | commitdiff |
2009-10-09 |
Nikolay Sivov | comctl32/monthcal: Really use locale data for all days. |
tree | commitdiff |
2009-10-09 |
Nikolay Sivov | comctl32/datetime: Fix selections painting - use text... |
tree | commitdiff |
2009-10-09 |
Nikolay Sivov | comctl32/datetime: Properly handle hit on separators... |
tree | commitdiff |
2009-10-09 |
Nikolay Sivov | comctl32/datetime: Block WM_SETTEXT message. |
tree | commitdiff |
2009-10-08 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2009-10-08 |
Francois Gouget | comctl32/tests: Make test_ApproximateViewRect() static. |
tree | commitdiff |
2009-10-08 |
Paul Vriens | comctl32/tests: Fix some test failures on older comctl3... |
tree | commitdiff |
2009-10-08 |
Nikolay Sivov | comctl32/monthcal: Implement MCM_GETMONTHRANGE for... |
tree | commitdiff |
2009-10-08 |
Nikolay Sivov | comctl32: Use user32 control names from public header... |
tree | commitdiff |
2009-10-08 |
Nikolay Sivov | comctl32/monthcal: Fix the way a first day of week... |
tree | commitdiff |
2009-10-08 |
Nikolay Sivov | comctl32/monthcal: Cleanup top drawing helper namespace... |
tree | commitdiff |
2009-10-07 |
Nikolay Sivov | comctl32/monthcal: Invalidate unconditonally on MCM_SET... |
tree | commitdiff |
2009-10-07 |
Nikolay Sivov | comctl32/monthcal: Recalculate control layout on MCS_WE... |
tree | commitdiff |
2009-10-07 |
Nikolay Sivov | comctl32/monthcal: Update day of week properly while... |
tree | commitdiff |
2009-10-07 |
Nikolay Sivov | comctl32/monthcal: Optimize WM_LBUTTONUP handler. |
tree | commitdiff |
2009-10-07 |
Nikolay Sivov | comctl32/monthcal: Fix a nice typo in test message. |
tree | commitdiff |
2009-10-07 |
Nikolay Sivov | comctl32/monthcal: Use a timer to auto update today... |
tree | commitdiff |
2009-10-07 |
Nikolay Sivov | comctl32/monthcal: Use a single timer for auto month... |
tree | commitdiff |
2009-10-07 |
Aric Stewart | comctl32/tests: LISTVIEW_ApproximateViewRect tests... |
tree | commitdiff |
2009-10-07 |
Aric Stewart | comctl32: Implement LISTVIEW_ApproximateViewRect for... |
tree | commitdiff |
2009-10-06 |
Ge van Geldorp | comctl32/tests: Fix misc test on Win7. |
tree | commitdiff |
2009-10-06 |
Nikolay Sivov | comctl32/monthcal: Fix '&->&&' typo in focused day... |
tree | commitdiff |
next |