Delegates messages directly to the edit control window proc instead of
[wine] / windows /
2004-04-27  Dmitry TimoshkovBefore removing menu items in the MDI Window menu check...
2004-04-26  Duane ClarkAdd tracing messages to MDI.
2004-04-20  Santosh SiddheshwarAllocate DIALOGINFO structure in DefDlgProc instead...
2004-04-02  Dmitry TimoshkovSetting WS_VISIBLE style does not require any special...
2004-04-02  Dmitry TimoshkovWM_PARENTNOTIFY should not be sent to WS_POPUP windows.
2004-04-01  Dimitrie O. PaunRemove the support for the Win 3.1 Look.
2004-03-26  Dmitry TimoshkovMake DestroyWindow() not mess with a window focus,...
2004-03-22  Rein KlazesCorrectly size the spi_loaded array prevents overwritin...
2004-03-20  Dmitry TimoshkovChange order of EnableWindow/DestroyWindow in the case...
2004-03-19  Justin ChevrierImplemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET...
2004-03-17  Richard CohenFIXME_(win) -> FIXME.
2004-03-09  Huw DaviesWe need to at least refresh the window menu in ChildAct...
2004-03-09  Huw DaviesWindows always adds a separator to the bottom of the...
2004-03-05  Robert ShearmanStub for RegisterDeviceNotificationW.
2004-03-04  Justin ChevrierMove implementation of SysParametersInfo from Ascii...
2004-02-26  Dimitrie O. PaunRemove the win32 debug channel, misc cleanup of debuggi...
2004-02-26  Mike HearnAdd a comment to explain the LockWindowUpdate situation.
2004-02-20  Dmitry TimoshkovFirst step in using faster approach for A<->W message...
2004-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2004-02-12  Justin ChevrierImplemented SPI_GETGRADIENTCAPTIONS, SPI_GETFONTSMOOTHING,
2004-02-12  Bill MedlandAdded the automatic tabbing in IsDialogMessage.
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-02-10  Alexandre JulliardDynamically retrieve the metrics that depend on the...
2004-02-07  Alex PasadynReport the mouse wheel as present in the system metrics.
2004-02-06  Dmitry TimoshkovAdd a test case and a fix for the window styles state...
2004-02-05  Rein KlazesChange return code from ExitWindowsEx() (and with that...
2004-02-03  Dmitry TimoshkovMake the MDI Window menu refreshing Windows compatible.
2004-02-02  Dmitry TimoshkovTest whether an active maximized MDI child is visible.
2004-01-28  Alexandre JulliardFixed 16-bit MDI support (based on a patch by Dmitry...
2004-01-28  Alexandre JulliardlpCreateParams should be a SEGPTR in 16-bit code.
2004-01-27  Alexandre JulliardProperly translate the message result for WM_GETTEXT...
2004-01-27  Dmitry Timoshkov- Add the same protection to MDI_AugmentFrameMenu as...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Yoshiro TakenoIn Windows, the leading byte for multibyte characters...
2004-01-26  Dmitry TimoshkovIn the WM_MDISETMENU handler use an existing frame...
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-21  Huw DaviesAdd correct treeview structs to message spy.
2004-01-21  Rein KlazesIn RDW_UpdateRgn(), if hRgn is zero, clear the windows...
2004-01-20  Dmitry TimoshkovMerge the MDI and common window creation code. Change...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2004-01-12  Alexandre JulliardScrollDC doesn't need to be in the graphics driver.
2004-01-06  Alexandre JulliardConverted DlgDirList to Unicode.
2004-01-06  Robert ShearmanAdd missing \n on error message.
2004-01-02  Steven EdwardsSplit up the Win16/32 MDI support a bit.
2004-01-02  Chris MorganMake the debug mark printing unconditional instead...
2003-12-31  Alexandre JulliardStore window icons in the window structure so that...
2003-12-30  Dmitry TimoshkovAdd MDI child creation tests.
2003-12-30  Mike HearnPrevent false matches in WIN_FindWindow.
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-10  Alexandre JulliardSystem classes must not have the CS_GLOBALCLASS style.
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-12-10  Andreas RosenbergPoint size in DLG_TEMPLATE may be negative.
2003-12-10  Alexandre JulliardMade all the RegisterClass and GetClassInfo variants...
2003-12-10  Alexandre JulliardAdded support for inter-process GetWindowWord.
2003-12-08  Kevin KoltzauImplemented GetTitleBarInfo.
2003-12-05  Alexandre JulliardGet rid of clipboard.h.
2003-12-05  Alexandre JulliardIn RDW_ValidateParent, get rid of the parent update...
2003-11-26  Steven EdwardsPorting fixes.
2003-11-26  Alexandre JulliardAdded support for inter-process GetWindowLong on the...
2003-11-26  Dmitry TimoshkovMake Alt+[national key] menu shortcuts work.
2003-11-26  Kevin KoltzauImplement the TME_NONCLIENT flag in TrackMouseEvent...
2003-11-26  Alexandre JulliardFixed declarations of BroadcastSystemMessage and Transl...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-11-09  Rein KlazesIf GetNextDlgTabItem() cannot find any next control...
2003-11-05  Alexandre JulliardSet %fs and %gs in the register context to their curren...
2003-11-03  Dmitry TimoshkovAdd common dialog notification messages and WM_SIZE.
2003-10-31  Alexandre JulliardUse a timeout when sending broadcast messages.
2003-10-28  Rein KlazesCorrect the logic that decides whether a WM_SYSKEYUP...
2003-10-24  Dmitry TimoshkovInitialize MinMax.ptReserved, use better defaults for...
2003-10-21  Rein KlazesUse the extended window style for the previous style...
2003-10-07  Alexandre JulliardStore the global shell, progman and taskman windows...
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-27  Dmitry TimoshkovImplemented RealGetWindowClass.
2003-09-23  Rein KlazesFix MDISetMenu in the case it is called before a Window...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-12  Kevin GroeneveldModify CheckRadioButton function to be more consistent...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-22  Dmitry TimoshkovProtect SystemParametersInfoA(SPI_GETxxx) from NULL...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Mike McCormackStub implementation of FlashWindowEx.
2003-08-05  Dmitry TimoshkovProtect CallWindowProcA/W from NULL pointers.
2003-08-05  Dmitry TimoshkovMake GetWindowInfo() work for all windows and return...
2003-07-26  Alexandre JulliardImplemented inter-thread SendMessageCallback.
2003-07-18  Mike McCormackStrip WS_CAPTION and WS_SYSMENU for child dialogs.
2003-07-09  Alexandre JulliardStore window procedures in a static array instead of...
2003-07-09  Alexandre JulliardOnly compute dialog base units once we need them.
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-23  Aric StewartSimple optimization in EnableWindow.
2003-06-23  Dmitry TimoshkovDump RDW_ flags in RedrawWindow.
2003-05-19  Huw DaviesWe can't use RtlCreateUnicodeStringFromAsciiz for WM_SE...
2003-05-19  Dmitry TimoshkovGetClassInfo returns class atom on success.
2003-05-19  Dmitry TimoshkovRestore MDI window in the case of disabled maximize...
2003-05-19  Dmitry TimoshkovInitialize hbmColor only for color icons in GetIconInfo.
next