Added missing define.
[wine] / windows /
2004-07-20  Alexandre JulliardGet rid of window region on the client side.
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-07-14  Alexandre JulliardAllocate the dialog info in DIALOG_CreateIndirect if...
2004-07-12  Marcus MeissnerFixed switch (unsigned int) { case -1 / -2: } problems.
2004-07-06  Marcus MeissnerReplace lvalue casts of post increments for newer compiler.
2004-06-30  Dmitry TimoshkovDo not do SetWindowPos(SWP_FRAMECHANGED) in the
2004-06-30  Dimitrie O. PaunSmall documentation cleanup.
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-06-23  Dmitry TimoshkovMake sure that both deactivated and activated MDI child...
2004-06-23  Alexandre JulliardFixed wrong Unicode string syntax in GetMonitorInfoW.
2004-06-21  Vincent BéronReplace some more -debugmsg references for WINEDEBUG.
2004-06-18  Mike HearnAdd a dedicated debug channel for message boxes which...
2004-06-15  Ulrich CzekallaScrollDC should take into account overlapped windows...
2004-06-14  Dmitry TimoshkovAdded 32->16 mapping for SBM_GETRANGE/SBM_SETRANGE...
2004-06-04  Dmitry TimoshkovPrint meaningful message values instead of vague names...
2004-06-03  Ulrich CzekallaEnableWindow should not remove the focus of child windows.
2004-05-28  Alexandre JulliardOnly allocate even-numbered window handles, MS Project...
2004-05-28  Dmitry TimoshkovAdd some new message names to the message spy.
2004-05-28  Dmitry TimoshkovAdd a test for accessing classes from another thread.
2004-05-25  Dmitry TimoshkovDo not activate an MDI child if the child is invisible.
2004-05-18  Alexandre JulliardActivate another window when the dialog gets hidden...
2004-05-18  Dmitry TimoshkovOnly child windows receive WM_SHOWWINDOW in DestroyWind...
2004-05-11  Dmitry Timoshkov- Add a test for GetWindowInfo, it should not check...
2004-05-11  Jake HambySeveral of the registry keys for system colors and...
2004-05-10  Ulrich CzekallaFix clipboard regression.
2004-05-07  Dmitry TimoshkovMake WM_GETMINMAXINFO default behaviour more like the...
2004-05-06  Ulrich CzekallaAllow applications, under certain conditions, to set...
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...
next