Grab the thread object in case the thread terminates with pending
[wine] / windows / painting.c
2002-12-19  Dimitrie O. PaunUpdateWindow returns a BOOLean.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-10-02  Dimitrie O. PaunFix Validate{Rect,Rgn} prototypes.
2002-08-29  Alexandre JulliardCreate the scratch region before copying if necessary.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-07-26  Alexandre JulliardRDW_FRAME should be RDW_NOFRAME when validating (spotte...
2002-07-05  Alexandre JulliardMoved MsgWaitForMultipleObjects call out of the window...
2002-06-13  Dmitry TimoshkovAvoid crashes if window belongs to another process.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-12-13  Alexandre JulliardStarted rewrite of painting functions for multiple...
2001-11-30  Gerard PatelRemove some possible interlocking problems with peb...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-13  Alexandre JulliardStore the window caption text in the server.
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-08  Alexandre JulliardMoved MsgWaitForMultipleObjects call on RDW_UPDATENOW...
2001-10-05  Alexandre JulliardProcess pending events before sending WM_PAINT on RDW_U...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
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-08  Alexandre JulliardFixed DrawState16 callback support.
2001-08-03  Marco BizzarriGetControlBrush16: avoid potentially releasing the...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-24  Francois GougetUpdated the look of dots and dashes to match the Win32...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-10-29  Alexandre JulliardUse GetStockObject() instead of the magic STOCK_* handles.
2000-10-23  Ulrich WeigandFixed painting problems in non-MM_TEXT modes.
2000-09-16  Alexandre JulliardMoved Select/RealizePalette implementation to USER...
2000-09-13  Serge Ivanov(Merged by Marcus Meissner <marcus@jet.franken.de>)
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-28  Stephane Lussier- UpdateWindow should refresh all children that have...
2000-04-23  Rein KlazesMake RDW_ValidateParent() modify the update region...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-02-25  Serge IvanovWe don't need to call LPtoDP in here as far as PatBlt...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-05  Patrik Stridvall- Made FillRect behave like it does on Windows
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Huw D M DaviesFixes several bugs in gdi path handling.
1999-09-27  Francis BeaudetrcPaint has to be returned in logical coordinates but...
1999-08-21  Stephane LussierThe paint rectangle return in the PAINTSTRUCT in BeginP...
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-18  Eric PouechIn WIN_UpdateNCRgn, do not send in WM_NCPAINT a region...
1999-07-18  Francis BeaudetDelay WM_NCPAINT message until the "painter's algorithm...
1999-06-27  Gerard PatelRemove the validated child area from the update region...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-12  Noomen HamzaAvoid painting destroyed windows.
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-05-14  Ulrich WeigandFixed invalid window refcount handling in RDW_Paint().
1999-05-08  Alex KorobkaRearranged PAINT_RedrawWindow() so that it first recurs...
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-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-24  Ulrich WeigandAdd IsWindow() checks after SendMessage() returns.
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-17  Dave PicklesGetUpdateRect should return client coordinates unless...
1999-02-14  Eric PouechChanged some functions prototypes (were returning void).
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-10-11  Ulrich WeigandChanged DC members w.hVisRgn, w.hClipRgn, amd w.hGCClip...
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
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
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-02-15  Alexandre JulliardRelease 970215 wine-970215
1997-01-20  Alexandre JulliardRelease 970120 wine-970120
1997-01-01  Alexandre JulliardRelease 970101 wine-970101
1996-12-15  Alexandre JulliardRelease 961215 wine-961215
1996-12-01  Alexandre JulliardRelease 961201 wine-961201
next