1. 9cc9d59 Fix a crash in winhelp caused by hmemcpy16 without prototype. by Rein Klazes · 25 years ago
  2. 27b790b Compile fix. by Alexandre Julliard · 25 years ago
  3. 01e819a Simplified wrc flags handling. by Alexandre Julliard · 25 years ago
  4. 991b03f Minor update. by Juergen Lock · 25 years ago
  5. 27337af - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The by Bertho Stultiens · 25 years ago
  6. edd77b9 Changed imports of winspool to winspool.drv. by Alexandre Julliard · 25 years ago
  7. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  8. bc4b88f Fixed resource loading. by Alexandre Julliard · 25 years ago
  9. 72e1be1 Corrected WinMain. Added test case for RegCreateKeyEx showing win95 behaviour. by Uwe Bonnes · 25 years ago
  10. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  11. ca7f923 Registry key used in LoadBoard() was not the same as the one used in by Dave Pickles · 25 years ago
  12. c53ceba Improved support for Makefiles that need to recurse in subdirectories. by Alexandre Julliard · 25 years ago
  13. 0872f30 Added DestroyBoard function to delete bitmap handles. by Joshua Thielen · 25 years ago
  14. 5b5d04d This patch adds the ability for regapi to call the DllRegisterServer or by Gavriel State · 25 years ago
  15. 9aaf13e - Fix painting bug with middle button down when dragging mouse by Peter Hunnisett · 25 years ago
  16. c9742b3 - Fix some compiler warnings. - Remove superfluous #include statement. by Niels Kristian Bech Jensen · 25 years ago
  17. e0a71f8 Added import of comdlg32.dll in spec file. by Hidenori Takeshima · 25 years ago
  18. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  19. 205721e Fixed ANSI C related compile problems. by Patrik Stridvall · 25 years ago
  20. 52be93c Fixed some compiler errors and warnings. by Niels Kristian Bech Jensen · 25 years ago
  21. a3f2380 Added winemine app. by Joshua Thielen · 25 years ago
  22. 457df92 Added resource.h include. by Mike Castle · 25 years ago
  23. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  24. 5208fd1 Minor fixups and tweaking, and a dummy hook. by Eric Williams · 25 years ago
  25. b2f6f0e Removed resource.h. by Alexandre Julliard · 25 years ago
  26. 3dc5d94 Added .spec files for all libtest/ and programs/ WineLib apps. by Ulrich Weigand · 25 years ago
  27. d3d6c4e Fixed memory overwrite bug. by Ulrich Weigand · 25 years ago
  28. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  29. 97d05c8 Link only a single .rc file with application. by Ulrich Weigand · 25 years ago
  30. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  31. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  32. 0107f35 Added Portuguese language support. by Gustavo Junior Alves · 25 years ago
  33. 5d46c58 Comment out explicit call to SHELL_SaveRegistry since winelib programs by Huw D M Davies · 25 years ago
  34. 6efcd9d Compile fix. by Alexandre Julliard · 25 years ago
  35. 3cc18e7 Added wmcdrc.h by Alexandre Julliard · 25 years ago
  36. 01c9ac4 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros. by Francois Gouget · 25 years ago
  37. 96af9aa Added dependency on winestub.o by Alexandre Julliard · 25 years ago
  38. 6ae75a1 More Portuguese language support. by Gustavo Junior Alves · 25 years ago
  39. 0ff9c85 Added Pt.s. by Alexandre Julliard · 25 years ago
  40. 73077e3 Added Portuguese language support. by Gustavo Junior Alves · 25 years ago
  41. 55bcda8 Added simple console mode example program which lists information by Morten Eriksen · 26 years ago
  42. 65e26bf lstrncmpi isn't a windows API, use strncasecmp instead. by Huw D M Davies · 26 years ago
  43. 036a9f7 FOR and IF commands added. by Dave Pickles · 26 years ago
  44. 6adfcff Cleanup of the Danish support. by Henrik Olsen · 26 years ago
  45. e8c552e Fixed missing return after about dialog. by Eric Williams · 26 years ago
  46. 5f8f4f7 Added more batch functionality, including the CALL GOTO and SHIFT by Dave Pickles · 26 years ago
  47. 385287a Added Wa.s by Alexandre Julliard · 26 years ago
  48. c42dfdd Fixed Winelib compilation. by Alexandre Julliard · 26 years ago
  49. 66f53a8 Walloon language update. by Pablo Saratxaga · 26 years ago
  50. a099a55 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  51. 773987b Added cmdlgr.h by Alexandre Julliard · 26 years ago
  52. 6f363df Avoid use of strncmpi (reported by Ron Cemer). by Alexandre Julliard · 26 years ago
  53. 74f440e Added Wine command-line interpreter. by Dave Pickles · 26 years ago
  54. c4cd0bf Bug fixes. by Noomen Hamza · 26 years ago
  55. d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
  56. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  57. 57e231b Renamed cmdlgr.h to cmdlgtst.h. by Alexandre Julliard · 26 years ago
  58. 5d2a658 - color and font dialogs now actually do something interesting, by Eric Williams · 26 years ago
  59. 26ad241 Revised Spanish resources. by Jose Marcos López Caravaca · 26 years ago
  60. 8de3ba8 More #pragma fixes (idea Ove Kaaven, mistakes are mine). by Joerg Mayer · 26 years ago
  61. 22c5d8f Fixed compilation of the Control panel. by Pavel Roskin · 26 years ago
  62. b85c3a0 Fixed warnings. by Pavel Roskin · 26 years ago
  63. cb40df2 Changed "strings.h" to "string.h". by David Luyer · 26 years ago
  64. 0cfb2f9 Removed the chop command that was there to get rid of dos ^M. by Sylvain St.Germain · 26 years ago
  65. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  66. 1bb0e66 Added command line tool to access the registry. by Sylvain St.Germain · 26 years ago
  67. aad5748 Fixed make depend. by Alexandre Julliard · 26 years ago
  68. ebe76b7 Added Boyer-Moore text search. by Marcel Baur · 26 years ago
  69. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  70. 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
  71. 0328745 - Added new IDS_NOTSAVED ressource (needs translation in *.rc) by Marcel Baur · 26 years ago
  72. 64003b1 Compilation fix. by Stefan Leichter · 26 years ago
  73. 69c0bbe Some small bugfixes, added more PE relocation types (for WinCE mostly), by Marcus Meissner · 26 years ago
  74. 2b9ef80 Fixed image size and line size, added 8bit color/palette handling. by Marcus Meissner · 26 years ago
  75. 30008a0 Added common dialogs test program. by Eric Williams · 26 years ago
  76. 676a513 Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added by Marcus Meissner · 26 years ago
  77. 18f1975 Added Fi.s by Alexandre Julliard · 26 years ago
  78. 6b5a811 Some more warnings and bugs fixed. by Marcus Meissner · 26 years ago
  79. c38189d Updated Finnish language support. by Jukka-Pekka Iivonen · 26 years ago
  80. 32b32d8 Updated msvideo. New program 'icinfo [-about] [-configure]' to by Marcus Meissner · 26 years ago
  81. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  82. cb5239d Renamed ERR macro to avoid confusing the make_debug script. by Alexandre Julliard · 26 years ago
  83. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  84. 50af602 Fixes for other languages. by Robert Pouliot · 26 years ago
  85. ea58472 Started moving some X11 window management code to windows/x11drv. by Patrik Stridvall · 26 years ago
  86. 45e9b6c Added French language support. by Robert Pouliot · 26 years ago
  87. 0913cdf Added Drag*32 functions. by Kai Morich · 26 years ago
  88. 50f43b7 Added Spanish resources. by Pablo Saratxaga · 26 years ago
  89. a7e4c5f Updated for 981018. by Alexandre Julliard · 26 years ago
  90. 6c1b3e7 Updated. by Marcel Baur · 26 years ago
  91. a43295d Fixed GetOpenFileName and GetSaveFileName dialogs. by Marcel Baur · 26 years ago
  92. c0d52e0 Initial revision by Alexandre Julliard · 26 years ago
  93. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  94. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  95. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  96. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  97. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  98. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  99. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  100. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413