mshtml: Added get_style implementation.
[wine] / dlls / comctl32 /
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.
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 ...
next