ddrawex: Create a surface wrapper.
[wine] / tools /
2009-01-08  Michael Karcherwidl: Write struct fields as signed fields.
2009-01-08  Michael Karcherwidl: Make write_base_type take a format char instead...
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-07  Rob Shearmanwidl: Make the case of messages output by warning and...
2009-01-07  Damjan Jovanovicwinex11: Support the startup notification fd.o spec.
2009-01-07  Rob Shearmanwidl: Determine the type of an array entirely at code...
2009-01-06  Alexandre Julliardwinebuild: Implement register entry points for x86_64.
2009-01-06  Alexandre Julliardwinedump: Implement dumping of relocations.
2009-01-06  Alexandre Julliardwinedump: List exported functions sorted by ordinal.
2009-01-06  Rob Shearmanwidl: Replace uses of get_func_return_type with type_fu...
2009-01-06  Rob Shearmanwidl: Add new function, type_iface_get_stmts.
2009-01-06  Rob Shearmanwidl: Add a new function, type_iface_get_inherit.
2009-01-06  Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Add a new function, type_array_get_element.
2009-01-06  Rob Shearmanwidl: Move the ifaces field of the type_t structure...
2009-01-06  Rob Shearmanwidl: Add function for getting the interfaces defined...
2009-01-06  Rob Shearmanwidl: Don't store typelib kind information in the type...
2009-01-06  Rob Shearmanwidl: Move creation of module type into a separate...
2009-01-06  Rob Shearmanwidl: Move duptype and alias to parser.y.
2009-01-06  Rob Shearmanwidl: Add new type_is_alias and type_get_real_type...
2009-01-06  Rob Shearmanwidl: Access array type properties through accessors...
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2009-01-06  Rob Shearmanwidl: Do the consistency checks on interfaces after...
2009-01-06  Alexandre Julliardwinebuild: Improve the calling sequence for register...
2009-01-03  Rob Shearmanwidl: Add aliased types to the typelib for statements...
2009-01-02  Rob Shearmanwidl: Use is_string_type instead of is_attr(..., ATTR_S...
2009-01-02  Michael Karcherwidl: Recurse search for need of delegation.
2008-12-31  Alexandre Julliardserver: Reorganize some requests to avoid padding,...
2008-12-31  Alexandre Julliardserver: Make atom_t an unsigned int to avoid padding...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Rob Shearmanwidl: Remove duplicate pointer handling code in get_str...
2008-12-31  Rob Shearmanwidl: Don't add NULL pointer checks in generated code...
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-29  Rob Shearmanwidl: Generate header files from the parse tree instead...
2008-12-29  Rob Shearmanwidl: Write the local stubs file based on the parsed...
2008-12-29  Rob Shearmanwidl: Write the generated file containing IID, DIID...
2008-12-29  Rob Shearmanwidl: Write the typelib based on the statement list...
2008-12-29  Rob Shearmanwidl: Create a separate type_t object for each structur...
2008-12-29  Rob Shearmanwidl: Don't create a temporary variable in the t_ident...
2008-12-29  Rob Shearmanwidl: Store the type-specific information in a union...
2008-12-29  Rob Shearmanwidl: Hide the details of where arguments, fields,...
2008-12-29  Rob Shearmanwidl: Follow aliases in check_remoting_fields so that...
2008-12-29  Vitaliy Margolendxdiagn: Add dxdiagn.dll to DxDiag_DirectXFiles contain...
2008-12-27  Rob Shearmanwidl: Structures and arrays with pointers should be...
2008-12-27  Alexandre Julliardwinebuild: Generate relay debugging thunks for x86_64.
2008-12-27  Alexandre Julliardwinebuild: Fix delay load code to preserve stack alignm...
2008-12-27  Alexandre Julliardwinebuild: Generate the __wine_call_from_32_regs functi...
2008-12-26  Alexandre Julliardwidl: Add support for generating 32-bit and/or 64-bit...
2008-12-26  Alexandre Julliardwidl: Add --win32/--win64 options to select the type...
2008-12-26  Alexandre Julliardwidl: Store the size of a pointer in a variable instead...
2008-12-26  Alexandre Julliardwidl: Move determination of the exact type of structure...
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-24  Alexandre Julliardserver: Make lparam_t always 64-bit.
2008-12-24  Dan Kegeltools: Remove bashisms from wineinstall.
2008-12-20  Simon C. Ionwinemaker: Correctly process directories containing...
2008-12-17  Alexandre Julliardserver: Make apc_param_t always 64-bit.
2008-12-17  Alexandre Julliardserver: Use mem_size_t instead of file_pos_t for memory...
2008-12-17  Alexandre Julliardserver: Make mem_size_t always 64-bit.
2008-12-17  Francois Gougetwinapi_check: Extend support for '-arch=xxx' in spec...
2008-12-17  Francois Gougetwrc: Add a trailing '\n' to some warning and error...
2008-12-17  Hans Leidekkerwuapi: Register interfaces.
2008-12-16  Hans Leidekkerwine.inf: Create fake hal.dll.
2008-12-16  Alexandre Julliardwinebuild: Generate stub entry points for x86_64.
2008-12-15  Alexandre Julliardwidl: Use ULONG_PTR instead of unsigned long for pointe...
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-15  Alexandre Julliardserver: Add an apc_param_t type to store APC client...
2008-12-15  Francois Gougetwinapi_check: Add support for '-arch=xxx' in spec files.
2008-12-12  Alexandre Julliardwinegcc: Fix the file mode check.
2008-12-10  Alexandre Julliardtools: Keep track of requests sizes and alignments...
2008-12-10  Alexandre Julliardtools: Re-use the file updating routines from make_make...
2008-12-10  Alexandre Julliardserver: Define an lparam_t type for message parameters...
2008-12-09  Alexandre Julliardserver: Don't use size_t for module sizes, they are...
2008-12-08  Alexandre Julliardwinebuild: Make the cpu flag more generic to allow...
2008-12-08  Alexandre Julliardserver: Make user handles ints instead of pointers.
2008-12-08  Alexandre Julliardwidl: Use local functions where possible instead of...
2008-12-08  Alexandre Julliardserver: Make object handles ints instead of pointers.
2008-12-08  Francois Gougetfnt2bdf: Remove unneeded casts of zero.
2008-12-08  Andrew Talbotwidl: Remove unneeded address-of operators from functio...
2008-12-08  Andrew Talbotwidl: Remove unneeded address-of operators from array...
2008-12-06  Alexandre Julliardserver: Convert the registry key modification time...
2008-12-05  Alexandre Julliardfnt2bdf: Get rid of useless string constants.
2008-12-05  Vincent Povirkwidl: Fix string format warning.
2008-12-03  Alexandre Julliardwinebuild: Don't add stdcall decorations on non-x86...
2008-12-01  Alexandre Julliardwidl: Sort the proxy interfaces by iid and use a binary...
2008-12-01  Alexandre Julliardwidl: Output vtable information even for interfaces...
2008-12-01  Alexandre Julliardwidl: Don't define PROXY_DELEGATION unconditionally.
2008-12-01  Alexandre Julliardwidl: Make the generated global variables and functions...
2008-12-01  Rob Shearmanwidl: Fix optimisation for writing out ref pointers...
2008-12-01  Rob Shearmanwidl: Output the correct buffer size required for param...
2008-12-01  Alexandre Julliardwidl: Do not make the stub vtbl const for delegating...
2008-11-28  Alexandre Julliardwidl: Fix the handling of proxy delegation.
next