Implemented GetAncestor and removed WIN_GetTopParent.
[wine] / windows / win.c
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-16  Alexandre JulliardMoved user lock to user.c. Added USER_CheckNotLock...
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-08  Alexandre JulliardReplace SendMessage16 by SendMessageW where possible.
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-20  Bill MedlandAdditional modifications to the window styles during...
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-14  Dmitry TimoshkovReplace more PROFILE_ functions by RegQueryValueExA.
2001-06-06  Gerard PatelUse a flag to test if create structure is unicode.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-11  Alexandre JulliardCreate a new window for the top popup menu on every...
2001-05-10  Alexandre JulliardFixed reparenting to desktop (found by Gerard Patel).
2001-05-09  Alexandre JulliardUse 32-bit hook functions where possible. Cleaned up...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-04  Alexandre JulliardDon't use THREAD_IdToTEB in EnumThreadWindows.
2001-03-28  Dmitry TimoshkovGet and print class name for right window in WIN_WalkWi...
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-21  Alexandre JulliardCleaned up assumptions about WS_CHILD flag so that...
2001-03-20  Eric KohlAdded stubs for GetWindowsModuleFileName[A/W].
2001-02-12  Dmitry TimoshkovAdded unicode MDI client window proc.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2000-12-22  Joerg MayerWarn when FindWindow needs to check other processes...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-15  Gerard PatelDon't return last active popup if it is pointing to...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-28  Dmitry TimoshkovSlightly rearrange WIN16/WIN32A/WIN32 window creation.
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-02  Alexandre JulliardAuthors: Gerard Patel <g.patel@wanadoo.fr>, Marcus...
2000-10-13  Susan FarleyStatus bars on managed windows should not have SIZEGRIP...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
2000-08-20  Louis Philippe Gagnon- Separate application calls to ShowOwnedPopups from...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-29  Huw D M DaviesInitialize hrgnWnd.
2000-07-15  Gerard PatelAllow SetWindowLong(... GWL_STYLE) to change visible...
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-06-25  Lawson WhitneyMoved zero-sized window hack to x11drv.
2000-06-08  Alexandre JulliardYet another attempt at fixing CW_USEDEFAULT handling.
2000-06-07  Alexandre JulliardThe window dimensions have to be initialized before...
2000-05-31  Gerard PatelSet a default size for windows when CW_USEDEFAULT is...
2000-05-30  Alexandre JulliardUse GetStartupInfoA() instead of accessing process...
2000-05-30  Alexandre JulliardSerge Ivanov
2000-05-11  Guy AlbertelliClear menu handle after destroying menu.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
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...
next