2004-05-17 |
Thomas Weidenmueller | Combobox popups should be always-on-top. |
blob | commitdiff | raw |
2004-04-01 |
Dimitrie O. Paun | Remove the support for the Win 3.1 Look. |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Alexandre Julliard | System classes must not have the CS_GLOBALCLASS style. |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Carlos Lozano | Fixed CB_DIR16 handling. |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Huw Davies | Add support for CBS_{LOWER|UPPER}CASE. |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | Moved out of windef.h a few definitions that don't... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Francois Gouget | Fixed some common spelling errors. |
blob | commitdiff | raw | diff to current |
2003-05-12 |
Aric Stewart | Added handling of WM_IME_CHAR. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Aric Stewart | Fixed a bug with combo boxes where only 1 items was... |
blob | commitdiff | raw | diff to current |
2002-10-30 |
Michael Stefaniuc | Some more fixes for compiling the user dll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Steve Lustbader | Provide a stub for GetComboBoxInfo. |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Aric Stewart | If we have no dropdown height give ourselves a minimum... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Alexandre Julliard | Fixed WM_GETTEXT handling to avoid strncpy and return... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Carl Sopchak | Return empty string on error in WM_GETTEXT. |
blob | commitdiff | raw | diff to current |
2002-07-10 |
Uwe Bonnes | CBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error... |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Alexandre Julliard | Make sure edit and listbox controls are of same ASCII... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-15 |
Rein Klazes | In CBPaintText use the text size as returned by LB_GETT... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Alexandre Julliard | Make sure that HWND comparisons are always done with... |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Guy L. Albertelli | Enhance SPY_GetMsgName to translate common control... |
blob | commitdiff | raw | diff to current |
2001-08-10 |
Alexandre Julliard | Removed a number of direct accesses to the WND structur... |
blob | commitdiff | raw | diff to current |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Jukka Heinonen | WNDPROC handlers now check whether HWND argument is... |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Susan Farley | Disable the edit box when created with WS_DISABLED. |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Mike McCormack | Only draw the padding area of the combo box, don't... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Marcus Meissner | Do not HeapFree() memory not allocated by us in COMBO_G... |
blob | commitdiff | raw | diff to current |
2001-04-30 |
Mike McCormack | Draw the padding area of a combo box. |
blob | commitdiff | raw | diff to current |
2001-04-17 |
Dmitry Timoshkov | Remove redundant sending of WM_DRAWITEM message to... |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Dmitry Timoshkov | Really do not roll up if selection is being tracked... |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Guy L. Albertelli | Native version seems to always re-draw the selected... |
blob | commitdiff | raw | diff to current |
2001-03-10 |
Francois Gouget | Fixed spelling/typos in comments. |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Guy L. Albertelli | - Restructure PaintText code to remove FillRect from... |
blob | commitdiff | raw | diff to current |
2001-02-12 |
James Abbatiello | Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Guy L. Albertelli | - When painting the text, if the control is OWNERDRAWN... |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Francois Gouget | Typo fixes in comments. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
blob | commitdiff | raw | diff to current |
2001-01-11 |
Dmitry Timoshkov | Various combobox fixes. |
blob | commitdiff | raw | diff to current |
2001-01-09 |
Dmitry Timoshkov | Added unicode window proc for the listbox control. |
blob | commitdiff | raw | diff to current |
2001-01-09 |
Ulrich Czekalla | Ensure there is an edit control when we reset contents. |
blob | commitdiff | raw | diff to current |
2001-01-07 |
Dmitry Timoshkov | Combobox should clear its current selection on response to |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Dmitry Timoshkov | Added unicode window proc for combobox control. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Alexandre Julliard | Use the DRIVE_* API constants instead of the DRIVETYPE... |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
blob | commitdiff | raw | diff to current |
2000-12-06 |
Louis Philippe Gagnon | Update internal controls on WM_WINDOWPOSCHANGED. |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Aric Stewart | Fixed a problem where the string in a combo box flicker... |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Andreas Mohr | WM_SETTEXT should return TRUE on success. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
Andreas Mohr | - set the item height not only for the listbox, but... |
blob | commitdiff | raw | diff to current |
2000-10-24 |
Susan Farley | Do not block CBN_EDITCHANGE for WM_PASTE or WM_CUT... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Susan Farley | Update the edit box before rolling up the listbox,... |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Susan Farley | Don't clear selection when initial entry is not in... |
blob | commitdiff | raw | diff to current |
2000-06-25 |
Gerard Patel | Set the minimum dropped height to the combo list height... |
blob | commitdiff | raw | diff to current |
2000-06-18 |
Gerard Patel | CB_SETCURSEL should not generate another listbox event... |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Serge Ivanov | - ComboLBox is always created as child of ComboBox... |
blob | commitdiff | raw | diff to current |
2000-05-30 |
David Grant | - Creating combobox with CBS_SIMPLE style shall set... |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Alexandre Julliard | Owen Wang |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Stephane Lussier | Implemented Mousewheel support. |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Huw D M Davies | Stop a WM_SETTEXT message (and friends) to a combo... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
1999-12-12 |
Dmitry Timoshkov | ComboBox should not send bogus messages to edit buddy... |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Dmitry Timoshkov | Allow to deselect all items by sending CB_SETCURSEL... |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Dmitry Timoshkov | Show use of undocumented messages. |
blob | commitdiff | raw | diff to current |
1999-11-28 |
Dmitry Timoshkov | When combobox selection changes, update its edit box... |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Jim Aston | Fixed the height of the ComboBox drop list. |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Gerard Patel | Make WM_GETTEXTLENGTH return length for dropdownlist... |
blob | commitdiff | raw | diff to current |
1999-09-19 |
Francis Beaudet | Implemented the disabled state of the combobox. |
blob | commitdiff | raw | diff to current |
1999-09-11 |
Pierre Mageau | Set the mouse capture on the combo listbox. |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Pierre Mageau | Modified CBDropDown to find the best height of the... |
blob | commitdiff | raw | diff to current |
1999-08-14 |
Francis Beaudet | Fixed the look of the combobox's drop down button when... |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Francis Beaudet | Fixed the border for the listbox created by the simple... |
blob | commitdiff | raw | diff to current |
1999-07-18 |
Francis Beaudet | Fixed fake WM_LBUTTONUP message. |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Abey George | Fixed the height of the dropped list when there are... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Francis Beaudet | Fixed a few behaviors of the combobox that were broken. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Marcus Meissner | Replaced all occurences of SYSMETRICS_xx and sysMetrics... |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Francois Boisvert | Changed CBGetDroppedControlRect to be compliant with... |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-05-01 |
Marcus Meissner | Removed the gotos from the WndProcs, always use a small... |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Guy Albertelli | Fix locking with proper calls to WIN_ReleaseWndPtr. |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Francis Beaudet | Fixed a sizing bug in the combobox control. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-04 |
Gerard Patel | Added missing goto. |
blob | commitdiff | raw | diff to current |
1999-04-02 |
Francis Beaudet | Implemented the Win95 look and feel. |
blob | commitdiff | raw | diff to current |
1999-03-24 |
Pascal Lessard | COMBO_Size: maintain the height of the RectCombo when... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Pavel Roskin | Changed the button state to "up" as soon as it is known... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
next |