include: Fix commdlg hook procedures return type.
[wine] / programs / regedit / framewnd.c
2009-02-09  Ricardo Filipeinclude: Fix commdlg hook procedures return type.
2009-01-07  Alexandre Julliardregedit: Convert error box display to Unicode.
2008-12-04  Michael Stefaniucregedit: Remove some superfluous casts.
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-09-16  Alexander Nicolays... regedit: Add support for exporting unicode files.
2008-09-09  Alexander Nicolays... regedit: Convert parts of export handling to unicode.
2008-09-04  Alexander Nicolays... regedit: Convert open/save dialogues to unicode.
2008-09-03  Alexander Nicolays... regedit: Some minor unicode conversions.
2008-09-02  Alexander Nicolays... regedit: Remove an ANSI function.
2008-09-02  Alexander Nicolays... regedit: Remove some ANSI functions.
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-27  Alexander Nicolays... regedit: Convert menu & statusbar handling 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-22  Alexander Nicolays... regedit: Convert key creation to unicode.
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-14  Alexander Nicolays... regedit: Add missing fclose on file import.
2008-07-11  Andre Wisplinghoffregedit: Implement deleting multiple values.
2008-07-10  Alexander Nicolays... regedit: Add support for importing Unicode files.
2008-05-22  Alexander Nicolays... regedit: Set selected key name as default favourite...
2008-05-22  Alexander Nicolays... regedit: Allow modifying values of root keys.
2008-05-19  Alexander Nicolays... regedit: Add Export option to context menu.
2008-01-07  Andre Wisplinghoffregedit: Refresh tree view on import.
2007-07-19  Michael Stefaniucprograms: Remove unreachable break after return/break...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-03  Byeong-Sik Jeonregedit: Support REG_MULTI_SZ creation and editing.
2007-02-08  Detlef Riekenbergregedit: Declare some variables static.
2006-10-03  Mikołaj Zalewskiregedit: Add option to export only a specified branch.
2006-10-03  Mikołaj Zalewskiregedit: Some import/export dialogs code cleanup.
2006-09-07  Jan Zerebeckiregedit: Also refresh the listview.
2006-08-23  Mikołaj Zalewskiregedit: Put language-dependent strings in resources.
2006-08-23  Mikołaj Zalewskiregedit: Remove custom filter from open/save dialogs.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-03  Mike McCormackregedit: Fix some gcc 4.1 warnings caused by casts...
2005-10-26  Krzysztof Foltman- Added Find functions
2005-09-26  Krzysztof Foltman- Copy key name works.
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-03-21  Robert ShearmanAlways display path in status bar.
2005-01-10  Crestez LeonardImplement Refresh.
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
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-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-16  Thomas WeidenmuellerImplemented View|Split.
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-05  Filip NavaraFixed some flags in calls to CreateWindowEx.
2003-12-03  Dimitrie O. PaunAdded support for editing strings.
2003-08-07  Alexandre JulliardAuthors: Robert Dickenson <robd@reactos.org>, Steven...