1. ccf509b widl: Add architecture for generating pointer layouts. by Robert Shearman · 19 years ago
  2. 19b8928 wine.inf: Make FourCC codes uppercase again until we can figure out by Alexandre Julliard · 19 years ago
  3. dd57b45 widl: The 'string' attribute can also be used with unsigned characters. by Eric Kohl · 19 years ago
  4. de60d1e wine.inf: Change fcc type of builtin video codecs in system.ini to be by Dmitry Timoshkov · 19 years ago
  5. a488901 widl: Some cosmetic fixes in generated code. by Alexandre Julliard · 19 years ago
  6. 0f2a642 widl: Make sure the token variables are always initialized properly. by Alexandre Julliard · 19 years ago
  7. 9f100c1 wine.inf: Add HKLM,%CurrentVersionNT%,"CurrentType". by Stefan Leichter · 19 years ago
  8. f03c86a wine.inf: Remove %1 from [http|htmlfile]\shell\open\command. by Dmitry Timoshkov · 19 years ago
  9. 0d4e1bc widl: Fix a SEGV when using arrays declared using a pointer and by Robert Shearman · 19 years ago
  10. c418226 widl: Changes to output for better debugability. by Robert Shearman · 19 years ago
  11. 1478ac8 widl: Clean up conformant struct handling. by Robert Shearman · 19 years ago
  12. 5764d55 widl: Fix the writing of arrays with size specified in the array by Robert Shearman · 19 years ago
  13. 06ab21b widl: Improve the current type offset passing. by Robert Shearman · 19 years ago
  14. ac5a439 widl: The stack/structure offset in correlation descriptors should be a short. by Robert Shearman · 19 years ago
  15. 513996f widl: Do constant folding for the sizeof operator on simple types. by Robert Shearman · 19 years ago
  16. 0a2c5b7 widl: Support client/server generation for explicit_handle interfaces by Robert Shearman · 19 years ago
  17. c08e00a widl: Implement constant conformance. by Robert Shearman · 19 years ago
  18. 35d1347 widl: Fix the type offset used in marshaling/unmarshaling. by Robert Shearman · 19 years ago
  19. 2330d73 widl: Implement the writing of defaultvalue constants for enum values. by Robert Shearman · 19 years ago
  20. cf1ccfb widl: Use a macro to write out FC types, along with the current offset by Robert Shearman · 19 years ago
  21. 2ee6f72 widl: Pass the current type format string offset through all type by Robert Shearman · 19 years ago
  22. a6909fa widl: Eliminate redundant callback routines. by Robert Shearman · 19 years ago
  23. b59c995 widl: Implement callback conformance. by Robert Shearman · 19 years ago
  24. f8f34d9 wine.inf: Don't overwrite registry keys that users may want to change. by Alexandre Julliard · 19 years ago
  25. ff6b466 winegcc: Pass -m32/-m64 along to the linker. by Mike Frysinger · 19 years ago
  26. 57a579f Make more arrays const. by Dmitry Timoshkov · 19 years ago
  27. 2d3bd3e wineprefixcreate: Only create links for files that don't exist. by Alexandre Julliard · 19 years ago
  28. 433bbdf winebuild: Get rid of the default ignored symbols list. by Alexandre Julliard · 19 years ago
  29. 2d4edc3 widl: Generate type format strings for conformant varying arrays. by Robert Shearman · 19 years ago
  30. 2eedb11 widl: Fix detection of varying arrays. by Robert Shearman · 19 years ago
  31. b4fb36c widl: Fix detection of conformant varying structs. by Robert Shearman · 19 years ago
  32. 9f76c0c widl: Support generation of conformant structure type strings. by Robert Shearman · 19 years ago
  33. 90032b2 widl: Conformant arrays have a size of 0. by Robert Shearman · 19 years ago
  34. 7302389 widl: Support correlation descriptors in structures. by Robert Shearman · 19 years ago
  35. e9c771f widl: Error if an array is in the middle of a structure. by Robert Shearman · 19 years ago
  36. 362d42e widl: Fix the detection of conformant and pointer structs. by Robert Shearman · 19 years ago
  37. 8f1ed85 widl: Simple structs and complex pointers. by Robert Shearman · 19 years ago
  38. 584c89b widl: Add framework for generating struct and union type format strings. by Robert Shearman · 19 years ago
  39. 263a75d widl: Support different types of simple pointers. by Robert Shearman · 19 years ago
  40. 69551fd widl: Generate NdrNonConformatString* calls for non-conformant string types. by Robert Shearman · 19 years ago
  41. a6c6e1d widl: Add functions for detecting array and string types. by Robert Shearman · 19 years ago
  42. 793bc8d widl: Support some more complicated conformance / variance expressions. by Robert Shearman · 19 years ago
  43. 4a7c047 widl: Start implementing writing of conformance/variance descriptors. by Robert Shearman · 19 years ago
  44. 21a9085 widl: Strings. Write out type format strings for string types. by Robert Shearman · 19 years ago
  45. d07589e widl: Arrays. by Robert Shearman · 19 years ago
  46. fce01e6 widl: Simplify write_typeformatstring_type. by Robert Shearman · 19 years ago
  47. 479be2e widl: Don't use recursion for write_typeformatstring_type. by Robert Shearman · 19 years ago
  48. 6d76ad8 widl: Don't use recursion to implement write_procformatstring_type. by Robert Shearman · 19 years ago
  49. 58273ea server: More generic mechanism for adding typecasts in server traces. by Alexandre Julliard · 19 years ago
  50. 3f0a473 winebuild: Always import atof, the MS version is different. by Alexandre Julliard · 19 years ago
  51. 1ed3ca0 winebuild: Output a .note.GNU-stack section to allow nonexecutable stack. by Marcus Meissner · 19 years ago
  52. 76ece85 winebuild: Moved offset definitions to relay.c since they are only by Alexandre Julliard · 19 years ago
  53. 4ce433d8 ntdll: Move the %gs register to the ntdll_thread_regs structure. by Alexandre Julliard · 19 years ago
  54. 1017bcc winedump: Fix compilation of generated source. by Hans Leidekker · 19 years ago
  55. 48cbfd7 make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c. by Mike McCormack · 19 years ago
  56. ba0f076 widl: Generate static sizing information for fixed size structs. by Robert Shearman · 19 years ago
  57. b7142fb winapi: msvcmaker adaption to new directory structure. by Rolf Kalbermatter · 19 years ago
  58. 8d5db3e winapi: Add the loader directory to the paths to exclude. by Rolf Kalbermatter · 19 years ago
  59. 2db7d11 winapi: Cleanup some unused use clauses. by Rolf Kalbermatter · 19 years ago
  60. 1e96455 Remove YY_NO defines that cause warnings. by Alexandre Julliard · 19 years ago
  61. a48e3eb wine.inf: Add a few keys to HKLM\Hardware. by Vitaliy Margolen · 19 years ago
  62. 578e86a winapi: Remove some exceptions now that DLL separation is complete. by Hans Leidekker · 19 years ago
  63. 88991e2 Support building flex files without debug support. by Alexandre Julliard · 19 years ago
  64. 0ae2c69 Added some flex options to avoid compiler warnings. by Alexandre Julliard · 19 years ago
  65. 19d8a27 winapi: Update win32.api to match the current sources. by Francois Gouget · 19 years ago
  66. 8494f57 widl: Output sizing information for arrays in the generated marshaling code. by Robert Shearman · 19 years ago
  67. ae94c22 widl: Export the bracket adding functionality of do_write_expr outside by Robert Shearman · 19 years ago
  68. f567375 widl: Fix merge conflict. by Robert Shearman · 19 years ago
  69. 93775ad widl: Follow type references in procformat and typeformat string generation. by Robert Shearman · 19 years ago
  70. 7fb311b widl: Handle marshaling and unmarshaling structures. by Robert Shearman · 19 years ago
  71. 4acabfd widl: Out parameters. by Robert Shearman · 19 years ago
  72. e0dd7b6 widl: Remove some duplication. by Robert Shearman · 19 years ago
  73. 7e5cf94 widl: Pass a state into marshall_arguments and unmarshall_arguments to by Robert Shearman · 19 years ago
  74. 24d1b71 widl: Generate marshaling and unmarshaling statements for arrays. by Robert Shearman · 19 years ago
  75. 25116ae widl: Treat variables with array indices the same as pointers. by Robert Shearman · 19 years ago
  76. c0f4605 widl: Advance the type format string whilst marshaling and by Robert Shearman · 19 years ago
  77. c8703d1 widl: Convert the main while loops in marshall_arguments and by Robert Shearman · 19 years ago
  78. 4137388 widl: Add support for marshalling and unmarshalling conformant strings. by Robert Shearman · 19 years ago
  79. 7f2419c widl: Add some const attributes. by Robert Shearman · 19 years ago
  80. 73dff5c widl: Prepare marshall and unmarshall code generation functions for by Robert Shearman · 19 years ago
  81. 86c3a2e widl: Fix SEGVs with client and server code generation when an by Robert Shearman · 19 years ago
  82. 73a25d3 widl: Generate correct proc format strings for [out] and [in, out] parameters. by Robert Shearman · 19 years ago
  83. e59dcf5 widl: Use the same precendence rule for the conditional operator as in wpp. by Robert Shearman · 19 years ago
  84. 30a9f99 widl: Better array support. by Robert Shearman · 19 years ago
  85. 783198b widl: Support non-basic variables in proc format strings. by Robert Shearman · 19 years ago
  86. 88fd90b widl: Add helper functions that return the size of procformat and by Robert Shearman · 19 years ago
  87. d5739ed winemenubuilder: Provide depth to the menus created. by Bill Medland · 19 years ago
  88. 4f46232 widl: Avoid lvalue casts in generated code. by Hans Leidekker · 19 years ago
  89. 8651ceb ntdll: Make __wine_call_from_32_restore_regs take a context pointer. by Alexandre Julliard · 19 years ago
  90. 5dc6d95 ntdll: New implementation of relay thunks. by Alexandre Julliard · 19 years ago
  91. db4c156 winebuild: Allow -register flag for Win32 too. by Alexandre Julliard · 19 years ago
  92. a3b3512 widl: Added bindable and displaybind attributes handling. by Jacek Caban · 19 years ago
  93. 435e36e widl: Start generating type format strings. Based on a patch by Eric Kohl. by Robert Shearman · 19 years ago
  94. c4173f7 widl: Server stubs in generated code are void functions. by Eric Kohl · 19 years ago
  95. a6e27ea winedump: Const correctness fixes. by Eric Pouech · 19 years ago
  96. ccdc119 widl: Generate FC_ERROR_STATUS_T proc format. by Robert Shearman · 19 years ago
  97. 12159ae widl: Support explicit binding handles. by Robert Shearman · 19 years ago
  98. 759e3c9 widl: Zero initialize parameters in the generated server code. by Robert Shearman · 19 years ago
  99. dfb716f widl: Calculate the size of buffer required. by Robert Shearman · 19 years ago
  100. fc3821f widl: Don't cast buffer pointers to long in generated server code. by Robert Shearman · 19 years ago