msvcp60: Fixed vtables in IO classes.
[wine] / programs / wineconsole / user.c
2012-08-27  Michael Stefaniucwineconsole: Avoid TRUE:FALSE conditional expressions.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2011-12-21  Gabriele Moabitiwineconsole: Light and dark gray colors are exchanged...
2011-07-27  Frédéric Delanoyprograms: Assorted spelling fixes.
2011-03-28  Eric Pouechwineconsole: Ensure that the EXIT message is always...
2011-01-11  Andrew Nguyenwineconsole: Pass an output parameter when calling...
2010-11-16  Eric Pouechwineconsole: Properly handle (user)-window resizing...
2010-11-16  Eric Pouechwineconsole: Properly manage window position (in wineco...
2010-09-22  Peter Oberndorferwineconsole: Allow to select popup menu entries with...
2010-04-28  Michael Stefaniucwineconsole: Use the explicit W types/functions in...
2010-02-26  Dylan Smithwineconsole: Handle mouse wheel scrolling for user...
2009-11-13  Erich Hooverwineconsole: Fix Alt+F10 sent when F10 pressed.
2009-01-20  Francois Gougetwineconsole: Make some functions static.
2008-10-28  Dmitry Timoshkovwineconsole: Don't ignore extended keys.
2008-10-18  Alexandre Julliardprograms: Convert source files to utf-8.
2008-08-04  Kirill K. Smirnovwineconsole: Check return value of CreateWindow() for...
2008-04-22  Austin EnglishSpelling fixes.
2007-09-26  Alexandre Julliardwineconsole: Default to the user backend, falling back...
2007-08-24  Kirill K. Smirnovwineconsole: Move window handle to inner_data structure.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-01-10  Dmitry Timoshkovwineconsole: Make some data const.
2006-10-25  Alexandre Julliardwineconsole: Properly handle negative coordinates for...
2006-10-20  Mikołaj Zalewskiwineconsole: WM_RBUTTONDOWN lParam is in client coordin...
2006-10-20  Mikołaj Zalewskiwineconsole: Make most keys cancel the selection.
2006-10-20  Mikołaj Zalewskiwineconsole: Allow making selections with a mouse also...
2006-10-20  Mikołaj Zalewskiwineconsole: Remove spaces from the ends of lines while...
2006-10-20  Mikołaj Zalewskiwineconsole: Change selection on WM_KEYDOWN not WM_KEYUP.
2006-10-04  Mikołaj Zalewskiwineconsole: Make the user backend work on non-latin1...
2006-10-03  Michael Stefaniucwineconsole: Win64 printf format warning fixes.
2006-05-31  Mike McCormackwineconsole: Use a Get/SetWindowLongPtr to store a...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-03  Eric PouechNow filling external leading in font cells.
2005-10-10  Eric Pouech- fixed mouse double click and wheeling
2005-04-14  Rein KlazesIn AllocConsole() pass the wShowWindow value and STARTF...
2004-11-29  Eric PouechMade some functions and variables static.
2004-09-22  Richard CohenChange variable name from l to k.
2004-04-20  Francois GougetMake static Unicode strings const.
2003-06-13  Eric PouechIf (n)curses wasn't available at compile time:
2003-02-25  Eric PouechForbids selecting (for clipboard) areas larger than...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-09-04  Eric PouechAdded configuration on per application basis.
2002-07-23  Andreas Mohr- Fix some spelling problems.
2002-07-02  Alexandre JulliardRemoved redundant GetMessage call.
2002-07-01  Andreas Mohr- Use PeekMessage loop around GetMessage.
2002-06-02  Eric PouechFixed some selection bugs.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Eric PouechAllow ANSI charset in font enumeration.
2002-05-14  Eric PouechRemoved Trace macro and replaced it by Wine debug chann...
2002-03-23  Eric PouechWineconsole is now able to handle non raster fonts...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-04  Eric Pouech- wineconsole now exits if the started program inside...
2002-01-02  Eric PouechFixed color definition (bg and fg were swapped).
2002-01-01  James JuranInclude <stdlib.h> to get prototype for abs() function.
2001-12-31  Marcus MeissnerSwap fg/bg color to be correct.
2001-12-04  Eric Pouech- allow to save/restore some properties into the regist...
2001-11-23  Eric PouechNew console code based on Win32 windows.