Make functions static.
[wine] / dlls / comctl32 /
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-15  Huw DaviesFor modal propsheets we should run our own message...
2005-06-13  Krzysztof FoltmanTest when TVN_SELCHANGING and TVN_SELCHANGED are really...
2005-06-13  Krzysztof FoltmanDon't send TVN_SELCHANGING nor TVN_SELCHANGED if the...
2005-06-09  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-09  Alex ZorachFixed SetFocus behavior.
2005-06-06  James HawkinsAudit the Tab control.
2005-06-04  Felix NawothnigFix some missed invalidations after column resize.
2005-06-04  James Hawkins- Factor out common text shifting logic.
2005-05-30  Kouji SasakiAdded the feature to change row height in owner draw...
2005-05-30  Francois GougetAssorted spelling fixes.
2005-05-29  Felix NawothnigPass the right hwnd to ReleaseDC().
2005-05-26  Kouji SasakiAdded the callback item processing for LISTVIEW_EndEdit...
2005-05-25  Kouji SasakiCorrected the priority of operators for LISTVIEW_GetNex...
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-24  Kouji SasakiAdded handling of WM_ENABLE message.
2005-05-24  James HawkinsAudit the List-View control.
2005-05-20  James HawkinsSelect the item under the point (x,y) in MouseHover.
2005-05-19  Dimi PaunDo not compute the hit test if we don't really need it.
2005-05-18  James Hawkins- Store the click point in LISTVIEW_INFO.
2005-05-18  Felix NawothnigResize listview column to autofit on a doubleclick...
2005-05-17  James HawkinsFixed centering of tab text.
2005-05-14  Felix NawothnigRewrote item layouting - new code fixes bitmap/image...
2005-05-12  Aric StewartHandle WM_NCCALCSIZE in the tab control.
2005-05-11  Dimi PaunMake it more explicit how we deal with WS_DISABLED.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-09  Felix NawothnigImplemented WM_ENABLE.
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-04  Felix NawothnigSet iItem to index before notifying callback items.
2005-04-22  Stefan LeichterImport DPA_Search by ordinal like other DPA functions.
2005-04-20  Duane ClarkMisc rectangle fixes.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-18  Vitaliy MargolenDon't redraw if no information has changed.
2005-04-18  Duane ClarkThe datetime should be initialized with local time.
2005-04-16  Duane ClarkAdd support for direct keyboard input to numeric fields.
2005-04-15  Duane ClarkHour '0' corresponds to 12AM.
2005-04-15  Robert ShearmanFix TB_GETBUTTONSIZE to return the correct width/height...
2005-04-15  Robert Shearman- Use SetWindowPos to move the buddy window into positi...
2005-04-14  Dimitrie O. PaunKeep track of WS_DISABLED explicitely, as it doesn...
2005-04-14  Dimitrie O. PaunAdd support for LVN_ODSTATECHANGED.
2005-04-14  Vitaliy MargolenSend notifies after invalidating changed areas.
2005-04-14  Duane ClarkMonday is day number '1'.
2005-04-13  Vitaliy MargolenDraw only visible tabs.
2005-04-13  Andreas BjerkeholtSwedish translation.
2005-04-12  Robert ShearmanUse ES_AUTOHSCROLL for edit box.
2005-04-11  Dimitrie O. PaunTab unicodification.
2005-04-11  Dimitrie O. PaunMonthCal unicodification.
2005-04-11  Dimitrie O. PaunAudit the code against Comctl32.dll version 6.0.
2005-04-11  Ulrich CzekallaClear systemtime struct so we don't return garbage...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-27  Robert ShearmanFix size passed to SPI_NONCLIENTMETRICS.
2005-03-25  Dimitrie O. PaunUse {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo...
2005-03-25  Dimitrie O. PaunProper handling for GWL_STYLE.
2005-03-25  Dimitrie O. PaunFix a memory leak in toolbar. Avoid casts.
2005-03-25  Dimitrie O. PaunHandle wParam in WM_PAINT properly: if non-null, it...
2005-03-25  Dimitrie O. PaunAdd Robert Shearman's explanation about WM_NCPAINT.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Huw DaviesThe depth of the colour bitmap needs to match that...
2005-03-24  Dimitrie O. PaunComplete the unicodification of comctl32undoc.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Jason EdmeadesMake the treeview correctly search when the top index...
2005-03-23  Dimitrie O. PaunComplete unicodification of the treeview common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the tooltips common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the toolbar common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the rebar common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the propsheet common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the header common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the flatsb common control.
2005-03-23  Dimitrie O. PaunComplete unicodification.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-21  Dimitrie O. PaunPull the WM_TIMER handling into its own function.
2005-03-21  Robert ShearmaniSelectedImage is allowed to be 0.
2005-03-21  Dimitrie O. PaunComplete unicodification.
2005-03-21  Dimitrie O. PaunProper handling for GWL_STYLE.
2005-03-21  Dimitrie O. PaunDelete the critical section when freeing up the infoPtr.
2005-03-18  C. Scott AnanianUPDOWN_GetBuddyInt should not fail when the control...
2005-03-18  Alexandre JulliardRevert changes to the painting code, the WM_CTLCOLORSTA...
2005-03-16  C. Scott AnanianStarted a unit test case for the updown control.
2005-03-16  Dimitrie O. PaunAudit the control against Comctl32.dll version 6.0.
2005-03-15  Dimitrie O. PaunCleanup and simplify the painting code.
2005-03-14  Evan DeaublTREEVIEW_DoSelectItem should not do any of the TVGN_FIR...
2005-03-14  Jon GriffithsComment out a test that crashes on early versions.
2005-03-14  Dimitrie O. PaunUnicodification and typesafe interfaces.
2005-03-03  Dimitrie O. PaunUnicodification. Small cleanups.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Robert Shearman- Fix one more place where the code assumes row indices are
2005-03-02  Dimitrie O. PaunFix indentation for consistency with the rest of the...
2005-03-01  Filip NavaraImplement SB_SETBORDERS.
2005-03-01  Robert Shearman- Make row number be zero-based.
2005-02-25  Jon GriffithsRemove unneeded calls to TAB_GetInfoPtr(), const fixes...
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-24  Michael Stefaniuc- ImageList_LoadImage{A,W} were basicaly a cut'n'paste...
2005-02-23  Francois GougetAdd the -noname flag to match the Platform SDK.
2005-02-23  Maxime BellengéCorrectly displays the text with ellipsis when there...
2005-02-22  Martijn VernooijScroll instead of repainting when expanding/collapsing...
2005-02-21  Maxime BellengéTake into account the new size of a column when the...
2005-02-21  Maxime BellengéFix SetItem so that items don't get wrongly re-ordered.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
next