Get rid of the non-standard CONV_POINT and CONV_RECT functions.
[wine] / controls / combo.c
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-08-17  Robert ShearmanUser controls: GWL_ -> GWLP_.
2004-07-30  Jeroen JanssenUpdated some MSDN links in the code.
2004-07-12  Marcus MeissnerFixed switch (unsigned int) { case -1 / -2: } problems.
2004-05-17  Thomas WeidenmuellerCombobox popups should be always-on-top.
2004-04-01  Dimitrie O. PaunRemove the support for the Win 3.1 Look.
2003-12-10  Alexandre JulliardSystem classes must not have the CS_GLOBALCLASS style.
2003-11-14  Carlos LozanoFixed CB_DIR16 handling.
2003-11-11  Huw DaviesAdd support for CBS_{LOWER|UPPER}CASE.
2003-09-17  Alexandre JulliardMoved out of windef.h a few definitions that don't...
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-07-02  Francois GougetFixed some common spelling errors.
2003-05-12  Aric StewartAdded handling of WM_IME_CHAR.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
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-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-13  Aric StewartFixed a bug with combo boxes where only 1 items was...
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-10  Steve LustbaderProvide a stub for GetComboBoxInfo.
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-07-19  Carl SopchakReturn empty string on error in WM_GETTEXT.
2002-07-10  Uwe BonnesCBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error...
2002-06-13  Alexandre JulliardMake sure edit and listbox controls are of same ASCII...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
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.
next