user: Menu drawing fixes.
[wine] / dlls / user / lstr.c
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardWe no longer need to handle EXCEPTION_PRIV_INSTRUCTION...
2005-03-29  Alexandre JulliardMoved 16-bit string functions to user16.c and kbd16.c.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-14  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-01-28  Tony LambregtsFix bug in CharPrevExA().
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2003-12-12  Alexandre JulliardMake Char{Lower,Upper}A call Char{Lower,Upper}BuffA.
2003-11-26  Steven EdwardsPorting fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-02  Francois GougetFixed some common spelling errors.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-06-13  Alexandre JulliardAuthors: Mike McCormack <mikem@codeweavers.com>, Jeremy...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-14  Dmitry TimoshkovMove IsCharAlphaA and IsCharAlphaNumericA to user32.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-04-16  Eric PouechFix some crash on bad parameter conditions.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-08-25  Alexandre JulliardFixed a couple of WINAPI issues with 16-bit spec files...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-07  Marcus MeissnerFixed CharNextW.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...