- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
- 9877906 Removed dependencies on the internals of the CLASS structure. by Alexandre Julliard · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- 5956b98 Slightly rearrange WIN16/WIN32A/WIN32 window creation. by Dmitry Timoshkov · 24 years ago
- ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
- ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
- 1f029ea Authors: Gerard Patel <g.patel@wanadoo.fr>, Marcus Meissner <marcus@jet.franken.de> by Alexandre Julliard · 24 years ago
- 557066d Status bars on managed windows should not have SIZEGRIP style. by Susan Farley · 24 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- 0ff083b Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob Farnum). by Alexandre Julliard · 25 years ago
- 06057e7 - Separate application calls to ShowOwnedPopups from Wine calls (in by Louis Philippe Gagnon · 25 years ago
- 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
- cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
- 646c562 Cleaned up some more USER dependencies. by Alexandre Julliard · 25 years ago
- a14ca86 Initialize hrgnWnd. by Huw D M Davies · 25 years ago
- 72b93d4 Allow SetWindowLong(... GWL_STYLE) to change visible bit. by Gerard Patel · 25 years ago
- 04da8b8 Convert WND.text field to Unicode. by Dmitry Timoshkov · 25 years ago
- 68dd679 Moved zero-sized window hack to x11drv. by Lawson Whitney · 25 years ago
- 6aa2843 Yet another attempt at fixing CW_USEDEFAULT handling. by Alexandre Julliard · 25 years ago
- 5e9dab5 The window dimensions have to be initialized before sending the by Alexandre Julliard · 25 years ago
- 78f52b5 Set a default size for windows when CW_USEDEFAULT is used. by Gerard Patel · 25 years ago
- 9baa51e Use GetStartupInfoA() instead of accessing process structure directly. by Alexandre Julliard · 25 years ago
- b8774f9 Serge Ivanov SetParent: call SetWindowPos with SWP_NOACTIVATE flag set. by Alexandre Julliard · 25 years ago
- 38db098 Clear menu handle after destroying menu. by Guy Albertelli · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 7f3418f Store monitor size and depth in the generic structure. by Alexandre Julliard · 25 years ago
- d6c0d86 Moved gdi/user thunking functions into their respective dlls. by Alexandre Julliard · 25 years ago
- 28c3a1b Moved graphics initialisation to the x11drv/ttydrv dll init code. by Alexandre Julliard · 25 years ago
- 4f15239 ATOMs are considered unique, so we don't need to check class by Alexandre Julliard · 25 years ago
- 1c20b39 - fixed my slightly incorrect EndDialog patch - cleaned up win.c by Andreas Mohr · 25 years ago
- ff72776 Popup windows will be hidden when minimizing the main frame. by Noomen Hamza · 25 years ago
- 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
- 6fdb5dd Do not use GlobalFindAtom with atom handles in CreateWindow* functions. by Gerard Patel · 25 years ago
- b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- f1f6831 Fixed potential buffer overflows (spotted by Francois Gouget). by Alexandre Julliard · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- 238b6d7 Fixed a couple of compiler warnings. by Huw D M Davies · 25 years ago
- 7361916 Warn users to use -the -desktop option together with the native user DLLs. by Uwe Bonnes · 25 years ago
- d4a2cee Use the module handle, if CreateWindowEx is called with hInstance==NULL. by Rein Klazes · 25 years ago
- a018d85 Rewrite the ShowOwnedPopups function with a safety algorithm. by Noomen Hamza · 26 years ago
- 48c6eb5 Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME styles. by Abey George · 26 years ago
- 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
- e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
- a2b938c WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom. by Uwe Bonnes · 26 years ago
- 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
- 31c5854 EnableWindow doesn't release the capture of a child window. by Pascal Lessard · 26 years ago
- 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
- a27807d o check for both CW_USEDEFAULT and CW_USEDEFAULT16. by Slava Monich · 26 years ago
- 21d50f8 Fixed a behavior of the focus when a parent window is disabled. by Francis Beaudet · 26 years ago
- 4812647 Fixed a major memory leak in the window management code. by Francis Beaudet · 26 years ago
- c5b8b3a Improved syslevel handling, store currently held syslevels in thread by Ulrich Weigand · 26 years ago
- ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
- b7e8e80 Fixed GetTopWindow so it will correctly handle the NULL parameter. by Francis Beaudet · 26 years ago
- d7c565f Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE), by Marcus Meissner · 26 years ago
- bcb4bb6 Cleaner Suspend/RestoreWndsLock, which should fix some slowness. by Ove Kaaven · 26 years ago
- 9844749 Rearranged PAINT_RedrawWindow() so that it first recursively updates by Alex Korobka · 26 years ago
- 9d14a00 Removed #include "wine/winuser16.h" and use "struct tag????" instead. by Michael Veksler · 26 years ago
- ef61c0b Initialize WIN_CritSection earlier. by Ulrich Weigand · 26 years ago
- 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 3be8e3b Properly handling cases like calling SetWindowPos while processing WM_NCCREATE. by Eric Pouech · 26 years ago
- 0ed478d Enabled thread safeness for wnd structure code. by Francois Boisvert · 26 years ago
- c049e81 No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of by Eric Pouech · 26 years ago
- 86e2e11 Transfered the window struct memory release from WIN_DestroyWindow to by Francois Boisvert · 26 years ago
- d96bc15 Suspend all windows locks before the control is passed to the by Francois Boisvert · 26 years ago
- 44a1b59 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed by Alex Korobka · 26 years ago
- b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
- 3a3cd9f Fixed some bugs in thread safeness for wnd struct. by Francois Boisvert · 26 years ago
- 4f1ac05 Moved hrgnUpdate from client to window coordinates, made nonclient by Alex Korobka · 26 years ago
- 7c2f0fe Clear update region before WM_NCDESTROY. by Francis Beaudet · 26 years ago
- c501207 Fixed WIN_SendDestroyMsg. by Pavel Roskin · 26 years ago
- eb6a9f0 Implemented a more defensive version of WIN_SendDestroyMsg. by Francis Beaudet · 26 years ago
- 598993f Fixed bug introduced in WIN_FindWindow. by Pavel Roskin · 26 years ago
- 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
- 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago
- 1e0bc84 FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0. by Juergen Schmied · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 566e854 Make GetWindowLong(GWL_HWNDPARENT) return the same thing as by Alexandre Julliard · 26 years ago
- 93e3f90 Adding of new functions to make the wnd struct thread safe. Adding of by Francois Boisvert · 26 years ago
- 3fbb8dc - Fix headers to include less or smaller header files. by Michael Veksler · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- b9544f1 Changed some functions prototypes (were returning void). by Eric Pouech · 26 years ago
- 72d8dbe Changed SetParent32 to adhere to Windows behaviour (mostly), by Ove Kaaven · 26 years ago
- 0aa7fdb FindWindow failed for 32 bit windows with style != WS_CHILD. by Juergen Schmied · 26 years ago
- b427856 Added management and allocation of the PERQUEUEDATA structure. by Noel Borthwick · 26 years ago
- 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
- 1c4786f - Made the message queue access to be thread safe. (Using two new by Stephane Lussier · 26 years ago
- 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
- a4c8445 - Changing MESSAGEQUEUE structure according to Ulrich proposition. by Stephane Lussier · 26 years ago
- 463eb29 Reparenting a window with SetParent in Windows should cause the child by Noel Borthwick · 26 years ago
- 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
- 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
- a844189 Desktop window queue handling adapted. by Ulrich Weigand · 26 years ago
- 1beaae5 Lots of new defines and stubs. by Paul Quinn · 26 years ago
- 181fa7c Fix the Z-order of maximized/minimized child windows. by NF Stevens · 26 years ago
- 2f09818 Removed deferred Expose events handling. by Ulrich Weigand · 26 years ago
- 7af95ae Bugfix: WIN_ResetQueueWindows would skip some windows. by Ulrich Weigand · 26 years ago
- e35d636 Moved more code to the X11 driver. by Patrik Stridvall · 26 years ago