Make the MDI Window menu refreshing Windows compatible.
[wine] / windows /
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.
2003-05-19  Alexandre JulliardCatch broadcast window handles in functions that are...
2003-05-19  Mike McCormackImplemented BroadcastSystemMessageW.
2003-05-16  Alexandre JulliardAvoid using the MapHModule functions.
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-05-13  Mike McCormackImplemented SetMessageExtraInfo.
2003-05-11  Dmitry TimoshkovPoll X events in GetInputState the same way as in GetQu...
2003-05-11  Ulrich CzekallaWe should pass the callers client-area rect and clip...
2003-05-11  Alexandre JulliardAdded A<->W mappings for WM_IME_CHAR.
2003-05-11  Dmitry TimoshkovIgnore high word of wParam when handling WM_COMMAND...
2003-05-11  Dusan LackoFix ALT context bit for WM_KEYDOWN/UP.
2003-05-11  Dmitry TimoshkovWindows treats dialog control class ids 0-5 same way...
2003-04-29  Maxime Bellengé- Fix some indentation.
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2003-03-30  Alexandre JulliardUse the right buffer size in SYSPARAMS_Load instead...
2003-03-30  Adam GundyInitialize lpLogFont->lfQuality to the default.
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-26  Stephan BEUZEImplemented a default behavior for SPI_GETGRADIENTCAPTI...
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-14  Tony LambregtsReplace DPRINTF with TRACE.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-26  Eric PouechOnly print 4 hexdigits for tid.
2003-02-19  Andreas MohrConvert Twips values from the registry.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-02-18  Duane ClarkCorrectly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
next