comctl32: toolbar: Use the width of the current button instead of nButtonWidth to...
[wine] / dlls / comctl32 /
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.
2006-10-09  Mikołaj Zalewskicomctl32: toolbar: Fix the TB_ADDSTRING from resources...
2006-10-09  Mikołaj Zalewskicomctl32: toolbar: Merge AddButtonsA and AddButtonsW...
2006-10-09  Mikołaj Zalewskicomctl32: toolbar: Create the tooltip control during...
2006-10-09  Mikołaj Zalewskicomctl32: toolbar: Move add/remove/setrect tooltip...
2006-10-06  Mike McCormackcomctl32: Return the correct value for CB_GETLBTEXTLEN.
2006-10-06  Hans LeidekkerDon't use utf-8 in rc files.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-04  James Hawkinscomctl32: Set the TVIF_TEXT mask when notifying the...
2006-10-03  Francois Gougetcomctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns...
2006-09-29  Francois GougetAdd missing '\n's to ok() calls.
2006-09-29  Francois GougetAssorted spelling fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  Mikołaj Zalewskicomctl32: toolbar: Small fix in TOOLBAR_StyleChanged.
2006-09-29  Mikołaj Zalewskicomctl32: toolbar: Set correcly hwndTrack in TrackMouse...
2006-09-27  Mikołaj Zalewskicomctl32: toolbar: Test and fix TB_ADDSTRING from resource.
2006-09-27  Mikołaj Zalewskicomctl32: Update Polish translation.
2006-09-26  Mikołaj Zalewskicomctl32: toolbar: If wParam in TB_ADDBUTTON is large...
2006-09-26  Mikołaj Zalewskicomctl32: toolbar: Resize the imagelist icons after...
2006-09-21  Mikołaj Zalewskicomctl32: toolbar: Fix the return code of TB_ADDBITMAP.
2006-09-21  Mikołaj Zalewskicomctl32: toolbar: Simplify the TOOLBAR_AddButton.
2006-09-21  Mikołaj Zalewskicomctl32: toolbar: Fix IDB_STD_VIEW_* icons count ...
2006-09-21  Mikołaj Zalewskicomctl32: toolbar: Use correctly wParam in TB_ADDBITMAP.
2006-09-21  Mikołaj Zalewskicomctl32: imagelist: SetImageCount can be used to decre...
2006-09-21  Mikołaj Zalewskicomctl32: toolbar: Add some tests for TB_ADDBITMAP.
2006-09-20  Mikołaj Zalewskicomctl32: toolbar: Don't leak the intoPtr->bitmaps...
2006-09-20  Mikołaj Zalewskicomctl32: header: Update the header comment.
2006-09-20  Mikołaj Zalewskicomctl32: header: Remove the nOldWidth.
2006-09-20  Mikołaj Zalewskicomctl32: header: Send new values in notifies during...
2006-09-20  Mikołaj Zalewskicomctl32: header: Merge the simple delete and complex...
2006-09-20  Mikołaj Zalewskicomctl32: header: Simplify the insert/delete code by...
2006-09-20  Mikołaj Zalewskicomctl32: header: Test the header order-management...
2006-09-14  Mikołaj Zalewskicomctl32: listview: Don't edit labels after the first...
2006-09-14  Mikołaj Zalewskicomctl32: listview: Don't edit labels on click if the...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-07  Andrew Talbotcomctl32: Cast-qual warnings fix.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-26  Marcus Meissnercomctl32: Remove unneccessary default debug channels.
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-18  Oleg Krylovcomctl32: Correctly map toolbar bitmap mask color in...
2006-08-18  Oleg Krylovcomctl32: Fix ImageList_Replace function to correctly...
2006-08-17  Oleg Krylovcomctl32: toolbar: Use HOT imagelist for buttons in...
2006-08-01  Huw Daviescomctl32: Limit the width of the watermark to 164 pixels.
2006-08-01  Huw Daviescomctl32: Limit the size of the header bitmap to 49x49.
2006-08-01  Huw Daviescomctl32: Invalidate the header area so that updated...
2006-08-01  Huw Daviescomctl32: Wordwrap the sub title.
2006-08-01  Huw Daviescomctl32: The titles are already converted to unicode...
2006-07-31  Andrew Talbotcomctl32/tests: Write-strings warnings fix.
2006-07-20  Andrew Talbotcomctl32/tests: Write-strings warnings fix.
2006-07-20  Hwang YunSong(황윤성)comctl32: Updated Korean resource.
2006-07-18  Huw Daviescomctl32: All items should be marked as unchecked when...
2006-07-17  Paul Vrienscomctl32: Use struct member after check for NULL (Cover...
next