1. 8c5df7b Fixed some warnings. by Marcus Meissner · 25 years ago
  2. 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
  3. 4fef2f1 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. by Alexandre Julliard · 25 years ago
  4. 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
  5. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  6. 946a444 Cleaned up a few USER dependencies. by Alexandre Julliard · 25 years ago
  7. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  8. d5041fc Moved thunking functions off to kernel32.dll. by Alexandre Julliard · 25 years ago
  9. 70668d1 Say that "No handler" messages as fatal. by Ove Kaaven · 25 years ago
  10. e482eeb Split the build program in several files. by Alexandre Julliard · 25 years ago
  11. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  12. e82e7d9 Use "CALL" and "RET" in capital letters for distinction. by Uwe Bonnes · 25 years ago
  13. 4324b47 Delay loading of interrupt table functions until they are needed. by Alexandre Julliard · 25 years ago
  14. 7fe09bc Moved kernel initialization to kernel_main.c by Alexandre Julliard · 25 years ago
  15. 36b5b6b Start to separate KERNEL out of libwine. by Dimitrie O. Paun · 25 years ago
  16. 84bde6a Separate wineps out of Wine's core. by Dimitrie O. Paun · 25 years ago
  17. 7f30083 Moved DISPDIB out of the kernel into GDI. by Dimitrie O. Paun · 25 years ago
  18. 0ce13a4 Do not load wineps on startup. by Alexandre Julliard · 25 years ago
  19. 525e646 Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32. by Dimitrie O. Paun · 25 years ago
  20. 81eafed Moved DDEML into dlls/user. by Dimitrie O. Paun · 25 years ago
  21. ecd921e Separate OLE2NLS out of KERNEL. by Dimitrie O. Paun · 25 years ago
  22. e29dbc5 Fixed some warnings. by Patrik Stridvall · 25 years ago
  23. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  24. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  25. d6c0d86 Moved gdi/user thunking functions into their respective dlls. by Alexandre Julliard · 25 years ago
  26. 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago
  27. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  28. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  29. 28db50f Added/corrected ordinals of kernel, gdi, user. by Andreas Mohr · 25 years ago
  30. 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
  31. b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
  32. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  33. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  34. 8cd9351 - add some documentation items - fix some spelling - fix some warnings by Andreas Mohr · 25 years ago
  35. 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
  36. 8bc1d83 Use a per-thread buffer and write(2) for debug traces. Removed debug_dumpstr. by Alexandre Julliard · 25 years ago
  37. de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago
  38. 112d307 Added automatic registration of built-in DLLs. by Alexandre Julliard · 25 years ago
  39. 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
  40. 8f74d8e Added stubs for some BiDi API functions. by Erez Volk · 25 years ago
  41. 20fede7 Removed the obsoleted CallTimeFuncProc, CallDriverProc, CallDriverCallback. by Eric Pouech · 25 years ago
  42. 6619f5a Implemented WaitForInputIdle. by Peter Ganten · 25 years ago
  43. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  44. a2da868 Added .rc file support for Win16 NE modules. by Andreas Mohr · 25 years ago
  45. 937f4d3 Added USER.DllEntryPoint(). by Ulrich Weigand · 25 years ago
  46. 979000e Call 16-bit instead of 32-bit UserSignalProc entry point. by Ulrich Weigand · 25 years ago
  47. e0a3ba5 Added implementation for WSARecvEx function. This is a Microsoft by Moses DeJong · 25 years ago
  48. 2fab2ef Changed to use new server-side registry support. by Alexandre Julliard · 25 years ago
  49. cdf191a Stub for GetFontData16. by Huw D M Davies · 25 years ago
  50. 399e41f Added some ordinals and GetDriverResourceID(). by Andreas Mohr · 25 years ago
  51. 1ca11f5 Fixed some unresolved externals on non-Intel archs. by Ulrich Weigand · 25 years ago
  52. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  53. 8ced881 Implementation of RegisterNLSInfoChanged. by Andreas Mohr · 25 years ago
  54. 0f29885 Stub for EngineRealizeFontExt (used by the win98 pscript driver). by Huw D M Davies · 25 years ago
  55. 900290a Added Win16 variants of existing Win32 functions. by Patrik Stridvall · 25 years ago
  56. 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago
  57. f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
  58. d2344fb Fix loading of modules: now search key is module's filename, not module's name. by Eric Pouech · 25 years ago
  59. 142d94e WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes by Marcus Meissner · 25 years ago
  60. 22d4b0a Use LoadString16 for FormatMessage16 and handle by Uwe Bonnes · 25 years ago
  61. 79077f3 Bugfix: Don't call GetVersionExA too early, to avoid breaking by Ulrich Weigand · 26 years ago
  62. 97a99e5 Added stub for WMMMIDIRUNONCE called by midimap.drv. by Marcus Meissner · 26 years ago
  63. 8276f69 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
  64. fa5f006 All headers (wave and midi functions) are now seen as segptr. by Eric Pouech · 26 years ago
  65. 24dd5d9 Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c. by Ulrich Weigand · 26 years ago
  66. c44ab1f Don't create thunk for task signal proc, call it directly. by Ulrich Weigand · 26 years ago
  67. f86aab8 DC hook proc thunk management simplified. by Ulrich Weigand · 26 years ago
  68. f4edf23 Windows hook proc thunk management simplified. by Ulrich Weigand · 26 years ago
  69. 2dec1ba Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences. by Ulrich Weigand · 26 years ago
  70. f52e109 Set 'expected_version' of built-in and dummy modules according to by Ulrich Weigand · 26 years ago
  71. 3967b09 Make CallTo16 return stub segment owned by KERNEL. by Ulrich Weigand · 26 years ago
  72. 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago
  73. dc6f327 Bugfix: Declare CALL32_CBClient[Ex] without WINAPI. by Ulrich Weigand · 26 years ago
  74. 304d9a4 Change interfaces to THUNK_Alloc/Free slightly and make them non-static. by Huw D M Davies · 26 years ago
  75. fd24362 Winspool DocumentProperties and DeviceCapabilities should now work on by Huw D M Davies · 26 years ago
  76. aa3f711 Fixed bug in CBClient routines by storing the SEGPTR in the global by Ulrich Weigand · 26 years ago
  77. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  78. 8336cc9 Adapted to glue code generation changes. by Ulrich Weigand · 26 years ago
  79. c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
  80. 89f079b Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent. by Alexandre Julliard · 26 years ago
  81. 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
  82. 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago
  83. 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
  84. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  85. b8684a2 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
  86. 081daf7 Implemented KERNEL.447 (WIN32_OldYield16). by Ulrich Weigand · 26 years ago
  87. 95fd3cd Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit. by Andreas Mohr · 26 years ago
  88. 98c3053 Added FinalUserInit16/FinalGdiInit16 stubs. by Ulrich Weigand · 26 years ago
  89. 98b5f77 Added IsBadFlatReadWritePtr16(). by Ulrich Weigand · 26 years ago
  90. cb310a3 More gcc bug workarounds. by Ulrich Weigand · 26 years ago
  91. daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago
  92. b5151d0 Relay code for Win16 register functions converts arguments. by Ulrich Weigand · 26 years ago
  93. 8156150 {Start|End}{Doc|Page} go through DCfuncs. by Huw D M Davies · 26 years ago
  94. 2f4bd66 Unify startup sequence for Wine and WineLib. by Ulrich Weigand · 26 years ago
  95. 8dbffe7 Removed MODULE_GetWndProcEntry16(). by Ulrich Weigand · 26 years ago
  96. b4860a8 Always retrieve Callout routines using GetProcAddress(). by Ulrich Weigand · 26 years ago
  97. 22d2c52 Bugfix: Reverted CallTo16 routines to STDCALL convention. by Ulrich Weigand · 26 years ago
  98. d65b73b GlobalSmartPageUnlock() stub added. by Ulrich Weigand · 26 years ago
  99. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  100. cfa977d Fixed bugs introduced by 'register' and 'return' function changes. by Ulrich Weigand · 26 years ago