wined3d: Implemented WINED3DRS_EDGEANTIALIAS.
[wine] / programs / regedit /
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.