Implemented NtQueueApcThread, and changed the server APC interface to
[wine] / controls /
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.
2001-02-14  Dmitry TimoshkovConvert menu item to seperator only when string is...
2001-02-13  Marcus MeissnerDon't crash on close from window manager.
2001-02-12  Dmitry TimoshkovFix the behaviour of EM_GETLINE message.
2001-02-12  James AbbatielloOwnerdrawn combo boxes should use ODS_COMBOBOXEDIT...
2001-01-26  Guy L. Albertelli- When painting the text, if the control is OWNERDRAWN...
2001-01-26  Dmitry TimoshkovDo not notify parent of the Edit control on WM_SETTEXT...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-24  Alexandre JulliardUse DrawFrameControl() instead of OEM bitmaps to paint...
2001-01-22  Dmitry TimoshkovProtect read-only edit control from modification.
2001-01-22  Francois GougetTypo fixes in comments.
2001-01-19  Josh DuBoisSpecified 'signed' on chars compared to -1.
2001-01-19  Dmitry TimoshkovSolve remaining problems with scroll bars in the edit...
2001-01-15  Dmitry TimoshkovAdd one missing buffer size rounding in the edit control.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-12  James HathewayGuard against incoming string of NULL in WM_SETTEXT.
2001-01-11  Dmitry TimoshkovFix the return value of WM_GETTEXT in the edit control.
2001-01-11  Dmitry TimoshkovVarious combobox fixes.
2001-01-10  Dmitry TimoshkovSynchronize the sizes of the external and internal...
2001-01-10  Gerard PatelFixed returned length for LB_GETTEXT.
2001-01-10  James Hathewayes->buffer_size is not always the length of the text...
2001-01-09  Dmitry TimoshkovAdded unicode window proc for the listbox control.
2001-01-09  Ulrich CzekallaEnsure there is an edit control when we reset contents.
2001-01-07  Dmitry TimoshkovCombobox should clear its current selection on response to
2001-01-06  François GougetModify the look of bitmap menu items to match Win95...
2001-01-06  Andreas MohrTook a stab at implementing LBS_NOSEL.
2001-01-05  Dmitry TimoshkovAdded unicode window proc for combobox control.
2001-01-05  Dmitry TimoshkovAdded unicode window proc for the static control.
2001-01-05  Dmitry TimoshkovFixed some problems with scrolling in the edit control.
2001-01-04  Francois GougetFixed the alignment of the MF_RIGHTJUSTIFY menu items.
2001-01-04  Aric StewartFixed a problem where when deleting an item using index...
2000-12-27  Andreas Mohr- clarify many error messages
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...
next