1. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  2. 334a42f Fixed a few compilation warnings by Dimitrie O. Paun · 24 years ago
  3. a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  4. f37e3a4 Removed a coupld of unused functions in the Callout structure. by Alexandre Julliard · 25 years ago
  5. 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
  6. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  7. 946a444 Cleaned up a few USER dependencies. by Alexandre Julliard · 25 years ago
  8. d5041fc Moved thunking functions off to kernel32.dll. by Alexandre Julliard · 25 years ago
  9. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  10. d6c0d86 Moved gdi/user thunking functions into their respective dlls. by Alexandre Julliard · 25 years ago
  11. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  12. 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
  13. 20fede7 Removed the obsoleted CallTimeFuncProc, CallDriverProc, CallDriverCallback. by Eric Pouech · 25 years ago
  14. 6619f5a Implemented WaitForInputIdle. by Peter Ganten · 25 years ago
  15. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  16. 979000e Call 16-bit instead of 32-bit UserSignalProc entry point. by Ulrich Weigand · 25 years ago
  17. 2dec1ba Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences. by Ulrich Weigand · 26 years ago
  18. dc6f327 Bugfix: Declare CALL32_CBClient[Ex] without WINAPI. by Ulrich Weigand · 26 years ago
  19. 304d9a4 Change interfaces to THUNK_Alloc/Free slightly and make them non-static. by Huw D M Davies · 26 years ago
  20. fd24362 Winspool DocumentProperties and DeviceCapabilities should now work on by Huw D M Davies · 26 years ago
  21. aa3f711 Fixed bug in CBClient routines by storing the SEGPTR in the global by Ulrich Weigand · 26 years ago
  22. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  23. c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
  24. 89f079b Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent. by Alexandre Julliard · 26 years ago
  25. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  26. 98c3053 Added FinalUserInit16/FinalGdiInit16 stubs. by Ulrich Weigand · 26 years ago
  27. cb310a3 More gcc bug workarounds. by Ulrich Weigand · 26 years ago
  28. 2f4bd66 Unify startup sequence for Wine and WineLib. by Ulrich Weigand · 26 years ago
  29. b4860a8 Always retrieve Callout routines using GetProcAddress(). by Ulrich Weigand · 26 years ago
  30. 22d2c52 Bugfix: Reverted CallTo16 routines to STDCALL convention. by Ulrich Weigand · 26 years ago
  31. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  32. 3dff7bb Modularized CallFrom/To16 routines. Adapted dependent routines, by Ulrich Weigand · 26 years ago
  33. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  34. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  35. 5cec819 Removed Callback.CallTaskRescheduleProc(). by Ulrich Weigand · 26 years ago
  36. 7b5fcc7 Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target. by Ulrich Weigand · 26 years ago
  37. 6f28722 Workaroung gcc 2.7.2.x sig 11 issue. by Eric Pouech · 26 years ago
  38. da5d417 task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3. by James Juran · 26 years ago
  39. 733145f Handle proc == NULL in THUNK_SetDCHook correctly. by Ulrich Weigand · 26 years ago
  40. eec4c25 Set %ebx to point to real 16-bit stack in CBClientThunkSL. by Ulrich Weigand · 26 years ago
  41. cb78164 Fixed THUNK_SetDCHook when using native USER. by Ulrich Weigand · 26 years ago
  42. 3b3ff2b Added macros and definitions for using exception inside Wine or Winelib code. by Alexandre Julliard · 26 years ago
  43. e6cc6fd Call Callout routines directly when using builtin USER. by Ulrich Weigand · 26 years ago
  44. dc8cf10 Fixes winproc deadlock for win16. by Ove Kaaven · 26 years ago
  45. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  46. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  47. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  48. ff5ae3d Removed some includes of 16 bit API. by Michael Veksler · 26 years ago
  49. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  50. 7366307 Call InitApp16 (using Callout) for initial process. by Ulrich Weigand · 26 years ago
  51. e392a0c Added USER32.UserSignalProc to Callout table. by Ulrich Weigand · 26 years ago
  52. 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
  53. 88e651d Fixed newly introduced and some leftover warnings. by Marcus Meissner · 26 years ago
  54. 48241e9 Implemented UTRegister and UTUnRegister. by Ulrich Weigand · 26 years ago
  55. a54084a Temporary fix: Activate 16-bit system timer callback routines, but by Ulrich Weigand · 26 years ago
  56. e562453 Added USER.DestroyIcon32 to Callout struct. by Ulrich Weigand · 26 years ago
  57. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  58. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  59. 9cf066e Implemented KERNEL.621 (CBClientThunkSLEx). by Ulrich Weigand · 26 years ago
  60. ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
  61. 61439d2 Callout table (for KERNEL->USER calls) added. by Ulrich Weigand · 26 years ago
  62. be672fe Handle non-hardware X events correctly with native USER by Ulrich Weigand · 26 years ago
  63. f6c4828 Cleaned up CreateSystemTimer interface for use with 32-bit callbacks. by Ulrich Weigand · 26 years ago
  64. a00b49f - Several kernel.spec return type mismatch fixes by Andreas Mohr · 26 years ago
  65. 23e9b04 Implemented GlobalChangeLockCount (KERNEL.365). by Ulrich Weigand · 26 years ago
  66. e62cbca Removed some unnecessary FIXME outputs. by Ulrich Weigand · 26 years ago
  67. 077da06 Bugfix: Bad jump generated in THUNK_AllocLSThunklet. by Ulrich Weigand · 26 years ago
  68. afac2e4 Some fixes to Wine startup/termination sequence with native USER. by Ulrich Weigand · 26 years ago
  69. 980992a Should get win16drv AbortProc working. Hopefully. by Huw D M Davies · 26 years ago
  70. 2b06758 USER-side part of input event handling: contains implementation of by Ulrich Weigand · 26 years ago
  71. e0e248e Solaris redefines ERR and CS, fixed occurances. by Marcus Meissner · 26 years ago
  72. 5efaf50 Implemented (partially) the KERNEL Thunklet API and Callback Client by Ulrich Weigand · 26 years ago
  73. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  74. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  75. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  76. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  77. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  78. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  79. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  80. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  81. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  82. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  83. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  84. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  85. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  86. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  87. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  88. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  89. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  90. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  91. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  92. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  93. d37eb36 Release 970720 by Alexandre Julliard · 28 years ago wine-970720
  94. 84c70f5 Release 970509 by Alexandre Julliard · 28 years ago wine-970509
  95. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  96. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
  97. 349a953 Release 970202 by Alexandre Julliard · 28 years ago wine-970202
  98. b1bac32 Release 961215 by Alexandre Julliard · 28 years ago wine-961215
  99. da0cfb3 Release 961201 by Alexandre Julliard · 28 years ago wine-961201
  100. 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117