Add support for BTNS_WHOLEDROPDOWN.
[wine] / controls /
2004-02-09  Alexandre JulliardFixed TrackPopupMenu return value (based on a patch...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Yoshiro TakenoIn Windows, the leading byte for multibyte characters...
2003-12-10  Alexandre JulliardSystem classes must not have the CS_GLOBALCLASS style.
2003-12-03  Huw DaviesOnly honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP...
2003-12-02  Aric StewartInvalidate items on set selection.
2003-12-02  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Huw Davie...
2003-11-26  Dmitry TimoshkovMake Alt+[national key] menu shortcuts work.
2003-11-26  Alexandre JulliardFixed declarations of BroadcastSystemMessage and Transl...
2003-11-18  Dmitry TimoshkovMake national (hot)keys work in menus. Make menu code...
2003-11-14  Carlos LozanoFixed CB_DIR16 handling.
2003-11-11  Huw DaviesAdd support for CBS_{LOWER|UPPER}CASE.
2003-11-11  Huw DaviesWe need to invalidate the replaced text region before...
2003-11-11  Huw DaviesOwnerdraw buttons should erase themselves in WM_ERASEBKGND.
2003-11-04  Dmitry TimoshkovAlways repaint scroll bar if requested.
2003-11-03  Huw DaviesWM_LBUTTONDOWN calls SetFocus under Windows. Remove...
2003-10-21  Rein KlazesA WM_CREATE message sent to an Edit window procedure...
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-17  Alexandre JulliardMoved out of windef.h a few definitions that don't...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-23  Igor GrahekSend STN_CLICKED ad STN_DBLCLK messages to parent windo...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-11  Dmitry TimoshkovWM_PAINT(wParam) might be a valid HDC.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-04  Francois GougetFix some typos.
2003-06-04  Mike HearnUpdate listbox directory mode to new FindFirstFile...
2003-05-19  Rein KlazesRevert the WM_GETDLGCODE handling patch completely...
2003-05-15  Rein KlazesRevert the previous patch for capturing keys in an...
2003-05-13  Vitaliy MargolenFix problem with capturing [return] keys in multi-line...
2003-05-12  Aric StewartAdded handling of WM_IME_CHAR.
2003-05-12  Dmitry TimoshkovAdded definition of SS_USERITEM.
2003-05-12  Alexandre JulliardDon't track the system menu for managed windows.
2003-05-11  Christian CostaAdd missing ReleaseDC in EDIT_BuildLineDefs_ML.
2003-05-08  Maxime BellengéCorrectly fill the background of a checkbox button.
2003-05-06  Achim KaiserTake font metrics into account for EC_USEFONTINFO margins.
2003-04-30  Maxime Bellengé- Fix some indentation problems.
2003-04-27  Brad CampbellEM_REPLACESTR was not respecting buffer_limit.
2003-04-19  Alexandre JulliardDon't bother sending WM_NCCREATE to the desktop window...
2003-04-08  Rein KlazesCompare the two items in LISTBOX_FindStringPos() in...
2003-03-24  Alexandre JulliardRevert broken change to the scrollbar position adjustme...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-03-07  Andrew JohnstonMove keyboard event processing from WndProc code into...
2003-03-07  Adam GundyAllow modifying a menu string to be NULL.
2003-03-07  Andrew Johnston- GetScrollRange zeros the return parameters for no...
2003-03-04  Tony LambregtsJanitorial. Get rid of W->A call.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-19  Alexandre JulliardAuthors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietr...
2003-01-16  Alexandre JulliardRemoved flag checks in SetMenuItemInfoA, NT doesn't...
2003-01-15  Mike HearnFail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARAT...
2003-01-14  Alberto MassariHandle the WS_EX_LEFTSCROLLBAR style (that is, draw...
2003-01-14  Robert ShearmanMove internal implementation into the exported function
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-17  Duane ClarkNeed to initialize tracking value on mousedown.
2002-12-17  Alberto MassariSet the ODS_DISABLED bit when the item is grayed.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-25  Robert ShearmanAdd support for painting SBS_SIZEBOX style properly.
2002-11-22  Alexandre JulliardFixed use of HBMMENU_* in switch statements.
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-21  Carl SopchakIgnore buffer limit on WM_SETTEXT.
2002-11-13  Aric StewartFixed a bug with combo boxes where only 1 items was...
2002-11-06  Chris MorganRemove ERR() if menu entry isn't of type MF_STRING...
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-29  Patrik StridvallFixed some issues found by winapi_check.
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-10  Steve LustbaderProvide a stub for GetComboBoxInfo.
2002-10-10  Andrew M. JohnstonMake info structure members lower case as elsewhere.
2002-09-25  Dimitrie O. Paun- Stop passing hwnd around when we're passing EDITSTATE.
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-17  Alexandre JulliardRemove clearing of the window menu id for now. This...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-09  Dimitrie O. Paun- Implement DFCS_TRANSPARENT.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-28  Andreas MohrMake sure we clear the owning window's hMenu in Destroy...
2002-08-28  Aric StewartIf we have no dropdown height give ourselves a minimum...
2002-08-28  Alexandre JulliardFixed WM_GETTEXT handling to avoid strncpy and return...
2002-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-08-27  Zoltan NagyMove caret when selecting a text area with the mouse.
2002-08-20  Aric StewartDon't set EN_CHANGE at creation time.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Alexandre JulliardErase background when invalidating the selected text.
2002-08-16  Aric StewartSupport large edit buffers for richedit control.
2002-08-15  Alexandre JulliardAvoid trouble in WM_GETTEXT if specified length is...
2002-08-03  Duane ClarkOn mouse down in thumb, issue SB_THUMBTRACK with curren...
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-19  Carl SopchakReturn empty string on error in WM_GETTEXT.
2002-07-10  Uwe BonnesCBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error...
2002-07-05  Alexandre JulliardComboLBWndProc: fall through to ListBoxWndProc if the...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-13  Alexandre JulliardMake sure edit and listbox controls are of same ASCII...
next