Implemented NtQueueApcThread, and changed the server APC interface to
[wine] / controls /
2003-03-24  Alexandre JulliardRevert broken change to the scrollbar position adjustme...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-03-07  Andrew JohnstonMove keyboard event processing from WndProc code into...
2003-03-07  Adam GundyAllow modifying a menu string to be NULL.
2003-03-07  Andrew Johnston- GetScrollRange zeros the return parameters for no...
2003-03-04  Tony LambregtsJanitorial. Get rid of W->A call.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-19  Alexandre JulliardAuthors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietr...
2003-01-16  Alexandre JulliardRemoved flag checks in SetMenuItemInfoA, NT doesn't...
2003-01-15  Mike HearnFail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARAT...
2003-01-14  Alberto MassariHandle the WS_EX_LEFTSCROLLBAR style (that is, draw...
2003-01-14  Robert ShearmanMove internal implementation into the exported function
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-17  Duane ClarkNeed to initialize tracking value on mousedown.
2002-12-17  Alberto MassariSet the ODS_DISABLED bit when the item is grayed.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-25  Robert ShearmanAdd support for painting SBS_SIZEBOX style properly.
2002-11-22  Alexandre JulliardFixed use of HBMMENU_* in switch statements.
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-21  Carl SopchakIgnore buffer limit on WM_SETTEXT.
2002-11-13  Aric StewartFixed a bug with combo boxes where only 1 items was...
2002-11-06  Chris MorganRemove ERR() if menu entry isn't of type MF_STRING...
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-29  Patrik StridvallFixed some issues found by winapi_check.
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-10  Steve LustbaderProvide a stub for GetComboBoxInfo.
2002-10-10  Andrew M. JohnstonMake info structure members lower case as elsewhere.
2002-09-25  Dimitrie O. Paun- Stop passing hwnd around when we're passing EDITSTATE.
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-17  Alexandre JulliardRemove clearing of the window menu id for now. This...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-09  Dimitrie O. Paun- Implement DFCS_TRANSPARENT.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-28  Andreas MohrMake sure we clear the owning window's hMenu in Destroy...
2002-08-28  Aric StewartIf we have no dropdown height give ourselves a minimum...
2002-08-28  Alexandre JulliardFixed WM_GETTEXT handling to avoid strncpy and return...
2002-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-08-27  Zoltan NagyMove caret when selecting a text area with the mouse.
2002-08-20  Aric StewartDon't set EN_CHANGE at creation time.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Alexandre JulliardErase background when invalidating the selected text.
2002-08-16  Aric StewartSupport large edit buffers for richedit control.
2002-08-15  Alexandre JulliardAvoid trouble in WM_GETTEXT if specified length is...
2002-08-03  Duane ClarkOn mouse down in thumb, issue SB_THUMBTRACK with curren...
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-19  Carl SopchakReturn empty string on error in WM_GETTEXT.
2002-07-10  Uwe BonnesCBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error...
2002-07-05  Alexandre JulliardComboLBWndProc: fall through to ListBoxWndProc if the...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-13  Alexandre JulliardMake sure edit and listbox controls are of same ASCII...
2002-06-04  Andreas MohrOnly allow tabs in popup menus, and make sure to never...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-20  Dmitry TimoshkovClear an old button text in WM_SETTEXT as Windows does.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-09  Rizsanyi ZsoltDisabled catching of mouse move events when not over...
2002-04-22  Chuck Crayne- Recognize "\n" as an alternative soft line break...
2002-04-11  Rizsanyi ZsoltSending EN_UPDATE notification in the EDIT_WM_SetText...
2002-04-09  Dmitry TimoshkovAlways erase background.
2002-04-08  Dmitry TimoshkovAdded CS_PARENTDC style.
2002-04-02  Dmitry TimoshkovConvert NULL menu items to separators.
2002-03-28  Uwe BonnesMenuItemFromPoint: rough implementation.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Eric PouechFixed WM_SETFONT handling (no redraw made in some cases).
2002-02-19  Phillip EzoltFixed the scrollbar position overflows using MulDiv.
2002-01-31  Alexandre JulliardCodeWeavers
2002-01-31  Guy AlbertelliPaint control immediately on WM_SETTEXT.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-15  Rein KlazesDon't change button state on WM_MOUSEMOVE messages...
2002-01-15  Rein KlazesIn CBPaintText use the text size as returned by LB_GETT...
2002-01-04  Sander van LeeuwenCheck, Radio & 3State buttons send WM_CTLCOLORSTATIC...
2002-01-03  Alexandre JulliardUse DrawFrameControl instead of bitmaps in certain...
2001-12-26  Andreas MohrFixed, added or implemented stubs:
2001-12-11  Bill MedlandFor a radio button even if the initial style includes...
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-13  Andreas MohrEDIT_EM_LineLength called from within EDIT_EM_LineLengt...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-16  Alexandre JulliardMoved scrollbar tracking code to scroll.c.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-08  Dmitry TimoshkovDefer edit style correction until EDITSTATE is fully...
2001-09-21  Guy Albertelli- Implement message loop on the client side of the...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-17  Bobby BinghamWhen you hold the left mouse button inside the scrollba...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
next