ole32: Remove some assertions in the stuctured storage code by
[wine] / include / win.h
2006-08-02  Alexandre Julliarduser: Implementation of Get/SetWindowLongPtr for 64...
2006-06-29  Dmitry Timoshkovinclude: Move appropriate parts of winpos.h to winuser...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Alexandre Julliarduser: Add a WIN_ISUNICODE flag instead of relying on...
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-07-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
2005-03-30  Alexandre JulliardOnly reset the clip region in GetDC() if a new region...
2005-03-25  Alexandre JulliardMoved DCE support to the X11 driver.
2005-03-25  Alexandre JulliardReplace the link_window request by a set_parent request...
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-23  Alexandre JulliardGet rid of the window lock suspend mechanism.
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-02-02  Dmitry TimoshkovUse the idFirstChild specified in the MDIClient's CLIEN...
2005-02-01  Alexandre JulliardRemoved the no longer used WIN_SetExStyle function.
2005-01-31  Alexandre JulliardWIN_ListParents no longer needs to be exported, make...
2005-01-28  Alexandre JulliardUse an X context to associated the x11drv private windo...
2005-01-21  Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-19  Alexandre JulliardRemoved no longer used WIN_InternalShowOwnedPopups...
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-10-30  Alexandre JulliardGet rid of the WIN_NEEDS_BEGINPAINT flag, Windows will...
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-07-20  Alexandre JulliardGet rid of window region on the client side.
2004-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2004-01-20  Dmitry TimoshkovMerge the MDI and common window creation code. Change...
2003-12-31  Alexandre JulliardStore window icons in the window structure so that...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-05-19  Alexandre JulliardCatch broadcast window handles in functions that are...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardReimplemented GetLastActivePopup to get the information...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-24  Dimitrie O. PaunSmall cleanups, updated documentation.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-06  Alexandre JulliardAdded WIN_GetRectangles function.
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
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-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
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-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-08  Alexandre JulliardRemoved WIN_NATIVE flag.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-01-26  Dmitry TimoshkovReplace 16-bit calls in DefWindowProc by 32-bit, prefer...
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
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-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
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-08-20  Louis Philippe Gagnon- Separate application calls to ShowOwnedPopups from...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-05-23  Susan FarleySet and retrieve the window icon that is drawn under...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-02-18  Noomen HamzaPopup windows will be hidden when minimizing the main...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-07-24  Sylvain St-GermainFixed inconsistency in conditions that determines if...
1999-07-18  Francis BeaudetDelay WM_NCPAINT message until the "painter's algorithm...
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-06-26  Patrik StridvallANSI C fixes.
1999-05-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
1999-05-08  Alex KorobkaRearranged PAINT_RedrawWindow() so that it first recurs...
1999-05-08  Ulrich WeigandInitialize WIN_CritSection earlier.
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  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Francois BoisvertAdding of new functions to make the wnd struct thread...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-05  Noel BorthwickAdded management and allocation of the PERQUEUEDATA...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
next