Switch back to using IPicture to load images. LoadImage did the
[wine] / dlls / x11drv / desktop.c
2005-07-24  Stefan HuehnerFix missing-declarations warnings.
2005-07-03  Lionel UlmerAdd some resolutions to what Desktop mode supports.
2005-06-01  Alexandre JulliardUse standard TLS functions instead of a TEB internal...
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-22  Hans LeidekkerFix some -Wsign-compare and -Wuninitialized warnings.
2005-01-28  Alexandre JulliardUse an X context to associated the x11drv private windo...
2005-01-11  Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-02-13  Alex PasadynUpdate the desktop window size and send WM_DISPLAYCHANG...
2003-11-21  Alexandre JulliardRemoved the ts_xlib files.
2003-11-20  Alexandre JulliardIntern all the atoms we'll need in one step to avoid...
2003-10-16  Alex Pasadyn- Added support for XRandR extension.
2003-09-30  Alex Pasadyn- Add more logging to resolution changes and queries.
2003-09-26  Michael StefaniucFixed missing wine_tsx11_unlock() on error path.
2003-09-16  Alex Pasadyn- Allow applications to resize the Wine desktop window.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-04-19  Alexandre JulliardDon't bother sending WM_NCCREATE to the desktop window...
2003-01-28  Alexandre JulliardWhen using desktop mode attach all thread inputs togeth...
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-06-13  Uwe BonnesDisplay the name of the started process in the desktop...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...