d3d9/tests: Correct nv40 results.
[wine] / tools / wrc /
2013-04-23  Jacek Cabanwrc: Allow '/' and '\' in identifiers.
2013-03-27  Alexandre Julliardwrc: Add support for PNG icons.
2013-01-16  André Hentschelwrc: Add ARM64 support.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-01-31  Henri Verbeetwrc: Avoid an unused function warning when HAVE_LIBGETT...
2012-01-30  Alexandre Julliardwrc: Fix parsing of virtkey accelerators.
2012-01-27  Francois Gougetwrc: Add a trailing '\n' to the error() calls.
2012-01-24  Alexandre Julliardwrc: Add support for translating accelerators through...
2011-11-18  Alexandre Julliardwrc: Fix lookup of strings that contain a context.
2011-10-31  Alexandre Julliardwrc: Increase the font size when translating a dialog...
2011-10-31  Alexandre Julliardwrc: Set the WS_EX_LAYOUTRTL flag when translating...
2011-10-31  Alexandre Julliardwrc: Print warnings for mismatched dialogs during po...
2011-10-22  Alexandre Julliardwrc: Load translations from mo files instead of po.
2011-10-22  Alexandre Julliardwrc: Store the current po file in a global variable.
2011-08-24  Francois Gougetwrc: Fix the spelling of the --endianness option.
2011-08-24  Francois Gougetwrc: If the message context is 'do not translate',...
2011-07-29  Frédéric Delanoytools: Assorted spelling fixes.
2011-07-25  Henri Verbeetwrc: Don't include gettext-po.h if we don't have the...
2011-07-25  Alexandre Julliardwrc: Run through the translation process even if libget...
2011-06-28  Marcus Meissnerwrc: Fixed some small leaks in PO code (Coverity).
2011-06-12  Alexandre Julliardmakefiles: Use the generic install flags for the tools...
2011-05-27  Frédéric Delanoywrc: Fix spelling/grammar in manpage.
2011-02-01  Akihiro Sagawawrc: Don't match a po message if a same msgid message...
2011-01-14  Alexandre Julliardwrc: Remove the context prefix when generating the...
2011-01-07  Alexandre Julliardpo: Use more standard names for the Serbian locales.
2011-01-07  Alexandre Julliardwrc: Treat empty translation strings as missing.
2011-01-05  Huw Davieswrc: Initialise variable.
2011-01-04  Alexandre Julliardwrc: Do not use translations that are marked fuzzy.
2011-01-04  Alexandre Julliardwrc: Add support for loading translations from po files.
2011-01-04  Alexandre Julliardwrc: Add support for generating .po files from existing...
2010-12-30  Alexandre Julliardwrc: Store location information in strings.
2010-12-30  Alexandre Julliardwrc: Explicitly define structure creation functions...
2010-12-30  Alexandre Julliardwrc: Copy the strmake utility function from winegcc.
2010-12-14  André Hentschelwrc: Allow comma after popup name.
2010-12-05  Alexandre Julliardwrc: Only allow 7-bit ASCII characters in wide string...
2010-12-05  Alexandre Julliardmakefiles: Add common rules for installing the main...
2010-09-29  Alexandre Julliardwrc: Add support for target options, and define _WIN64...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-22  Alexandre Julliardwrc: Display a warning in pedantic mode when using...
2010-06-16  Alexandre Julliardwrc: Avoid use of toupper/isupper on signed chars.
2010-05-05  Gerald Pfeiferwrc: Remove variable type which is not really used...
2010-04-22  Kirill Smelkovwrc: Drop hardcoded INCLUDEDIR.
2010-04-22  Kirill Smelkovwrc: Use INCLUDEDIR when compiling.
2010-04-21  Alexandre Julliardwrc: Make the bitmap size checking more generic, and...
2010-03-30  Alexandre Julliardwrc: Move temp file management from wpp directly into...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2010-01-22  Rob Shearmanwrc: Fix symbol was not declared and using plain intege...
2010-01-04  Alexandre Julliardwrc: Merge the menu and menuex structures.
2010-01-04  Alexandre Julliardwrc: Merge the menuitem and menuitemex structures.
2010-01-04  Alexandre Julliardwrc: Merge the dialog and dialogex structures.
2009-12-30  Michael StefaniucRevert "wrc: Use an EOF rule instead of lex_destroy...
2009-10-06  Alexandre Julliardwrc: Include unistd.h before the Windows headers.
2009-10-05  Alexandre Julliardtools: Build all the tools with -D__WINESRC__.
2009-09-16  Gerald Pfeiferwrc: Fix eight conditions in compare_menuex_item.
2009-08-26  Francois Gougetwrc: Add a '\n' to a parser_warning() call.
2009-08-20  Alexandre Julliardwrc: Print a warning when encountering utf8 strings...
2009-08-10  Marcus Meissnerwrc: Handle "no files == stdin".
2009-07-16  Alexandre Julliardwrc: Report an error when encountering non-ASCII charac...
2009-07-16  Alexandre Julliardwrc: Avoid a crash if a file didn't contain any resources.
2009-07-10  Michael Stefaniucwrc: Reset the language before processing multiple...
2009-06-29  Alexandre Julliardwrc: Clean up command line parsing for multiple files...
2009-06-23  Alexandre Julliardwrc: Use an EOF rule instead of lex_destroy for compati...
2009-06-22  Alexandre Julliardwrc: Add support for loading multiple input files at...
2009-02-16  Alexandre Julliardwrc: Print better error messages for functions that...
2009-02-13  Michael Stefaniuctools: Remove unused alloca.h include.
2009-02-02  Marcus Meissnerwrc: Free type to avoid leaks (Coverity).
2009-01-14  Dmitry Timoshkovwrc: Warn for duplicate dialog ids.
2008-12-17  Francois Gougetwrc: Add a trailing '\n' to some warning and error...
2008-11-25  Francois Gougetwrc: parser_error() does not need a trailing '\n'.
2008-11-04  Alexandre Julliardwrc: Fix the duplicate resource check for user-defined...
2008-10-20  Huw Davieswrc: Include errno.h.
2008-10-20  Rob Shearmanwrc: Don't accept "0" as a valid codepage in "#pragma...
2008-10-18  Rob Shearmanwrc: Check for overflows when parsing integer constants.
2008-10-18  Alexandre Julliardtools: Convert source files to utf-8.
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-07-07  Alexandre JulliardAdd noinput directive to all lex files to avoid a compi...
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-08  Alexandre Julliardwrc: Add support for Unicode accelerator strings.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-04-02  Michael Stefaniucwrc: Sync the codepage mapping to the LANG_* identifier...
2008-03-31  Mikołaj Zalewskiwrc: verify-translation: Allow the translators to set...
2008-03-31  Mikołaj Zalewskiwrc: verify-translation: Remove dumping of stringtables.
2008-03-31  Mikołaj Zalewskiwrc: verify-translation: Compare all the controls of...
2008-03-28  Michael Stefaniucwrc: Add the code page mapping for LANG_ROMANSH.
2008-03-22  Alexandre Julliardwrc: parser_error must append a newline.
2008-03-03  Mikołaj Zalewskiwrc: Convert standard control classes names into ids...
2008-02-19  Alexandre JulliardAvoid the nounistd option that doesn't exist on older...
2008-02-19  Rob ShearmanAdd the nounistd option to all lex source files.
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-18  Austin Englishtools: Spelling fixes.
2007-11-19  Michael Stefaniuctools: Remove duplicate includes.
2007-10-22  Michael Stefaniucwrc: Remove redundant NULL check before free(). Found...
2007-10-19  Francois Gougetwrc: Modify the error, warning and tracing functions...
2007-08-30  Dmitry Timoshkovwrc: Constify some data.
2007-06-28  Alexandre Julliardwrc: Strip C code based on the name of the include...
2007-06-20  Alexandre Julliardmakefiles: Build programs that link against libwine...
2007-06-14  Michael Stefaniucwrc: Fix redundant checks for NULL before free(). Found...
2007-06-05  Michael Stefaniucwrc: Fix non-ANSI function declaration. Found by sparse.
next