Removed --config from man wine.
[wine] / controls /
2000-12-22  Dmitry TimoshkovFix remaining signed/unsigned mismatches.
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-21  Dmitry TimoshkovDon't write to buffer with zero length.
2000-12-20  Dmitry TimoshkovMake new edit control allocate its buffers with granula...
2000-12-19  Dmitry TimoshkovNew unicode edit control.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
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-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
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-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  Louis Philippe GagnonDon't update scrollbars when processing WM_DESTROY.
2000-11-29  Andreas MohrWM_SETTEXT should return TRUE on success.
2000-11-28  Dmitry TimoshkovMade button control fully unicode aware.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Louis Philippe GagnonWhen processing mouse messages in MENU_TrackMenu, use...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-27  Dmitry TimoshkovGeneral clean up of the edit control: removed transfer...
2000-11-26  Chris MorganDon't draw scrollbars if their client rectangle is...
2000-11-25  Ove KaavenImplemented Win16 behaviour of DDL_DRIVES in DlgDirList.
2000-11-15  Dmitry TimoshkovPrepare switching to unicode of builtin widgets.
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-11-07  Francois GougetFixed typos in comments.
2000-11-06  Francois GougetTake into account the sunken border for Win98 look.
2000-11-05  James AbbatielloDon't reset MF_POPUP flag in SetMenu().
2000-11-02  Dmitry TimoshkovDo not invert "magic" bitmap menu items.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-11-01  Dmitry TimoshkovMake bitmap menu items look like in windows when selected,
2000-11-01  Francois GougetCheck for SB_CTL before displaying a caret.
2000-10-31  Francois GougetHide the caret only on the first WM_KEYDOWN.
2000-10-28  Andreas Mohr- set the item height not only for the listbox, but...
2000-10-26  Dmitry TimoshkovAsk application to reinitialize its menu before process...
2000-10-25  Francois MethotAdded support of blinking thumb as found in Windows...
2000-10-24  Aric StewartConverted menu string handling to Unicode.
2000-10-24  Susan FarleyDo not block CBN_EDITCHANGE for WM_PASTE or WM_CUT...
2000-10-23  Ulrich WeigandDo not send EN_UPDATE to multi-line edit controls.
2000-10-23  Francois GougetFixed the text color of higlighted menu bar item for...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
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-19  Andreas MohrFixed window lock problem in SetMenu().
2000-09-13  Serge Ivanov(Merged by Marcus Meissner <marcus@jet.franken.de>)
2000-09-12  Gerard PatelSetScrollInfo : don't show/hide scrollbar if no paramet...
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-09  Mike McCormackAvoid divide by zero when listbox set to zero height.
2000-09-09  Dmitry TimoshkovGetMenu might be used to get child window id.
2000-08-29  Andreas MohrAlways call LISTVIEW_SetSelection() for an item, even...
2000-08-14  Susan FarleyUpdate the edit box before rolling up the listbox,...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-07  Marcus MeissnerInitialize 'str' in ICONTITLE_GetTitlePos.
2000-08-06  Susan FarleyAvoid resetting the background color when clearing...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-01  Gerard PatelChange logic of listbox resizing for 16 bits apps for...
2000-07-23  Ove KaavenFix a few typos and such.
2000-07-23  Gerard PatelFixed calculation of buffer length after switch of...
2000-07-16  Gerard PatelSet clipping region to client window before owner-drawn...
2000-07-16  Gerard PatelBackground of SS_SIMPLE static control is not filled...
2000-07-15  Dave HawkesAll standard window controls should have CS_PARENTDC...
2000-07-15  Susan FarleyDon't clear selection when initial entry is not in...
2000-07-15  Marcus MeissnerReplaced %s by %p in EDIT_WM_SetText.
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-07-09  Gerard PatelMake the focus follow the last selected item for multis...
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-18  Francois JacquesGetSystemMenu called with bRevert argument set to TRUE...
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-11  Sheri SteevesAdded save and reset of SetBKMode values in WM_PAINT.
2000-06-11  Huw D M DaviesAdd support for icons set by STM_SETIMAGE.
2000-06-07  Serge Ivanov- ComboLBox is always created as child of ComboBox...
2000-06-07  Serge Ivanov- Removed dependency of edit control from combobox...
2000-06-07  Serge Ivanov- We can use wnd->wIDmenu for ComboLBox (it is not...
2000-06-07  Alexandre JulliardStephane Lussier
2000-06-04  Susan FarleyAttempt to paint the checkbox and radio buttons better.
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-06-01  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian for Corel)
2000-06-01  Serge IvanovMSDN: "WM_NCHITTEST - Returns HTCLIENT if the control...
2000-05-30  Alexandre JulliardSerge Ivanov
2000-05-30  David Grant- Creating combobox with CBS_SIMPLE style shall set...
2000-05-30  Alexandre JulliardOwen Wang
2000-05-26  Alexandre JulliardSerge Ivanov
2000-05-26  Alexandre JulliardHenning Hoffmann
2000-05-26  Ulrich CzekallaMoved the EN_UPDATE notification out of the paint handl...
2000-05-25  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian Technologies for...
2000-05-23  Rob FarnumPost a WM_CANCELMODE message to wake up the internal...
2000-05-23  Ulrich CzekallaCapture ^V,^X,^C and translate it to the corresponding...
2000-05-23  Alexandre JulliardSerge Ivanov
2000-05-23  Andreas MohrSome part of EDIT_EM_LineLength code was commented...
next