quartz: Use '%u' to print GetLastError().
[wine] / dlls / comctl32 /
2007-01-04  Mike McCormackcomctl32: Check subitem is valid before calling LISTVIE...
2007-01-04  Mike McCormackcomctl32: Remove unnecessary casts.
2007-01-03  Lei Zhangcomctl32: Add initial tests for the status bar control.
2007-01-03  Vijay Kiran Kamujucomctl32: statusbar: Fix GetRect return value bug.
2007-01-02  Alexandre JulliardUse GetDC instead of CreateDC where possible.
2006-12-29  Frank Richtercomctl32: listview: Fix getting user params and subitems.
2006-12-26  Vijay Kiran Kamujucomctl32: MonthCalendar - Fix highlighting of current...
2006-12-14  Francois Gougetcomctl32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-12  Marcus MeissnerMade some functions static.
2006-12-11  Peter Oberndorfercomctl32: Fix imagelist regression from "comctl32:...
2006-12-05  Francois GougetConsistently use SUBLANG_NEUTRAL for Italian resources.
2006-12-04  Clinton Stimpsoncomctl32: Destroy header information on WM_NCDESTROY...
2006-12-01  Detlef Riekenbergcomctl32: Do not crash when the startpage is invalid.
2006-11-29  Dmitry Timoshkovcomctl32: Make some data const.
2006-11-29  Andrew Talbotcomctl32: Cast-qual warnings fix.
2006-11-27  Francois Gougetcomctl32: Add a Portuguese translation (contributed...
2006-11-24  Francois GougetReplace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
2006-11-24  Francois Gougetcomctl32/tests: Fix the CheckDPA() tests.
2006-11-24  Francois Gougetcomctl32/tests: Don't use the NONAMELESS* macros in...
2006-11-21  Alexandre Julliardcomctl32: Remove invalid NULL check.
2006-11-21  Huw Daviescomctl32: Set the result to IDOK on 'Finish'.
2006-11-15  Alexandre JulliardRevert "comctl32: Fix a potential regression in ImageLi...
2006-11-14  Mike McCormackcomctl32: Remove a redundant variable.
2006-11-14  Mike McCormackcomctl32: Fix a potential regression in ImageList_Repla...
2006-11-14  Mike McCormackcomctl32: When removing an image, move the remaining...
2006-11-13  Paul Vrienscomctl32: Remove deadcode (Coverity).
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-09  Eric Pouechcomctl32: header: fix bug found out by running valgrind...
2006-11-09  Mike McCormackcomctl32: Downgrade an ERR to a WARN.
2006-11-08  Paul Vrienscomctl32: Load function pointers by ordinal.
2006-11-08  Mike McCormackcomctl32: Fix a regression in ImageList_AddMasked().
2006-11-08  Francois Gougetinclude: The PSDK does not have the A/W variants of...
2006-11-08  Mike McCormackcomctl32: Remove Nx1 assumptions in ImageList_Read.
2006-11-08  Paul Vrienscomctl32: Beginning of some string related tests.
2006-11-08  Paul Vrienscomctl32: Fix return values of string functions.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Francois Gougetcomctl32: Add missing '\n' to ok() call.
2006-11-06  Mike McCormackcomctl32: Switch to a Nx4 tiling.
2006-11-06  Mike McCormackcomctl32: Remove a Nx1 assuption in ImageList_AddMasked().
2006-11-06  Mike McCormackcomctl32: Check if GetObject fails on bitmaps passed...
2006-11-06  Mike McCormackcomctl32: Fix Nx1 assumptions when adding multiple...
2006-11-06  Mike McCormackcomctl32: Fix an Nx1 in ImageList_DrawIndirect().
2006-11-06  Mike McCormackcomctl32: Remove another Nx1 assumption from ImageList_...
2006-11-06  Mike McCormackcomctl32: Remove Nx1 assumptions in ImageList_Merge.
2006-11-06  Mike McCormackcomctl32: Remove Nx1 assumptions in ImageList_GetIcon().
2006-11-06  Mike McCormackcomctl32: Use imagelist_copy_images() in ImageList_SetI...
2006-11-06  Mike McCormackcomctl32: Create a helper function to copy a block...
2006-11-06  Mike McCormackcomctl32: Fix a regression.
2006-11-02  Huw Daviescomctl32: Implement PSM_GETRESULT.
2006-11-02  Huw Daviescomctl32: Fix return value of PropertySheet() for modal...
2006-11-02  Mikołaj Zalewskicomctl32: toolbar: Add buttons size tests.
2006-11-02  Mikołaj Zalewskicomctl32: toolbar: Use the width of the current button...
2006-11-02  Mikołaj Zalewskicomctl32: toolbar: The SetButtonSize should not allow...
2006-11-02  Mikołaj Zalewskicomctl32: toolbar: The top margin should be computed...
2006-11-02  Mikołaj Zalewskicomctl32: toolbar: Add a LayoutToolbar that works like...
2006-11-02  Mikołaj Zalewskicomctl32: toolbar: Fix buttons heights.
2006-11-02  Mikołaj Zalewskicomctl32: toolbar: The string should be included in...
2006-11-02  Mikołaj Zalewskicomctl32: toolbar: Add support for WM_SETFONT.
2006-11-02  Paul Vrienscomctl32: Move documented functions to string.c.
2006-11-02  Mike McCormackcomctl32: imagelist: Remove more 1xN assumptions.
2006-11-02  Mike McCormackcomctl32: Remove a redundant variable.
2006-11-01  Mike McCormackimagelist: Move Nx1 assumptions about bitmaps dimension...
2006-10-31  Mike McCormackcomctl32: Remove some more Nx1 assumptions.
2006-10-27  Mike McCormackcomctl32: Move code assuming Nx1 into ImageList_CreateI...
2006-10-25  Oleg Krylovcomctl32: Create tooltip windows with WS_POPUP style.
2006-10-25  Oleg Krylovcomctl32: statusbar: Create tooltip window with WS_POPU...
2006-10-25  Alexandre Julliardcomctl32: Properly handle negative coordinates for...
2006-10-25  Mike McCormackcomctl32: Create a point from index function and use it.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-24  Michael Stefaniuccomctl32/tests: Specify type of function argument and...
2006-10-23  Rob Shearmancomctl32: Fix imagelist leak in tests.
2006-10-23  Andrew Talbotcomctl32: Cast-qual warnings fix.
2006-10-23  Alexandre Julliardcomctl32: Position the tooltip window correctly on...
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-20  Andrew Talbotcomctl32: Cast-qual warnings fix.
2006-10-19  Mikołaj Zalewskicomctl32: toolbar: Fix the tests and handling of TB_SET...
2006-10-19  Oleg Krylovcomctl32: toolbar: Create tooltip on TB_GETTOOLTIPS...
2006-10-17  Mikołaj Zalewskicomctl32: rebar: Use SM_CYEDGE for heights in NCCalcSize.
2006-10-16  Mikołaj Zalewskicomctl32: rebar: Don't return rectangles with negative...
2006-10-16  Mikołaj Zalewskicomctl32: listview: Update the scroll bars after resizi...
2006-10-16  Mikołaj Zalewskicomctl32: header: Test and improve the custom draw...
2006-10-16  Mikołaj Zalewskicomctl32: header: Make all repaints pass through HEADER...
2006-10-16  Mikołaj Zalewskicomctl32: rebar: bUnicode and NtfUnicode should be...
2006-10-14  Mikołaj Zalewskicomctl32: toolbar: Test and improve TB_SETHOTITEM.
2006-10-14  Mikołaj Zalewskicomctl32: toolbar: Use nHotItem not nOldHit for the...
2006-10-14  Mikołaj Zalewskicomctl32: toolbar: Don't try to redraw buttons outside...
2006-10-14  Mikołaj Zalewskicomctl32: toolbar: Change the dwData from DWORD to...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-10-13  Michael Ploujnikovcomctl32/tests: Win64 printf format warning fixes.
2006-10-12  Mikołaj Zalewskicomctl32: toolbar: Store dwBaseCustDraw and dwItemCDFla...
2006-10-12  Mikołaj Zalewskicomctl32: toolbar: Merge TOOLBAR_InsertButtonA and...
2006-10-12  Mikołaj Zalewskicomctl32: toolbar: Passing a string pointer in TB_INSER...
2006-10-12  Mikołaj Zalewskicomctl32: toolbar: Remove dwItemCustDraw from TOOLBAR_I...
2006-10-12  Mikołaj Zalewskicomctl32: toolbar: Don't send NM_CUSTOMDRAW for separators.
2006-10-12  Mikołaj Zalewskicomctl32: header: Call DefWindowProcW not DefWindowProcA.
2006-10-12  Mikołaj Zalewskicomctl32: header: Invalidate the control after a WM_SET...
2006-10-12  Mikołaj Zalewskicomctl32: listview: Don't call ScrollColumn with an...
2006-10-12  James Hawkinscomctl32: Make internal functions static.
next