1. 3e42f69 Changed my name, so update copyright info. by Ivan Leo Puoti · 21 years ago
  2. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  3. e51000f Added Italian translation. by Ivan Leo Murray-Smith · 21 years ago
  4. 8defcd3 Localization to the Portuguese of Brazil. by Marcelo Duarte · 21 years ago
  5. a2977cf Added Dutch translations. by Hans Leidekker · 21 years ago
  6. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  7. 28c87b0 Added Spanish resources. by José Manuel Ferrer Ortiz · 22 years ago
  8. bf5f07a Yet another batch of French resources updates. by Vincent Béron · 22 years ago
  9. 7522213 Added Russian translation. by Igor Stepin · 22 years ago
  10. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  11. 4e1ef0c For all DLLs with defined DllMain and which do not require by Dmitry Timoshkov · 22 years ago
  12. 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
  13. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  14. 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
  15. 601a3ab Fix some types and function prototypes according to Platform SDK definitions. by Dmitry Timoshkov · 22 years ago
  16. b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
  17. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  18. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  19. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  20. fb2a704 Fixed snprintf warnings. by Steven Edwards · 23 years ago
  21. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  22. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  23. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  24. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  25. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  26. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  27. 0618746 Cleaned up dll startup routines now that we have separate address spaces. by Alexandre Julliard · 24 years ago
  28. f6168db Fixed some warnings. by Alexandre Julliard · 24 years ago
  29. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  30. 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
  31. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  32. 21ec006 Build Win32 resources as .res files and dump them into the .spec.c file. by Alexandre Julliard · 24 years ago
  33. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  34. 691171b Small dll interfaces cleanups. by Alexandre Julliard · 25 years ago
  35. e514103 Added imports of kernel32.dll where necessary. by Alexandre Julliard · 25 years ago
  36. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  37. 315b00e Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  38. 2caee71 Spelling fixes. by Andreas Mohr · 25 years ago
  39. dc2461e Implemented serialui dll containing CommConfigDialog, by Mike McCormack · 25 years ago