user: Replace WINDOWPROCTYPE by a unicode flag in WINPROC_GetProc/AllocProc.
[wine] / dlls / user / wnd16.c
2006-05-10  Alexandre Julliarduser: Replace WINDOWPROCTYPE by a unicode flag in WINPR...
2006-05-09  Alexandre Julliarduser: Separate the 16 and 32-bit versions of WINPROC_Al...
2006-05-09  Alexandre Julliarduser: Separate the 16 and 32-bit versions of WINPROC_Ge...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-11-28  Alexandre JulliardTake advantage of the new winproc handling to move...
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-01-02  Steven EdwardsSplit up the Win16/32 MDI support a bit.
2003-05-16  Alexandre JulliardAvoid using the MapHModule functions.
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-09  Michael StefaniucFix handle conversions.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-05-31  Vincent BéronRemoved trailing whitespace.
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-12  Lawson WhitneyCast id to unsigned in GetDlgItem16.
2001-11-09  Joshua ThielenChanged BM_ messages SETCHECK and GETCHECK to SETCHECK1...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...