user32: Fix handling of '\b' right flush character in menus.
[wine] / dlls / user / msg16.c
2005-10-18  Frank RichterWhen doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind...
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-01-18  Alexandre JulliardMoved DefWindowProc16 to msg16.c and cleaned up a few...
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-28  Alexandre JulliardTake advantage of the new winproc handling to move...
2004-10-30  Alexandre JulliardGet rid of the WIN_NEEDS_BEGINPAINT flag, Windows will...
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2003-12-31  Rein KlazesIsdialogMessage16 must not process messages that are...
2003-11-26  Alexandre JulliardFixed declarations of BroadcastSystemMessage and Transl...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
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-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-07-05  Alexandre JulliardTried to make IsDialogMessageW more compatible. Changed
2002-05-20  Andreas MohrBetter error messages.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-26  Mike McCormackUse alertable waits in PeekMessage16 and GetMessage16...
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.