richedit: Modify ME_GetTextW() to honor CR and LF encodings.
[wine] / tools /
2008-04-28  Jeff Zaroykowine.inf: Use lowercase for some drivers32 entries...
2008-04-28  Rob Shearmanwidl: Accept integer constant suffixes in the lexer.
2008-04-28  Rob Shearmanwidl: Support hex digits that use an uppercase 0X prefix.
2008-04-28  Rob Shearmanwidl: Add typedefs to typelibs which have the public...
2008-04-25  Rob Shearmanwidl: Move the func_declarator rule entirely into direc...
2008-04-25  Rob Shearmanwidl: Create a statement object for import statements.
2008-04-25  Rob Shearmanwidl: Add support for string literals and wide-string...
2008-04-25  Rob Shearmanwidl: Add support for declaring multiple fields of...
2008-04-25  Rob Shearmanwidl: Make the rules for parsing fields in structures...
2008-04-25  Rob Shearmanwidl: Rename pident to declarator and parse the array...
2008-04-25  Rob Shearmanwidl: Consolidate most of the inner loop of reg_typedef...
2008-04-24  Alexandre Julliardmakedep: Don't try to open .tlb files.
2008-04-24  Rob Shearmanwidl: Add typedef statements to the statement lists.
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-24  Rob Shearmanwidl: Allow NULL to be used in expressions.
2008-04-24  Rob Shearmanwidl: Construct the pointer chain while parsing pointer...
2008-04-24  Rob Shearmanwidl: Implement lcid property on library declarations.
2008-04-24  Alexandre Julliardmakefiles: Add support for generating correct dependenc...
2008-04-24  Alexandre Julliardwine.inf: Fix the service type of the spooler service.
2008-04-22  Rob Shearmanwidl: Remove duplicated code in the form of the write_s...
2008-04-22  Rob Shearmanwidl: Use expr_resolve_type to get the type of the...
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.
2008-04-22  Rob Shearmanwidl: Check that expressions resolve so that expression...
2008-04-22  Rob Shearmanwidl: Pass the actual type into check_remoting_fields...
2008-04-22  Rob Shearmanwidl: Don't free input_name in pop_import as we keep...
2008-04-22  Rob Shearmanwidl: Remove EXPR_MEMBERPTR and implement it using...
2008-04-22  Rob Shearmanwidl: Add support for comparison, exclusive or, logical...
2008-04-22  Rob Shearmanwidl: Require a constant expression for case statements.
2008-04-22  Rob Shearmanwidl: Fix operator precedence in expressions.
2008-04-22  Austin EnglishSpelling fixes.
2008-04-21  Alexandre Julliardwineprefixcreate: Use wineboot --update to run wine...
2008-04-21  Rob Shearmanwidl: Add support for '%' operator in expressions.
2008-04-21  Rob Shearmanwidl: Add support for arrays in expressions.
2008-04-21  Rob Shearmanwidl: Add support for "->" and "." operators in express...
2008-04-21  Rob Shearmanwidl: Issue an error instead of crashing for dividing...
2008-04-21  Rob Shearmanwidl: Automatically add "handle_t IDL_handle" parameter...
2008-04-21  Rob Shearmanwidl: The implicit_handle attribute is allowed with...
2008-04-21  Rob Shearmanwidl: Check that fields in structures and unions refere...
2008-04-21  Rob Shearmanwidl: Stop looping in check_remoting_args when a contex...
2008-04-21  Paul Vrienstools/wine.inf.in: Fix a typo.
2008-04-21  Dmitry Timoshkovwinedump: Print contents of EMR_INTERSECTCLIPRECT and...
2008-04-17  Alexandre Julliardwineprefixcreate: Moved creation of directories to...
2008-04-17  Dmitry Timoshkovwinedump: Decipher contents of a couple EMF records.
2008-04-17  Dmitry Timoshkovwinedump: Print names for all known EMF records.
2008-04-17  Vincent Povirktools: Modify wine.desktop to use start.exe /unix.
2008-04-16  Rob Shearmanwidl: Change alls calls to error in the parser to error...
2008-04-16  Alexandre Julliardwine.inf: Use a proper services section to install...
2008-04-14  Rob Shearmanwidl: Add checking to arguments of non-local functions.
2008-04-14  Rob Shearmanwidl: Add functions to print an error or warning messag...
2008-04-14  Rob Shearmanwidl: Write out TYPEFLAG, FUNCFLAG and VARFLAG flags...
2008-04-14  Rob Shearmanwidl: Add support for the broadcast and idempotent...
2008-04-14  Rob Shearmanwidl: Output a warning if duplicate attributes are...
2008-04-14  Rob Shearmanwidl: Check that attributes are applicable for librarie...
2008-04-14  Rob Shearmanwidl: The odl attribute is valid for dispinterfaces.
2008-04-14  Rob Shearmanwidl: Make the attrs parameter passed to start_typelib...
2008-04-14  Rob Shearmanwidl: Check that attributes applied to typedefs and...
2008-04-14  Rob Shearmanwidl: Check that attributes applied to interfaces,...
2008-04-11  Alexandre Julliardwine.inf: Add a version number to make sure the file...
2008-04-11  Rob Shearmanwidl: Support non-default calling conventions for non...
2008-04-11  Rob Shearmanwidl: Support non-default calling conventions for objec...
2008-04-11  Dmitry Timoshkovtools: Fix font structure layout for 64-bit mode.
2008-04-11  Luis C. Busquets... tools: Add Spanish translation to wine.desktop.
2008-04-09  Alexandre Julliardtools: Remove the obsolete bug_report.pl and genpatch...
2008-04-08  Alexandre Julliardwrc: Add support for Unicode accelerator strings.
2008-04-07  Reece Dunntools/msvcmaker: Suppress deprecation warnings on VC8...
2008-04-07  Francois GougetAssorted spelling fixes.
2008-04-07  Michael Mosswine.inf: Move winebrowser.exe to the system directory.
2008-04-03  Dan Hipschmanwidl: Fix a mistake in an ordered list (keywords).
2008-04-02  Rob Shearmanwidl: Turn on verbose errors, which gives a little...
2008-04-02  Rob Shearmanwidl: Fix the writing out of function pointers with...
2008-04-02  Rob Shearmanwidl: Add a newline between function prototypes for...
2008-04-02  Rob Shearmanwidl: Support __fastcall and __pascal calling conventions.
2008-04-02  Rob Shearmanwidl: Support parsing calling conventions for function...
2008-04-02  Rob Shearmanwidl: Store function and function pointer types complet...
2008-04-02  Rob Shearmanwidl: Add a function to get the return type of a parsed...
2008-04-02  Michael Stefaniucwrc: Sync the codepage mapping to the LANG_* identifier...
2008-04-01  Rob Shearmanwidl: Be more strict about where semicolons can appear...
2008-04-01  Rob Shearmanwidl: Parse typedefs of function pointers.
2008-03-31  Dmitry Timoshkovwine.inf: Update timezone information.
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  Alexandre Julliardwine.inf: Create a fake module for mountmgr.sys.
2008-03-28  Michael Stefaniucwrc: Add the code page mapping for LANG_ROMANSH.
2008-03-27  Rob Shearmanwidl: Make sure that string types are always written...
2008-03-27  Rob Shearmanwidl: Fix detection of non-pointer context handles.
2008-03-27  Rob Shearmanwidl: Add support for generic binding handles.
2008-03-27  Rob Shearmanwidl: Use is_string_type for detecting strings in write...
2008-03-27  Rob Shearmanwidl: Support using context handles as the binding...
2008-03-25  Justin Chevrierwine.inf: Create fake dll entry for dosx.exe.
2008-03-24  Reece Dunntools: Target the version defines to Vista in msvcmaker.
2008-03-24  Vitaliy Margolenwineshelllink: Don't hard-code icon extension to xpm.
2008-03-22  Alexandre Julliardtools/sfnt2fnt: Add getopt option parsing.
2008-03-22  Alexandre Julliardtools/sfnt2fnt: Merge the fnt2fon code into sfnt2fnt...
2008-03-22  Alexandre Julliardtools/sfnt2fnt: Separate the building of the font data...
2008-03-22  Alexandre Julliardwrc: parser_error must append a newline.
2008-03-21  Jacek Cabanwine.inf: Register jscript.dll.
2008-03-21  Dan Hipschmanwidl: Make structures with FC_ENUM16 fields complex.
2008-03-20  Anatoly Lyutinwine.inf: Add "MenuShowDelay" value.
2008-03-19  Dan Hipschmanwidl: Ignore libraries in imported IDL files.
next