wined3d: Initialize standalone surface parameters.
[wine] / dlls / comctl32 /
2008-09-22  Alexandre Julliardcomctl32/tests: Fix a couple of message test failures.
2008-09-22  Andrew Talbotcomctl32: Sign-compare warnings fix.
2008-09-18  Jan de Mooijcomctl32/treeview: Fix pszText NULL pointer dereference.
2008-09-16  Nicolas Le Camcomctl32/tests: Fix a failing test for some platforms.
2008-09-15  Nicolas Le Camcomctl32: Fix a failing test for some platforms.
2008-09-15  Andrew Talbotcomctl32: Sign-compare warnings fix.
2008-09-15  James Hawkinscomctl32: Fix the remaining broken tests in win95.
2008-09-15  James Hawkinscomctl32: Fix several failing tests in win95.
2008-09-11  Lei Zhangcomctl32: Handle listview dragging better.
2008-09-11  Lei Zhangcomctl32: listview: Prevent DragDetect from removing...
2008-09-09  James Hawkinscomctl32: Store the previous timeout value to test...
2008-09-09  Gerald Pfeifercomctl32: Remove unused paramters from MONTHCAL_GetRang...
2008-09-08  James Hawkinscomctl32: Fix two test failures in win2000.
2008-09-08  James Hawkinscomctl32: Trace the first day of the week.
2008-09-08  James Hawkinscomctl32: Fix a failing test for some platforms.
2008-09-08  James Hawkinscomctl32: Fix a typo.
2008-09-08  James Hawkinscomctl32: Fix several test failures in win98.
2008-09-08  James Hawkinscomctl32: Fix a failing test in win98.
2008-09-08  James Hawkinscomctl32: Fix a couple failing tests in win98.
2008-09-08  James Hawkinscomctl32: Allow a little slop in the status bar metric...
2008-09-08  James Hawkinscomctl32: Fix several failing tests in win98.
2008-09-08  James Hawkinscomctl32: Fix two failing tests in win98.
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-09-04  Nicolas Le Camcomctl32: Implement LVM_GETUNICODEFORMAT.
2008-09-03  James Hawkinscomctl32: Fix a failing test in win9x.
2008-09-03  James Hawkinscomctl32: Fix a failing test in win98.
2008-09-02  Aric Stewartcomctl32: monthcal: Set the stStart parameter when...
2008-09-02  Hongbo Nicomctl32: Add traditional Chinese resources.
2008-08-29  Alexandre Julliardcomctl32: Rename the Chinese resources to comctl_Zh.rc.
2008-08-29  James Hawkinscomctl32: Fix a failing test in win2000.
2008-08-29  James Hawkinscomctl32: Trace the message sequences.
2008-08-29  James Hawkinscomctl32: Fix a test failure in win98.
2008-08-29  James Hawkinscomctl32: Fix several test failures in win98.
2008-08-29  James Hawkinscomctl32: Fix a failing test in XP.
2008-08-29  James Hawkinscomctl32: Fix a few failing tests in win2000.
2008-08-27  Hongbo Nicomctl32: Convert simplified Chinese resource to utf8.
2008-08-27  Paul Vrienscomctl32/tests: Don't assert on not implemented function.
2008-08-22  Hongbo Nicomctl32: Update simplified Chinese resource.
2008-08-21  Lei Zhangcomctl32: Set listview focus on WM_LBUTTONUP instead...
2008-08-18  Rob Shearmancomctl32: Fix use of arithmetic operator on Boolean...
2008-08-18  Lei Zhangcomctl32: Add a test for TTM_GETTEXT.
2008-08-18  Will Tiptoncomctl32: Added input validation to TOOLTIPS_GetTextW...
2008-07-30  Paul Vrienscomctl32/tests: Run tests again on Win95.
2008-07-29  Gerald Pfeifercomctl32: Remove unused parameter from _read_bitmap().
2008-07-29  Gerald Pfeifercomctl32: Push down function scope variable into the...
2008-07-24  Reece Dunncomctl32: Made the button theme drawing code extensible.
2008-07-23  Nicolas Le Camcomctl32/tests: Fix a test failure in multiple platforms.
2008-07-23  Mikołaj Zalewskicomctl32: statusbar: Optimize STATUSBAR_RefreshPart.
2008-07-23  Mikołaj Zalewskicomctl32: statusbar: Test and fix SB_SETMINHEIGHT.
2008-07-23  Mikołaj Zalewskicomctl32: toolbar: TB_SETBITMAPSIZE should not change...
2008-07-22  Gerald Pfeifercomctl32: datetime: Simplify by shedding off unused...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-22  Mikołaj Zalewskicomctl32: statusbar: Change the height expression to...
2008-07-21  Gerald Pfeifercomctl32: Fix type of loop variable in HEADER_DeleteItem.
2008-07-21  Gerald Pfeifercomctl32: header: Simplify by shedding off unused param...
2008-07-21  Reece Dunncomctl32: Fixed the MRU tests on Vista.
2008-07-21  Mikołaj Zalewskicomctl32: Fix the file version string declaration.
2008-07-17  Mikołaj Zalewskicomctl32: statusbar: WM_SETFONT should change the bar...
2008-07-17  Mikołaj Zalewskicomctl32: statusbar: Don't issue a WM_PAINT during...
2008-07-17  Aric Stewartcomctl32: rebar: Prevent unnecessary triggering of...
2008-07-17  Aric Stewartcomctl32: rebar: Record what changes and only redo...
2008-07-16  Gerald Pfeifercomctl32: rebar: Simplify by shedding off unused parame...
2008-07-16  Mikołaj Zalewskicomctl32: statusbar: WM_CREATE should not resize the...
2008-07-16  Mikołaj Zalewskicomctl32: statusbar: Rename NtfUnicode to bUnicode...
2008-07-16  Mikołaj Zalewskicomctl32: statusbar: Window is always Unicode, CCM_SETU...
2008-07-14  James Hawkinscomctl32: Free the trackbar tics.
2008-07-14  James Hawkinscomctl32: Explicity set the number of tics before testi...
2008-07-11  Reece Dunncomctl32: Add support for drawing themed group boxes.
2008-07-11  Gerald Pfeifercomctl32: Some simplifications.
2008-07-09  Vincent Povirkcomctl32: Disable owner of modal property sheets before...
2008-07-09  Vincent Povirkcomctl32: Add test for disabling owner of modal propert...
2008-07-08  Gerald Pfeifercomctl32: Simplify functions by shedding off unused...
2008-07-08  Gerald Pfeifercomctl32: Fix signedness of two variables.
2008-07-08  James Hawkinscomctl32: Properly set and store the default icon spacing.
2008-07-08  Andrew Talbotcomctl32: Remove unneeded address-of operators from...
2008-07-04  Dylan Smithcomctl32: Fix for ComboBoxEx bug caused by focus change.
2008-07-04  Dylan Smithcomctl32: Added tests to show a ComboBoxEx bug caused...
2008-06-30  James Hawkinscomctl32: Clean up and fix a few failing tests in win9x.
2008-06-30  James Hawkinscomctl32: Remove an assumption that causes test failure...
2008-06-26  Lei Zhangcomctl32: Use the system variable pitch font for ip...
2008-06-25  Guy Albertellicomctl32: listview: Implement LVS_NOCOLUMNHEADER suppor...
2008-06-25  Guy Albertellicomctl32: listview: Show the header when updating heade...
2008-06-25  Guy Albertellicomctl32: listview: Change header control create act...
2008-06-23  Gerald Pfeifercomctl32: tooltips: Adjust the type of three loop varia...
2008-06-21  Lei Zhangcomctl32: Support LVCF_SUBITEM in LVM_GETCOLUMN.
2008-06-20  Andrew Talbotcomctl32: Constify some variables.
2008-06-19  Colin Finckcomctl32: Use a clip region when collapsing the treeview.
2008-06-18  Francois GougetA couple of spelling fixes.
2008-06-18  Lei Zhangcomctl32: Don't rearrange icons / update scroll bar...
2008-05-27  Tomasz Jezierski... comctl32/tests: Fix for setting wrong initial position...
2008-05-23  Andrew Talbotcomctl32: Indentation fix.
2008-05-21  Tomasz Jezierskicomctl32: Conformance test for multiple selection in...
2008-05-21  Alexandre Julliardcomctl32: Fix extending a multiple listview selection.
2008-05-19  Mikołaj ZalewskiMake Swedish use SUBLANG_NEUTRAL.
2008-05-14  Igor Tarasovcomctl32: Fix statusbar text alignment bug.
2008-05-08  Guy Albertellilistview: Return correct value from WM_NOTIFYFORMAT...
2008-05-07  Francois GougetAssorted spelling fixes.
2008-05-06  Francois GougetAssorted spelling fixes.
2008-05-06  Vitaliy Margolencomctl32: tab: Fix drawing of the icons.
2008-04-28  Andrew Talbotcomctl32: Dangling pointers fix.
next