Need to get any outstanding input prior to returning number.
[wine] / controls /
2000-10-28  Andreas Mohr- set the item height not only for the listbox, but...
2000-10-26  Dmitry TimoshkovAsk application to reinitialize its menu before process...
2000-10-25  Francois MethotAdded support of blinking thumb as found in Windows...
2000-10-24  Aric StewartConverted menu string handling to Unicode.
2000-10-24  Susan FarleyDo not block CBN_EDITCHANGE for WM_PASTE or WM_CUT...
2000-10-23  Ulrich WeigandDo not send EN_UPDATE to multi-line edit controls.
2000-10-23  Francois GougetFixed the text color of higlighted menu bar item for...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Gerard PatelIn WM_DRAWITEM, always calls the app with a valid curre...
2000-09-19  Andreas MohrFixed window lock problem in SetMenu().
2000-09-13  Serge Ivanov(Merged by Marcus Meissner <marcus@jet.franken.de>)
2000-09-12  Gerard PatelSetScrollInfo : don't show/hide scrollbar if no paramet...
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-09  Mike McCormackAvoid divide by zero when listbox set to zero height.
2000-09-09  Dmitry TimoshkovGetMenu might be used to get child window id.
2000-08-29  Andreas MohrAlways call LISTVIEW_SetSelection() for an item, even...
2000-08-14  Susan FarleyUpdate the edit box before rolling up the listbox,...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-07  Marcus MeissnerInitialize 'str' in ICONTITLE_GetTitlePos.
2000-08-06  Susan FarleyAvoid resetting the background color when clearing...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-01  Gerard PatelChange logic of listbox resizing for 16 bits apps for...
2000-07-23  Ove KaavenFix a few typos and such.
2000-07-23  Gerard PatelFixed calculation of buffer length after switch of...
2000-07-16  Gerard PatelSet clipping region to client window before owner-drawn...
2000-07-16  Gerard PatelBackground of SS_SIMPLE static control is not filled...
2000-07-15  Dave HawkesAll standard window controls should have CS_PARENTDC...
2000-07-15  Susan FarleyDon't clear selection when initial entry is not in...
2000-07-15  Marcus MeissnerReplaced %s by %p in EDIT_WM_SetText.
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-07-09  Gerard PatelMake the focus follow the last selected item for multis...
2000-06-25  Gerard PatelSet the minimum dropped height to the combo list height...
2000-06-18  Gerard PatelCB_SETCURSEL should not generate another listbox event...
2000-06-18  Francois JacquesGetSystemMenu called with bRevert argument set to TRUE...
2000-06-15  Gerard PatelSet clipping region to client window in LISTBOX_Paint.
2000-06-15  Gerard PatelWM_SETREDRAW should repaint the listbox when set to...
2000-06-11  Jason MawdsleyTake focus before setting the caret position and select...
2000-06-11  Sheri SteevesAdded save and reset of SetBKMode values in WM_PAINT.
2000-06-11  Huw D M DaviesAdd support for icons set by STM_SETIMAGE.
2000-06-07  Serge Ivanov- ComboLBox is always created as child of ComboBox...
2000-06-07  Serge Ivanov- Removed dependency of edit control from combobox...
2000-06-07  Serge Ivanov- We can use wnd->wIDmenu for ComboLBox (it is not...
2000-06-07  Alexandre JulliardStephane Lussier
2000-06-04  Susan FarleyAttempt to paint the checkbox and radio buttons better.
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-06-01  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian for Corel)
2000-06-01  Serge IvanovMSDN: "WM_NCHITTEST - Returns HTCLIENT if the control...
2000-05-30  Alexandre JulliardSerge Ivanov
2000-05-30  David Grant- Creating combobox with CBS_SIMPLE style shall set...
2000-05-30  Alexandre JulliardOwen Wang
2000-05-26  Alexandre JulliardSerge Ivanov
2000-05-26  Alexandre JulliardHenning Hoffmann
2000-05-26  Ulrich CzekallaMoved the EN_UPDATE notification out of the paint handl...
2000-05-25  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian Technologies for...
2000-05-23  Rob FarnumPost a WM_CANCELMODE message to wake up the internal...
2000-05-23  Ulrich CzekallaCapture ^V,^X,^C and translate it to the corresponding...
2000-05-23  Alexandre JulliardSerge Ivanov
2000-05-23  Andreas MohrSome part of EDIT_EM_LineLength code was commented...
2000-05-18  Alexandre JulliardSheri Steeves
2000-05-15  Susan FarleyAvoid calls to SetFocus when they are unnecessary.
2000-05-14  Gerard PatelWhen new menu Id is not found or index > nitems, insert...
2000-05-12  Susan FarleyDistinguish RADIOCHECK style menu items from standard...
2000-05-12  Susan FarleyLike the AUTORADIOBUTTON, the parent of a RADIOBUTTON...
2000-05-11  Guy AlbertelliRevalidate menu handle in mt.hTopMenu after DispatchMes...
2000-05-10  Aric Stewart- Wine was passing the wrong hwnd as the owner when...
2000-05-10  Ken ThomasesFixed to display popup-menu arrow on owner-drawn popup...
2000-05-07  Chris MorganFixed scrolling bug.
2000-05-05  Susan FarleyHandle ^C, ^V and ^X in an edit control properly.
2000-04-23  Ove KaavenFix edit control's WM_GETTEXT behaviour.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Huw D M DaviesSend the correct ODA_ code when deselecting an item.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-24  Huw D M DaviesSet the correct value for the cch element of MENUITEMIN...
2000-03-24  Huw D M DaviesStop a WM_SETTEXT message (and friends) to a combo...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-08  Ulrich CzekallaThe static control only needs to invalidate its rect...
2000-02-26  Ulrich CzekallaSend WM_HELP message when F1 is pressed.
2000-02-26  Yuxi ZhangIn the listbox, when the last item is selected and...
2000-02-26  Bill JinBitmap buttons were not refreshed correctly.
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Luc TourangeauImplementation of Static OwnerDraw.
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-29  Dmitry TimoshkovCorrect the behaviour of the accelerator keys in dialog...
2000-01-17  Gerard PatelValidate the menu handles.
2000-01-09  Pascal LessardStop menu tracking when clicking on the menu bar where...
2000-01-08  Marcus MeissnerGetMenuString should return itemlength on 0 nMax or...
2000-01-04  Rein KlazesDon't show the scrollbar if SetScrollinfo() is called...
1999-12-12  Dmitry TimoshkovComboBox should not send bogus messages to edit buddy...
1999-12-12  Rein KlazesIn win32 a WM_MENUSELECT message should contain the...
1999-12-12  Marcus MeissnerRemoved 2 useless include winversion.h
next