notepad: Make NOTEPAD_DoReplace(All)?() static.
[wine] / programs / regedit /
2009-04-16  Frans Koolregedit: Fixed Dutch translations.
2009-03-23  Michael Stefaniucregedit: Fix the German translation.
2009-03-23  Michael Stefaniucregedit: Convert the German translation to UTF8.
2009-03-23  Michael Stefaniucregedit: Remove commented out STRINGTABLE from the...
2009-03-12  Aurimas Fischerregedit: Add missing English resource.
2009-03-12  Aurimas Fischerregedit: Add Lithuanian translation.
2009-03-09  Jim Cameronregedit: Fix crash importing large values from Unicode.
2009-03-03  Michael Stefaniucregedit: Cast to LPARAM the 4th argument passed to...
2009-02-09  Ricardo Filipeinclude: Fix commdlg hook procedures return type.
2009-01-29  Marcus Meissnerregedit: Check HeapAlloc results (coverity).
2009-01-26  Francois Gougetregedit: Make some functions static.
2009-01-26  Francois Gougetregedit: We don't bother unregistering window classes...
2009-01-22  Anders Jonssonregedit: Add Swedish translation.
2009-01-21  Mikołaj Zalewskiregedit: Don't pass an ANSI string to vsprintfW.
2009-01-19  Erich Hooverregedit: Fix import mangling REG_EXPAND_SZ values.
2009-01-15  Michael Stefaniucregedit: Remove superfluous pointer casts.
2009-01-07  Alexandre Julliardregedit: Convert error box display to Unicode.
2009-01-07  Alexandre Julliardregedit: Fix integer printf formats in resource strings.
2008-12-11  ByeongSik Jeon*Ko.rc: Update Korean resource.
2008-12-11  ByeongSik Jeon*Zh.rc: Update the Chinese resource font name to "MS...
2008-12-08  Rok Mandeljcregedit: Updated Slovenian translation.
2008-12-04  Michael Stefaniucregedit: Remove some superfluous casts.
2008-12-04  Francois GougetMake sure we have a space before the ellipses in Sloven...
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-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-17  Andrey Esinregedit: Corrections in Russian translation.
2008-10-13  Muneyuki Noguchiregedit: Convert Japanese resource to UTF-8.
2008-10-09  Lei Zhangregedit: Pass VK_DELETE messages to Listview/Treeview...
2008-10-06  Lei Zhangregedit: Make branch export behavior work more like...
2008-10-02  Lei Zhangregedit: Check return values, don't request unneeded...
2008-10-02  Lei Zhangregedit: Use W version of TreeView_GetItem.
2008-09-30  Andrey Turkinregedit: Ignore spaces in regedit files.
2008-09-25  Muneyuki Noguchiregedit: Use "MS Shell Dlg" 9 in Japanese resources.
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-08  Michael Stefaniucregedit: Fix the Bg, Cs, Da, Es, Hu, It, Ko, Pl, Pt...
2008-09-05  Muneyuki Noguchiregedit: Update Japanese translation.
2008-09-04  Alexander Nicolays... regedit: Fix a memory leak in export handling.
2008-09-04  Alexander Nicolays... regedit: Convert open/save dialogues to unicode.
2008-09-04  Hongbo Niregedit: Add simplified and traditional Chinese resources.
2008-09-03  Alexander Nicolays... regedit: Some minor unicode conversions.
2008-09-03  Alexander Nicolays... regedit: Remove some unused code.
2008-09-03  Alexander Nicolays... regedit: Fix some references to TCHARs.
2008-09-02  Alexander Nicolays... regedit: Set the unicode flag for the treeview.
2008-09-02  Alexander Nicolays... regedit: Remove an ANSI function.
2008-09-02  Alexander Nicolays... regedit: Set the unicode flag for the listview.
2008-09-02  Alexander Nicolays... regedit: Convert listview init to unicode.
2008-09-02  Alexander Nicolays... regedit: Fix a memory leak.
2008-09-02  Alexander Nicolays... regedit: Remove some ANSI functions.
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: Don't try to convert NULL pointers.
2008-09-02  Alexander Nicolays... regedit: Remove old fixme.
2008-09-02  Alexander Nicolays... regedit: Convert value editing to unicode.
2008-08-29  Alexander Nicolays... regedit: Convert value creation to unicode.
2008-08-28  Alexander Nicolays... regedit: Use Unicode strings when updating listview.
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-28  Lei Zhangregedit: Fix typo in commit c6d01ac847edc2ad02ef02c7a0e...
2008-08-27  Alexander Nicolays... regedit: Ignore case when sorting values.
2008-08-27  Alexander Nicolays... regedit: Add listview entries as unicode.
2008-08-27  Alexander Nicolays... regedit: Fix leak in GetItemFullPathW.
2008-08-27  Alexander Nicolays... regedit: Convert menu & statusbar handling to unicode.
2008-08-26  Alexander Nicolays... regedit: Use only SendMessageW in treeview.c.
2008-08-26  Alexander Nicolays... regedit: Convert treeview init to Unicode.
2008-08-26  Alexander Nicolays... regedit: Convert searching to Unicode.
2008-08-25  Alexander Nicolays... regedit: Fix memory leaks in favourites handling.
2008-08-25  Alexander Nicolays... regedit: Convert favourites handling to unicode.
2008-08-25  Alexander Nicolays... regedit: Fix possible memory leaks.
2008-08-25  Alexander Nicolays... regedit: Remove unneeded character conversions.
2008-08-22  Alexander Nicolays... regedit: Convert AddEntryToTree to unicode.
2008-08-22  Alexander Nicolays... regedit: Convert key creation to unicode.
2008-08-22  Muneyuki Noguchiregedit: Update Japanese translation.
2008-08-21  Alexander Nicolays... regedit: Fix passing null pointer.
2008-08-20  Alexander Nicolays... regedit: Convert clipboard handling to unicode.
2008-08-20  Alexander Nicolays... regedit: Convert printing&help to unicode.
2008-08-20  Alexander Nicolays... regedit: Convert deletion to unicode.
2008-07-21  Francois Gougetregedit: Remove a couple of left-over debug statements.
2008-07-18  Alexander Nicolays... regedit: Fixes for Norwegian Bokmål translation.
next