Updated to the new alsa api.
[wine] / programs / regedit /
2004-05-04  Krzysztof Foltman- F2 is now an accelerator for rename
2004-05-01  Krzysztof Foltman- changed Cancel DEFPUSHBUTTON to PUSHBUTTON
2004-04-06  José Manuel Ferrer... Updated Spanish translations.
2004-03-30  Ivan Leo Murray... Fixed some values.
2004-03-30  Ivan Leo Murray... Improved version resource info.
2004-03-23  Francois GougetCompute dwLen after passing the string through
2004-03-15  Dimitrie O. PaunProperly implement all key operations: new, delete...
2004-03-15  Dimitrie O. PaunAdd all needed accelerators to regedit. Cleanups.
2004-03-15  Ivan Leo Murray... Added "can't query key" translation.
2004-03-12  Zimler AttilaAdd delete key support.
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
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-23  Ivan Leo Murray... Resource updates.
2004-01-20  Ivan Leo Murray... Yet again catching up with En.rc.
2004-01-20  Thomas WeidenmuellerRegedit GUI enhancements with new Windows-like icons.
2004-01-20  Ivan Leo Murray... Yet another update.
2004-01-18  Marcelo DuarteUpdate of Portuguese resources.
2004-01-16  Dimitrie O. PaunFix value renaming. Cleanup code, fix a few leaks.
2004-01-16  Thomas WeidenmuellerFixed handling of control focus.
2004-01-16  Thomas WeidenmuellerEnable the help menu for regedit.
2004-01-16  Dimitrie O. PaunStreamline the editing interfaces a bit.
2004-01-16  Thomas WeidenmuellerAdded context menu support.
2004-01-16  Thomas WeidenmuellerImplemented View|Split.
2004-01-16  Thomas WeidenmuellerSimplify the About dialog code.
2004-01-16  Thomas WeidenmuellerExpand the treeview on startup.
2004-01-13  Dimitrie O. PaunAdd value rename support to regedit.
2004-01-13  Francois GougetDo a SearchPath before opening the file to improve...
2004-01-13  Francois GougetRemove references to regapi.
2004-01-08  Ivan Leo Murray... Brought up to date to Dimi's latest patch.
2004-01-06  Dimitrie O. PaunAdd new value support. Misc improvements and cleanups.
2004-01-06  Ivan Leo Murray... Updated Italian resources.
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-10  Jon GriffithsSort the listview when clicking the Name or Type headers.
2003-12-08  Dimitrie O. PaunReformat regedit in a consistent manner.
2003-12-05  Francois GougetPrint error messages to stderr as is customary.
2003-12-05  Filip NavaraFixed some flags in calls to CreateWindowEx.
2003-12-03  Alexandre JulliardUse delayed imports instead of explicit GetProcAddress...
2003-12-03  Dimitrie O. PaunAdded support for editing strings.
2003-11-26  Alexandre JulliardFixed declarations of BroadcastSystemMessage and Transl...
2003-11-21  Ivan Leo Murray... Added/updated Italian resources.
2003-11-20  Dimitrie O. PaunHeapReAlloc() does not allocate memory.
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-04  Pavel RoskinConvert resources to standard format without embedded...
2003-10-03  Dimitrie O. PaunExtract binary resources to files, to fit the standard.
2003-09-22  Hans LeidekkerAdded Dutch translation.
2003-09-17  Igor StepinAdded a lot of Russian translations.
2003-09-16  Vincent BéronUpdates for various French resources.
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-30  Alexandre JulliardRemoved wrong or unneeded codepage pragmas.
2003-08-22  Rok MandeljcAdded Slovenian translation.
2003-08-22  José Manuel Ferrer... Some new Spanish translations and improvements to other...
2003-08-18  Francois GougetSpelling and case fixes.
2003-08-18  Marcelo DuarteLocalization to the Portuguese of Brazil.
2003-08-15  Vincent BéronFixed command line support.
2003-08-08  Dmitry TimoshkovFixed build with older compilers.
2003-08-07  Alexandre JulliardAuthors: Robert Dickenson <robd@reactos.org>, Steven...
2003-04-02  Alexandre JulliardMake sure we don't use libwine_port functions when...
2002-11-06  Juraj HercekBug fixes related to sparc 4-byte boundary alignment.
2002-08-15  Andriy PalamarchukLinked regedit against msvcrt instead of the platform...
2002-07-31  Alexandre JulliardSplit routines that don't rely on C functions into...
2002-07-03  Gregg MattinsonAvoid multi-line string constants.
2002-06-28  Andriy PalamarchukFixed a few bugs, added processing of REG_MULTI_SZ...
2002-06-21  Bill MedlandTest the ability to handle hex values in excess of...
2002-06-21  Bill Medland- Rework the line reading. This version uses a single...
2002-06-21  Bill MedlandCorrect the comparison of two files. Just because...
2002-06-20  Andriy PalamarchukAdded regedit unit test, a couple minor changes to...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Andriy PalamarchukUse native libc functions instead of msvcrt ones.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-04  Andriy PalamarchukFixed a problem when regedit interpreted file names...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-11  Andriy PalamarchukCreated regedit replacement. Fixed some bugs.