wineconsole: Added range of value for an up-down control.
[wine] / programs / wineconsole / dialog.c
2007-02-20  Anatoly Lyutinwineconsole: Added range of value for an up-down control.
2007-02-13  Anatoly Lyutinwineconsole: Added range of value for all up-down contr...
2006-10-23  Mikołaj Zalewskiwineconsole: Check one of the radio buttons in the...
2006-06-06  Mike McCormackwineconsole: Use correct prototypes for dialog procs.
2006-05-31  Mike McCormackwineconsole: Store the font as a DWORD_PTR.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-03  Eric PouechFixed wineconsole startup when restoring registry settings.
2005-11-03  Eric PouechNow filling external leading in font cells.
2005-11-02  Eric PouechFixed crash in font browsing for raster fonts.
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-04-20  Francois GougetMake static Unicode strings const.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-02-24  Eric PouechAdded checks when editing window and sb size so that...
2003-01-11  Eric PouechAdded the GUI part for setting the edition mode flavor.
2003-01-07  Alexandre JulliardDefined NONAMELESSUNION/STRUCT directly in the files...
2002-09-04  Eric PouechAdded configuration on per application basis.
2002-07-23  Andreas Mohr- Fix some spelling problems.
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-04  Eric Pouech- allow to save/restore some properties into the regist...
2001-11-23  Eric PouechNew console code based on Win32 windows.