1. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  2. d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
  3. 2b7deaa Compile the imm32 dll with STRICT defined. by Michael Stefaniuc · 22 years ago
  4. 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
  5. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  6. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  7. 32886f6 Add missing \n to output messages. by James Juran · 23 years ago
  8. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  9. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  10. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  11. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  12. b6a7ca5 Removed a bunch of multimedia code at Hidenori's request. by Alexandre Julliard · 23 years ago
  13. 8ad2676 Removed some code because of MS EULA concerns. Rewrote stubs. by Hidenori Takeshima · 23 years ago
  14. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  15. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  16. 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  17. 231f259 Added ImmDisableIME stub. by Eric Kohl · 23 years ago
  18. 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
  19. 038af79 Fix the definition of structs NUMBERFMT* and CURRENCYFMT*. by Francois Gouget · 24 years ago
  20. 75c525c Make sure we set dwOSVersionInfoSize before calling GetVersionInfo(). by James Juran · 24 years ago
  21. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  22. b87a838 Change the callback declarations to a safer format. by Francois Gouget · 24 years ago
  23. 0618746 Cleaned up dll startup routines now that we have separate address spaces. by Alexandre Julliard · 24 years ago
  24. a257b96 Implemented keyboard layout and context - far from complete. by Hidenori Takeshima · 24 years ago
  25. 8572266 Implemented some APIs and IME class - far from complete. by Hidenori Takeshima · 24 years ago
  26. 473fd0b Implemented some DDK APIs - far from complete. by Hidenori Takeshima · 24 years ago
  27. 9c67213 Added a spec file for 16bit imm. Added spec files for winnls and winnls32. by Hidenori Takeshima · 24 years ago
  28. 4bee902 Added some stubs. by Hidenori Takeshima · 24 years ago
  29. 60ebbef Added some stubs. by Hidenori Takeshima · 24 years ago
  30. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  31. 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
  32. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  33. e101f6d Cleaned up a few inter-dll dependencies. Added a few imports. by Alexandre Julliard · 25 years ago
  34. d586dc9 Replaced VERSION_* calls by exported API equivalents. by Alexandre Julliard · 25 years ago
  35. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  36. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  37. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  38. 4eb4380 Removed superfluous #include statements for header files included twice. by Niels Kristian Bech Jensen · 25 years ago
  39. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  40. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  41. 3e1be26 Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
  42. 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 25 years ago
  43. 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago