Stub implementation for GetLastInputInfo.
[wine] / dlls / x11drv / winpos.c
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-12-06  Dmitry TimoshkovShowWindow activates only a being maximized child windo...
2004-09-17  Alexandre JulliardDon't bother to return partial region data in get_windo...
2004-09-15  Dmitry TimoshkovRemove a stray 'else' left by a previous patch.
2004-09-13  Dmitry TimoshkovLog flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED...
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-09-01  Alexandre JulliardWe still need to look for the top parent that doesn...
2004-08-24  Alexandre JulliardIn GetDC use the parent drawable when DCX_PARENTCLIP...
2004-08-24  Alexandre JulliardWhen possible, use the X window of the requested window...
2004-08-18  Robert ShearmanAllow the user to move managed windows by dragging...
2004-08-17  Krishna MurthyAllow resizing windows without thickframe style.
2004-08-10  Ulrich CzekallaAvoid holding x11drv lock while calling function that...
2004-07-06  Alexandre JulliardFixed X11DRV_GetDC for the desktop window.
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-28  Alexandre JulliardUse X11DRV_GetRegionData to implement X11DRV_SetWindowR...
2004-06-24  Robert ShearmanFix small mistake in the previous visible region patch.
2004-06-23  Dmitry TimoshkovWM_WINDOWPOSCHANGED should always contain a final windo...
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-06-18  Alexandre JulliardOnly unmap the window when it gets moved off-screen...
2004-06-18  Dmitry TimoshkovShowWindow shouldn't fix SWP_ flags, it's the job of...
2004-06-14  Dmitry TimoshkovDo nothing in ShowWindow(SW_SHOW) if a window is alread...
2004-06-03  Mike HearnIgnore attempts to hide an already invisible window...
2004-04-27  Alexandre JulliardReplace empty window rect checks by a new X11DRV_is_win...
2004-04-08  Dmitry TimoshkovRestore correct focus handling for ShowWindow(SW_HIDE...
2004-04-08  Dmitry TimoshkovRevert an erroneous patch.
2004-04-02  Dmitry TimoshkovAdd SWP_NOZORDER in the case it's not needed.
2004-04-02  Dmitry TimoshkovA decision whether add SWP_NOACTIVATE or not should...
2004-04-02  Dmitry TimoshkovShowWindow should not optimize SW_HIDE, it's the job...
2004-04-02  Dmitry TimoshkovSending WM_SHOWWINDOW is a job of SetWindowPos.
2004-03-11  Dmitry TimoshkovWindows truncates windows coordinates at 16 bits when...
2004-02-13  Alex PasadynUpdate the desktop window size and send WM_DISPLAYCHANG...
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-14  Alexandre JulliardMoved SetDrawable, StartGraphicsExposures and EndGraphi...
2003-11-27  Rein KlazesIn clip_children() don't clip the visible region by...
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-11-04  Dmitry TimoshkovWM_WINDOWPOSCHANGING should receive original, not fixed...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Alexandre JulliardMap top-level windows when WS_VISIBLE is set, but don...
2003-05-19  Alexandre JulliardMake sure drawable_org is set correctly when using...
2003-02-18  Duane ClarkCorrectly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-31  Alexandre JulliardFixed a number of -DSTRICT warnings.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Alexandre JulliardFixed #endif.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-08-29  Mike McCormackRely on the window manager to show and hide popup windo...
2002-08-27  Bill MedlandSetWindowPos sends WM_WINDOWPOSCHANGED even if it has...
2002-08-20  Alexandre JulliardDon't map/unmap a top-level window when WS_VISIBLE...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-13  Alexandre JulliardAuthors: Mike McCormack <mikem@codeweavers.com>, Jeremy...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-04-24  Alexandre JulliardNever activate the window on SW_SHOWNOACTIVATE.
2002-04-24  Huw D M DaviesDon't check hwndInsertAfter if SWP_NOZORDER is set.
2002-03-12  Jukka HeinonenAdded option SW_FORCEMINIMIZE to ShowWindow.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Paul RupePrevent "window belongs to another process" errors...
2001-11-13  Gerard PatelFix the server paint count in SetWindowPos.
2001-11-07  Gerard PatelRepaired child window activation broken by previous...
2001-11-06  Alexandre JulliardWindow activation cleanups.
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-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-09-21  Alexandre JulliardIgnore ConfigueNotify size changes while the window...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-10  Alexandre JulliardIgnore size change on ConfigureNotify if window rect...
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-21  Alexandre JulliardRemoved WIN_GetDesktop().
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
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-02  Patrik StridvallDocumentation fixes.
2001-06-29  Alexandre JulliardRemoved unnecessary SetWindowPos call in SetWindowRgn.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-26  Alexandre JulliardMake the visible region empty for non-visible windows.
2001-06-22  Alexandre JulliardDon't rely on X to expose windows covered by a sibling...
2001-06-20  Alexandre JulliardClip parent client area when using the drawable from...
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Alexandre JulliardFixed one more bug in clip_children.
2001-06-15  Alexandre Julliardclip_children: don't crash if child is not in list...
next