1. 4e4460e There's no need for DUMMYUNIONNAME in private headers. by Alexandre Julliard · 21 years ago
  2. 201da33 Define OPENFILENAME_SIZE_VERSION_400. by Kevin Koltzau · 21 years ago
  3. e293074 Added configure check for readlink. by Alexandre Julliard · 21 years ago
  4. 3604824 If supported by the linker, prevent the ELF loader from calling the by Alexandre Julliard · 21 years ago
  5. e5a1134 Add icm.h for colour management. by Mike McCormack · 21 years ago
  6. 3accd8d Define structs FILEDESCRIPTOR and FILEGROUPDESCRIPTOR used with the by Kevin Koltzau · 21 years ago
  7. 640cc3f Assorted spelling fixes. by Francois Gouget · 21 years ago
  8. 9d7bcf8 Define IShellExecuteHook interface. by Martin Fuchs · 21 years ago
  9. 72ecbb0 SHCoCreateInstance is now documented (spotted by Francois Gouget). by Alexandre Julliard · 21 years ago
  10. 5bf3a26 Made wine_get_unix_file_name take a Unicode string pointer. by Eric Pouech · 21 years ago
  11. c0a5a27 Correct return type of SHFileOperationA/W. by Martin Fuchs · 21 years ago
  12. 6518b5c MSVC porting fixes. by Steven Edwards · 21 years ago
  13. 43cb03b Implemented RegFlushKey and NtFlushKey. by Mike Hearn · 21 years ago
  14. 7984ded Added wine_dll_get_owner function that retrieves the 32-bit dll by Alexandre Julliard · 21 years ago
  15. d8f9c1c Fix compiling netapi32 on MSVC with PSDK headers. by Steven Edwards · 21 years ago
  16. 875927f Updated configure with autoconf 2.58. Set the bug report address. by Alexandre Julliard · 21 years ago
  17. cd61ce8 Add support for many MCIWNDM_ messages and some MCI_ commands in the by Dmitry Timoshkov · 21 years ago
  18. 446d832 Store window icons in the window structure so that WM_SETICON can do by Alexandre Julliard · 21 years ago
  19. 9741589 Fix many function prototypes and data types according to Platform SDK by Dmitry Timoshkov · 21 years ago
  20. be6d014 Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix by Dmitry Timoshkov · 21 years ago
  21. 62fb191 - Add a bitmap resource with the font icons: TrueType, printer, by Rein Klazes · 21 years ago
  22. 0646499 Implement support for many MCIWndClass MCI_ and MCIWNDM_ messages. by Dmitry Timoshkov · 21 years ago
  23. 3dc71b6 Better handling of some service functions. by Aric Stewart · 21 years ago
  24. 12b36ec Added CreateAsyncBindCtx and IsAsyncMoniker stubs. by Kirill Smelkov · 21 years ago
  25. 6ba2226 When building a PE DLL (MinGW), variables exported from a DLL must be by Ge van Geldorp · 21 years ago
  26. ae0ca56 Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLastWin32Error, by Jon Griffiths · 21 years ago
  27. bd13ab8 Store a pointer to the client-side class structure in the server and by Alexandre Julliard · 21 years ago
  28. 32f296b Added stub and prototype for WSAJoinLeaf. by Kirill Smelkov · 21 years ago
  29. f3eff52 Implement CryptRegisterOIDFunction and CryptSIPAddProvider. by Mike McCormack · 21 years ago
  30. bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
  31. ebf1243 Added support for inter-process GetWindowWord. by Alexandre Julliard · 21 years ago
  32. 31c50cc Add a few soon-to-be-implemented functions. by Jon Griffiths · 21 years ago
  33. cc09196 Implemented GetTitleBarInfo. by Kevin Koltzau · 21 years ago
  34. 631dba5 Added CS_DROPSHADOW. by Alexandre Julliard · 21 years ago
  35. 2eaefbd Move content of global.h into the appropriate private headers. by Dimitrie O. Paun · 21 years ago
  36. 8b0d289 Stub implementations for CertCreateCRLContext and CertCloseStore. by Mike McCormack · 21 years ago
  37. 216a0df Partially implement NetWkstaGetInfo. by Juan Lang · 21 years ago
  38. 573b389 Move include/bitmaps/*.xpm where they belong. by Dimitrie O. Paun · 21 years ago
  39. 5329fc8 Get rid of clipboard.h. by Alexandre Julliard · 21 years ago
  40. 2f2c08d Add missing ListView_GetViewRect() macro. by Dimitrie O. Paun · 21 years ago
  41. e854912 Moved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h. by Alexandre Julliard · 21 years ago
  42. 64fb191 IBindHost interface additions. by Kirill Smelkov · 21 years ago
  43. c4fc1ab Added IObjectWithSite interface. by Kirill Smelkov · 21 years ago
  44. 04ecca5 Use wine_server_release_fd() instead of close() everywhere we use by Alexandre Julliard · 21 years ago
  45. 9b513ad Stub implementations for ChangeServiceConfigA/W. by Mike McCormack · 21 years ago
  46. 16c1bf1 Added stub for CryptProtectData, so programs like Skype can start. by Thomas Brix Larsen · 21 years ago
  47. f3f435f Added wine_server_release_fd function to release the fd returned by by Alexandre Julliard · 21 years ago
  48. d72bd7e Declare some MSI functions. by Mike McCormack · 21 years ago
  49. c3c33a0 Added SetDCPenColor prototype. by Kirill Smelkov · 21 years ago
  50. 2964888 A general cleanup of the version resources in Wine DLLs. by Dmitry Timoshkov · 21 years ago
  51. ee33c00 Changed the version resource to be created in the common way. by Stefan Leichter · 21 years ago
  52. e7fd6fd Implemented a lot of Netbios(). by Juan Lang · 21 years ago
  53. 0b19a6f Better support for div and ldiv in Winelib apps. by Alexandre Julliard · 21 years ago
  54. 402b79a Porting fixes. by Alexandre Julliard · 21 years ago
  55. 97903d2 Added support for inter-process GetWindowLong on the window extra bytes. by Alexandre Julliard · 21 years ago
  56. e267311 Fixed WINELIB_NAME_AW typo (thanks to Robert Shearman). by Alexandre Julliard · 21 years ago
  57. 4bb6242 Added a few missing TabCtrl_* macros. by Dimitrie O. Paun · 21 years ago
  58. 358fff8 Implement the TME_NONCLIENT flag in TrackMouseEvent to handle by Kevin Koltzau · 21 years ago
  59. 2fdc4dc Added missing prototypes for some implemented functions. by Alexandre Julliard · 21 years ago
  60. b7976c0 Fixed declarations of BroadcastSystemMessage and TranslateAccelerator by Alexandre Julliard · 21 years ago
  61. 29cff12 Moved the ShellExecuteEx definitions to shellapi.h where they belong. by Alexandre Julliard · 21 years ago
  62. 9e8ce63 Let enhmetafiles reuse gdi handles. This works by a dc 'registering' by Huw Davies · 21 years ago
  63. 6281d82 Store the thread entry point in the startup info passed to the new by Alexandre Julliard · 21 years ago
  64. 794bf0f Add Darwin/Mac OS X support to the build system. by Pierre d'Herbemont · 21 years ago
  65. 9e73f55 Store the last error code at the TEB offset used by NT instead of the Win9x one. by Alexandre Julliard · 21 years ago
  66. ff03652 Got rid of DRIVE_OpenDevice, and replaced it with Win32 equivalents. by Eric Pouech · 21 years ago
  67. 16b4411 Removed MODULE_GetLoadOrderA. by Alexandre Julliard · 21 years ago
  68. e3c9de6 Implemented DMORegister, DMOUnregister, DMOGetName, DMOEnum. by Ulrich Czekalla · 21 years ago
  69. 436eda3 Removed task.h. by Alexandre Julliard · 21 years ago
  70. 69357eb Added some structures used by NetUserModalsGet. by Mike McCormack · 21 years ago
  71. c6d44be Create a huge array in bss to reserve the memory area we need for PE by Alexandre Julliard · 21 years ago
  72. 33f9dcb Move CompareString implementation to libwine_unicode, add a bunch of by Dmitry Timoshkov · 21 years ago
  73. add18f7 Implemented RpcObjectSetType. by Gregory M. Turner · 21 years ago
  74. 7d41296 Removed stale instance.h. by Vincent Béron · 21 years ago
  75. e617a9c Include ft2build.h before freetype/freetype.h. Libfreetype 2.1.7 requires this. by Rein Klazes · 21 years ago
  76. d6254fc - AVI Splitter implementation. - Add new debugging function wine_dbstr_longlong. by Robert Shearman · 21 years ago
  77. 84540b4 Assorted spelling fixes. by Francois Gouget · 21 years ago
  78. a7ce2ab Removed include/selectors.h. by Alexandre Julliard · 21 years ago
  79. d868549 Moved toolhelp.h to dlls/kernel. by Alexandre Julliard · 21 years ago
  80. f9be2f3 Removed some unnecessary includes. by Alexandre Julliard · 21 years ago
  81. d3fb25c Moved a few definitions used in only one source file out of module.h. by Alexandre Julliard · 21 years ago
  82. 8fb98a4 Added wine_ldt_is_system() to replace the IS_SELECTOR_SYSTEM macro, by Alexandre Julliard · 21 years ago
  83. e983652 Moved a number of DOS definitions out of the global headers and into by Alexandre Julliard · 21 years ago
  84. 4044372 Moved winedos loading functionality to dlls/kernel/instr.c and get rid by Alexandre Julliard · 21 years ago
  85. 2f558b5 Add some missing prototypes/defines. OaBuildVersion() returns a ULONG, not UINT. by Jon Griffiths · 21 years ago
  86. 8ca6cad - moved the remaining of int21 calls to dlls/winedos by Eric Pouech · 21 years ago
  87. 0196861 Add the wined3d dll for beginning a cleaner d3d architecture that will by Raphael Junqueira · 21 years ago
  88. b0c2e54 Add preliminary support for keyboard layout APIs. by Dmitry Timoshkov · 21 years ago
  89. 55b51ea Removed instance.h and callback.h, moving their contents to kernel_private.h. by Alexandre Julliard · 21 years ago
  90. 821ab86 Added configure check for pthread_getattr_np. by Alexandre Julliard · 21 years ago
  91. b2d937d Added sigsetjmp/siglongjmp and gettid to the portability library. by Alexandre Julliard · 21 years ago
  92. daeccba Moved the exec_wine_binary function to the wine library, and use it to by Alexandre Julliard · 21 years ago
  93. fd5e811 Added stubs for AccessCheckByType, AddAuditAccessAce, by Ulrich Czekalla · 21 years ago
  94. 4d626b0 Authors: Dmitry Timoshkov <dmitry@codeweavers.com>, Huw Davies <huw@codeweavers.com> by Alexandre Julliard · 21 years ago
  95. 1816f8c Add constants for DSA_InsertItem and DPA_InsertPtr according to newest by Rolf Kalbermatter · 21 years ago
  96. 50fba7f Moved the remaining SYSDEPS_* functions to the wine_pthread interface. by Alexandre Julliard · 21 years ago
  97. 6e12807 Load any TrueType fonts that fontconfig knows about. by Huw Davies · 21 years ago
  98. fc58ef8 Added chevron support. by Robert Shearman · 21 years ago
  99. f45325e Create two separate wine binaries, one using libpthread and one using by Alexandre Julliard · 21 years ago
  100. 00fdd9f AVM Computersysteme Vertriebs GmbH by Alexandre Julliard · 21 years ago