projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Correct SIZE_T size according to MS SDK.
[wine]
/
controls
/
combo.c
2002-08-28
Aric Stewart
If we have no dropdown height give ourselves a minimum...
blob
|
commitdiff
|
raw
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
1999-01-01
Alex Korobka
Better CB_SETCURSEL message handling.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-08
Huw D M Davies
Replace GRAPH_ functions with Win SDK equivalents.
blob
|
commitdiff
|
raw
|
diff to current
1998-11-22
Marcus Meissner
CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTE...
blob
|
commitdiff
|
raw
|
diff to current
1998-10-14
Alex Korobka
CB_SETCURSEL and some other fixes.
blob
|
commitdiff
|
raw
|
diff to current
1998-10-11
David Luyer
Small fixes.
blob
|
commitdiff
|
raw
|
diff to current
1998-09-27
Alexandre Julliard
Release 980927
wine-980927
blob
|
commitdiff
|
raw
|
diff to current
1998-09-13
Alexandre Julliard
Release 980913
wine-980913
blob
|
commitdiff
|
raw
|
diff to current
1998-06-01
Alexandre Julliard
Release 980601
wine-980601
blob
|
commitdiff
|
raw
|
diff to current
1998-04-13
Alexandre Julliard
Release 980413
wine-980413
blob
|
commitdiff
|
raw
|
diff to current
1998-03-29
Alexandre Julliard
Release 980329
wine-980329
blob
|
commitdiff
|
raw
|
diff to current
1998-03-15
Alexandre Julliard
Release 980315
wine-980315
blob
|
commitdiff
|
raw
|
diff to current
1998-03-01
Alexandre Julliard
Release 980301
wine-980301
blob
|
commitdiff
|
raw
|
diff to current
1998-02-01
Alexandre Julliard
Release 980201
wine-980201
blob
|
commitdiff
|
raw
|
diff to current
1998-01-04
Alexandre Julliard
Release 980104
wine-980104
blob
|
commitdiff
|
raw
|
diff to current
1997-11-30
Alexandre Julliard
Release 971130
wine-971130
blob
|
commitdiff
|
raw
|
diff to current
1997-11-01
Alexandre Julliard
Release 971101
wine-971101
blob
|
commitdiff
|
raw
|
diff to current
1997-09-28
Alexandre Julliard
Release 970928
wine-970928
blob
|
commitdiff
|
raw
|
diff to current
1997-08-24
Alexandre Julliard
Release 970824
wine-970824
blob
|
commitdiff
|
raw
|
diff to current
next