comctl32: Validate the day of month when scrolling through years.
[wine] / dlls / comctl32 /
2011-03-31  Vincent Povirkcomctl32: Validate the day of month when scrolling...
2011-03-31  Vincent Povirkcomctl32: When entering a month or year, keep the day...
2011-03-31  Vincent Povirkcomctl32: Use current month and year when checking...
2011-03-28  Nikolay Sivovcomctl32/listview: Fix edit box text limit.
2011-03-28  Nikolay Sivovcomctl32/listview: Adjust dispinfo text buffer length.
2011-03-28  Nikolay Sivovcomctl32/monthcal: Clean day painting function.
2011-03-28  Nikolay Sivovcomctl32/monthcal: Selection and abbreviations should...
2011-03-28  Nikolay Sivovcomctl32/monthcal: Cache brush handles.
2011-03-28  Nikolay Sivovcomctl32/monthcal: Fix hit test for previous month.
2011-03-28  Nikolay Sivovcomctl32/monthcal: Move partially visible months painti...
2011-03-28  Nikolay Sivovcomctl32/monthcal: Remove outdated comment.
2011-03-28  Marcus Meissnercomctl32: Added missing break (Coverity).
2011-03-16  Francois Gougetcomctl32/tests: Make init_tbsize_result() and tbsize_ad...
2011-03-15  Marcus Meissnercomctl32: Removed array NULL check (Coverity).
2011-03-10  Vincent Povirkcomctl32: Validate text entered in a datetime by the...
2011-03-07  Francois Gougetcomctl32: Add a trailing '\n' to an ERR() call.
2011-03-07  Francois Gougetcomctl32/tests: Add a '\n' to a pair of ok() calls.
2011-03-02  Dmitry Timoshkovcomctl32: 'clip' rect is unused in the WM_ERASEBKGND...
2011-03-01  Peter Urbaneccomctl32: Add a check for setting number of parts in...
2011-02-28  Peter Urbaneccomctl32/tests: Enable statusbar tooltip tests.
2011-02-28  Peter Urbaneccomctl32: Use signed indices, so that the number of...
2011-02-28  Austin Englishcomctl32/tests: Remove win9x hack.
2011-02-25  Nikolay Sivovcomctl32/ipaddress: Use array index after range check...
2011-02-25  Nikolay Sivovcomctl32/listview: Fix dead condition (Coverity).
2011-02-25  Nikolay Sivovcomctl32/rebar: Don't use local variable with the same...
2011-02-25  Nikolay Sivovcomctl32/datetime: Fix use of out-of-scope local buffer...
2011-02-25  Nikolay Sivovcomctl32/comboex: Reduce variable scope.
2011-02-21  Alexander Scott... comctl32: Fix read of uninitialized data in notify_item...
2011-02-21  Alexander Scott... comctl32: Fix read of uninitialized data in LISTVIEW_Ge...
2011-02-18  Austin Englishcomctl32/tests: Make sure to use a return value (LLVM...
2011-02-18  Austin Englishcomctl32/tests: Make sure to use a return value (LLVM...
2011-02-18  Austin Englishcomctl32/tests: Make sure to use a return value (LLVM...
2011-02-18  Austin Englishcomctl32/tests: Make sure to use a return value (LLVM...
2011-02-18  Austin Englishcomctl32/tests: Remove dead assignments (LLVM/Clang).
2011-02-17  Alexander Scott... comctl32: Fix read of uninitialized data in LISTVIEW_He...
2011-02-14  Gerald Pfeifercomctl32/tests: Remove unused parameter from test_remov...
2011-02-14  Gerald Pfeifercomctl32/tests: Avoid uninitialized variable warning...
2011-02-07  Alexander Kochetkovcomctl32: Fixed height of comboboxex32.
2011-02-07  Francois Gougetcomctl32/tests: Fix compilation on systems that don...
2011-02-07  Nikolay Sivovcomctl32/tests: Test more return values (LLVM/Clang).
2011-02-07  Nikolay Sivovcomctl32/listview: Remove duplicated operation (LLVM...
2011-02-07  Nikolay Sivovcomctl32/listview: Remove some useless operations ...
2011-02-07  Nikolay Sivovcomctl32/listview: Remove couple of dead assignments...
2011-02-07  Austin Englishcomctl32/tests: Make sure to use return value (LLVM...
2011-01-31  Nikolay Sivovcomctl32/tests: Initialize item mask on item insert...
2011-01-20  Greg Geldorpcomctl32/tests: Fix failures for 120DPI display.
2011-01-17  Nikolay Sivovcomctl32/imagelist: Fix a couple of imagelist leaks...
2011-01-17  Nikolay Sivovcomctl32/tests: Fix a leak in rebar test data allocatio...
2011-01-17  Nikolay Sivovcomctl32/tests: Fix a leak in toolbar test data allocat...
2011-01-11  Alexandre Julliardcomctl32: Convert string table resources to po files.
2011-01-10  Alexandre Julliardcomctl32/imagelist: Don't change destination size in...
2011-01-10  Joel Holdsworthcomctl32/rebar: Implemented dragging between rows.
2011-01-10  Joel Holdsworthcomctl32/rebar: Moved drag notify code into REBAR_Mouse...
2011-01-10  Joel Holdsworthcomctl32/rebar: Implemented band reordering within...
2011-01-10  Joel Holdsworthcomctl32/rebar: Removed a redundant call.
2011-01-03  Gerald Pfeifercomctl32: Shed unused parameter from TOOLTIPS_NCCreate.
2011-01-03  Gerald Pfeifercomctl32: Remove the last, unused parameter from LISTVI...
2010-12-20  Hwang YunSongcomctl32: Update Korean resource.
2010-12-13  Alexandre Julliardcomctl32: Fix positioning of tracking tooltips at the...
2010-12-09  Francois Gougetcomctl32: Add a trailing '\n' to a FIXME() call.
2010-12-05  André Hentschelcomctl32: Partially implement new messages.
2010-12-03  Francois Gougetcomctl32/tests: Add a trailing '\n' to an ok() call.
2010-12-03  Nikolay Sivovcomctl32/listview: Don't touch out text pointer if...
2010-11-23  Paul Vrienscomctl32/tests: Fix shell32 test failures on NT4/W2K.
2010-11-17  Nikolay Sivovcomctl32/treeview: Remove some casts.
2010-11-17  Nikolay Sivovcomctl32/treeview: Use a code set by dispinfo holder...
2010-11-17  Nikolay Sivovcomctl32/listview: Use a code set by dispinfo holder...
2010-11-12  Austin Lundcomctl32/tests: Fixed rebar layout tests that depend...
2010-11-11  Austin Lundcomctl32/tests: Fixed rebar layout tests which depend...
2010-11-11  Austin Lundcomctl32/tests: Changed rebar layout tests to load...
2010-11-10  Austin Lundcomctl32/tests: Change expect_band_content test to...
2010-11-10  Austin Lundcomctl32/tests: Fix band info tests that depend on...
2010-11-08  Bernhard Übelackercomctl32: Test for window messages of a property sheet...
2010-11-08  Austin Lundcomctl32/tests: Fixed toolbar tests for varing width...
2010-11-08  Austin Lundcomctl32/tests: Fix toolbar size tests that depend...
2010-11-08  Austin Lundcomctl32/tests: Change toolbar size test data to load...
2010-11-08  Paul Vrienscomctl32: Update Serbian (Latin and Cyrillic) translations.
2010-11-05  Austin Lundcomctl32/tests: Added extra debugging information to...
2010-11-05  Gerald Pfeifercomctl32: Remove the last, unused parameter fromTOOLTIP...
2010-11-01  Nikolay Sivovcomctl32/treeview: Make item data layout partially...
2010-11-01  Gerald Pfeifercomctl32: Fix test description in test_hittest.
2010-11-01  Gerald Pfeifercomctl32: Remove TOOLTIPS_WindowFromPoint, putting...
2010-10-25  Alexandre Julliardcomctl32: Make more functions available by name.
2010-10-25  Nikolay Sivovcomctl32/treeview: Fix TVN_DELETEITEM to use item that...
2010-10-25  Nikolay Sivovcomctl32/treeview: Accept null item handle as a root...
2010-10-18  Alexandre Julliardcomctl32: Use the correct resource ids for cursors.
2010-10-15  Austin Lundcomctl32/tests: Fix ImageList tests for different devic...
2010-10-14  Alexandre Julliardcomctl32: Use the appropriate color format when loading...
2010-10-13  Jeff Latimercomctl32: Change stub to return IDYES instead of IDOK.
2010-10-07  Yaron Shahrabanicomctl32: Added Hebrew translation.
2010-10-05  Alexandre Julliardcomctl32/toolbar: Fix incorrect use of the ScreenToClie...
2010-10-05  Alexandre Julliardcomctl32/propsheet: Fix incorrect use of the ScreenToCl...
2010-10-05  Alexandre Julliardcomctl32/progress: Fix incorrect use of the ScreenToCli...
2010-10-05  Alexandre Julliardcomctl32/pager: Fix incorrect use of the ScreenToClient...
2010-10-05  Alexandre Julliardcomctl32/ipaddress: Fix incorrect use of the ScreenToCl...
2010-10-05  Alexandre Julliardcomctl32/datetime: Fix incorrect use of the ScreenToCli...
2010-10-05  Alexandre Julliardcomctl32/comboex: Fix incorrect use of the ScreenToClie...
2010-10-05  Austin Lundcomctl32/tests: Add tests for negative subitems indepen...
2010-10-05  Detlef Riekenbergcomctl32: Dump a parameter in a TRACE.
2010-10-05  Dmitry Timoshkovcomctl32: Postpone setting the property sheet focus...
next