2005-03-08 |
Maxime Bellengé | - Fix unmovable windows if the window style is set... |
blob | commitdiff | raw |
2005-03-07 |
Dmitry Timoshkov | Avoid unnecessary window locking in X11DRV_DestroyWindow. |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Alexandre Julliard | Allow the client rectangle to be of arbitrary size... |
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 |
Dmitry Timoshkov | Add support for winevent hooks. |
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-21 |
Alexandre Julliard | Make WIN_SetStyle more thread-safe by specifying the... |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Rémi Assailly | Added missing declarations. |
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 | Avoid most references to the internals of the WND struc... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Jeremy White | Fix X11 event timing so that we correctly correlate... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Mike Hearn | Fix Xlib locking in create_desktop. |
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-14 |
Michael Stefaniuc | Missing HeapFree's + 1 LocalFree (found by smatch). |
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-09-22 |
Robert Shearman | GetWindowLong -> GetWindowLongPtr. |
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-08-26 |
Evan Deaubl | Fix an ERR log in X11DRV_CreateWindow. |
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-05-07 |
Dmitry Timoshkov | Make WM_GETMINMAXINFO default behaviour more like the... |
blob | commitdiff | raw | diff to current |
2004-04-28 |
Alexandre Julliard | Fixed unsigned comparison issue in previous change. |
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-12 |
Dmitry Timoshkov | Add a test case for children Z ordering at window creat... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Dmitry Timoshkov | Setting WS_VISIBLE style does not require any special... |
blob | commitdiff | raw | diff to current |
2004-03-02 |
Huw Davies | Enable resizing if WS_THICKFRAME is set. |
blob | commitdiff | raw | diff to current |
2004-02-20 |
Ulrich Czekalla | Implemented rendering synthesized BITMAP and DIB formats. |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Alex Pasadyn | Make full-screen popup windows managed. |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Aric Stewart | Use X11 XIM callbacks to enable full IME support. |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Alexandre Julliard | Store window icons in the window structure so that... |
blob | commitdiff | raw | diff to current |
2003-12-13 |
Jerry Jenkins | Fix managed state of some windows. |
blob | commitdiff | raw | diff to current |
2003-12-04 |
Mike Hearn | Map (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_T... |
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 | Delay the creation of the X atoms until we really need... |
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-20 |
Ulrich Czekalla | Initial implementation to support XDND protocol. |
blob | commitdiff | raw | diff to current |
2003-11-20 |
Alexandre Julliard | Intern all the atoms we'll need in one step to avoid... |
blob | commitdiff | raw | diff to current |
2003-10-24 |
Dmitry Timoshkov | Windows always sets cbtc.hwndInsertAfter to HWND_TOP. |
blob | commitdiff | raw | diff to current |
2003-10-03 |
Alexandre Julliard | We only need to check for same process siblings in... |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Alexandre Julliard | In desktop mode, only move the window in Z-order relati... |
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-08-08 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Dmitry Timoshkov | Added support for CP_UNIXCP. |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Kusanagi Kouichi | Store WM_NAME and WM_ICON_NAME in COMPOUND_TEXT format. |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Alexandre Julliard | Avoid the 'Below' stacking mode when changing Z order... |
blob | commitdiff | raw | diff to current |
2003-05-04 |
Mike Hearn | Support _NET_WM_PING protocol so the WM can detect... |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Alexandre Julliard | Don't bother sending WM_NCCREATE to the desktop window... |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Liu Spider | Added XNFocusWindow attribute when creating a IC. |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Alexandre Julliard | Create an X input context for each top-level window. |
blob | commitdiff | raw | diff to current |
2003-01-21 |
Alexandre Julliard | Make sure to always set X focus on the top-level window... |
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-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-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-18 |
Alexandre Julliard | Added support for the take focus protocol. |
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-07-16 |
Alexandre Julliard | Fixed setting of min/maximize mwm hints. |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Alexandre Julliard | Update the cursor for each window on receiving an X11... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Alexandre Julliard | Restored managed mode config file option. |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Dimitrie O. Paun | Remove the --managed option, and make wine use the... |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Michael Cardenas | Cap window sizes at 65535. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Ove Kaaven | Added support for MWM hints. |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Rein Klazes | Move calling of CBT hooks from WIN_CreateWindowEx(... |
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-18 |
Alexandre Julliard | Changed X11 mouse driver to use SendInput, and removed... |
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-10 |
Alexandre Julliard | Store window parent as an HWND instead of a pointer. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Ilya Konstantinov | Added a _NET_WM_NAME(UTF8_STRING) property to every... |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Alexandre Julliard | Make sure that HWND comparisons are always done with... |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Alexandre Julliard | Added global management of user handles in the server. |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Alexandre Julliard | Added WIN_ListParents function and renamed WIN_BuildWin... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Alexandre Julliard | Implemented GetAncestor and removed WIN_GetTopParent. |
blob | commitdiff | raw | diff to current |
2001-08-22 |
Dmitry Timoshkov | Fixed an incorrect (harmless) memory allocation. |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Alexandre Julliard | Fixed desktop window structure initialization. |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Alexandre Julliard | Use AdjustWindowRect to translate X to window rectangle... |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Lionel Ulmer | Fix X crash when running in managed mode. |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Alexandre Julliard | Fixed a few issues with tsx11 locking. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Alexandre Julliard | Added window properties to make some x11drv-specific... |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Alexandre Julliard | Moved hardware message queue handling to the server. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Dmitry Timoshkov | Replace PROFILE_ functions by RegQueryValueExA in x11drv. |
blob | commitdiff | raw | diff to current |
2001-06-12 |
Alexandre Julliard | Fixed handling of zero-sized client window. |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Alexandre Julliard | Removed WIN_NATIVE flag. |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Gerard Patel | Use a flag to test if create structure is unicode. |
blob | commitdiff | raw | diff to current |
2001-06-04 |
Alexandre Julliard | Create an X window for every window, including children. |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Alexandre Julliard | Create an X connection for each thread, and process... |
blob | commitdiff | raw | diff to current |
2001-05-10 |
Alexandre Julliard | Fixed reparenting to desktop (found by Gerard Patel). |
blob | commitdiff | raw | diff to current |
2001-05-10 |
Alexandre Julliard | Moved ScrollWindowEx implementation to the graphics... |
blob | commitdiff | raw | diff to current |
next |