- change the internal functions in windows/cursoricon.c to use 32bit
[wine] / windows / win.c
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-25  Alexandre JulliardAdded missing WIN_ReleasePtr (spotted by Dmitry Timoshkov).
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-23  Dimitrie O. Paun- Remove export of DRAG_QueryUpdate from USER.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-29  Juergen SchmiedSupport for HWND_MESSAGE.
2002-07-24  Andreas MohrMisc spelling fixes.
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-19  Francois GougetAdd missing WIN_ReleaseWndPtr in WIN_CreateDesktopWindow.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-06  David HammertonAdded implementation of GetWindowInfo.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-08  Alexandre JulliardNeed to check for focus and capture also on the childre...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Guy L. AlbertelliFix the strange case in WIN_FixCoordinates where x...
2002-02-15  Jukka HeinonenConvert some invalid offsets in GetWindowLong16 into...
2002-01-22  Tommy Schultz LassenMake EnumWindows return TRUE if no windows exists.
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-12-06  Alexandre JulliardAdded WIN_GetRectangles function.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-19  Gerard PatelFix exchanged lines in WIN_GetWindowLong.
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-11-07  Dmitry TimoshkovAdd dumping of window styles at the window creation...
2001-10-23  Alexandre JulliardCosmetic fixes.
2001-10-23  Alexandre JulliardA couple of optimizations.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-21  Andreas MohrCosmetics.
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-19  Alexandre JulliardFixed a couple of bugs in WIN_SetWindowLong caused...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-09-10  Alexandre JulliardMake sure that returned window belongs to correct threa...
2001-09-10  Patrik StridvallThe message handler of WM_STYLECHANGING is supposed...
2001-08-29  Alexandre JulliardMake window handles 32-bit before calling window procedure.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
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...
next