1. d08c72a Add --list facility to list installed programs. by Jeremy White · 24 years ago
  2. a9d0209 - Fix uninitialised variable problem in DIR command. - Correct some comments. by Dave Pickles · 24 years ago
  3. f860ded ULARGE_INTEGER may have a dummy struct name. by Francois Gouget · 24 years ago
  4. 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
  5. 64fba1c - Report file and directory sizes using 64-bit arithmetic (like NT). by Dave Pickles · 24 years ago
  6. 4b0b5d0 Got rid of MakeMaker so we can build outside the source tree. by Alexandre Julliard · 24 years ago
  7. 9377ea9 Pass the correct string length to RegSetValueExA. by Alexandre Julliard · 24 years ago
  8. 77c1618 Store the function pointer in the %prototypes hash instead of the by Alexandre Julliard · 24 years ago
  9. 5dabda3 Added support for callback functions. by John F Sturtz · 24 years ago
  10. fc68434 Added first version of the Perl regression testing framework. by Alexandre Julliard · 24 years ago
  11. 566a52a Changed isolated for loops to while loops (based on a patch by Andreas Mohr). by Alexandre Julliard · 24 years ago
  12. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  13. 4188fbc Misc typos in comments. by François Gouget · 24 years ago
  14. 8ee6cca - TRACE opened registry handles - add proper quotes to wineinstall - spelling by Andreas Mohr · 24 years ago
  15. b87a838 Change the callback declarations to a safer format. by Francois Gouget · 24 years ago
  16. 2081b8b Don't assume .spec files are found in the current directory, as this by Matthew Clarke · 24 years ago
  17. c9cf70d Some more cleanups. by Andreas Mohr · 24 years ago
  18. 8bb7fb9 Fixed a number of incompatibilities in OEM icons/cursors handling. by Alexandre Julliard · 24 years ago
  19. ecb8e6b Fixed unnamed union dummy names. by Ulrich Weigand · 24 years ago
  20. 980eeec I triple checked but yes, CHOOSECOLOR.hInstance is an HWND... by François Gouget · 24 years ago
  21. 9a36a2f The WndProc function was missing the CALLBACK modifier. by François Gouget · 24 years ago
  22. 2a64802 The first 2 parameters of WinMain are HINSTANCEs, not HANDLEs. by François Gouget · 24 years ago
  23. af68026 Replaced calls to OpenFile with the equivalent call to by François Gouget · 24 years ago
  24. 12b3526 The last parameter of CreateFile is a HANDLE and should thus be NULL. by François Gouget · 24 years ago
  25. 3bc434f <malloc.h> is not ISO C, <stdlib.h> is. by Gerald Pfeifer · 24 years ago
  26. 5c31219 Removed a crash in program/clock. by Eric Pouech · 24 years ago
  27. 93dd2d6 Remove old link before creating the new one. by Dennis Bjorklund · 24 years ago
  28. 1081dfe Fixed MessageBox() usage. by Andreas Mohr · 24 years ago
  29. e2222fd Use libwine and libwine_unicode directly from their build directory by Alexandre Julliard · 24 years ago
  30. 218188c Always put the dll constructor in the .init section, and like the by Alexandre Julliard · 24 years ago
  31. b4bb1f7 Fixed progman internal dependencies and build it like the other programs. by Alexandre Julliard · 24 years ago
  32. 1475e10 Added Russian language support. by Vasily I. Volchenko · 24 years ago
  33. a10fbdd Build most programs as .so files. by Alexandre Julliard · 24 years ago
  34. 626f425 Added Makeprog.rules.in containing rules for building Winelib programs. by Alexandre Julliard · 24 years ago
  35. 3da872d Fixed language handling. Removed some dependencies on Wine internals. by Alexandre Julliard · 24 years ago
  36. 231cc27 Added some missing imports. by Alexandre Julliard · 24 years ago
  37. a6697b4 Added middle mouse button handling. by Alexandre Julliard · 24 years ago
  38. d19ad39 Better error message when an include file is not found by makedep. by Alexandre Julliard · 24 years ago
  39. ebb2791 Pause command interpreter while executing a console-mode app. by Dave Pickles · 24 years ago
  40. 1da3bef Added/upgraded Slovak messages, and Slovak and Czech keyboard layout. by Peter Ivanyi · 24 years ago
  41. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  42. 21ec006 Build Win32 resources as .res files and dump them into the .spec.c file. by Alexandre Julliard · 24 years ago
  43. 9510590 Changed GROUP to PROGGROUP. by Eric Williams · 24 years ago
  44. 4494a50 Added changing mouse cursor when over a help topic link. by Chris Morgan · 24 years ago
  45. 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
  46. 73925ab Added the missing library dependencies. by Francois Gouget · 25 years ago
  47. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  48. c2f37af Add an edit control showing the command line of the currently selected by Andreas Mohr · 25 years ago
  49. 269b409 Added a few missing imports. by Hidenori Takeshima · 25 years ago
  50. 74cc65a Added a few missing imports. by Alexandre Julliard · 25 years ago
  51. ebecf50 Added support for ERRORLEVEL. by Dave Pickles · 25 years ago
  52. a5910f4 - Support whitespace around commands better, and support the @ by Jason Edmeades · 25 years ago
  53. 4eefb96 Added an uninstaller for InstallShield, WISE etc. by Andreas Mohr · 25 years ago
  54. e4e99a5 ole32 now requires linking with kernel32 by Francois Gouget · 25 years ago
  55. 731e9f5 - removed (now obsolete) driver.h file (it's content is now in mmsystem.h) by Eric Pouech · 25 years ago
  56. 56045a5 Fixed int/HANDLE mismatches revealed by -DSTRICT. by Francois Gouget · 25 years ago
  57. 9620dfc Fixed WinMain's signature. by Francois Gouget · 25 years ago
  58. d03a341 Removed obsolete references to the Languages array. by Francois Gouget · 25 years ago
  59. fea6d13 Fixed WinMain's signature. Fixed parameter order for the call to CreateWindow. by Francois Gouget · 25 years ago
  60. 28fc36d Fixed WinMain's signature. by Francois Gouget · 25 years ago
  61. 49d251f Added -DSTRICT. Added missing libraries comctl32 and rpcrt4. by Francois Gouget · 25 years ago
  62. 0e2d0e0 Added some basic text display and editing capabilities, cursor by Mike McCormack · 25 years ago
  63. 9cc9d59 Fix a crash in winhelp caused by hmemcpy16 without prototype. by Rein Klazes · 25 years ago
  64. 27b790b Compile fix. by Alexandre Julliard · 25 years ago
  65. 01e819a Simplified wrc flags handling. by Alexandre Julliard · 25 years ago
  66. 991b03f Minor update. by Juergen Lock · 25 years ago
  67. 27337af - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The by Bertho Stultiens · 25 years ago
  68. edd77b9 Changed imports of winspool to winspool.drv. by Alexandre Julliard · 25 years ago
  69. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  70. bc4b88f Fixed resource loading. by Alexandre Julliard · 25 years ago
  71. 72e1be1 Corrected WinMain. Added test case for RegCreateKeyEx showing win95 behaviour. by Uwe Bonnes · 25 years ago
  72. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  73. ca7f923 Registry key used in LoadBoard() was not the same as the one used in by Dave Pickles · 25 years ago
  74. c53ceba Improved support for Makefiles that need to recurse in subdirectories. by Alexandre Julliard · 25 years ago
  75. 0872f30 Added DestroyBoard function to delete bitmap handles. by Joshua Thielen · 25 years ago
  76. 5b5d04d This patch adds the ability for regapi to call the DllRegisterServer or by Gavriel State · 25 years ago
  77. 9aaf13e - Fix painting bug with middle button down when dragging mouse by Peter Hunnisett · 25 years ago
  78. c9742b3 - Fix some compiler warnings. - Remove superfluous #include statement. by Niels Kristian Bech Jensen · 25 years ago
  79. e0a71f8 Added import of comdlg32.dll in spec file. by Hidenori Takeshima · 25 years ago
  80. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  81. 205721e Fixed ANSI C related compile problems. by Patrik Stridvall · 25 years ago
  82. 52be93c Fixed some compiler errors and warnings. by Niels Kristian Bech Jensen · 25 years ago
  83. a3f2380 Added winemine app. by Joshua Thielen · 25 years ago
  84. 457df92 Added resource.h include. by Mike Castle · 25 years ago
  85. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  86. 5208fd1 Minor fixups and tweaking, and a dummy hook. by Eric Williams · 25 years ago
  87. b2f6f0e Removed resource.h. by Alexandre Julliard · 25 years ago
  88. 3dc5d94 Added .spec files for all libtest/ and programs/ WineLib apps. by Ulrich Weigand · 25 years ago
  89. d3d6c4e Fixed memory overwrite bug. by Ulrich Weigand · 25 years ago
  90. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  91. 97d05c8 Link only a single .rc file with application. by Ulrich Weigand · 25 years ago
  92. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  93. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  94. 0107f35 Added Portuguese language support. by Gustavo Junior Alves · 25 years ago
  95. 5d46c58 Comment out explicit call to SHELL_SaveRegistry since winelib programs by Huw D M Davies · 25 years ago
  96. 6efcd9d Compile fix. by Alexandre Julliard · 25 years ago
  97. 3cc18e7 Added wmcdrc.h by Alexandre Julliard · 25 years ago
  98. 01c9ac4 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros. by Francois Gouget · 25 years ago
  99. 96af9aa Added dependency on winestub.o by Alexandre Julliard · 25 years ago
  100. 6ae75a1 More Portuguese language support. by Gustavo Junior Alves · 25 years ago