Sign in
goma
/
wine
/
69d39ab02350cfeb2a4576a2c4262e58b638a838
/
controls
/
listbox.c
2ffbb31
Make the focus follow the last selected item for multiselect listboxes.
by Gerard Patel
· 25 years ago
ac3e816
Set clipping region to client window in LISTBOX_Paint.
by Gerard Patel
· 25 years ago
41b07fb
WM_SETREDRAW should repaint the listbox when set to on if something
by Gerard Patel
· 25 years ago
50523d1
Take focus before setting the caret position and selections.
by Jason Mawdsley
· 25 years ago
07917e4
- We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
by Serge Ivanov
· 25 years ago
72bdd5b
Stephane Lussier
by Alexandre Julliard
· 25 years ago
ab2f43f
Serge Ivanov
by Alexandre Julliard
· 25 years ago
7f90a8c
Serge Ivanov Fixed WM_LBUTTONDBLCLK handling.
by Alexandre Julliard
· 25 years ago
d34205e
Avoid calls to SetFocus when they are unnecessary.
by Susan Farley
· 25 years ago
c0872e3
Fixed scrolling bug.
by Chris Morgan
· 25 years ago
4bdf4af
Implemented Mousewheel support.
by Stephane Lussier
· 25 years ago
65a0fa6
Send the correct ODA_ code when deselecting an item.
by Huw D M Davies
· 25 years ago
f94c3c5
In the listbox, when the last item is selected and deleted, it still
by Yuxi Zhang
· 25 years ago
916f975
Improved the selector get/set functions.
by Alexandre Julliard
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
ed0da3f
Removed 2 useless include winversion.h
by Marcus Meissner
· 25 years ago
e0f493e
Notify parent of listbox if requested.
by Dmitry Timoshkov
· 25 years ago
889a3be
Draw the item text from the top of the item rect.
by Abey George
· 25 years ago
b9ce4fd
For Win 3.x applications, if they have either horizontal or vertical
by Nick Holloway
· 26 years ago
25c62cc
Set the mouse capture on the combo listbox.
by Pierre Mageau
· 26 years ago
d35c834
Make sure that an empty string never matches a listbox entry in
by Rein Klazes
· 26 years ago
15de615
Got rid of dsprintf and related macros.
by Alexandre Julliard
· 26 years ago
f6a225b
Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the listbox control.
by Francis Beaudet
· 26 years ago
c9a6d50
Several focus and selection problems in listboxes.
by Gerard Patel
· 26 years ago
6ec3eaf
Fixed a few behaviors of the combobox that were broken.
by Francis Beaudet
· 26 years ago
7572207
Stop a listbox bug that causes a div by zero when the item height
by Paul Quinn
· 26 years ago
9fe7a25
Converted to the new debug interface, using script written by Patrik Stridvall.
by Alexandre Julliard
· 26 years ago
777508a
Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
by Gerard Patel
· 26 years ago
428d298
Prevented LISTBOX_RepaintItem from repainting a non visible item.
by Francois Boisvert
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
9aded51
Removed the gotos from the WndProcs, always use a small wrapper that
by Marcus Meissner
· 26 years ago
0f8bc5b
Fixed ANSI compabillity.
by Patrik Stridvall
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
8914799
When the vertical scrollbar is removed, the background was not
by Luc Tourangeau
· 26 years ago
5ee117b
WM_MOUSEMOVE implementation bug fix.
by Luc Tourangeau
· 26 years ago
f585c61
Implemented the Win95 look and feel.
by Francis Beaudet
· 26 years ago
8730e45
Fixed LB_GETCURSEL message to return LB_ERR on empty list.
by Francis Beaudet
· 26 years ago
613092a
Made LB_GETCURSEL return focus_item if no item has been selected.
by Lawson Whitney
· 26 years ago
6b1b41c
Made access to the wnd struct thread-safe.
by Francois Boisvert
· 26 years ago
ee517e8
- fixed missing stdlib.h and string.h includes everywhere
by David Luyer
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
762f18d
Change SW_??? options on list box scrolling so that they match what
by NF Stevens
· 26 years ago
9ad9017
Do not call ownerdraw for invalid items (empty focusrects).
by Marcus Meissner
· 26 years ago
638f169
Recovery of release 990110 after disk crash.
by Alexandre Julliard
· 26 years ago
wine-990110
311d329
Better CB_SETCURSEL message handling.
by Alex Korobka
· 26 years ago
c979b7b
Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
by Gerard Patel
· 26 years ago
4f7dc46
LB_GETTEXT: Handle passed NULL buffer.
by Marcus Meissner
· 26 years ago
f172d64
CB_SETCURSEL and some other fixes.
by Alex Korobka
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
dadf78f
Release 980517
by Alexandre Julliard
· 27 years ago
wine-980517
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
03468f7
Release 980215
by Alexandre Julliard
· 27 years ago
wine-980215
60ce85c
Release 980201
by Alexandre Julliard
· 27 years ago
wine-980201
a0b2b1d
Release 971116
by Alexandre Julliard
· 27 years ago
wine-971116
3db94ef
Release 970928
by Alexandre Julliard
· 28 years ago
wine-970928
77b9918
Release 970914
by Alexandre Julliard
· 28 years ago
wine-970914
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
33072e1
Release 970629
by Alexandre Julliard
· 28 years ago
wine-970629
23946ad
Release 970616
by Alexandre Julliard
· 28 years ago
wine-970616
7ff1c41
Release 970525
by Alexandre Julliard
· 28 years ago
wine-970525
889f742
Release 970415
by Alexandre Julliard
· 28 years ago
wine-970415
df2673b
Release 970329
by Alexandre Julliard
· 28 years ago
wine-970329
2197901
Release 970305
by Alexandre Julliard
· 28 years ago
wine-970305
f0cbfa0
Release 970215
by Alexandre Julliard
· 28 years ago
wine-970215
349a953
Release 970202
by Alexandre Julliard
· 28 years ago
wine-970202
01d6346
Release 970120
by Alexandre Julliard
· 28 years ago
wine-970120
c6c0944
Release 970112
by Alexandre Julliard
· 28 years ago
wine-970112
9ea19e5
Release 970101
by Alexandre Julliard
· 28 years ago
wine-970101
b1bac32
Release 961215
by Alexandre Julliard
· 28 years ago
wine-961215
7e6ae4b
Release 961208
by Alexandre Julliard
· 28 years ago
wine-961208
da0cfb3
Release 961201
by Alexandre Julliard
· 28 years ago
wine-961201
75d86e1
Release 961117
by Alexandre Julliard
· 28 years ago
wine-961117
139a4b1
Release 961102
by Alexandre Julliard
· 28 years ago
wine-961102
530ee84
Release 961023
by Alexandre Julliard
· 28 years ago
wine-961023
bf9130a
Release 961013
by Alexandre Julliard
· 28 years ago
wine-961013
2c69f6d
Release 960928
by Alexandre Julliard
· 29 years ago
wine-960928
8bbf818
Release 960913
by Alexandre Julliard
· 29 years ago
wine-960913
d1ce8b2
Release 960902
by Alexandre Julliard
· 29 years ago
wine-960902
1e37a18
Release 960818
by Alexandre Julliard
· 29 years ago
wine-960818
ac9c9b0
Release 960728
by Alexandre Julliard
· 29 years ago
wine-960728
ca22b33
Release 960712
by Alexandre Julliard
· 29 years ago
wine-960712
3051b64
Release 960705
by Alexandre Julliard
· 29 years ago
wine-960705
339eefc
Release 960623
by Alexandre Julliard
· 29 years ago
wine-960623
d90840e
Release 960611
by Alexandre Julliard
· 29 years ago
wine-960611
1e9ac79
Release 960606
by Alexandre Julliard
· 29 years ago
wine-960606
2d93d00
Release 960521
by Alexandre Julliard
· 29 years ago
wine-960521
e2bfa4c
Release 960516
by Alexandre Julliard
· 29 years ago
wine-960516
1285c2f
Release 960506
by Alexandre Julliard
· 29 years ago
wine-960506
329f068
Release 960414
by Alexandre Julliard
· 29 years ago
wine-960414
c981d0b
Release 960331
by Alexandre Julliard
· 29 years ago
wine-960331
59730ae
Release 960324
by Alexandre Julliard
· 29 years ago
wine-960324
b817f4f
Release 960314
by Alexandre Julliard
· 29 years ago
wine-960314
02ed4c2
Release 960302
by Alexandre Julliard
· 29 years ago
wine-960302
7d654eb
Release 960225
by Alexandre Julliard
· 29 years ago
wine-960225
0c126c7
Release 960218
by Alexandre Julliard
· 29 years ago
wine-960218
Next »