Compare result of RegQueryValueExW() with ERROR_SUCCESS.
[wine] / dlls / comctl32 /
2005-08-15  Frank RichterInstead of adding the border via WM_NCPAINT and WM_NCCA...
2005-08-12  Frank RichterDetermining the superclass for a window subclassed...
2005-08-12  Frank RichterAdd initial theming support for trackbars.
2005-08-12  Frank RichterAdd theming for toolbar control.
2005-08-11  Frank RichterFix text color for "button" style tabs when theming...
2005-08-11  Frank RichterAdd theming for status bar control.
2005-08-11  Frank RichterAdd theming for the progress control.
2005-08-11  Frank RichterAdd theming for the rebar control.
2005-08-11  Frank RichterAdd theming for the monthcal control.
2005-08-10  Francois GougetThe PSDK does not define a TreeView_InsertItemA() macro...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-03  Frank RichterAdd hottracking support for the header control.
2005-08-03  Frank RichterRemove unneeded theming check.
2005-08-02  Vitaly LipatovUse STATEIMAGEINDEX / INDEXTOSTATEIMAGEMASK instead...
2005-08-01  Alexandre JulliardFixed regression in DPA_Search.
2005-08-01  Felix NawothnigFix DPA_Search for sorted arrays.
2005-07-28  Steven EdwardsCorrect RegCreateKeyEx[A/W] prototype to match the...
2005-07-28  Frank RichterAdd theming for treeview control.
2005-07-28  Frank RichterAdd theming support for the tab control.
2005-07-27  Frank RichterSince OpenThemeData() should return 0 in case theming...
2005-07-27  Frank RichterSplit up the drawing code into a set of smaller functio...
2005-07-27  Frank RichterAdded some generic code to allow subclassing (for the...
2005-07-26  Filip NavaraUse ReleaseDC instead of DeleteDC on DC handle.
2005-07-25  Frank RichterAdd theming for the up/down control.
2005-07-25  Frank RichterUse theming for the ListView non-client area.
2005-07-25  Frank RichterAdd theming support for header controls.
2005-07-22  Robert Shearman- Call SetBkMode with the correct value from the NMTBCU...
2005-07-22  Robert Shearman- Height is now calculated based on the number of rows...
2005-07-22  Robert ShearmanTBSTATE_INDETERMINATE only takes effect if the button...
2005-07-22  Robert ShearmanNative autosizes on inserting/adding buttons, so we...
2005-07-22  Robert ShearmanThe IsValidImageList test is not needed because if...
2005-07-22  Robert ShearmanThe calculated button height should include the text...
2005-07-18  Frank RichterEnabled "tab" dialog texture for property sheet pages.
2005-07-18  Dimi PaunSilence uninitialized warnings.
2005-07-15  Kevin KoltzauForward some header notifications to parent of listview.
2005-07-15  Thomas WeidenmuellerSupport PSM_IDTOINDEX.
2005-07-15  Thomas Weidenmueller- Support PSH_WIZARDHASFINISH in wizards.
2005-07-15  Aric StewartWhen adding an image copy the full previous buffer.
2005-07-14  Robert ShearmanHandle CopyImage and other functions failing by not...
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-08  Felix NawothnigFix some DPA functions so they pass the new tests.
2005-07-07  Felix NawothnigAdd another failing DPA test.
2005-07-06  Felix NawothnigDon't invalidate the whole propsheet when the page...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-06  Felix NawothnigMove DPA and DSA functions out of comctl32undoc.c as...
2005-07-05  Felix NawothnigFix DPA tests on Win95.
2005-07-05  Frank RichterLet property sheets update the cached system colors...
2005-07-03  Felix NawothnigRewrote the DPA testsuite.
2005-06-30  Vitaliy MargolenSend CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.
2005-06-25  Robert Shearman- Document how the native lays out the internal compone...
2005-06-25  Robert ShearmanFix a regression in IE where the Favourites menu didn...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
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.
next