d3d8: Fixed POINTSCALEENABLE.
[wine] / tools / widl /
2006-02-03  Robert Shearmanwidl: Add architecture for generating pointer layouts.
2006-02-03  Eric Kohlwidl: The 'string' attribute can also be used with...
2006-02-02  Alexandre Julliardwidl: Some cosmetic fixes in generated code.
2006-02-02  Alexandre Julliardwidl: Make sure the token variables are always initiali...
2006-02-01  Robert Shearmanwidl: Fix a SEGV when using arrays declared using a...
2006-01-31  Robert Shearmanwidl: Changes to output for better debugability.
2006-01-31  Robert Shearmanwidl: Clean up conformant struct handling.
2006-01-31  Robert Shearmanwidl: Fix the writing of arrays with size specified...
2006-01-31  Robert Shearmanwidl: Improve the current type offset passing.
2006-01-31  Robert Shearmanwidl: The stack/structure offset in correlation descrip...
2006-01-31  Robert Shearmanwidl: Do constant folding for the sizeof operator on...
2006-01-31  Robert Shearmanwidl: Support client/server generation for explicit_han...
2006-01-31  Robert Shearmanwidl: Implement constant conformance.
2006-01-31  Robert Shearmanwidl: Fix the type offset used in marshaling/unmarshaling.
2006-01-31  Robert Shearmanwidl: Implement the writing of defaultvalue constants...
2006-01-31  Robert Shearmanwidl: Use a macro to write out FC types, along with...
2006-01-31  Robert Shearmanwidl: Pass the current type format string offset throug...
2006-01-31  Robert Shearmanwidl: Eliminate redundant callback routines.
2006-01-27  Robert Shearmanwidl: Implement callback conformance.
2006-01-24  Robert Shearmanwidl: Generate type format strings for conformant varyi...
2006-01-24  Robert Shearmanwidl: Fix detection of varying arrays.
2006-01-24  Robert Shearmanwidl: Fix detection of conformant varying structs.
2006-01-24  Robert Shearmanwidl: Support generation of conformant structure type...
2006-01-24  Robert Shearmanwidl: Conformant arrays have a size of 0.
2006-01-24  Robert Shearmanwidl: Support correlation descriptors in structures.
2006-01-24  Robert Shearmanwidl: Error if an array is in the middle of a structure.
2006-01-24  Robert Shearmanwidl: Fix the detection of conformant and pointer structs.
2006-01-24  Robert Shearmanwidl: Simple structs and complex pointers.
2006-01-24  Robert Shearmanwidl: Add framework for generating struct and union...
2006-01-24  Robert Shearmanwidl: Support different types of simple pointers.
2006-01-24  Robert Shearmanwidl: Generate NdrNonConformatString* calls for non...
2006-01-24  Robert Shearmanwidl: Add functions for detecting array and string...
2006-01-24  Robert Shearmanwidl: Support some more complicated conformance / varia...
2006-01-24  Robert Shearmanwidl: Start implementing writing of conformance/varianc...
2006-01-24  Robert Shearmanwidl: Strings.
2006-01-24  Robert Shearmanwidl: Arrays.
2006-01-24  Robert Shearmanwidl: Simplify write_typeformatstring_type.
2006-01-24  Robert Shearmanwidl: Don't use recursion for write_typeformatstring_type.
2006-01-24  Robert Shearmanwidl: Don't use recursion to implement write_procformat...
2006-01-06  Robert Shearmanwidl: Generate static sizing information for fixed...
2006-01-05  Alexandre JulliardRemove YY_NO defines that cause warnings.
2006-01-03  Alexandre JulliardSupport building flex files without debug support.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2005-12-31  Robert Shearmanwidl: Output sizing information for arrays in the gener...
2005-12-31  Robert Shearmanwidl: Export the bracket adding functionality of do_wri...
2005-12-26  Robert Shearmanwidl: Fix merge conflict.
2005-12-26  Robert Shearmanwidl: Follow type references in procformat and typeform...
2005-12-26  Robert Shearmanwidl: Handle marshaling and unmarshaling structures.
2005-12-26  Robert Shearmanwidl: Out parameters.
2005-12-26  Robert Shearmanwidl: Remove some duplication.
2005-12-26  Robert Shearmanwidl: Pass a state into marshall_arguments and unmarsha...
2005-12-26  Robert Shearmanwidl: Generate marshaling and unmarshaling statements...
2005-12-26  Robert Shearmanwidl: Treat variables with array indices the same as...
2005-12-26  Robert Shearmanwidl: Advance the type format string whilst marshaling and
2005-12-26  Robert Shearmanwidl: Convert the main while loops in marshall_argument...
2005-12-26  Robert Shearmanwidl: Add support for marshalling and unmarshalling...
2005-12-26  Robert Shearmanwidl: Add some const attributes.
2005-12-26  Robert Shearmanwidl: Prepare marshall and unmarshall code generation...
2005-12-26  Robert Shearmanwidl: Fix SEGVs with client and server code generation...
2005-12-26  Robert Shearmanwidl: Generate correct proc format strings for [out...
2005-12-26  Robert Shearmanwidl: Use the same precendence rule for the conditional...
2005-12-26  Robert Shearmanwidl: Better array support.
2005-12-26  Robert Shearmanwidl: Support non-basic variables in proc format strings.
2005-12-26  Robert Shearmanwidl: Add helper functions that return the size of...
2005-12-19  Hans Leidekkerwidl: Avoid lvalue casts in generated code.
2005-12-16  Jacek Cabanwidl: Added bindable and displaybind attributes handling.
2005-12-13  Robert Shearmanwidl: Start generating type format strings.
2005-12-13  Eric Kohlwidl: Server stubs in generated code are void functions.
2005-12-12  Robert Shearmanwidl: Generate FC_ERROR_STATUS_T proc format.
2005-12-12  Robert Shearmanwidl: Support explicit binding handles.
2005-12-12  Robert Shearmanwidl: Zero initialize parameters in the generated serve...
2005-12-12  Robert Shearmanwidl: Calculate the size of buffer required.
2005-12-12  Robert Shearmanwidl: Don't cast buffer pointers to long in generated...
2005-12-12  Eric Kohlwidl: Support multiple interfaces per file.
2005-12-12  Robert Shearmanwidl: Don't treat FC_SMALL as FC_SHORT.
2005-12-12  Robert Shearmanwidl: Use WCHAR instead of wchar_t.
2005-12-12  Robert Shearmanwidl: Don't output __RPC_FAR in generated code.
2005-12-09  Vincent Béronwidl: Issue correct C++ headers.
2005-12-08  Robert Shearmanwidl: Formatting cleanups.
2005-12-08  Robert Shearmanwidl: Marshal and unmarshal basic types.
2005-12-08  Robert Shearmanwidl: Add a type generator framework.
2005-12-08  Eric Kohlwidl: Write out argument lists in the server.
2005-12-08  Eric Kohlwidl: Rename some variables.
2005-12-02  Vincent BéronUse the typedef'd declaration of IRpcStubBuffer and...
2005-12-02  Vincent BéronReorder the virtual table definition so it's defined...
2005-12-02  Vincent BéronUse interface instead of struct where appropriate in...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-14  Huw DaviesPrefix [putref] property names with putref_.
2005-10-10  Alexandre JulliardDefault search path for an include file should be based...
2005-10-08  Alexandre JulliardSet the widl version to be the same as the global packa...
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-06  Alexandre JulliardFixed some nroff warnings.
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
2005-09-12  Robert Shearman- Output prototypes for user marshal functions at the...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-03  Robert Shearman- The header global variable is NULL when not generatin...
2005-07-21  Stefan HuehnerChange some char* to const char* to fix warnigns.
2005-07-14  Stefan HuehnerFix a -Wsign-compare warning.
2005-07-13  Stefan HuehnerFix some -Wsign-compare warnings.
next