MenuItemFromPoint: rough implementation.
[wine] / controls / combo.c
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-15  Rein KlazesIn CBPaintText use the text size as returned by LB_GETT...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Jukka HeinonenWNDPROC handlers now check whether HWND argument is...
2001-05-31  Susan FarleyDisable the edit box when created with WS_DISABLED.
2001-05-09  Mike McCormackOnly draw the padding area of the combo box, don't...
2001-05-02  Marcus MeissnerDo not HeapFree() memory not allocated by us in COMBO_G...
2001-04-30  Mike McCormackDraw the padding area of a combo box.
2001-04-17  Dmitry TimoshkovRemove redundant sending of WM_DRAWITEM message to...
2001-04-09  Dmitry TimoshkovReally do not roll up if selection is being tracked...
2001-03-20  Guy L. AlbertelliNative version seems to always re-draw the selected...
2001-03-10  Francois GougetFixed spelling/typos in comments.
2001-02-20  Guy L. Albertelli- Restructure PaintText code to remove FillRect from...
2001-02-12  James AbbatielloOwnerdrawn combo boxes should use ODS_COMBOBOXEDIT...
2001-01-26  Guy L. Albertelli- When painting the text, if the control is OWNERDRAWN...
2001-01-22  Francois GougetTypo fixes in comments.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-11  Dmitry TimoshkovVarious combobox fixes.
2001-01-09  Dmitry TimoshkovAdded unicode window proc for the listbox control.
2001-01-09  Ulrich CzekallaEnsure there is an edit control when we reset contents.
2001-01-07  Dmitry TimoshkovCombobox should clear its current selection on response to
2001-01-05  Dmitry TimoshkovAdded unicode window proc for combobox control.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-06  Louis Philippe GagnonUpdate internal controls on WM_WINDOWPOSCHANGED.
2000-12-05  Aric StewartFixed a problem where the string in a combo box flicker...
2000-11-29  Andreas MohrWM_SETTEXT should return TRUE on success.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-10-28  Andreas Mohr- set the item height not only for the listbox, but...
2000-10-24  Susan FarleyDo not block CBN_EDITCHANGE for WM_PASTE or WM_CUT...
2000-08-14  Susan FarleyUpdate the edit box before rolling up the listbox,...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-15  Susan FarleyDon't clear selection when initial entry is not in...
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-07  Serge Ivanov- ComboLBox is always created as child of ComboBox...
2000-05-30  David Grant- Creating combobox with CBS_SIMPLE style shall set...
2000-05-30  Alexandre JulliardOwen Wang
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-03-24  Huw D M DaviesStop a WM_SETTEXT message (and friends) to a combo...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-12-12  Dmitry TimoshkovComboBox should not send bogus messages to edit buddy...
1999-12-06  Dmitry TimoshkovAllow to deselect all items by sending CB_SETCURSEL...
1999-12-05  Dmitry TimoshkovShow use of undocumented messages.
1999-11-28  Dmitry TimoshkovWhen combobox selection changes, update its edit box...
1999-11-07  Jim AstonFixed the height of the ComboBox drop list.
1999-10-13  Gerard PatelMake WM_GETTEXTLENGTH return length for dropdownlist...
1999-09-19  Francis BeaudetImplemented the disabled state of the combobox.
1999-09-11  Pierre MageauSet the mouse capture on the combo listbox.
1999-09-05  Pierre MageauModified CBDropDown to find the best height of the...
1999-08-14  Francis BeaudetFixed the look of the combobox's drop down button when...
1999-07-30  Francis BeaudetFixed the border for the listbox created by the simple...
1999-07-18  Francis BeaudetFixed fake WM_LBUTTONUP message.
1999-07-10  Abey GeorgeFixed the height of the dropped list when there are...
1999-06-12  Francis BeaudetFixed a few behaviors of the combobox that were broken.
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-14  Francois BoisvertChanged CBGetDroppedControlRect to be compliant with...
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-01  Marcus MeissnerRemoved the gotos from the WndProcs, always use a small...
1999-04-24  Guy AlbertelliFix locking with proper calls to WIN_ReleaseWndPtr.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Francis BeaudetFixed a sizing bug in the combobox control.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-04  Gerard PatelAdded missing goto.
1999-04-02  Francis BeaudetImplemented the Win95 look and feel.
1999-03-24  Pascal LessardCOMBO_Size: maintain the height of the RectCombo when...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-12  Pavel RoskinChanged the button state to "up" as soon as it is known...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-01-01  Alex KorobkaBetter CB_SETCURSEL message handling.
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-11-22  Marcus MeissnerCB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTE...
1998-10-14  Alex KorobkaCB_SETCURSEL and some other fixes.
1998-10-11  David LuyerSmall fixes.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-09-28  Alexandre JulliardRelease 970928 wine-970928
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-05-09  Alexandre JulliardRelease 970509 wine-970509
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-02-15  Alexandre JulliardRelease 970215 wine-970215
1997-02-02  Alexandre JulliardRelease 970202 wine-970202
1997-01-20  Alexandre JulliardRelease 970120 wine-970120
next