winecfg: Remove color depth. It's source of problems for number of users.
[wine] / tools /
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-02  Stefan Leichterwine.inf: Add HKLM,%CurrentVersionNT%,"CurrentType".
2006-02-01  Dmitry Timoshkovwine.inf: Remove %1 from [http|htmlfile]\shell\open...
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-25  Alexandre Julliardwine.inf: Don't overwrite registry keys that users...
2006-01-25  Mike Frysingerwinegcc: Pass -m32/-m64 along to the linker.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-24  Alexandre Julliardwineprefixcreate: Only create links for files that...
2006-01-24  Alexandre Julliardwinebuild: Get rid of the default ignored symbols list.
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-23  Alexandre Julliardserver: More generic mechanism for adding typecasts...
2006-01-23  Alexandre Julliardwinebuild: Always import atof, the MS version is different.
2006-01-21  Marcus Meissnerwinebuild: Output a .note.GNU-stack section to allow...
2006-01-20  Alexandre Julliardwinebuild: Moved offset definitions to relay.c since...
2006-01-20  Alexandre Julliardntdll: Move the %gs register to the ntdll_thread_regs...
2006-01-18  Hans Leidekkerwinedump: Fix compilation of generated source.
2006-01-16  Mike McCormackmake_ctests: Declare WIN32_LEAN_AND_MEAN when compiling...
2006-01-06  Robert Shearmanwidl: Generate static sizing information for fixed...
2006-01-06  Rolf Kalbermatterwinapi: msvcmaker adaption to new directory structure.
2006-01-06  Rolf Kalbermatterwinapi: Add the loader directory to the paths to exclude.
2006-01-06  Rolf Kalbermatterwinapi: Cleanup some unused use clauses.
2006-01-05  Alexandre JulliardRemove YY_NO defines that cause warnings.
2006-01-04  Vitaliy Margolenwine.inf: Add a few keys to HKLM\Hardware.
2006-01-04  Hans Leidekkerwinapi: Remove some exceptions now that DLL separation...
2006-01-03  Alexandre JulliardSupport building flex files without debug support.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2006-01-03  Francois Gougetwinapi: Update win32.api to match the current sources.
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  Bill Medlandwinemenubuilder: Provide depth to the menus created.
2005-12-19  Hans Leidekkerwidl: Avoid lvalue casts in generated code.
2005-12-19  Alexandre Julliardntdll: Make __wine_call_from_32_restore_regs take a...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-12-16  Alexandre Julliardwinebuild: Allow -register flag for Win32 too.
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-13  Eric Pouechwinedump: Const correctness fixes.
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.
next