Store monitor size and depth in the generic structure.
[wine] / windows / win.c
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-24  Alexandre JulliardMoved gdi/user thunking functions into their respective...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-02-25  Alexandre JulliardATOMs are considered unique, so we don't need to check...
2000-02-20  Andreas Mohr- fixed my slightly incorrect EndDialog patch
2000-02-18  Noomen HamzaPopup windows will be hidden when minimizing the main...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-16  Gerard PatelDo not use GlobalFindAtom with atom handles in CreateWi...
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-01  Alexandre JulliardFixed potential buffer overflows (spotted by Francois...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-31  Huw D M DaviesFixed a couple of compiler warnings.
1999-10-24  Uwe BonnesWarn users to use -the -desktop option together with...
1999-10-23  Rein KlazesUse the module handle, if CreateWindowEx is called...
1999-09-28  Noomen HamzaRewrite the ShowOwnedPopups function with a safety...
1999-09-03  Abey GeorgeFixed resizing bugs for windows with WS_THICKFRAME...
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-04  Uwe BonnesWIN_FindWindow: use GetExeptr(pWnd->hInstance) for...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Pascal LessardEnableWindow doesn't release the capture of a child...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-05  Slava Monicho check for both CW_USEDEFAULT and CW_USEDEFAULT16.
1999-05-29  Francis BeaudetFixed a behavior of the focus when a parent window...
1999-05-22  Francis BeaudetFixed a major memory leak in the window management...
1999-05-22  Ulrich WeigandImproved syslevel handling, store currently held syslev...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-22  Francis BeaudetFixed GetTopWindow so it will correctly handle the...
1999-05-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
1999-05-12  Ove KaavenCleaner Suspend/RestoreWndsLock, which should fix some...
1999-05-08  Alex KorobkaRearranged PAINT_RedrawWindow() so that it first recurs...
1999-05-08  Michael VekslerRemoved #include "wine/winuser16.h" and use "struct...
1999-05-08  Ulrich WeigandInitialize WIN_CritSection earlier.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Eric PouechProperly handling cases like calling SetWindowPos while...
1999-04-11  Francois BoisvertEnabled thread safeness for wnd structure code.
1999-04-03  Eric PouechNo longer sending atoms in ((CREATESTRUCT*)lParam)...
1999-04-03  Francois BoisvertTransfered the window struct memory release from WIN_De...
1999-04-02  Francois BoisvertSuspend all windows locks before the control is passed...
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-21  Francis BeaudetClear update region before WM_NCDESTROY.
1999-03-19  Pavel RoskinFixed WIN_SendDestroyMsg.
1999-03-17  Francis BeaudetImplemented a more defensive version of WIN_SendDestroyMsg.
1999-03-16  Pavel RoskinFixed bug introduced in WIN_FindWindow.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-02-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-28  Juergen SchmiedFIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Alexandre JulliardMake GetWindowLong(GWL_HWNDPARENT) return the same...
1999-02-25  Francois BoisvertAdding of new functions to make the wnd struct thread...
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Eric PouechChanged some functions prototypes (were returning void).
1999-02-13  Ove KaavenChanged SetParent32 to adhere to Windows behaviour...
1999-02-11  Juergen SchmiedFindWindow failed for 32 bit windows with style !=...
1999-02-05  Noel BorthwickAdded management and allocation of the PERQUEUEDATA...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-01-28  Stephane Lussier- Made the message queue access to be thread safe....
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-26  Stephane Lussier- Changing MESSAGEQUEUE structure according to Ulrich...
1999-01-20  Noel BorthwickReparenting a window with SetParent in Windows should...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Ulrich WeigandDesktop window queue handling adapted.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-14  NF StevensFix the Z-order of maximized/minimized child windows.
1998-12-10  Ulrich WeigandRemoved deferred Expose events handling.
1998-12-07  Ulrich WeigandBugfix: WIN_ResetQueueWindows would skip some windows.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.
1998-11-26  Huw D M DaviesRemove included color.h.
1998-11-22  Marcus MeissnerCheck wndPtr for NULL.
1998-11-14  Per ÅngströmEnumTaskWindows16: Basing the selection on a window...
1998-11-06  Ove KaavenMade sure ConfigureNotify is processed before Expose...
1998-11-01  Ulrich WeigandRun Winelib applications as 32-bit processes in the...
1998-11-01  Patrik StridvallStarted moving some X11 window management code to windo...
1998-11-01  Rein KlazesCreateWindowEx32[AW] now creates an MDI chils when...
1998-10-31  Rein KlazesDelay linking newly created window in linked list until...
1998-10-28  Juergen SchmiedA dest buffer was printed out as string.
1998-10-11  Rein KlazesAdded window text to the output generated by walk wnd...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-18  Alexandre JulliardRelease 980118 wine-980118
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
next