user32: Remove a duplicated return statement (Smatch).
[wine] / dlls / comctl32 /
2009-10-19  Owen Rudgecomctl32: Only execute hit test in MouseMove if necessary.
2009-10-16  Nikolay Sivovcomctl32/monthcal: Get/set unicode format flag using...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Remove unneeded helper parameter.
2009-10-15  Nikolay Sivovcomctl32/tooltips: Remove redundant code, let handlers...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Test the way structure size field...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Fix an obviously wrong structure...
2009-10-14  Nikolay Sivovcomctl32/monthcal: Reduce update rectangle after updati...
2009-10-14  Nikolay Sivovcomctl32/monthcal: Fix painting selected day, remove...
2009-10-14  Nikolay Sivovcomctl32/comboex: Handle NULL item text case to avoid...
2009-10-13  Paul Vrienscomctl32/tests: Fix a test failure on older comctl32...
2009-10-13  Nikolay Sivovcomctl32/monthcal: Add separate handler for WM_PRINTCLIENT.
2009-10-13  Nikolay Sivovcomctl32/monthcal: Implement handler for WM_ERASEBKGND.
2009-10-13  Nikolay Sivovcomctl32/monthcal: Simplify painting operations, split...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Fix today link test.
2009-10-12  Nikolay Sivovcomctl32/datetime: Use SDK class name for inner button...
2009-10-12  Nikolay Sivovcomctl32/datetime: It isn't allowed to change DTS_SHOWN...
2009-10-12  Nikolay Sivovcomctl32/datetime: Fix wrong assumption about DTN_DATET...
2009-10-12  Nikolay Sivovcomctl32/datetime: Get rid of duplicated helper.
2009-10-12  Nikolay Sivovcomctl32: Don't use additional heap allocated pointer...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Fix selection during navigation...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Fix multiselection days painting...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Simplify parameter set of day of...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Fix column/row calculation for previ...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Fix a test skip condition - zero...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Handle over/underflow while navigati...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Handle September 1752 with a special...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Reuse existing calls to get day...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Process UpDown year control through...
2009-10-12  Nikolay Sivovcomctl32/tab: Support for TCN_KEYDOWN notification.
2009-10-12  Nikolay Sivovcomctl32/tab: Handle item focusing better (including...
2009-10-12  Nikolay Sivovcomctl32/tab: Add more TRACE(), further cleanup.
2009-10-12  Nikolay Sivovcomctl32/tab: Remove dead parameter check code.
2009-10-12  Nikolay Sivovcomctl32/tab: Remove unnecessary helper parameter,...
2009-10-12  Nikolay Sivovcomctl32/tab: Cache window GWL_STYLE style.
2009-10-12  Paul Vrienscomctl32/tests: Fix some test failures on older comctl3...
2009-10-09  Joel Holdsworthcomctl32/tests: Added tests for ImageList_DrawIndirect.
2009-10-09  Nikolay Sivovcomctl32/datetime: Draw field text horizontally centered.
2009-10-09  Nikolay Sivovcomctl32/datetime: Use locale data to compute field...
2009-10-09  Nikolay Sivovcomctl32/monthcal: Really use locale data for all days.
2009-10-09  Nikolay Sivovcomctl32/datetime: Fix selections painting - use text...
2009-10-09  Nikolay Sivovcomctl32/datetime: Properly handle hit on separators...
2009-10-09  Nikolay Sivovcomctl32/datetime: Block WM_SETTEXT message.
2009-10-08  Francois GougetAssorted spelling fixes.
2009-10-08  Francois Gougetcomctl32/tests: Make test_ApproximateViewRect() static.
2009-10-08  Paul Vrienscomctl32/tests: Fix some test failures on older comctl3...
2009-10-08  Nikolay Sivovcomctl32/monthcal: Implement MCM_GETMONTHRANGE for...
2009-10-08  Nikolay Sivovcomctl32: Use user32 control names from public header...
2009-10-08  Nikolay Sivovcomctl32/monthcal: Fix the way a first day of week...
2009-10-08  Nikolay Sivovcomctl32/monthcal: Cleanup top drawing helper namespace...
2009-10-07  Nikolay Sivovcomctl32/monthcal: Invalidate unconditonally on MCM_SET...
2009-10-07  Nikolay Sivovcomctl32/monthcal: Recalculate control layout on MCS_WE...
2009-10-07  Nikolay Sivovcomctl32/monthcal: Update day of week properly while...
2009-10-07  Nikolay Sivovcomctl32/monthcal: Optimize WM_LBUTTONUP handler.
2009-10-07  Nikolay Sivovcomctl32/monthcal: Fix a nice typo in test message.
2009-10-07  Nikolay Sivovcomctl32/monthcal: Use a timer to auto update today...
2009-10-07  Nikolay Sivovcomctl32/monthcal: Use a single timer for auto month...
2009-10-07  Aric Stewartcomctl32/tests: LISTVIEW_ApproximateViewRect tests...
2009-10-07  Aric Stewartcomctl32: Implement LISTVIEW_ApproximateViewRect for...
2009-10-06  Ge van Geldorpcomctl32/tests: Fix misc test on Win7.
2009-10-06  Nikolay Sivovcomctl32/monthcal: Fix '&->&&' typo in focused day...
2009-10-06  Nikolay Sivovcomctl32/monthcal: Fix parameter validation in MCM_SETC...
2009-10-06  Nikolay Sivovcomctl32/monthcal: Check date limits on prev/next month...
2009-10-06  Nikolay Sivovcomctl32/monthcal: Remove today rectangle and focus...
2009-10-06  Nikolay Sivovcomctl32/monthcal: Simplify WM_MOUSEMOVE handler.
2009-10-06  Nikolay Sivovcomctl32/monthcal: Check configured selection range...
2009-10-06  Nikolay Sivovcomctl32/monthcal: Parameter fixes for MCM_SETSELRANGE...
2009-10-06  Owen Rudgecomctl32: Ensure coordinates are valid during listview...
2009-10-05  Nikolay Sivovcomctl32/monthcal: Check range limits in MCM_SETCURSEL.
2009-10-05  Nikolay Sivovcomctl32/monthcal: Use true date comparison on multisel...
2009-10-05  Nikolay Sivovcomctl32/monthcal: Handle mouse pointer followed focus...
2009-10-05  Nikolay Sivovcomctl32/monthcal: Implement MCM_GETMONTHRANGE for...
2009-10-05  Nikolay Sivovcomctl32/monthcal: Drop exstyle parameter, it isn't...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_GETSELRANGE).
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_SETUNICODEF...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_SETCURSEL...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_SETRANGE...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures on older comctl3...
2009-10-05  Austin Englishcomctl32: Add missing prototype.
2009-10-05  Owen Rudgecomctl32: Capture the mouse when performing a listview...
2009-10-02  Paul Vrienscomctl32/tests: Fix some test failures.
2009-10-02  Nikolay Sivovcomctl32/monthcal: Fix parameter validation in MCM_SETM...
2009-10-02  Nikolay Sivovcomctl32/monthcal: Changing MCS_MULTISELECT isn't allow...
2009-10-02  Nikolay Sivovcomctl32/monthcal: Move MCN_SELCHANGE/MCN_SELECT notifi...
2009-10-02  Nikolay Sivovcomctl32/monthcal: No need to redraw if month didn...
2009-10-02  Nikolay Sivovcomctl32/monthcal: Don't request locale data when it...
2009-10-02  Nikolay Sivovcomctl32/datetime: Use SDK defined class name instead...
2009-10-02  Michael Stefaniuccomctl32/tests: Silence some Win64 compile warnings.
2009-10-01  Owen Rudgecomctl32: Implement highlighting (marquee) selection...
2009-10-01  Nikolay Sivovcomctl32/datetime: Always store a recalculated day...
2009-10-01  Nikolay Sivovcomctl32/datetime: Some DTM_SETSYSTEMTIME tests.
2009-10-01  Nikolay Sivovcomctl32/datetime: Separate tests from each other.
2009-09-30  Nikolay Sivovcomctl32/monthcal: Respect locale abbreviated day names...
2009-09-30  Nikolay Sivovcomctl32/datetime: If we already have a 4 digit year...
2009-09-30  Nikolay Sivovcomctl32/monthcal: Move selection logic to LButton...
2009-09-30  Nikolay Sivovcomctl32/monthcal: Make prev/next month day a current...
2009-09-30  Nikolay Sivovcomctl32/monthcal: Fix hittesting for MCHT_CALENDARDATE...
2009-09-29  Ge van Geldorpcomctl32/tests: Fix toolbar test on comctl32 version...
2009-09-29  Nikolay Sivovcomctl32/monthcal: Fix locale dependent test failure.
2009-09-29  Nikolay Sivovcomctl32/updown: Fix some test failures on Win95 (comct...
2009-09-29  Nikolay Sivovcomctl32/monthcal: Control elements should be centered...
next