wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / comctl32 /
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.
2008-04-28  Guy Albertellilistview: Correct return value from LVM_GETORIGIN inclu...
2008-04-28  Guy Albertellilistview: Implement 2 pixel decoration at top of report...
2008-04-28  Guy Albertellilistview: Implement LVS_EX_GRIDLINES functionality.
2008-04-24  Aric Stewartcomctl32: Fix an off-by-one error in toolbar TOOLBAR_Se...
2008-04-23  Austin EnglishSpelling fixes.
2008-04-16  Andrew Talbotcomctl32: Remove unused variables.
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-04-11  Peter Urbaneccomctl32: Mousewheel support for updown control.
2008-04-10  Alexandre Julliardcomctl32: Get rid of the hack to remove size grips...
2008-04-07  Rok Mandeljccomctl32: Updated Slovenian translation.
2008-04-07  Apostolos Alexiadiscomctl32: Greek resources update.
2008-04-03  Jason Edmeadescomctl32: Add basic custom draw support for tooltips.
2008-04-01  Apostolos Alexiadiscomctl32: Greek translation update.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-26  Anatoly Lyutincomctl32: Add HotTrackingColor into COMCTL32_SysColor...
2008-03-24  Michael Stefaniuccomctl32: Add the Romanian translation.
2008-03-20  Lei Zhangcomctl32: Fix listview redraw when deleting items.
2008-03-20  Lei Zhangcomctl32: Correct listview hittest check to include...
2008-03-20  Lei Zhangcomctl32: Redraw listview after changing extended styles.
2008-03-20  Lei Zhangcomctl32: Implement listview checkbox toggle.
2008-03-20  Lei Zhangcomctl32: Add listview checkbox toggle test.
2008-03-18  Aric Stewartrebar: In AutoSize get the window rc after REBAR_Layout...
2008-03-12  Alexandre Julliardcomctl32/tests: Avoid size_t printf format warnings.
2008-03-12  Huw Daviescomctl32: Always send WM_CTLCOLORSTATIC during WM_ERASE...
2008-03-12  Lei Zhangcomctl32: Fix TB_GETSTRING return values.
2008-03-12  Lei Zhangcomctl32: Add tests for TB_GETSTRING, fix NULL pointer...
2008-03-12  Michael Stefaniuccomctl32/tests: Fix a variable type in monthcal.c....
2008-03-11  Huw Daviescomctl32: Revert to waiting on just the thread object...
2008-03-11  Huw Daviescomctl32: Animation notifications should be posted...
2008-03-11  Huw Daviescomctl32: Get the background brush in ACM_OPEN where...
2008-03-10  Paul Vrienscomctl32/tests: Free the library after use.
2008-03-10  Paul Vrienscomctl32/tests: Don't use FreeLibrary with GetModuleHandle.
2008-03-07  Mikołaj Zalewskicomctl32: rebar: Fix SizeToHeight when no bands visible.
2008-03-05  Francois Gougetcomctl32/tests: Don't use 0xaa to avoid any confusion...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-28  Mikołaj Zalewskicomctl32: rebar: Don't assume the first band is visible.
2008-02-28  Mikołaj Zalewskicomctl32: rebar: To check if an image is present iImage...
2008-02-28  Mikołaj Zalewskicomctl32: rebar: Image height should be taken into...
2008-02-27  Mikołaj Zalewskicomctl32: rebar: Code cleanup.
2008-02-27  Mikołaj Zalewskicomctl32: rebar: Add RBS_AUTOSIZE support.
2008-02-27  Mikołaj Zalewskicomctl32: rebar: Invalidate children in CalcHorz/VertBand.
2008-02-27  Mikołaj Zalewskicomctl32: rebar: An implementation of RB_SIZETORECT.
2008-02-25  Rob Shearmancomctl32: Fix possible use of uninitialised variable...
2008-02-25  Mikołaj Zalewskicomctl32: datetime: Support literals in apostrophes.
2008-02-25  Rob Shearmancomctl32: Rename the dwStyle and dwOldStyle variables...
2008-02-25  Rob Shearmancomctl32: Fix local variable shadowing in load_string...
2008-02-25  Rob Shearmancomctl32: Fix the signedness of i, oldNumParts and...
2008-02-17  Alexandre Julliardcomctl32: Remove unnecessary \n in trace.
2008-02-16  Rob Shearmancomctl32: Remove some more useless asserts.
2008-02-16  Rob Shearmancomctl32: Fix the character count passed to GetWindowTe...
2008-02-16  Rob Shearmancomctl32: Remove a useless assert from TREEVIEW_GetItem...
2008-02-16  Rob Shearmancomctl32: Fix the character count passed into LoadStrin...
2008-02-12  Andrew Talbotcomctl32: Assign to structs instead of using memcpy.
2008-02-11  Alexandre Julliardcomctl32: Process messages while waiting for the animat...
2008-02-07  Rob Shearmancomctl32: Move the getting of the DC outside of ANIMATE...
2008-02-07  Reece H. Dunncomctl32: Vista sends an unidentified message when...
2008-02-07  Bang Jun-youngcomctl32: Fix invalid syntax.
2008-02-07  Lei Zhangcomctl32: Use wine_dbgstr_rect() in traces.
2008-02-06  Rob Shearmancomctl32: Don't get the background colour in ANIMATE_Pa...
2008-02-05  Francois Gougetcomctl32/tests: Call InitCommonControlsEx() if availabl...
2008-02-05  Reece H. Dunncomctl32: Proper fix redrawing the trackbar background...
2008-02-04  Rob Shearmancomctl32: Get the background colour in ANIMATE_PaintFra...
2008-02-04  Rob Shearmancomctl32: In certain circumstances, native comctl32...
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2008-01-23  Alexandre Julliardcomctl32: Tooltips should be top-most windows.
2008-01-16  Rob Shearmancomctl32: Support seeking to a particular frame.
2008-01-16  Rob Shearmancomctl32: Keep on displaying the last frame of the...
2008-01-16  Francois GougetAssorted spelling fixes.
next