mapi32: Add a stub implementation of MAPIOpenLocalFormContainer.
[wine] / dlls / user / painting.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-30  Dmitry TimoshkovAdd a test for RedrawWindow with an empty region/rectan...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-01  Michael KaufmannScrollWindowEx: Don't move the caret of child windows...
2005-10-31  Dmitry TimoshkovAdd the tests for behaviour of [In]validateRect and...
2005-08-03  Alexandre JulliardCall the USER driver directly to check for X events...
2005-07-18  Alexandre JulliardLoad the USER driver on demand instead of at user32...
2005-07-06  Alexandre JulliardRestore the clip region after GetDCEx in send_erase...
2005-05-31  Alexandre JulliardAdded a from_child parameter to the get_update_region...
2005-05-13  Alexandre JulliardProcess the pending expose events on RDW_UPDATENOW...
2005-05-05  Alexandre JulliardDon't retrieve a window DC in GetUpdateRect if there...
2005-04-25  Alexandre JulliardMoved the ScrollWindow and ScrollDC functions to dlls...
2005-03-30  Alexandre JulliardThe update region passed in WM_NCPAINT and the clipping...
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-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-08  Alexandre JulliardProcess only pending expose events during RDW_UPDATENOW...
2005-03-07  Alexandre JulliardRetry sending a WM_PAINT in update_now after we sent...
2005-02-24  Alexandre JulliardRepaint the non-client area to work around broken WM_PA...
2005-02-16  Rein KlazesCalling ValidateRect or ValidateRgn on a windows also...
2005-01-28  Alexandre JulliardFixed bug that caused the whole window to be repainted...
2005-01-11  Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2005-01-04  Alexandre JulliardUse the DC origin to map coordinates in ExcludeUpdateRg...
2004-12-08  Rein KlazesGetUpdateRect can be called with a NULL rect.
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-10-07  Alexandre JulliardOnly send WM_PAINTICON and WM_ICONERASEBKGND to 16...
2004-09-02  Alexandre JulliardGetUpdateRect should return TRUE even if only the non...
2004-08-26  Alexandre JulliardGetUpdateRgn should clip the returned region to the...
2003-11-26  Steven EdwardsPorting fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-11  Dmitry TimoshkovFix the logic for setting the lps->fErase flag in Begin...
2003-04-30  Dmitry TimoshkovProtect BeginPaint and EndPaint from lps being NULL.
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 JulliardMoved some more 16-bit functions to user16.c.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-13  Alexandre JulliardStarted rewrite of painting functions for multiple...