dwrite: Implement GetWeight() for IDWriteFont.
[wine] / programs / regedit / regproc.c
2012-05-17  Bruno Jesusregedit: Fix qword entries export.
2012-04-27  Bruno Jesusregedit: Allows semicolon comments.
2012-04-12  Ilya Basinregedit: Fix buffer size when exporting binary values.
2012-01-23  Alexandre Julliardregedit: Don't use tchar.h.
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-04-18  Andrew Nguyenregedit: Explicitly use ANSI functions in regedit helpe...
2011-03-07  Akihiro Sagawaregedit: Export a decent newline in Unicode format.
2011-02-23  Marcus Meissnerregedit: fgetc() gets int, not char (Coverity).
2011-01-21  Andrew Nguyenregedit: Remove an unused string array.
2010-08-23  Andrew Eikumregedit: Don't call ungetc() twice consecutively.
2010-08-16  Andrew Eikumregedit: Improve importing of REG_SZ with invalid quoting.
2010-08-02  Andrew Eikumregedit: Process reg files which use \r line endings.
2010-06-08  Andrew Eikumregedit: Escape the value name portion during export.
2009-06-17  Alexander Nicolays... regedit: Fix reading from stdin.
2009-03-09  Jim Cameronregedit: Fix crash importing large values from Unicode.
2009-01-26  Francois Gougetregedit: Make some functions static.
2009-01-19  Erich Hooverregedit: Fix import mangling REG_EXPAND_SZ values.
2008-12-04  Michael Stefaniucregedit: Remove some superfluous casts.
2008-12-01  Francois Gougetregedit: Deal with races in 'regedit /E' by resizing...
2008-11-25  Michael Stefaniucregedit: Remove NULL check before HeapFree (Smatch).
2008-11-24  Francois Gougetregedit: Fix handling of zero-byte binary values for...
2008-11-21  Francois Gougetregedit: Avoid wsprintfW() so we can avoid loading...
2008-11-21  Francois Gougetregedit: Fix exporting of REG_EXPAND_SZ and other ...
2008-11-21  Francois Gougetregedit: Pass the string length to REGPROC_export_string().
2008-11-21  Francois Gougetregedit: Fix a buffer allocation in export_registry_key().
2008-11-17  Francois GougetAssorted spelling fixes.
2008-11-12  Francois Gougetregedit: Fix the wrapping of binary values in export_hk...
2008-11-12  Francois Gougetregedit: Fix a buffer overflow when exporting binary...
2008-11-12  Francois Gougetregedit: Simplify / clean up export_hkey().
2008-11-12  Francois Gougetregedit: Tighten a buffer size calculation.
2008-11-12  Francois Gougetregedit: Simplify REGPROC_export_string().
2008-11-12  Francois Gougetregedit: The xxx_name_len variables track buffer sizes...
2008-11-12  Francois Gougetregedit: line_size is supposed to track a string length.
2008-11-12  Francois Gougetregedit: Check that we were able to allocate line_buf...
2008-11-12  Francois Gougetregedit: Remove unneeded variable initializations.
2008-09-30  Andrey Turkinregedit: Ignore spaces in regedit files.
2008-09-22  Alexandre Julliardregedit: Fix file exports in ASCII format.
2008-09-22  Alexander Nicolays... regedit: Fix some fprintf arguments.
2008-09-22  Alexander Nicolays... regedit: Fix char escaping for registry export.
2008-09-16  Alexander Nicolays... regedit: Add support for exporting unicode files.
2008-09-16  Alexander Nicolays... regedit: Gather a full string before exporting it.
2008-09-10  Alexander Nicolays... regedit: Fix importing REG_MULTI_SZ values for ANSI...
2008-09-09  Alexander Nicolays... regedit: Convert parts of export handling to unicode.
2008-09-04  Alexander Nicolays... regedit: Fix a memory leak in export handling.
2008-09-02  Alexander Nicolays... regedit: Don't try to convert NULL pointers.
2008-08-28  Alexander Nicolays... regedit: Avoid conversion to ANSI when importing hex...
2008-08-28  Alexander Nicolays... regedit: Fix concat handling for ANSI files.
2008-08-20  Alexander Nicolays... regedit: Convert clipboard handling to unicode.
2008-07-21  Francois Gougetregedit: Remove a couple of left-over debug statements.
2008-07-14  Alexander Nicolays... regedit: Fix concat handling in unicode import.
2008-07-11  Alexander Nicolays... regedit: Null-terminate buffer in Unicode file import.
2008-07-11  Alexander Nicolays... regedit: Fix comment handling in Unicode file import.
2008-07-11  Alexander Nicolays... regedit: Use strchrW instead of custom code in Unicode...
2008-07-10  Alexander Nicolays... regedit: Add support for importing Unicode files.
2008-07-10  Alexander Nicolays... regedit: Convert remaining registry import code to...
2008-07-10  Alexander Nicolays... regedit: Convert openKey to Unicode.
2008-07-10  Alexander Nicolays... regedit: Convert the rest of setValue to Unicode.
2008-07-10  Alexandre Julliardregedit: Fixed the GetWideString and GetMultiByteString...
2008-07-10  Alexander Nicolays... regedit: Use RegSetValueExW when importing data.
2008-07-10  Alexander Nicolays... regedit: Use unicode for all key deletion.
2008-07-08  Alexander Nicolays... regedit: Convert import delete handling to unicode.
2008-05-13  Alexandre Julliardregedit: Fix editing and exporting of zero-size strings.
2008-03-17  Aric Stewartregedit: Check for unicode file without using fseek.
2008-03-03  Alexandre Julliardregedit: Include the terminating null in string lengths.
2008-01-23  Eric Pouechregedit: Warn about newest unicode export from native...
2008-01-07  Alexandre Julliardregedit: Fixed parsing of hex sequences.
2007-12-07  Francois GougetAssorted spelling fixes.
2007-10-10  Stefan Leichterregedit: Replace call to delete_branch with RegDeleteTreeA.
2007-10-10  Francois Gougetregedit: Add support for 'regedit /E -', to export...
2007-08-13  Jason Edmeadesregedit: Fix importing of .reg hex.
2007-06-18  Francois Gougetregedit: Merge getRegClass() and getRegKeyName() to...
2007-06-18  Francois Gougetregedit: Don't allow square-bracketed registry paths...
2007-06-18  Francois Gougetregedit: Add missing '\n' to an error message.
2007-06-14  Francois Gougetregedit: Modify getRegClass() to avoid dubious comparis...
2007-06-14  Francois Gougetregedit: Having garbage after the dash in '"foo"=-...
2007-06-14  Francois Gougetregedit: The registry functions return standard error...
2007-06-14  Francois Gougetregedit: Make the dword and binary data parsing both...
2007-06-14  Francois Gougetregedit: If the data for a given value is in an unknown...
2007-06-14  Francois Gougetregedit: Remove cruft and make functions static, reorde...
2007-06-14  Francois Gougetregedit: Remove setAppName() as the application name...
2007-06-14  Francois Gougetregedit: Move PerformRegAction() and get_file_name...
2007-03-02  Lei Zhangregedit: Correctly parse key name containing ']' when...
2007-03-02  Lei Zhangregedit: Allow entering - for a key in a .reg file...
2007-03-02  Lei Zhangregedit: Removed dead code from regproc.c.
2007-03-01  Lei Zhangregedit: Correctly parse key name containing ']'.
2006-10-11  H. Verbeetregedit: Format warning fixes.
2006-07-29  Yuriy Kozlovregedit: Allow entering - for a value in a .reg file...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
2005-06-22  Stefan HuehnerRemove some more -Wstrict-prototypes warnings.
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-08  Robert ReifAdded HKEY_DYN_DATA support.
2004-03-23  Francois GougetCompute dwLen after passing the string through
2003-12-08  Dimitrie O. PaunReformat regedit in a consistent manner.
2003-12-05  Francois GougetPrint error messages to stderr as is customary.
next