include: Add d3dx9mesh.h X template extensions.
[wine] / tools / wrc /
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.
2007-03-27  Mikołaj Zalewskiwrc: Change the format of the output of "wrc --verify...
2007-03-27  Mikołaj Zalewskiwrc: Add HTML resources support to wrc --verify-transla...
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-03-08  Alexandre Julliardconfigure: Get rid of lex compatibility support, we...
2007-01-09  Alexandre Julliardwrc: Added support for utf-8 codepage.
2007-01-02  Andrew Talbotwrc: Declare some variables static const.
2007-01-02  Kai Blinwrc: Fix comparison typo (Coverity).
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-10  Michael Stefaniuctools: Remove redundant NULL checks before free() ...
2006-10-02  Michael Stefaniucwrc: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-25  Nicolas Delcroswrc: Fixed typo for the --pedantic argument.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardwrc: Change the prefix on bison-generated names to...
2006-09-11  Alexandre JulliardMake.rules: Set the default prefix for bison files...
2006-09-11  Alexandre Julliardmakefiles: List bison dependencies explicitly for paral...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-09-09  Alexandre Julliardwrc: Allow building without debug support in the parser.
2006-08-26  Alexandre Julliardwrc: Get rid of xmalloc casts.
2006-08-26  Alexandre Julliardwrc: xmalloc shouldn't initialize to zero, do that...
next