1. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  2. f16b401 Various cosmetic changes. by Andreas Mohr · 23 years ago
  3. 7043703 version.h is now in include/wine directory. by Alexandre Julliard · 23 years ago
  4. 7aa67c1 Make the Wine trace facilities accessible from Winelib applications. by Francois Gouget · 23 years ago
  5. 5cc6105 Changed the Wine internal cdrom interface to the NT model. by Eric Pouech · 23 years ago
  6. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  7. f9e4e9d Get the correct label on iso9660 mixed-mode cds. by Chris Green · 23 years ago
  8. 88ff58e Store the 16-bit callback in the timer structure instead of using a thunk. by Alexandre Julliard · 23 years ago
  9. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  10. 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
  11. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  12. 4ae7195 Add versions for WinME and WinXP. by Francois Gouget · 23 years ago
  13. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  14. 099c159 Revert 16bit win95 version back to original value. Fixes InstallShield by Marcus Meissner · 23 years ago
  15. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  16. 5686dc0 Move WINDEBUGINFO from winbase.h to winbase16.h and rename to by Francois Gouget · 23 years ago
  17. 086f1cb Move the ERR_XXX macros from winbase.h to error.c. by Francois Gouget · 23 years ago
  18. b7afbd4 Speed optimization. by Andreas Mohr · 23 years ago
  19. da920ee Spelling fixes. by Andreas Mohr · 24 years ago
  20. 07b740f Fix the 16bit win95 version. by Bob Goodwin · 24 years ago
  21. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  22. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  23. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  24. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  25. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  26. e8f9088 Fix misleading P4 warning message appearing even in case of match. by Andreas Mohr · 24 years ago
  27. 99f2f39 Spelling fixes. by Andreas Mohr · 24 years ago
  28. 5fc46a2 GetSystemInfo() Pentium 4 support. by Andreas Mohr · 24 years ago
  29. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  30. affc9a8 Move IsCharAlphaA and IsCharAlphaNumericA to user32. by Dmitry Timoshkov · 24 years ago
  31. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  32. 172cd1b Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  33. 94cd060 Only fail with ERROR_INSUFFICIENT_BUFFER if the structure size is by James Juran · 24 years ago
  34. 39e1f31 Use memset rather than bzero. by Francois Gouget · 24 years ago
  35. b7c2f2f Add missing newline to WARN messages. by James Juran · 24 years ago
  36. 26320d1 Cleanup properly on x11drv unloading. by Alexandre Julliard · 24 years ago
  37. b9c9cdc - Added support for app-specific dll overrides using by Alexandre Julliard · 24 years ago
  38. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  39. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  40. 4570478 Use the Pentium's rdtsc instruction (if available) to implement by James Abbatiello · 24 years ago
  41. 3932f3a Added support for the Malayan language. by Rein Klazes · 24 years ago
  42. ac0b814 Fixed typo which caused the WritetoHomeRegistryFiles option to be ignored. by Martin Pilka · 24 years ago
  43. 306fc9c Fixed typo in HKEY_USERS/.Default creation. by Alexandre Julliard · 24 years ago
  44. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  45. ca43a64 Removed all traces of the --config option. by Alexandre Julliard · 24 years ago
  46. 418e27e Make CDROM_GetLabel return 0 in the event of failure, and make the by Ryan Cumming · 24 years ago
  47. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  48. 40060a1 Removed obsolete code. by Alexandre Julliard · 24 years ago
  49. 8d91b50 Reimplemented "relay=" and "snoop=" suboptions. by Guy L. Albertelli · 24 years ago
  50. 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
  51. 87093f5 (parse_options): Allow GNU-like option arguments like by Morten Welinder · 24 years ago
  52. 1f192c1 Improved usage message. by Andreas Mohr · 24 years ago
  53. ebb3a68 Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped. by Huw D M Davies · 24 years ago
  54. 909eff9 Added support for Unicode applications in winebuild. by Alexandre Julliard · 24 years ago
  55. 57f8eb7 - registry loading speed up (reduced client <-> server communication) by Martin Pilka · 24 years ago
  56. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  57. 6c8edaa Use getpagesize() instead of VIRTUAL_GetPageSize(). by Alexandre Julliard · 24 years ago
  58. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  59. 751625e Got rid of main.h. by Alexandre Julliard · 24 years ago
  60. bf67259 Use the DRIVE_* API constants instead of the DRIVETYPE enum. by Alexandre Julliard · 24 years ago
  61. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  62. 1af53cb - README update - add offsets to ASPI struct defines - spelling by Andreas Mohr · 24 years ago
  63. cfb63bd Add basic NLS information needed for Hebrew. by Michael Veksler · 24 years ago
  64. 633293f Build the debugger as a .so. by Alexandre Julliard · 24 years ago
  65. 8168450 Fixed bugs when tray was open. by Eric Pouech · 24 years ago
  66. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  67. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  68. 7a4e599 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  69. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  70. 5ce2329 Finished separation of advapi32. by Alexandre Julliard · 24 years ago
  71. c3350c5 Added alias capability to --winver. win2000 is the official value. by Andreas Mohr · 24 years ago
  72. e296bf3 Renamed CallTo16* functions to wine_call_to_16* and export them from by Alexandre Julliard · 24 years ago
  73. db6fc1c linux-2.4.0-test10 now calls 'flags' as 'features'. by Marcus Meissner · 24 years ago
  74. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  75. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  76. 1623784 Add FloatingPointProcessor empty entry to the registry. by Andreas Mohr · 24 years ago
  77. cb45438 - added winver settings nt2k, win30 and win20 (yes, some rare programs need this) by Andreas Mohr · 24 years ago
  78. 5b971f0 Moved wsprintf functions to dlls/user. by Alexandre Julliard · 24 years ago
  79. 8f1e39f RegSetValueEx16 might get passed 0 as count of databytes, determine by Marcus Meissner · 24 years ago
  80. b1e7028 Added __wine_get_main_args to retrieve command-line arguments for the by Alexandre Julliard · 24 years ago
  81. 85423c6 Added new library.h header for libwine definitions. by Alexandre Julliard · 24 years ago
  82. 94613ab New debug channel mechanism allowing decentralized channel declarations. by Alexandre Julliard · 24 years ago
  83. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  84. c6161ac _nt_parse_nk() should not close keys that it does not open. by David Elliott · 24 years ago
  85. 2fa4f76 Build ntdll as a real dll, including everything that was previously in by Alexandre Julliard · 24 years ago
  86. bec545a Return a more plausible value for MinimumApplicationAddress. by Francois Gouget · 24 years ago
  87. a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  88. 588ee35 Always open/close the CD-ROM device for every Windows API CD-ROM access. by Andreas Mohr · 24 years ago
  89. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  90. 11776c1 Moved comm.c into kernel32. by Mike McCormack · 24 years ago
  91. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  92. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  93. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  94. c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
  95. fd81049 fixed the win95 registry loader to have somewhat stricter checking. by Andreas Mohr · 25 years ago
  96. 556d11d - removed redundant functions COMM_Get(Read/Write)Fd by Mike McCormack · 25 years ago
  97. 654fcc7 Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts. by Mike McCormack · 25 years ago
  98. 0c6e369 Silence some bogus error message. by Andreas Mohr · 25 years ago
  99. 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
  100. 44b5bf5 Added serial port object to the server. by Mike McCormack · 25 years ago