2005-02-26 |
Alexandre Julliard | Use a table of handlers to dispatch X events and get... |
blob | commitdiff | raw |
2005-02-22 |
Alexandre Julliard | Allow the client rectangle to be of arbitrary size... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Lauri Tulmin | Make minimized windows stay minimized. |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Dmitry Timoshkov | - Fix prototypes of GetClassLongA/W, GetClassLongPtrA... |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Alexandre Julliard | Make the win data pointer only available in the thread... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Alexandre Julliard | Properly compute the client area valid rects and pass... |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Alexandre Julliard | Store the "managed" flag as a window property instead... |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Alexandre Julliard | Only create an X window for top-level windows, not... |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Alexandre Julliard | Use an X context to associated the x11drv private windo... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Rein Klazes | Make ShowWindow(...,SW_SHOWNA) also work on already... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Alexandre Julliard | Tweak SetWindowPos flags handling to make a few more... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Alexandre Julliard | Make WIN_SetStyle more thread-safe by specifying the... |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Alexandre Julliard | Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr. |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Alexandre Julliard | Get rid of nonclient.h and of the corresponding exporte... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Alexandre Julliard | Avoid most references to the internals of the WND struc... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Alexandre Julliard | Removed a couple of unnecessary calls to WIN_SuspendWnd... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Alexandre Julliard | Removed unused ForceWindowRaise function. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Alexandre Julliard | Added some sanity checks on window dimensions. |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Dmitry Timoshkov | ShowWindow activates only a being maximized child windo... |
blob | commitdiff | raw | diff to current |
2004-09-17 |
Alexandre Julliard | Don't bother to return partial region data in get_windo... |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Dmitry Timoshkov | Remove a stray 'else' left by a previous patch. |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Dmitry Timoshkov | Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED... |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Alexandre Julliard | Get rid of the WIN_SetRectangles export from user32. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Alexandre Julliard | We still need to look for the top parent that doesn... |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Alexandre Julliard | In GetDC use the parent drawable when DCX_PARENTCLIP... |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Alexandre Julliard | When possible, use the X window of the requested window... |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Robert Shearman | Allow the user to move managed windows by dragging... |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Krishna Murthy | Allow resizing windows without thickframe style. |
blob | commitdiff | raw | diff to current |
2004-08-10 |
Ulrich Czekalla | Avoid holding x11drv lock while calling function that... |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Alexandre Julliard | Fixed X11DRV_GetDC for the desktop window. |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Alexandre Julliard | Added support for window regions in the server. |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Alexandre Julliard | Use X11DRV_GetRegionData to implement X11DRV_SetWindowR... |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robert Shearman | Fix small mistake in the previous visible region patch. |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Dmitry Timoshkov | WM_WINDOWPOSCHANGED should always contain a final windo... |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Alexandre Julliard | Moved visible region calculation to the server. |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Alexandre Julliard | Only unmap the window when it gets moved off-screen... |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Dmitry Timoshkov | ShowWindow shouldn't fix SWP_ flags, it's the job of... |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Dmitry Timoshkov | Do nothing in ShowWindow(SW_SHOW) if a window is alread... |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Mike Hearn | Ignore attempts to hide an already invisible window... |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Alexandre Julliard | Replace empty window rect checks by a new X11DRV_is_win... |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Dmitry Timoshkov | Restore correct focus handling for ShowWindow(SW_HIDE... |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Dmitry Timoshkov | Revert an erroneous patch. |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Dmitry Timoshkov | Add SWP_NOZORDER in the case it's not needed. |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Dmitry Timoshkov | A decision whether add SWP_NOACTIVATE or not should... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Dmitry Timoshkov | ShowWindow should not optimize SW_HIDE, it's the job... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Dmitry Timoshkov | Sending WM_SHOWWINDOW is a job of SetWindowPos. |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Dmitry Timoshkov | Windows truncates windows coordinates at 16 bits when... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Alex Pasadyn | Update the desktop window size and send WM_DISPLAYCHANG... |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Alexandre Julliard | Removed some unnecessary inclusions of gdi.h. |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Alexandre Julliard | Moved SetDrawable, StartGraphicsExposures and EndGraphi... |
blob | commitdiff | raw | diff to current |
2003-11-27 |
Rein Klazes | In clip_children() don't clip the visible region by... |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Alexandre Julliard | Removed the remaining TSX calls. |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Alexandre Julliard | Get rid of a bunch of TSX functions. |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Dmitry Timoshkov | WM_WINDOWPOSCHANGING should receive original, not fixed... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Alexandre Julliard | Map top-level windows when WS_VISIBLE is set, but don... |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Alexandre Julliard | Make sure drawable_org is set correctly when using... |
blob | commitdiff | raw | diff to current |
2003-02-18 |
Duane Clark | Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Alexandre Julliard | Added ReleaseDC function to the USER driver interface. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Alexandre Julliard | Split out some more 16-bit code. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Alexandre Julliard | Converted x11drv to -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Alexandre Julliard | Fixed a number of -DSTRICT warnings. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Rewrote caret implementation to store the information... |
blob | commitdiff | raw | diff to current |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
blob | commitdiff | raw | diff to current |
2002-09-24 |
Alexandre Julliard | Removed some more TSX11 functions and files. |
blob | commitdiff | raw | diff to current |
2002-09-24 |
Alexandre Julliard | Fixed #endif. |
blob | commitdiff | raw | diff to current |
2002-09-24 |
Alexandre Julliard | Removed a bunch of no longer used TSX wrappers. |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Mike McCormack | Rely on the window manager to show and hide popup windo... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Bill Medland | SetWindowPos sends WM_WINDOWPOSCHANGED even if it has... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Alexandre Julliard | Don't map/unmap a top-level window when WS_VISIBLE... |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Alexandre Julliard | Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy... |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Alexandre Julliard | Moved DC origin into device-specific structure. |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Alexandre Julliard | Removed CURSORICON_IconToCursor now that we support... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Alexandre Julliard | Removed dependencies on the internals of the region... |
blob | commitdiff | raw | diff to current |
2002-04-24 |
Alexandre Julliard | Never activate the window on SW_SHOWNOACTIVATE. |
blob | commitdiff | raw | diff to current |
2002-04-24 |
Huw D M Davies | Don't check hwndInsertAfter if SWP_NOZORDER is set. |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Jukka Heinonen | Added option SW_FORCEMINIMIZE to ShowWindow. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Paul Rupe | Prevent "window belongs to another process" errors... |
blob | commitdiff | raw | diff to current |
2001-11-13 |
Gerard Patel | Fix the server paint count in SetWindowPos. |
blob | commitdiff | raw | diff to current |
2001-11-07 |
Gerard Patel | Repaired child window activation broken by previous... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Alexandre Julliard | Window activation cleanups. |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Alexandre Julliard | Store in the server all the window information accessib... |
blob | commitdiff | raw | diff to current |
2001-10-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Alexandre Julliard | Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp... |
blob | commitdiff | raw | diff to current |
2001-10-11 |
Alexandre Julliard | Removed next and child fields in the window structure... |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Alexandre Julliard | Store window parent as an HWND instead of a pointer. |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Gerard Patel | Map a window if it is shown by a direct style change. |
blob | commitdiff | raw | diff to current |
2001-09-21 |
Alexandre Julliard | Ignore ConfigueNotify size changes while the window... |
blob | commitdiff | raw | diff to current |
next |