dwrite: Implement GetWeight() for IDWriteFont.
[wine] / programs / regedit / edit.c
2012-01-23  Alexandre Julliardregedit: Don't use tchar.h.
2011-04-18  Andrew Nguyenregedit: Convert the edit code to Unicode.
2009-01-21  Mikołaj Zalewskiregedit: Don't pass an ANSI string to vsprintfW.
2009-01-07  Alexandre Julliardregedit: Convert error box display to Unicode.
2008-09-03  Alexander Nicolays... regedit: Some minor unicode conversions.
2008-09-03  Alexander Nicolays... regedit: Fix some references to TCHARs.
2008-09-02  Alexander Nicolays... regedit: Set the unicode flag for the listview.
2008-09-02  Alexander Nicolays... regedit: Convert key renaming to unicode.
2008-09-02  Alexander Nicolays... regedit: Convert value renaming to unicode.
2008-09-02  Alexander Nicolays... regedit: Convert value editing to unicode.
2008-08-29  Alexander Nicolays... regedit: Convert value creation to unicode.
2008-08-22  Alexander Nicolays... regedit: Convert key creation to unicode.
2008-08-20  Alexander Nicolays... regedit: Convert deletion to unicode.
2008-07-11  Andre Wisplinghoffregedit: Implement deleting multiple values.
2008-06-23  Ted Percivalregedit: Interpret REG_DWORD as unsigned in editor.
2008-05-13  Alexandre Julliardregedit: Fix editing and exporting of zero-size strings.
2007-04-03  Byeong-Sik Jeonregedit: Support REG_MULTI_SZ creation and editing.
2006-10-24  Paul Vriensregedit: Initialize a variable (Coverity).
2006-10-12  Andrew Talbotregedit: Cast-qual warnings fix.
2006-10-10  Gerald Pfeiferprograms/regedit: Fix format specifiers for _stscanf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-26  Krzysztof Foltman- Added Find functions
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-04-14  Robert Shearman- Add neutral English resources.
2005-03-21  Robert Shearman- Display an error message if any edit operation fails.
2005-01-10  Crestez LeonardImplement Refresh.
2004-05-04  Krzysztof Foltman- F2 is now an accelerator for rename
2004-03-15  Dimitrie O. PaunProperly implement all key operations: new, delete...
2004-03-12  Zimler AttilaAdd delete key support.
2004-02-06  Robert ShearmanCancel rename if value to rename to already exists.
2004-01-27  John K. HohmAllow regedit to edit (Default) key values.
2004-01-16  Dimitrie O. PaunFix value renaming. Cleanup code, fix a few leaks.
2004-01-16  Dimitrie O. PaunStreamline the editing interfaces a bit.
2004-01-13  Dimitrie O. PaunAdd value rename support to regedit.
2004-01-06  Dimitrie O. PaunAdd new value support. Misc improvements and cleanups.
2004-01-05  Dimitrie O. PaunAdd value delete, and dword edit support.
2004-01-03  Zimler AttilaAdded support for creating new keys.
2003-12-12  Dimitrie O. PaunRemove most string size limitations.
2003-12-08  Dimitrie O. PaunReformat regedit in a consistent manner.
2003-12-03  Dimitrie O. PaunAdded support for editing strings.