atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / user.exe16 / user.c
2012-11-12  Michael Stefaniucuser.exe16: Use FIELD_OFFSET to calculate the size...
2012-07-09  Marcus Meissneruser.exe: Avoid truncating strcmp result (Coverity).
2011-10-19  Marcus Meissneruser.exe16: Fixed incorrect sizeof() (Coverity).
2011-07-14  AndrĂ© Hentscheluser.exe: Remove dead assignment (clang).
2010-10-20  Alexandre Julliarduser.exe: Avoid using the CONTEXT86 type.
2010-05-24  Alexandre Julliarduser.exe: Store the GDI instance when it's first loaded.
2010-05-24  Alexandre Julliarduser.exe: Make sure 16-bit user and gdi never get unloaded.
2010-02-08  Alexandre Julliarduser32: Do not load 16-bit user.exe by default.
2010-02-08  Alexandre Julliarduser32: Store 32-bit and 16-bit cursors/icons in indepe...
2010-02-02  Alexandre Julliarduser: Add internal functions for cursor/icon 16<->32...
2010-02-02  Alexandre Julliarduser: Call the 16-bit CreateIconFromResourceEx from...
2010-02-02  Alexandre Julliarduser: Reimplement GetIconInfo16 using the 16-bit icon...
2009-12-30  Michael Stefaniucuser.exe: Remove some superfluous WPARAM/LPARAM casts.
2009-12-30  Alexandre Julliarduser.exe: Prepend a valid bitmap header when copying...
2009-12-28  Alexandre Julliarduser.exe: Reimplement CopyImage16 for cursors and icons.
2009-12-28  Alexandre Julliarduser.exe: Reimplement LoadImage16 for bitmaps instead...
2009-12-28  Alexandre Julliarduser32: Load the 32-bit user.exe module wrapper from...
2009-12-28  Alexandre Julliardwinevdm: Move the loading of the system drivers into...
2009-12-24  Alexandre Julliarduser32: Make user.exe into a stand-alone 16-bit module.