Fix some types and function prototypes according to Platform SDK
[wine] / controls / listbox.c
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-07-05  Alexandre JulliardComboLBWndProc: fall through to ListBoxWndProc if the...
2002-06-13  Alexandre JulliardMake sure edit and listbox controls are of same ASCII...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Alexandre JulliardCodeWeavers
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-24  Jukka HeinonenWNDPROC handlers now check whether HWND argument is...
2001-07-17  Bill MedlandAs for the edit control, the style of the borders on...
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-04-17  Gerard PatelDo not send WM_MOUSEACTIVATE for children of desktop.
2001-04-16  Dmitry TimoshkovSlightly improve keyboard tracking in combobox.
2001-04-09  Dmitry TimoshkovReally do not roll up if selection is being tracked...
2001-02-26  Dmitry TimoshkovUse GetSysColorBrush(COLOR_WINDOW) when there is no...
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-10  Gerard PatelFixed returned length for LB_GETTEXT.
2001-01-09  Dmitry TimoshkovAdded unicode window proc for the listbox control.
2001-01-06  Andreas MohrTook a stab at implementing LBS_NOSEL.
2001-01-04  Aric StewartFixed a problem where when deleting an item using index...
2000-12-15  Ulrich CzekallaOnly capture mouse when an item is selected.
2000-12-13  Louis Philippe GagnonInvalidate the focus rect when a listbox is resized.
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-11-30  Louis Philippe GagnonDon't update scrollbars when processing WM_DESTROY.
2000-11-25  Ove KaavenImplemented Win16 behaviour of DDL_DRIVES in DlgDirList.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Gerard PatelIn WM_DRAWITEM, always calls the app with a valid curre...
2000-09-09  Mike McCormackAvoid divide by zero when listbox set to zero height.
2000-08-29  Andreas MohrAlways call LISTVIEW_SetSelection() for an item, even...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-06  Susan FarleyAvoid resetting the background color when clearing...
2000-08-01  Gerard PatelChange logic of listbox resizing for 16 bits apps for...
2000-07-16  Gerard PatelSet clipping region to client window before owner-drawn...
2000-07-09  Gerard PatelMake the focus follow the last selected item for multis...
2000-06-15  Gerard PatelSet clipping region to client window in LISTBOX_Paint.
2000-06-15  Gerard PatelWM_SETREDRAW should repaint the listbox when set to...
2000-06-11  Jason MawdsleyTake focus before setting the caret position and select...
2000-06-07  Serge Ivanov- We can use wnd->wIDmenu for ComboLBox (it is not...
2000-06-07  Alexandre JulliardStephane Lussier
2000-05-26  Alexandre JulliardSerge Ivanov
2000-05-23  Alexandre JulliardSerge Ivanov
2000-05-15  Susan FarleyAvoid calls to SetFocus when they are unnecessary.
2000-05-07  Chris MorganFixed scrolling bug.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-03-25  Huw D M DaviesSend the correct ODA_ code when deselecting an item.
2000-02-26  Yuxi ZhangIn the listbox, when the last item is selected and...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-12-12  Marcus MeissnerRemoved 2 useless include winversion.h
1999-11-28  Dmitry TimoshkovNotify parent of listbox if requested.
1999-10-23  Abey GeorgeDraw the item text from the top of the item rect.
1999-09-11  Nick HollowayFor Win 3.x applications, if they have either horizonta...
1999-09-11  Pierre MageauSet the mouse capture on the combo listbox.
1999-08-21  Rein KlazesMake sure that an empty string never matches a listbox...
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-07-30  Francis BeaudetChanged the WS_BORDER style to a WS_EX_CLIENTEDGE style...
1999-07-25  Gerard PatelSeveral focus and selection problems in listboxes.
1999-06-12  Francis BeaudetFixed a few behaviors of the combobox that were broken.
1999-05-22  Paul QuinnStop a listbox bug that causes a div by zero when the...
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-08  Gerard PatelValues returned from PtInRect and LB_ITEMFROMPOINT...
1999-05-08  Francois BoisvertPrevented LISTBOX_RepaintItem from repainting a non...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-01  Marcus MeissnerRemoved the gotos from the WndProcs, always use a small...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Luc TourangeauWhen the vertical scrollbar is removed, the background...
1999-04-04  Luc TourangeauWM_MOUSEMOVE implementation bug fix.
1999-04-02  Francis BeaudetImplemented the Win95 look and feel.
1999-03-25  Francis BeaudetFixed LB_GETCURSEL message to return LB_ERR on empty...
1999-03-22  Lawson WhitneyMade LB_GETCURSEL return focus_item if no item has...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-01-24  NF StevensChange SW_??? options on list box scrolling so that...
1999-01-20  Marcus MeissnerDo not call ownerdraw for invalid items (empty focusrects).
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-01  Alex KorobkaBetter CB_SETCURSEL message handling.
1998-12-24  Gerard PatelDon't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
1998-11-22  Marcus MeissnerLB_GETTEXT: Handle passed NULL buffer.
1998-10-14  Alex KorobkaCB_SETCURSEL and some other fixes.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
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-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-09-28  Alexandre JulliardRelease 970928 wine-970928
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
next