1. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  2. 69277bb SNOOP_PrintArg: replaced IsBad* functions by exception handler. by Uwe Bonnes · 25 years ago
  3. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  4. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  5. f0deb8a Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  6. 87031a4 Added a .xcnlnk section to builtin KERNEL32 PE header. by Eric Pouech · 25 years ago
  7. 920d9c6 Added PeekNamedPipe stub. by Andreas Mohr · 25 years ago
  8. 3c30bba Implemented API EnumTimeFormatsA(). It supports now all different by Owen Wang · 25 years ago
  9. 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  10. 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago
  11. ddce652 Made ddraw and dinput separate dlls. by Alexandre Julliard · 25 years ago
  12. aabef02 Include space for resources in the module header instead of doing a by Alexandre Julliard · 25 years ago
  13. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
  14. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  15. 1758f2d Misc. fixes for compiler warnings. by James Abbatiello · 25 years ago
  16. 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
  17. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  18. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  19. 9ffd403 Added .spec keyword 'mode' to allow creating built-in EXE modules. by Ulrich Weigand · 25 years ago
  20. 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
  21. de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago
  22. 9c55e6d Export GetLongPathName[A|W]. by Uwe Bonnes · 25 years ago
  23. 112d307 Added automatic registration of built-in DLLs. by Alexandre Julliard · 25 years ago
  24. f2b8492 - Added some missing EMR record types and updated and fixed others by Peter Hunnisett · 25 years ago
  25. 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
  26. 6afc68a Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
  27. a4d7ca0 Corrected parameter count for DialogBoxIndirectParamAorW. by Juergen Schmied · 25 years ago
  28. 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 25 years ago
  29. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  30. 5919ae4 Added support for automatic ordinal allocation. by Alexandre Julliard · 25 years ago
  31. e73b8b8 Wrapped some strings in a debugstr_* call. by Francois Gouget · 25 years ago
  32. 8551f8c Xiang Li Implementation of a proxy ODBC32 dll. by Alexandre Julliard · 25 years ago
  33. 0cdc4d9 - Implemented GetEnhMetaFilePaletteEntries by Peter Hunnisett · 25 years ago
  34. 7b7e2d4 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 25 years ago
  35. f4077e6 Added Thread32First/Next stubs. by Andreas Mohr · 25 years ago
  36. fdf7127 Stubs for Get/SetProcessDefaultLayout. by Erez Volk · 25 years ago
  37. 9b4fcf7 Stub for CloseProfileUserMapping. by Marcus Meissner · 25 years ago
  38. 237e8e9 Fixed 32-bit module name handling to conform better to Win9x. by Ulrich Weigand · 25 years ago
  39. ad47a30 Implemented waitable timers. by Alexandre Julliard · 25 years ago
  40. e0a3ba5 Added implementation for WSARecvEx function. This is a Microsoft by Moses DeJong · 25 years ago
  41. f64e0d7 Add stubs for Get/SetLayout(). by Huw D M Davies · 25 years ago
  42. 6ca85a5 Bugfix: relay/snoop debugging was broken by last patch ... by Ulrich Weigand · 25 years ago
  43. 43a98a6 Added missing WINAPI attribute to two forward declarations. by Rein Klazes · 25 years ago
  44. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  45. f005247 Allow for buggy apps that call the wrong VxDCall routine. by Ulrich Weigand · 25 years ago
  46. 0ea089b Stub for GetOverlappedResult. by Moshe Vainer · 25 years ago
  47. e7957d6 Determine expected_version of PE buddies from the SubsystemVersion. by Ulrich Weigand · 25 years ago
  48. 5e2f50f Added ChangeDisplaySettingsExA stub and some flag defines. by Marcus Meissner · 25 years ago
  49. edf3e43 Added ICMP DLL implementation. by Francois Gouget · 25 years ago
  50. abe7227 Added built-in msacm.drv and midimap.drv drivers. by Eric Pouech · 25 years ago
  51. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  52. d7da486 Added spec file declarations for already implemented functions. by Patrik Stridvall · 25 years ago
  53. 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago
  54. f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
  55. d2344fb Fix loading of modules: now search key is module's filename, not module's name. by Eric Pouech · 25 years ago
  56. b816680 Replaced double ChangeDisplaySettingsA by (Ex)[AW]. by Marcus Meissner · 25 years ago
  57. e216de9 Fixed some of the issues reported by winapi-check, by adding arguments by Patrik Stridvall · 26 years ago
  58. 22b861c - Moved dplay and dplayx to a proper home in the dlls directory. by Peter Hunnisett · 26 years ago
  59. 2b4102e Added WINEOSS descriptor. by Eric Pouech · 26 years ago
  60. 526b3c9 Added missing DriverCallBack function. by Eric Pouech · 26 years ago
  61. 31b4721 Added partial implementation of GetICMProfileA, required by Paint Shop Pro 5. by Ian Schmidt · 26 years ago
  62. 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago
  63. 87d95b7 Stubs for PolyTextOutA/W. by Peter Ganten · 26 years ago
  64. 8388f67 Added stub implementation for EnumDisplayDevices*. by Marcus Meissner · 26 years ago
  65. 0c62bf0 Added MenuItemFromPoint stub. by Eric Pouech · 26 years ago
  66. 66e8c4e Added stub for RegisterActiveObject(). by Marcus Meissner · 26 years ago
  67. 4894557 Relay exclude lists were not working due to some CharUpperA() somewhere else. by Marcus Meissner · 26 years ago
  68. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  69. 1e5f0fe New internal dll, exporting already existing path functions. by Juergen Schmied · 26 years ago
  70. bb1984e Separated Win16 (USER) and Win32 (MPR) network routines. by Ulrich Weigand · 26 years ago
  71. 5910c68 Implemented SetLocalTime. by Andreas Mohr · 26 years ago
  72. 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago
  73. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  74. b8684a2 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
  75. 0691a59 Made compilation of *.spec.c files use -fno-builtin regardless of by Patrik Stridvall · 26 years ago
  76. 539b7b4 Added stub for _except_handler2(). by Eric Kohl · 26 years ago
  77. daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago
  78. 565b2e0 Many fixes/reimplementations. by Juergen Schmied · 26 years ago
  79. 0147eed Added WINMM resources. by Eric Pouech · 26 years ago
  80. 8dbffe7 Removed MODULE_GetWndProcEntry16(). by Ulrich Weigand · 26 years ago
  81. bb14056 EnumJobs stub. by Huw D M Davies · 26 years ago
  82. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  83. 3dff7bb Modularized CallFrom/To16 routines. Adapted dependent routines, by Ulrich Weigand · 26 years ago
  84. 37fe75b Implemented StrToOleStrN. by Juergen Schmied · 26 years ago
  85. ec6aab5 Added stub for SetThreadToken(), required by Office 2000. by Ian Schmidt · 26 years ago
  86. 8d79990 Added stub for WNetGetUniversalName[A|W]. by Juergen Schmied · 26 years ago
  87. a49bb26 Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW. by Joshua Thielen · 26 years ago
  88. a4b80d4 Fixes for compile on non-Intel platforms. by Patrik Stridvall · 26 years ago
  89. 623c0d6 some small include fixes, some checks for NULL ptrs, by Marcus Meissner · 26 years ago
  90. e00114c Added UnlockFileEx stub. by Andreas Mohr · 26 years ago
  91. 3742d77 Fixes for non-i386 compiling. by Alexandre Julliard · 26 years ago
  92. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  93. d37b019 Fixed DPA_LoadStream and improved DPA_Merge. by Eric Kohl · 26 years ago
  94. 45f8886 Added SHDoDragDrop() stub. by Eric Kohl · 26 years ago
  95. dd5bf84 Added WNetRemoveCachedPassword() stub. by Eric Kohl · 26 years ago
  96. cd6f599 Share the HMODULE of built-in modules over all processes. by Ulrich Weigand · 26 years ago
  97. 55e1af9 Added DebugBreak. by Alexandre Julliard · 26 years ago
  98. 6f40d25 Fixed WNASPI32 ordinals. by Andreas Mohr · 26 years ago
  99. 18d3ad8 Stub for SetVolumeLabel(). by Dave Pickles · 26 years ago
  100. 713462d Read/load type libraries. Implementation of ITypeLib, ITYpeInfo, by Rein Klazes · 26 years ago