1. aface53 Fixed a number of dll separation issues. by Alexandre Julliard · 23 years ago
  2. c0d1ff5 Store the current cursor in the thread queue instead of globally. by Alexandre Julliard · 23 years ago
  3. 70e192b Removed CURSORICON_IconToCursor now that we support color cursors. by Alexandre Julliard · 23 years ago
  4. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  5. 5cab46e Cleaned up some inter-dll dependencies in palette management. by Alexandre Julliard · 23 years ago
  6. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  7. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  8. 19d66cc Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  9. cc2d382 Use DrawFrameControl instead of bitmaps in certain cases. by Alexandre Julliard · 23 years ago
  10. 2cc54c8 Moved the OEM bitmaps that don't depend on the Wine look into the by Alexandre Julliard · 23 years ago
  11. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  12. 1a399a2 Destroying cursor is not necessarily an error. by Duane Clark · 23 years ago
  13. 8eeed94 Export DestroyIcon32 from user32 and use GetProcAddress to call it by Alexandre Julliard · 23 years ago
  14. ae1c12c Documentation fixes. by Patrik Stridvall · 23 years ago
  15. bc799e4 Handle bad pointer arguments to LoadImageA() (and functions by Marcus Meissner · 23 years ago
  16. 3dc7640 The LR_ defines do not reside in windows.h anymore. by Johan Gill · 24 years ago
  17. 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
  18. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  19. 624f14e Make GetCursorPos call XQueryPointer. by Ove Kaaven · 24 years ago
  20. b3086a7 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  21. da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
  22. 4188fbc Misc typos in comments. by François Gouget · 24 years ago
  23. 2c86506 CreateIcon must perform color depth conversion if the provided bitmap by François Gouget · 24 years ago
  24. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  25. 16cbf40 Store USER icons and cursors as resources instead of xpm bitmaps. by Alexandre Julliard · 24 years ago
  26. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  27. 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
  28. ce1398e Avoid a couple of dependencies on input.c internal variables. by Alexandre Julliard · 24 years ago
  29. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  30. a67369e Changed LoadImage16 to take an LPCSTR instead of a SEGPTR. by Alexandre Julliard · 24 years ago
  31. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  32. ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
  33. a59324d Cosmetics. by Andreas Mohr · 24 years ago
  34. 9199f4a DrawIconEx: when flags=0 use flags=DI_NORMAL instead. by Marcus Meissner · 24 years ago
  35. 67c9691 Added many missing *Pxxx types. by Francois Gouget · 24 years ago
  36. 2a2321b Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com> by Alexandre Julliard · 25 years ago
  37. 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
  38. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  39. 64c86ffe Removed local variable shadows warnings. by Marcus Meissner · 25 years ago
  40. b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
  41. dbb6ab2 GetIconInfo did no correctly identify icons from cursors. by Dave Hawkes · 25 years ago
  42. 1f0c216 Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win by Andreas Mohr · 25 years ago
  43. b4c6872 Louis-Philippe Gagnon (of Macadamian for Corel) by Alexandre Julliard · 25 years ago
  44. a660c79 Moved DIB_FixColorsToLoadflags to cursoricon.c. by Alexandre Julliard · 25 years ago
  45. 2d8cf50 Merged display.dll into USER. by Alexandre Julliard · 25 years ago
  46. 227a089 Removed a number of global handle allocations and critical section by Alexandre Julliard · 25 years ago
  47. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  48. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  49. b52aed4 Moved LoadImage and related functions to cursoricon.c. by Alexandre Julliard · 25 years ago
  50. 62f824f Avoid calling the *Rect USER functions from inside GDI. by Alexandre Julliard · 25 years ago[Renamed from objects/cursoricon.c]
  51. 15f8646 CURSORICON_IconToCursor: inconsistent Lock/Unlock by Serge Ivanov · 25 years ago
  52. 4401684 Fixed allocation of 16x16 icons. by Juergen Schmied · 25 years ago
  53. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  54. acc7467 Added the possibility to have mouse movements reported relative to by Lionel Ulmer · 25 years ago
  55. e92331f Fixed ANSI C violations. by Patrik Stridvall · 26 years ago
  56. cb2e4d3 Fixed crash when loading *.ani files. by Juergen Schmied · 26 years ago
  57. 699900b Use a special value in the hotspot coordinate to identify which HICON by Francis Beaudet · 26 years ago
  58. 4ac8db7 Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE. by Pierre Mageau · 26 years ago
  59. c525535 Fixed cursor stretch code. by Steve Tibbett · 26 years ago
  60. 85692c8 Fixed cursor selection to find the correct cursor when more than one available. by Steve Tibbett · 26 years ago
  61. 5786213 Check if dc has been created before using it. by Eric Pouech · 26 years ago
  62. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  63. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  64. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  65. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  66. 608629b Fixes for upside-down DIBs. by Huw D M Davies · 26 years ago
  67. 5b14b53 LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries() by Pavel Roskin · 26 years ago
  68. c45bbee Changed ressource dir structures. Adapted FindBestIccon/FindBestCursor. by Juergen Schmied · 26 years ago
  69. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  70. c600afb CURSORICON_Destroy: missing WINAPI added. by Marcus Meissner · 26 years ago
  71. 50a0915 Implemented Win95-style shared cursor/icon cache. by Ulrich Weigand · 26 years ago
  72. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  73. 61afa33 Some more recursive include fixes/optimizations. by Marcus Meissner · 26 years ago
  74. b9544f1 Changed some functions prototypes (were returning void). by Eric Pouech · 26 years ago
  75. f8db63b GetCursorPos is actually a BOOL. by Paul Quinn · 26 years ago
  76. ffb912e Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32). by Marcus Meissner · 26 years ago
  77. 22c904d Implemented GetIconInfo16 -> call to GetIconInfo32. by Andreas Mohr · 26 years ago
  78. d6a91b7 Move OEM resources to the x11drv. by Huw D M Davies · 26 years ago
  79. 4493a74 Load now the first icon from the *.ani file instead of crashing. by Juergen Schmied · 26 years ago
  80. a38d84d GetSystemPaletteEntries returns palette size if entries==NULL. by Huw D M Davies · 26 years ago
  81. 431d1a0 Moved X11 mouse cursor handling to the DISPLAY driver. by Ulrich Weigand · 26 years ago
  82. a11ce32 Adapted to new input event handling. by Ulrich Weigand · 26 years ago
  83. 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
  84. 8261736 More bitmap fixes. by Huw D M Davies · 26 years ago
  85. 62d6e98 Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen by Turchanov Sergey · 26 years ago
  86. 73d6c13 Renamed all LPIMAGE_* types to PIMAGE_*. by Uwe Bonnes · 26 years ago
  87. 1b1bf2b Fixed bug in DrawIconEx32(). by Eric Kohl · 26 years ago
  88. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  89. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  90. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  91. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  92. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  93. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  94. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  95. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  96. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  97. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  98. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  99. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  100. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201