d3dx9_36: Use more appropriate function names.
[wine] / tools / winapi /
2013-03-11  André Hentschelwinapi: Remove SPARC support.
2013-01-21  Alexandre Julliardwinapi: Add arm64 architecture.
2012-09-24  Adrian Bunkserver: Use waitpid() instead of wait4().
2012-04-30  André Hentschelwinapi: Remove ALPHA from the architecture list.
2012-03-26  Francois Gougetwinapi: Add support for the arm architecture.
2012-02-06  André Hentschelmsvcmaker: "MODULE = none" is obsolete.
2011-05-27  Alexandre Julliardwinapi: Support optional parameters for stubs.
2010-12-17  Michael Stefaniucwinapi: Remove support for wineaudioio.drv. wineaudioio...
2010-11-15  Alexandre Julliardwinapi: Add support for more spec entry flags.
2010-10-20  Alexandre Julliardinclude: The FLOATING_SAVE_AREA type is i386-specific.
2010-08-24  Alexandre Julliardwinapi: Add support for the thiscall keyword.
2010-08-02  Andrey Turkinntdll/tests: Do not check signedness for char types.
2010-06-28  Eric Pouechwinmm: Added a couple of tests for structure alignment.
2010-06-28  Ilya Basininclude: Fix packing bug in shlobj.h. pragma pack 8...
2010-06-07  Alexandre Julliardwinapi: Fix a few C parser bugs.
2010-06-07  Alexandre Julliardwinapi: Get the list of files from git-ls-files if...
2010-05-31  André Hentschelwinapi: Allow multiple flags.
2010-05-31  André Hentschelwinapi: Add ordinal flag.
2010-05-31  André Hentschelwinapi: Init preprocessor_condition.
2010-04-07  Alexandre Julliardwinapi: Add a few more types to the ntdll generated...
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-07  Alexandre Julliardwinapi: Add some support for handling ifdefs, particula...
2010-03-22  Ilya Basinmsvcmaker: Extract wine_test_dsp_files from C_SRCS...
2009-12-29  Michael Stefaniucwinapi: Remove the special handling of GDI_AllocObject().
2009-10-26  Francois Gougetwinapi_check: Add support for the new architectures...
2009-07-09  Francois Gougetwinapi/c_parser: Remove special cases for DEFINE_SHLGUI...
2009-07-09  Francois Gougetwinapi/c_parser: Badly indenting a closing brace should...
2009-07-09  Francois Gougetwinapi: Modify parse_c_typedef() to get rid of the...
2009-07-09  Francois Gougetwinapi: Introduce a pseudo-loop in parse_c_variable...
2009-07-06  Francois Gougetwinapi: Simplify and improve the readability of the...
2009-06-16  Francois Gougetwinapi: Fix a $blevel / $plevel mismatch.
2009-06-15  Francois Gougetwinapi/c_parser: Remove some dead code.
2009-06-03  Francois Gougetwinapi_extract: The old C parser is not needed anymore...
2009-06-03  Francois Gougetwinapi_extract: --spec-files has been broken for a...
2009-05-26  Francois Gougetwinapi_cleanup: There is not much point for this tool...
2009-05-26  Francois Gougetwinapi_fixup: There is not much point for this tool...
2009-05-18  Francois Gougetwinapi_test: Simplify the code that builds the list...
2009-05-06  Alexandre Julliardwinapi: Handle types should be treated as pointers.
2009-04-20  Francois Gougetwinapi: Fix the C-parser combined getter/setter prototypes.
2009-04-20  Francois Gougetwinapi: Remove some dead code.
2009-04-20  Francois Gougetwinapi: trampoline is not used so remove it.
2009-04-20  Francois Gougetwinapi: Fix the parse_c_declaration() prototype and...
2009-04-20  Francois Gougetwinapi: parse_c_declarations() is not used. Remove it.
2009-02-11  Francois Gougetwinapi_test: Improve the usage message.
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.
2008-12-17  Francois Gougetwinapi_check: Extend support for '-arch=xxx' in spec...
2008-12-15  Francois Gougetwinapi_check: Add support for '-arch=xxx' in spec files.
2008-10-17  Rob Shearmanmsvcmaker: Generate rules for IDL_C_SRCS, IDL_S_SRCS...
2008-10-15  Reece Dunnmsvcmaker: The Visual Studio project conversion tool...
2008-10-09  Rob Shearmanmsvcmaker: Don't automatically add a define for the...
2008-10-09  Rob Shearmanmsvcmaker: Don't generate project files for DLLs that...
2008-09-29  Rob Shearmanmsvcmaker: Define _USE_MATH_DEFINES so that M_PI and...
2008-09-29  Rob Shearmanmsvcmaker: Fix detection of static libraries.
2008-09-29  Rob Shearmanmsvcmaker: Generate include project and make every...
2008-09-29  Rob Shearmanmsvcmaker: Generate .h files from .idl files specified...
2008-09-29  Rob Shearmanmsvcmaker: Fix invocation of winebuild to generate...
2008-09-29  Rob Shearmanmsvcmaker: Add support for building wine.lib.
2008-09-29  Rob Shearmanmsvcmaker: Update the function list for which HAVE_...
2008-09-29  Rob Shearmanmsvcmaker: Remove the defining of __ASM_SHORT and __ASM...
2008-09-29  Rob Shearmanmsvcmaker: Update the HAVE_* defines for headers in...
2008-09-29  Rob Shearmanmsvcmaker: Add HAVE_* defines for some types present...
2008-09-29  Rob Shearmanmsvcmaker: Factor out some common settings.
2008-09-29  Rob Shearmanmsvcmaker: Fix generated imports for Wine modules and...
2008-09-29  Rob Shearmanmsvcmaker: Fix the generated filename for the spec...
2008-09-29  Rob Shearmanmsvcmaker: Fix the arguments passed to winebuild to...
2008-09-29  Rob Shearmanmsvcmaker: Define USE_COMPILER_EXCEPTIONS and HAVE_SPAWNVP.
2008-08-20  Hongbo Nimsvcmaker: Fix msvc project file generation under MinGW32.
2008-06-19  Rob Shearmaninclude: Update the MIDL_STUB_MESSAGE structure.
2008-06-18  Paul Vrienstools/winapi: Fix typo in the generated header.
2008-04-07  Reece Dunntools/msvcmaker: Suppress deprecation warnings on VC8...
2008-03-24  Reece Dunntools: Target the version defines to Vista in msvcmaker.
2008-03-05  Francois Gougetmsvcmaker: We don't use .dbg.c files anymore.
2008-03-05  Francois Gougetmsvcmaker: We don't build wine.lib so don't try to...
2008-03-05  Francois Gougetmsvcmaker: winebuild needs getopt*.c and mkstemps.c...
2008-02-05  Francois Gougetwinapi_check: Update win32.api for d3dx8.dll.
2008-02-05  Francois Gougetwinapi_check: Assorted win32.api updates.
2008-02-05  Francois Gougetwinapi_check: Update win32.api for acledit.dll, ctapi32...
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2008-01-07  Peter Oberndorferdwmapi: Add stub implementation for DwmSetWindowAttribu...
2007-10-29  Francois Gougetcrypt32: Better match the PSDK types and update win32...
2007-10-23  Francois GougetBetter match the PSDK types and update win32.api to...
2007-10-15  Francois GougetBetter match the PSDK types and update win32.api to...
2007-10-15  Francois Gougetuser32: Fix the HRAWINPUT definition and the GetRawInpu...
2007-10-15  Francois Gougetmsdmo: Fix the DMOGetName() prototype.
2007-09-27  Francois Gougetwinapi: Assorted win32.api updates.
2007-09-18  Francois Gougetdnsapi: Fix the DnsQueryConfig() prototype.
2007-09-18  Francois Gougetadvapi32: Add and use LSTATUS.
2007-09-13  Francois Gougetfaultrep: Update win32.api to fix the winapi_check...
2007-09-12  Francois Gougeturl: Update win32.api to fix the winapi_check warnings.
2007-09-12  Francois Gougetwinapi_check: 'char*' is a string, not a pointer.
2007-09-10  Francois Gougetquartz: Better match the PSDK types and fix the winapi_...
2007-09-10  Francois Gougetquery: Update win32.api to fix the winapi_check warnings.
2007-09-10  Francois Gougetcrypt32: Better match the PSDK types and fix the winapi...
2007-09-10  Francois Gougetwinex11.drv: Update win32.api to fix the winapi_check...
2007-09-10  Francois Gougetwinapi_check: Assorted win16.api and win32.api updates.
2007-09-10  Francois Gougetversion: Fix some Ver*() prototypes (especially wrt...
next