Added a DOS text mode memory buffer copy in order to be able to tell
[wine] / controls /
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...
2001-08-18  Alexandre JulliardAdded proper support for 32-bit WM_NEXTMENU.
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-06  Alexandre JulliardReplaced MSG_InternalGetMessage calls by equivalent...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Jukka HeinonenWNDPROC handlers now check whether HWND argument is...
2001-07-22  Alexandre JulliardGot rid of HEAP_strdupW.
2001-07-17  Bill MedlandAs for the edit control, the style of the borders on...
2001-07-17  Gerard PatelDraw MenuBar in proper place (some cases).
2001-07-11  Bill MedlandCorrect the location of the style patching for the...
2001-07-10  Mike McCormackGetMenuItemID: return -1 for invalid menu items, not...
2001-07-08  Marcus MeissnerAdd some argument validation to SetMenuItemInfoA, so...
2001-07-08  Bill MedlandCorrect more colours so that DrawEdge works for more...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-28  Bill MedlandImproved handling of styles in the edit control, includ...
2001-06-22  Andreas MohrSpelling fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-06  Susan FarleyChanged the outer color of a push button frame from...
2001-05-31  Susan FarleyDisable the edit box when created with WS_DISABLED.
2001-05-31  Bobby BinghamFixed scrollbars return value to the SBM_SETRANGE and
2001-05-18  Ulrich CzekallaFix menu behaviour when escape is pressed.
2001-05-18  James JuranMake sure we set dwOSVersionInfoSize before calling...
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-14  Gerard PatelTest if the menu is destroyed before displaying a menu...
2001-05-11  Alexandre JulliardCreate a new window for the top popup menu on every...
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-09  Mike McCormackOnly draw the padding area of the combo box, don't...
2001-05-09  Ulrich CzekallaFixed a paint problem reported by Mike McCormack.
2001-05-02  Marcus MeissnerDo not HeapFree() memory not allocated by us in COMBO_G...
2001-04-30  Mike McCormackDraw the padding area of a combo box.
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-17  Gerard PatelDo not send WM_MOUSEACTIVATE for children of desktop.
2001-04-17  Dmitry TimoshkovRemove redundant sending of WM_DRAWITEM message to...
2001-04-16  Dmitry TimoshkovSlightly improve keyboard tracking in combobox.
2001-04-16  Dan EngelSet the backgound mode to opaque to paint highlighted...
2001-04-12  Alexandre JulliardAdded first/last message filters to MSG_InternalGetMess...
2001-04-10  Alexandre JulliardAdded mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
2001-04-09  Dmitry TimoshkovReally do not roll up if selection is being tracked...
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-04-02  Rein KlazesDo not send the EN_CHANGE notification message until...
2001-03-31  Ulrich CzekallaUpdate format engine to reduce flicker.
2001-03-20  Guy L. AlbertelliNative version seems to always re-draw the selected...
2001-03-19  Gerard PatelFix system menu crash by ensuring that item->text is...
2001-03-14  Gerard PatelRecalculate menu sizes if WM_INITMENU has recreated...
2001-03-13  Dmitry TimoshkovYet another attempt on fixing notifications in the...
2001-03-10  Dmitry TimoshkovFixed notifications of the edit control.
2001-03-10  Gerard PatelCall DefWindowProc for WM_CTLCOLORSTATIC message when...
2001-03-10  Francois GougetFixed spelling/typos in comments.
2001-03-05  Dmitry TimoshkovMake EDIT_UnlockBuffer cope with destroyed windows.
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-26  Dmitry TimoshkovUse GetSysColorBrush(COLOR_WINDOW) when there is no...
2001-02-23  Dmitry TimoshkovPrepare background while drawing radio buttons and...
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-02-20  Guy L. Albertelli- Restructure PaintText code to remove FillRect from...
2001-02-14  François Gougetdebugstr_xxx already does the quoting.
next