1. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  2. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  3. 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  4. 8eeed94 Export DestroyIcon32 from user32 and use GetProcAddress to call it by Alexandre Julliard · 23 years ago
  5. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  6. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  7. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  8. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  9. 55146db Fixed a few type clashes in preparation for the switch to STRICT. by François Gouget · 24 years ago
  10. 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
  11. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  12. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  13. 697bf65 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  14. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  15. ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
  16. 05c88fa Make FindResource and FindResourceEx fully windows compatible. by Dmitry Timoshkov · 25 years ago
  17. 32936f0 Fixed resource functions to work with 32-bit modules that don't have a by Alexandre Julliard · 25 years ago
  18. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  19. 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
  20. fd8a6de Backed out FindResource language patch. by Alexandre Julliard · 25 years ago
  21. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  22. f1fd89d FindResourceExA/W should search for the specified language resource only. by Dmitry Timoshkov · 25 years ago
  23. a64603d Improved FormatMessage: by Dave Pickles · 25 years ago
  24. fd54c98 GlobalFree16 returns NULL on success, but DestroyAcceleratorTable by Dave Hawkes · 25 years ago
  25. 5890c09 Use GetSystemDefaultLangID() instead of WINE_LanguageId. by Dmitry Timoshkov · 25 years ago
  26. 3332bd0 Optimized implementation of LoadStringA. by Dmitry Timoshkov · 25 years ago
  27. c775e1e Wrap an exception handler around FindResource. by Richard Cohen · 25 years ago
  28. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  29. e2905ea Fixes for i18n. by Hidenori Takeshima · 25 years ago
  30. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  31. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  32. 9ffd403 Added .spec keyword 'mode' to allow creating built-in EXE modules. by Ulrich Weigand · 25 years ago
  33. 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
  34. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  35. 6111ee6 Return the size of the needed resource when buffer is NULL for LoadString(). by Uwe Bonnes · 25 years ago
  36. a49bb26 Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW. by Joshua Thielen · 26 years ago
  37. d88e766 Bugfix: Prevent null-pointer dereference in TRACE argument list in by Bertho Stultiens · 26 years ago
  38. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  39. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  40. 919a810 Fixed typo in SizeofResource(). by Ulrich Weigand · 26 years ago
  41. 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
  42. 7f95bb7 Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage* code. by Marcus Meissner · 26 years ago
  43. 1a27fe6 Mask out the upper 12 bits from the resourceid, just like win95 does. by Marcus Meissner · 26 years ago
  44. 0511282 Allow accessing both NE and PE resources with both 16- and 32-bit API. by Ulrich Weigand · 26 years ago
  45. 3de2509 Fix use of wrong prototype from ntdll.h. by Juergen Schmied · 26 years ago
  46. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  47. 85f5304 Made message "Resource not found" WARN. by Pavel Roskin · 26 years ago
  48. 1d90d69 Modified process creation sequence: call PE_CreateModule in the by Ulrich Weigand · 26 years ago
  49. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  50. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  51. 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
  52. 688c565 Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32 by Marcus Meissner · 26 years ago
  53. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  54. 80a69b6 Moved ...Resource16 routines to loader/resource.c. by Ulrich Weigand · 26 years ago
  55. 7df1fbb Run Winelib applications as 32-bit processes in the initial task. by Ulrich Weigand · 26 years ago
  56. c289be7 Cosmetics. by Juergen Schmied · 26 years ago
  57. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  58. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  59. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  60. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  61. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  62. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  63. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  64. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  65. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  66. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  67. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  68. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  69. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  70. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  71. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  72. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  73. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  74. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  75. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  76. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  77. 33072e1 Release 970629 by Alexandre Julliard · 28 years ago wine-970629
  78. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  79. 349a953 Release 970202 by Alexandre Julliard · 28 years ago wine-970202
  80. 01d6346 Release 970120 by Alexandre Julliard · 28 years ago wine-970120
  81. 7ebe1a4 Release 961222 by Alexandre Julliard · 28 years ago wine-961222
  82. b1bac32 Release 961215 by Alexandre Julliard · 28 years ago wine-961215
  83. 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
  84. bf9130a Release 961013 by Alexandre Julliard · 28 years ago wine-961013
  85. 1e37a18 Release 960818 by Alexandre Julliard · 29 years ago wine-960818
  86. 8cc3a5e Release 960811 by Alexandre Julliard · 29 years ago wine-960811
  87. 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
  88. d90840e Release 960611 by Alexandre Julliard · 29 years ago wine-960611
  89. 2d93d00 Release 960521 by Alexandre Julliard · 29 years ago wine-960521
  90. 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506
  91. 2ace16a Release 960428 by Alexandre Julliard · 29 years ago wine-960428
  92. 329f068 Release 960414 by Alexandre Julliard · 29 years ago wine-960414
  93. c981d0b Release 960331 by Alexandre Julliard · 29 years ago wine-960331
  94. 59730ae Release 960324 by Alexandre Julliard · 29 years ago wine-960324
  95. d471965 Release 951212 by Alexandre Julliard · 29 years ago wine-951212
  96. ade697e Release 951124 by Alexandre Julliard · 29 years ago wine-951124
  97. 902da69 Release 951105 by Alexandre Julliard · 29 years ago wine-951105
  98. af0bae5 Release 951003 by Alexandre Julliard · 29 years ago wine-951003
  99. 808cb04 Release 950817 by Alexandre Julliard · 30 years ago wine-950817
  100. e2991ea Release 950727 by Alexandre Julliard · 30 years ago wine-950727