Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / windows / dce.c
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-07-09  Ryan CummingMake LockWindowUpdate return more Windows-like values.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-04-22  Alexandre JulliardClear the DC dirty flag before calling SetDCState to...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-10-23  Alexandre JulliardFixed window handle check in GetDCEx.
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-02  Alexandre JulliardFree cache DCEs if the DC gets deleted.
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-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-16  Alexandre JulliardMoved user lock to user.c. Added USER_CheckNotLock...
2001-07-31  Alexandre JulliardFixed a few problems with DCX_* flags handling.
2001-07-14  Marcus MeissnerBetter LockWindowUpdate debug.
2001-06-08  Alexandre JulliardRemoved WIN_NATIVE flag.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-03  Alexandre JulliardMake sure we recompute the visible region in DC hook.
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-18  Alexandre JulliardNo need to preallocate DCEs since they are allocated...
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-21  Alexandre JulliardCleaned up assumptions about WS_CHILD flag so that...
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-01-26  Andreas MohrSome more cleanups.
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-05  Francois GougetAdded comment explaining why we have an ERR rather...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-06-15  Noomen HamzaAdded a NULL pointer check within DCE_AddClipRects...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-15  Alexandre JulliardMichael Abd-El-Malek (on behalf of Corel)
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-11-07  Jim AstonWhen window class has CS_CLASSDC style we should not...
1999-09-20  Ulrich WeigandDC hook proc thunk management simplified.
1999-08-07  Stephane LussierX11drv SetDrawable function modifies the DC origin...
1999-07-31  Abey GeorgeBug fix for updating the clipping region in nested...
1999-07-25  Francis BeaudetRetrieve the clipping region before setting the drawabl...
1999-07-18  Lawson WhitneyStop DCE_GetVisRect dereferencing a null wndPtr.
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-08  Alex KorobkaRearranged PAINT_RedrawWindow() so that it first recurs...
1999-05-08  Ulrich WeigandCheck for busy DCE moved to DCHook16().
1999-05-04  Francis BeaudetCheck if DC is busy before deleting it.
1999-04-24  Guy AlbertelliFix locking with proper calls to WIN_ReleaseWndPtr.
1999-04-19  Paul MillarCode added to re-evaluate stale DC information in DCE...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Noel BorthwickMake access to the DCE list thread safe by ensuring...
1999-04-02  Francois BoisvertSuspend all windows locks before the control is passed...
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-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-12  Stephane LussierCreate a new DC in GetDCEx when none are available.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Ove KaavenAdded extra child arguments to DCE_GetVisRgn() to be...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-10  Ulrich WeigandDon't clip VisRgn against X desktop.
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-10-11  Ulrich WeigandChanged DC members w.hVisRgn, w.hClipRgn, amd w.hGCClip...
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
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-04  Alexandre JulliardRelease 980104 wine-980104
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-07-20  Alexandre JulliardRelease 970720 wine-970720
1997-06-29  Alexandre JulliardRelease 970629 wine-970629
1997-05-09  Alexandre JulliardRelease 970509 wine-970509
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-01-20  Alexandre JulliardRelease 970120 wine-970120
1996-12-22  Alexandre JulliardRelease 961222 wine-961222
1996-12-15  Alexandre JulliardRelease 961215 wine-961215
1996-12-01  Alexandre JulliardRelease 961201 wine-961201
1996-11-17  Alexandre JulliardRelease 961117 wine-961117
1996-11-02  Alexandre JulliardRelease 961102 wine-961102
next