shell32/tests: Use GetProcAddress() on SHFileOperationW() because it is missing on...
[wine] / dlls / comctl32 /
2007-12-11  Gregor Brunmarcomctl32: Monthcal lost focus fix.
2007-12-11  Thomas Weidenmuellercomctl32: Fix painting bug in listview control.
2007-12-10  Francois Gougetcomctl32/tests: Avoid SHDeleteKeyA() because it does...
2007-12-10  Francois Gougetcomctl32/tests: InitCommonControlsEx() is missing on...
2007-12-10  Francois Gougetcomtcl32/tests: Dynamically load ImageList_SetImageCoun...
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-07  Gregor Brunmarcomctl32: Added context menu to treeview.
2007-12-07  Gregor Brunmarcomctl32: Disable propsheet apply button at start up.
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-12-07  Alexandre Julliardcomctl32: Fix a compiler warning.
2007-12-06  Peter Oberndorfercomctl32: EnumMRUListA/W fix getting list size by negat...
2007-12-06  Peter Oberndorfercomctl32: Add EnumMRUList tests.
2007-12-04  Gerald Pfeifercomctl32: Simplify condition based on WPARAM always...
2007-12-03  Gerald Pfeifercomctl32: Remove extraneous check (unsigned < 0).
2007-12-03  Andrew Talbotcomctl32: Remove unneeded casts.
2007-11-26  Andrew Talbotcomctl32: Fix a typo.
2007-11-26  Rob Shearmancomctl32: Update the version in the created version...
2007-11-20  Rob Shearmancomctl32: Forward the WM_GETTEXTLENGTH message from...
2007-11-20  Rob Shearmancomctl32: Fix the tooltips behaviour when TTF_ABSOLUTE...
2007-11-20  Rob Shearmancomctl32: Unify the implementation of TOOLTIPS_Show...
2007-11-19  Thomas Weidenmuellercomctl32: Fix handling of CB_RESETCONTENT in ComboBoxEx.
2007-11-15  Gerald Pfeifercomctl32: Remove check which never triggers.
2007-11-14  Alexandre Julliardcomctl32: Fixed handling of monochrome icons in image...
2007-11-14  Detlef Riekenbergcomctl32: Fix a typo in a debug message.
2007-11-06  Alexandre Julliardcomctl32/tests: Flush pending events before progress...
2007-11-02  Lei Zhangcomctl32: Fix typo in rebar.
2007-11-02  Lei Zhangcomctl32: Fix uninitialized, unused variables.
2007-11-02  Lei Zhangcomctl32: Datetime should close its monthcal when the...
2007-11-02  Gerald Pfeifercomctl32: Make parameters of expect_band_content()...
2007-10-30  Lei Zhangcomctl32: Set tab focus correctly.
2007-10-30  Lei Zhangcomctl32: Add tab delete item / get focus test.
2007-10-30  Lei Zhangcomctl32: Add tab insert item / get focus test.
2007-10-30  Lei Zhangcomctl32: Move tab test's createParentWindow() into...
2007-10-29  Alexander Dorofeyevcomctl32: Fix broken detection of non-empty string.
2007-10-29  Alexander Dorofeyevcomctl32: Pass command id of button in wParam.
2007-10-25  Hwang YunSong(황윤성)comctl32: Updated Korean resource.
2007-10-25  Rob Shearmancomctl32: Don't set the focus to the text box when...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-22  Lionel Debrouxcomctl32: Remove redundant NULL check before free ...
2007-10-22  Lionel Debrouxcomctl32: Remove redundant NULL check before free ...
2007-10-18  Apostolos Alexiadiscomctl32: Add Greek resources.
2007-10-17  Alexandre Julliardcomctl32: Fix a discard const warning.
2007-10-16  Lei Zhangcomctl32: Monthcal should send notifications when today...
2007-10-16  Lei Zhangcomctl32: Correct monthcal WM_LBUTTONDOWN return values.
2007-10-16  Lei Zhangcomctl32: Select today's date when the today link is...
2007-10-16  Lei Zhangcomctl32: Monthcal today link test.
2007-10-16  Lei Zhangcomctl32: Simplify monthcal test.
2007-10-15  Gerald Pfeifercomctl32/tests: Avoid remove redundant invocation of...
2007-10-11  Francois Gougetcomctl32/tests: Fix the control's size reporting in...
2007-10-09  Reece H. Dunncomctl32: Fixed drawing the trackbar background when...
2007-10-09  Lei Zhangcomctl32: Fix monthcal hit tests.
2007-10-09  Huw Daviescomctl32/tests: Don't assume that the default font...
2007-10-09  Huw Daviescomctl32/tests: Skip some font dependent tests if we...
2007-10-01  Alexandre Julliardcomctl32/tests: Avoid destroying a DPA twice.
2007-09-17  Alexandre Julliardcomctl32/tests: We can now store binary files in the...
2007-09-17  Alexandre Julliardcomctl32: We can now store binary files in the repository.
2007-09-14  Andrew Talbotcomctl32: Fix a memory leak.
2007-09-14  Aric Stewartpropsheet: Do not change idea of size when new pages...
2007-09-13  Americo Jose MeloUpdate the Portuguese translation.
2007-09-11  Aric Stewartcomctl32: treeview: Ensure our textWidth is correct...
2007-09-11  Aric Stewartcomctl32: Ensure item metric are calculated when an...
2007-09-10  Aric Stewartcomctl32: Flesh out version info.
2007-09-10  Aric Stewartcomctl32: TCM_SETCURSEL also updates the focus item.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-28  Jason Edmeadescomctl32: toolbar: Implemented SetRows.
2007-08-20  Alexandre Julliardcomctl32: Create the manifest directory if needed ...
2007-08-17  Jason Edmeadescomctl32: Listview fails to add a column if mask=0.
2007-08-15  Jason Edmeadescomctl32: Fix tooltips uninitialized variables plus...
2007-08-14  Alexandre Julliardcomctl32: Create a manifest file at dll registration...
2007-08-14  Jason Edmeadescomctl32: Fix missing tooltips.
2007-07-31  Francois Gougetcomctl32: According to the PSDK, DrawShadowText() takes...
2007-07-26  Jason Edmeadescomctl32: Fix missing toolbar button with HINST_COMMCTRL.
2007-07-20  Andrew Talbotcomctl32: Cast-qual warning fix.
2007-07-20  Mikołaj Zalewskicomctl32: tooltips: Remove broken support for non-NULL...
2007-07-20  Mikołaj Zalewskicomctl32: toolbar: Test and fix invalid indexes passed...
2007-07-19  Michael Stefaniucdlls: Remove unreachable break after return/break....
2007-07-11  Mikołaj Zalewskicomctl32: toolbar: We should send TBN_GETDISPINFOW...
2007-07-11  Mikołaj Zalewskicomctl32: toolbar: The iImage in TBN_GETDISPINFO should...
2007-07-02  Markus Gömmelcomctl32/datetime: Added a missing InvalidateRect to...
2007-06-29  Michael Stefaniuccomctl32: Replace malloc() with HeapAlloc().
2007-06-26  Lei Zhangcomctl32: Determine if PSH_PROPSHEETPAGE is set once.
2007-06-26  Lei Zhangcomctl32: Reduce duplicate code between PROPSHEET_Colle...
2007-06-26  Lei Zhangcomctl32: Reduce duplicate code between PropertySheetA/W.
2007-06-25  Alexandre Julliardcomctl32: Get rid of CharNextW/CharPrevW. Simplify...
2007-06-22  Michael Stefaniuccomctl32: Do not use wide character constants.
2007-06-15  Lei Zhangcomctl32: Make modal property sheets modal.
2007-06-13  Alexandre Julliardcomctl32: Remove useless pointer check.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-06-06  Markus Goemmelcomctl32/listview.c: Ownerdraw font problem during...
2007-06-04  Mikołaj Zalewskicomctl32: listview: Make LVM_GETCOLUMNWIDTH query the...
2007-06-01  Misha Koshelevcomctl32: imagelist: Fix simultaneous selection of...
2007-06-01  Dmitry Timoshkovcomctl32: Fix a compilation warning in 64-bit mode.
2007-05-31  Louis Lenderscomctl32: Add stub for DrawShadowText.
2007-05-29  Francois Gougetcomctl32/tests: The PSDK does not define ListView_Inser...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-24  Dmitry Timoshkovcomctl32/tests: Fix some problems revealed by compilati...
2007-05-18  Aric Stewartcomctl32: Trying to blend an image without a mask cause...
2007-05-16  Mikołaj Zalewskicomctl32: toolbar: TB_SETIMAGELIST should try to preser...
2007-05-15  Francois GougetAssorted spelling fixes.
2007-05-14  Mikołaj Zalewskicomctl32: status: Send a NMMOUSE in mouse notifications...
next