- 41fbace Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead. by Alexandre Julliard · 17 years ago
- 878ea5d Add the nounistd option to all lex source files. by Rob Shearman · 17 years ago
- 0d2f732 tools/wine.inf: Create fake dlls for itircl.dll and itss.dll. by James Hawkins · 17 years ago
- 26424a0 tools/wine.inf: Create a fake file for hh.exe. by James Hawkins · 17 years ago
- a588660 widl: Guard the inclusion of unistd.h. by Rob Shearman · 17 years ago
- c233ba1 widl: Remove unused headers. by Rob Shearman · 17 years ago
- 318e615 widl: Write the TLB file in binary mode, so the line endings won't be changed. by Colin Finck · 17 years ago
- 0fae921 widl: Support Windows paths in dup_basename and make_token. by Colin Finck · 17 years ago
- aaa2862 dbghelp: Added preliminary support for a strange stack variable object. by Eric Pouech · 17 years ago
- e52dad1 winapi_check: Update win32.api for d3dx8.dll. by Francois Gouget · 17 years ago
- 511aca5 winapi_check: Assorted win32.api updates. by Francois Gouget · 17 years ago
- 566b10a winapi_check: Update win32.api for acledit.dll, ctapi32.dll and inetcomm.dll. by Francois Gouget · 17 years ago
- e28fe90 wine.inf: Make UI effects default to on. by Rob Shearman · 17 years ago
- 661b01f widl: Output code for initialising and freeing full pointer translation tables. by Rob Shearman · 17 years ago
- 454e489 widl: Don't search for a import file name with a path in the include directories for compatibility with MIDL. by Rob Shearman · 17 years ago
- 2118aec widl: Ignore ATTR_LOCAL in create_msft_typeinfo. by Jacek Caban · 17 years ago
- fa9950f winedump: Add support for dumping SZ_LINK and SPECIAL_FOLDER data blocks. by Francois Gouget · 17 years ago
- 79a6f41 winedump: Switch the block dumping code to be block-oriented, rather then flag oriented, so it is resilient to order changes. by Francois Gouget · 17 years ago
- 9fc80d2 winedump: Dump the raw data when finding an unknown block in an lnk file. by Francois Gouget · 17 years ago
- 74d8536 winedump: Track unknown lnk flags and dump them. by Francois Gouget · 17 years ago
- 85eac20 winedump: Use the standard SLDF_XXX flag names instead of inventing new ones. Add the missing flags. by Francois Gouget · 17 years ago
- d0794c4 Assorted spelling fixes. by Francois Gouget · 17 years ago
- cf94095 winebuild: Add a couple of missing indentations in the generated asm files. by Dmitry Timoshkov · 17 years ago
- 5af6012 widl: Write out code for initialising out-only client context handles. by Rob Shearman · 17 years ago
- 90f89fa tools: Spelling fixes. by Austin English · 17 years ago
- ba53361 widl: Use the real argument names in the C method macros. by Alexandre Julliard · 17 years ago
- aaf02c6 winebuild: Don't try to use the .init section on Mac OS. by Alexandre Julliard · 17 years ago
- 538071c winebuild: Reserve the space for the PE header in the .init section. by Alexandre Julliard · 17 years ago
- f6fab29 Fix spelling error in the generated conformance test files. by Francois Gouget · 17 years ago
- c3eda24 winedump: Use a switch in the generated DllMain(). by Michael Stefaniuc · 17 years ago
- 8c6dbc7 winedump: Use the DEFINE_THISCALL_WRAPPER macro instead of the GET_THIS macro for functions with __thiscall calling convention. by Michael Stefaniuc · 17 years ago
- 6db84ae winedump: Do not create a header file when not generating skeleton code. by Michael Stefaniuc · 17 years ago
- a3040ce widl: Use symbolic names for some of the context handle attributes. by Rob Shearman · 17 years ago
- 06ed169 widl: Fix context handle "cannot be null" detection. by Rob Shearman · 17 years ago
- 66960ba dwmapi: Add stub implementation for DwmSetWindowAttribute and DwmUnregisterThumbnail. by Peter Oberndorfer · 17 years ago
- e998892 widl: Fix the conditions under which array freeing code is output. by Rob Shearman · 17 years ago
- 15af19c widl: Add support for strict context handles. by Rob Shearman · 17 years ago
- 8070014 widl: Output calls for the new versions of the marshalling and unmarshalling routines for server context handles. by Rob Shearman · 17 years ago
- 13f9c71 widl: Make the offset of conformant string types point to the start of the conformant string format chars, not the pointer type. by Rob Shearman · 17 years ago
- e6455c6 tools/wine.desktop: Add Dutch translation. by Hans Leidekker · 17 years ago
- 9aaff94 widl: Check that the buffer has enough space before unmarshalling base types in generated code. by Rob Shearman · 17 years ago
- a8e6252 fonts: Correct External leading for japanese small font and enable fontmetric test for the font. by Aric Stewart · 17 years ago
- 6e7dcde widl: Add support for generating code for out-only context handles by calling NdrContextHandleInitialize. by Rob Shearman · 17 years ago
- 3e5f745 widl: Fix pointer detection in structures and arrays. by Rob Shearman · 17 years ago
- 7f3abe7 widl: Fix the generation of temporary variables for declared arrays. by Rob Shearman · 17 years ago
- b57a322 widl: Tweak the rules for when to call pfnFree for arrays. by Rob Shearman · 17 years ago
- 0b85eee wine.inf: Mark the spool service as disabled, it's just a stub. by Alexandre Julliard · 17 years ago
- 37c8d8e widl: Fix the length used when clearing alignment space in generated files. by Rob Shearman · 17 years ago
- 57947d9 widl: The detection of types is highly dependent on the ordering of the various type detection functions. by Rob Shearman · 17 years ago
- b81f4c2 widl: Only base types or reference pointers to base types don't need to be freed. by Rob Shearman · 17 years ago
- 45d6a95 widl: Return types shouldn't be freed. by Rob Shearman · 17 years ago
- 32cf944 widl: Clear padding in the buffer due to alignment. by Rob Shearman · 17 years ago
- e94bcee winebuild: Remove duplicate declaration of variable 'j'. by Michael Stefaniuc · 17 years ago
- 9896938 widl: Don't write redundant FC_RP type format out for conformant strings, unless it is a top level variable. by Rob Shearman · 17 years ago
- 00db711 widl: Swap the version packing order back to what typelibs expect. by Rob Shearman · 17 years ago
- 9741751 widl: Remove some confusion in how version numbers are packed into an attribute by defining some macros for this purpose. by Rob Shearman · 17 years ago
- 5869703 wine.inf: Fix the type of some values in HKLM, System\CurrentControlSet\Control\Session Manager\Environment. by Alexandru Balut · 17 years ago
- d458a59 widl: Add support for non-basetype return types. by Rob Shearman · 17 years ago
- b462c20 winebuild: Don't set the IMAGE_FILE_DLL flag on native modules. by Alexandre Julliard · 17 years ago
- 85e87ae widl: iid_is should take expressions, not just identifiers. by Rob Shearman · 17 years ago
- 72d9569 widl: Support the address-of operator in expressions. by Rob Shearman · 17 years ago
- 8ead7fe widl: Make sure to generate freeing calls for all non-simple structures with pointers and pointers to user marshalled types. by Rob Shearman · 17 years ago
- e6f2329 widl: Arrays should have freeing code generated on the server side, even if they are [in] parameters. by Rob Shearman · 17 years ago
- 701a25c widl: Always write a freeing function for arrays in generated code. by Rob Shearman · 17 years ago
- 121048a wine.inf: Register actxprxy.dll and create a fake DLL for it. by Rob Shearman · 17 years ago
- b996605 makedep: Added support for dlldata.c dependencies. by Alexandre Julliard · 17 years ago
- b0585bf Make.rules: Added rules for building the dlldata.c file. by Alexandre Julliard · 17 years ago
- 8be27f6 sfnt2fnt: Use code from gdi32/freetype to do a better job finding the TTAG_EBLC to deal with older version of freetype without having to fall back on unreliable hacks. by Aric Stewart · 17 years ago
- a513ff4 widl: Don't override the pointer type in top-level arrays. by Rob Shearman · 17 years ago
- 195356c winebuild: Also optimize out imports that are only used for forwards. by Alexandre Julliard · 17 years ago
- e6fe734 winebuild: Improved checks for missing forward entry point targets. by Alexandre Julliard · 17 years ago
- 32fc1ac winebuild: Print a warning when failing to import a data export. by Alexandre Julliard · 17 years ago
- 14ac9c9 wine.inf: Add more fake dlls. by Detlef Riekenberg · 17 years ago
- 1aff352 user32, wine.inf: Enable title bar gradients and match colours with win2k. by Divan Burger · 17 years ago
- 7f5757f tools: Remove duplicate includes. by Michael Stefaniuc · 17 years ago
- a97d655 wine.inf: Register inetcomm.dll. by Alexandre Julliard · 17 years ago
- 75b7dda wine.inf: Some dlls need to be registered before the others. by Alexandre Julliard · 17 years ago
- f94b820 wine.desktop: Updated French translation. by Jonathan Ernst · 17 years ago
- 81a5701 Assorted spelling fixes. by Francois Gouget · 17 years ago
- c32e02e winebuild: Add a few nops to stub entry points to make Safedisc happy. by Alexandre Julliard · 17 years ago
- 28b3297 wine.inf: Add APPDATA and LOCALAPPDATA environment variables. by Alexandre Julliard · 17 years ago
- a0ac639 widl: Don't rely on type_memsize to return 0 for all conformant arrays. by Dan Hipschman · 17 years ago
- b0bc8e5 widl: Don't output a void conformance for NdrClearOutParameters. by Dan Hipschman · 17 years ago
- 8d15820 widl: Handle pointers to conformant arrays (e.g., "[size_is(, n)] int **p; "). by Dan Hipschman · 17 years ago
- e15b609 iexplore: Added self-registration code. by Jacek Caban · 17 years ago
- ea7ab4d widl: Add a --local-stubs option. by Dan Hipschman · 17 years ago
- 17e9346 widl: Add support for overriding recorded time, allowing binary-identical compilation. by Paul Millar · 17 years ago
- 80911c1 crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings. by Francois Gouget · 17 years ago
- 70e12b3 widl: Fix ExprEvalRoutines output. by Dan Hipschman · 17 years ago
- 3243311 winebuild: Add a -ordinal flag for entry points that must be imported by ordinal but exported by name. by Alexandre Julliard · 17 years ago
- 9825ac7 widl: Fix a crash in compare_expr. by Dan Hipschman · 17 years ago
- f974fac widl: Allow void pointers with iid_is attributes. by Dan Hipschman · 17 years ago
- 374db63 wine.inf: Add fake DLL for mshtml.dll. by Dan Kegel · 17 years ago
- 1aab107 widl: Use error_loc instead of yyerror. by Dan Hipschman · 17 years ago
- 9051918 widl: parser_error must append a newline, so write a new function, error_loc. by Dan Hipschman · 17 years ago
- 6974ab5 wine.inf: Register cryptnet.dll. by Juan Lang · 17 years ago
- c4b1195 Assorted spelling fixes. by Francois Gouget · 17 years ago
- b1335db Better match the PSDK types and update win32.api to fix the winapi_check warnings. by Francois Gouget · 17 years ago
- fd6a276 widl: Update the manpage. by Dan Hipschman · 17 years ago
- ff8930f widl: Fix problems with variable-size user types. by Dan Hipschman · 17 years ago