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