gdiplus: Updated GdipDrawRectangleI.
[wine] / tools /
2007-08-06  Francois Gougetimagehlp: Better match the PSDK types, especially with...
2007-08-06  Francois Gougetdwmapi: Add dwmapi.h and update win32.api to fix the...
2007-08-06  Francois Gougetcrypt32: Better match the PSDK types and fix the winapi...
2007-08-06  Francois Gougetdnsapi: The DNS APIs don't take PIP4_ARRAYs anymore...
2007-08-03  Alexandre Julliardmake_makefiles: Added support for updating include...
2007-08-03  Francois Gougetd3d9: Update win32.api to fix the winapi_check warnings.
2007-08-03  Francois Gougetwinapi_check: FLOAT is a float.
2007-08-03  Francois Gougetadvapi32: Update win32.api to fix the winapi_check...
2007-08-03  Francois Gougetcomctl32: Update win32.api to fix the winapi_check...
2007-08-03  Francois Gougetd3d8: Better match the PSDK types and fix the winapi_ch...
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-08-01  Alexandre Julliardconfigure: Add -m32 flag for C++ compiler too.
2007-07-31  Francois Gougetatl: Update win32.api to fix the winapi_check warnings.
2007-07-31  Francois Gougetwinapi: Remove some dead code.
2007-07-31  Alexandre Julliardmake_makefiles: Add check for incorrect module name.
2007-07-30  Jacek Cabanwidl: Reorder switch cases to keep alphabetical order.
2007-07-30  Jacek Cabanwidl: Added displaybind attribute handling.
2007-07-30  Jacek Cabanwidl: Added nonbrowsable attribute handling.
2007-07-30  Jacek Cabanwidl: Use correct bytes in write_value.
2007-07-23  Damjan Jovanovictools: Add basic support for the startup notifications...
2007-07-23  Damjan Jovanovictools: Associate wine with the application/x-executable...
2007-07-19  Alexandre Julliardntdll: Move private data to make room in the TEB for...
2007-07-19  Michael Stefaniuctools: Remove unreachable break after return/break...
2007-07-17  Alexandre Julliardwidl: Added support for floating-point constants.
2007-07-16  Andrew Talbotwinedump: Cast-qual warnings fix.
2007-07-10  Alexandre Julliardwinedump: Add RT_MANIFEST resource type.
2007-07-09  Andrew Talbotwinedump: Cast-qual warnings fix.
2007-07-09  Andrew Talbotwinedump: Cast-qual warnings fix.
2007-06-29  Rob Shearmanwine.inf: Add the SystemDrive environment variable.
2007-06-28  Alexandre Julliardwrc: Strip C code based on the name of the include...
2007-06-26  Dan Hipschmanwidl: Allow enums as union switch types.
2007-06-26  Dan Hipschmanwidl: Fix crash dealing with anonymous unions.
2007-06-26  Dan Hipschmanwidl: Get simple enums working.
2007-06-26  Dan Hipschmanwidl: Check for user types when calculating buffer...
2007-06-26  Dan Hipschmanwidl: Check for interface pointers in pointer handling.
2007-06-25  Misha Koshelevwine.inf: Fix path to rundll32.exe in inffile/shell...
2007-06-21  Francois Gougetwinapi: Add support for GDIPCONST.
2007-06-21  Dan Hipschmanwidl: Fix warnings about unused function parameters.
2007-06-21  Dan Hipschmanwidl: Add tests for arrays of pointers.
2007-06-20  Alexandre Julliardmakefiles: Build programs that link against libwine...
2007-06-20  Rob Shearmanwidl: Always write out pointers if the structure is...
2007-06-20  Rob Shearmanwidl: Write out embedded pointers for the element type...
2007-06-20  Rob Shearmanwidl: Fix detection of structures with non-conformant...
2007-06-20  Rob Shearmanwidl: Implement pointer descriptions for all embedded...
2007-06-18  Misha Koshelevwine.inf: Quote %1 for Msi.Package shell actions per...
2007-06-18  Francois Gougetshlwapi: Update win32.api to fix the winapi_check warnings.
2007-06-18  Francois Gougetwinapi_check: ULONG_PTR is a 'long --pointer', not...
2007-06-15  Dan Hipschmanwidl: Fix a write_parameters_init bug.
2007-06-15  Dan Hipschmanwidl: Factor the output functions.
2007-06-15  Dan Hipschmanwidl: Handle encapsulated unions.
2007-06-15  Dan Hipschmanwidl: Handle embedded interface pointers.
2007-06-14  Michael Stefaniucwrc: Fix redundant checks for NULL before free(). Found...
2007-06-14  Alexandre Julliardwidl: Add typecasts for user marshalling routines to...
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal pointer attributes.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-13  Francois Gougetsecur32: Update win32.api to fix the winapi_check warnings.
2007-06-13  Francois Gougetmsdmo: Improve the prototypes Win64 compatibility by...
2007-06-13  Francois Gougetwinapi_check: .exe and .ocx files can also export APIs.
2007-06-12  Dan Hipschmanwidl: Simplify correlation descriptor code.
2007-06-11  Francois Gougetadvapi32: Update win32.api to fix the winapi_check...
2007-06-11  Francois Gougetwinapi_check: Also warn about 'unsigned long's Win64...
2007-06-11  Francois Gougetntdll: Improve the prototypes Win64 compatibility by...
2007-06-08  Alexandre Julliardtools: Upgrade the config.guess/config.sub scripts.
2007-06-08  Dan Hipschmanwidl: Fix incomplete struct/union typedef bug.
2007-06-08  Dan Hipschmanwidl: Check for NULL in set_tfswrite.
2007-06-07  Misha Koshelevwine.inf: Use DDE for winebrowser as native.
2007-06-07  Alexandre Julliardwidl: Get rid of the SIGSEGV handler, this only makes...
2007-06-07  Misha Koshelevwidl: Add support for vararg attribute.
2007-06-06  Dan Hipschmanwidl: Implement conformant structure handling.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-06-06  Dan Hipschmanwidl: Replace get_name with a field reference.
2007-06-05  Michael Stefaniucwrc: Fix non-ANSI function declaration. Found by sparse.
2007-06-04  Francois Gougetws2_32: Improve the prototypes Win64 compatibility...
2007-05-31  Rob Shearmanwidl: Set current_structure when writing out structure...
2007-05-31  Rob Shearmanwidl: RPC_FC_BIND_PRIMITIVE is a base type so reverse...
2007-05-31  Rob Shearmanwidl: A structure with variance, but without conformanc...
2007-05-29  Dmitry Timoshkovwinebuild: Mark builtin DLLs as IMAGE_FILE_LARGE_ADDRES...
2007-05-25  Dan Hipschmanwidl: Allow types that reference themselves.
2007-05-25  Dan Hipschmanwidl: Shrink type_t structure.
2007-05-25  Dan Hipschmanwidl: Handle pointers in unions.
2007-05-25  Vitaliy Margolenwine.inf: Create fake dll for iexplore.exe.
2007-05-24  Alexandre Julliardwinebuild: Set the IMAGE_FILE_EXECUTABLE_IMAGE flag...
2007-05-24  Michael Stefaniucwinedump: '$' isn't a valid character in an identifier...
2007-05-23  Thomas Spearwine.inf: Add uninstall key.
2007-05-23  Dmitry Timoshkovwidl: Fix compilation warnings in 64-bit mode.
2007-05-21  Dmitry Timoshkovwinedump: Fix compilation warnings in 64-bit mode.
2007-05-21  Dmitry Timoshkovwinebuild: Fix compilation warnings in 64-bit mode.
2007-05-21  Dmitry Timoshkovwidl: Fix compilation warnings in 64-bit mode.
2007-05-21  Dan Hipschmanwidl: Lay framework for unions with simple unions working.
2007-05-21  Dan Hipschmanwidl: Replace erroneously removed current_func assignment.
2007-05-16  Dan Hipschmanwidl: Write some structures to the type format string...
2007-05-16  Dan Hipschmanwidl: Improve handling of offsets in the type format...
2007-05-14  Dan Hipschmanwidl: Handle pointers fields that point to structures.
2007-05-14  Dan Hipschmanwidl: Remove an unnecessary assignment in write_pointers.
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
2007-05-10  Dan Hipschmanwidl: Remove dead code in write_msft.c.
2007-05-10  Dan Hipschmanwidl: Simplify make_safearray.
2007-05-10  Dan Hipschmanwidl: Remove redundant get_var_vt function.
2007-05-10  Dan Hipschmanwidl: Add string_of_type function, prettify code.
2007-05-07  Damjan Jovanovicwine.inf: Move explorer to the windows directory.
next