1. 7c57a72 PlayMetaFile and EnumMetaFile should work if the hdc is a (enh)metafile DC. by Huw D M Davies · 25 years ago
  2. a35e345 Allows DrawText(16|A|W) to get a NULL string as parameter. by Eric Pouech · 25 years ago
  3. 0cdc4d9 - Implemented GetEnhMetaFilePaletteEntries by Peter Hunnisett · 25 years ago
  4. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  5. c821a75 - Added stub for conversion from meta to enhance meta files. by Peter Hunnisett · 25 years ago
  6. d1682aa Removed some unaligned accesses. by Ulrich Weigand · 25 years ago
  7. cdf191a Stub for GetFontData16. by Huw D M Davies · 25 years ago
  8. f64e0d7 Add stubs for Get/SetLayout(). by Huw D M Davies · 25 years ago
  9. acc7467 Added the possibility to have mouse movements reported relative to by Lionel Ulmer · 25 years ago
  10. e04b3e9 Removed unnecessary USER call from GetFontMetrics. Fixes native USER. by Ian Schmidt · 25 years ago
  11. 12668f5 Return correct height and width for stock fonts in GetObject. by Francis Beaudet · 25 years ago
  12. 3a9c476 Fixed documentation. by Patrik Stridvall · 25 years ago
  13. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  14. 900290a Added Win16 variants of existing Win32 functions. by Patrik Stridvall · 25 years ago
  15. ed744e7 Fixed top-down DIB handling in StretchDIBits32(). by Matthew J. Francis · 25 years ago
  16. e6ab9d3 Make sure that all calls use the extended structures which are a by Ulrich Czekalla · 25 years ago
  17. 04df4cf Copy bitmaps properly. by Ulrich Czekalla · 25 years ago
  18. 54e4775 Backed out previous change (breaks with metafiles). by Alexandre Julliard · 25 years ago
  19. 2818a67 Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst by Eric Pouech · 25 years ago
  20. ec09a40 DPtoLP needs to round the result. by Francis Beaudet · 26 years ago
  21. 8b47ec2 Fixed GetRandomRgn. by Richard Cohen · 26 years ago
  22. 3d696d9 CreateDIBitmap creates a monochrome bitmap only when the first color of the by Francois Boisvert · 26 years ago
  23. 31b4721 Added partial implementation of GetICMProfileA, required by Paint Shop Pro 5. by Ian Schmidt · 26 years ago
  24. e92331f Fixed ANSI C violations. by Patrik Stridvall · 26 years ago
  25. f86aab8 DC hook proc thunk management simplified. by Ulrich Weigand · 26 years ago
  26. d05b7be - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine by Noel Borthwick · 26 years ago
  27. cb2e4d3 Fixed crash when loading *.ani files. by Juergen Schmied · 26 years ago
  28. 87d95b7 Stubs for PolyTextOutA/W. by Peter Ganten · 26 years ago
  29. c73a1fd Some more minor GDI fixes. by Karl Lessard · 26 years ago
  30. 1bb9860 Small DIB fixes. by Huw D M Davies · 26 years ago
  31. dee464c Fixed GetDIBits problems. by Karl Lessard · 26 years ago
  32. 304d9a4 Change interfaces to THUNK_Alloc/Free slightly and make them non-static. by Huw D M Davies · 26 years ago
  33. 9e9fc1b Relaxed parameter checking for GetDIBits. by Kai Morich · 26 years ago
  34. 699900b Use a special value in the hotspot coordinate to identify which HICON by Francis Beaudet · 26 years ago
  35. fc34862 Fixed compiler warnings. by Huw D M Davies · 26 years ago
  36. 4ac8db7 Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE. by Pierre Mageau · 26 years ago
  37. 4187579 Ian Ward Dan Langlois Speed up conversion between XImages and DIBSections. by Karl Lessard · 26 years ago
  38. 05bf534 Make stock fonts independent of mapping mode. by Richard Cohen · 26 years ago
  39. c525535 Fixed cursor stretch code. by Steve Tibbett · 26 years ago
  40. 9dd16f0 Added protection against possible memory corruption. by Gerard Patel · 26 years ago
  41. 85692c8 Fixed cursor selection to find the correct cursor when more than one available. by Steve Tibbett · 26 years ago
  42. 2259e44 First implementation of GetCharacterPlacementA. by Juergen Schmied · 26 years ago
  43. b694b00 Improved GetRandomRegion(). by Eric Kohl · 26 years ago
  44. 98c3053 Added FinalUserInit16/FinalGdiInit16 stubs. by Ulrich Weigand · 26 years ago
  45. d016b0a Implement handling of 32 bit AbortProc. by Huw D M Davies · 26 years ago
  46. aec373c String to GetTextExtentPoint is not necessarily 0 terminated. by Huw D M Davies · 26 years ago
  47. 6e133d5 Fixed rounding in MulDiv. by Thuy Nguyen · 26 years ago
  48. ec133ce Check better that handles are actual handles to a region. by Eric Pouech · 26 years ago
  49. a904e16 Fixed crash due to invalid pointer. by Juergen Schmied · 26 years ago
  50. d96e1f1 Moved code to the X11 driver. by Patrik Stridvall · 26 years ago
  51. 121e672 Improved GetRandomRegion(). by Eric Kohl · 26 years ago
  52. b883003 Do not reuse a passed CONST RECT * pointer. by Marcus Meissner · 26 years ago
  53. fdcfdb9 Added missing/wrong includes. by Patrik Stridvall · 26 years ago
  54. e987634 Open files with more appropriate sharing mode. by Huw D M Davies · 26 years ago
  55. 0ae4e09 Small fixes for EnhMetaFile playback. by Huw D M Davies · 26 years ago
  56. 7990b7c Fixed CreateCompatibleBitmap when called with 0 width or height. by Eric Pouech · 26 years ago
  57. 50e96dc Allow pens with styles greater than PS_INSIDEFRAME to be created with by Joshua Thielen · 26 years ago
  58. 86b686f From CreateCompatibleDC, pass the device name associated with the by Noel Borthwick · 26 years ago
  59. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  60. 5786213 Check if dc has been created before using it. by Eric Pouech · 26 years ago
  61. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  62. 8903e53 Add some null checking in the Get/SetBitmapBits functions. by Pascal Lessard · 26 years ago
  63. e39b676 Implement DocumentProperties, DeviceCapabilities, beginnings of by Huw D M Davies · 26 years ago
  64. 9844749 Rearranged PAINT_RedrawWindow() so that it first recursively updates by Alex Korobka · 26 years ago
  65. 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
  66. a9f55c4 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs by Huw D M Davies · 26 years ago
  67. e6ea9eb Check for busy DCE moved to DCHook16(). by Ulrich Weigand · 26 years ago
  68. 179e8de Check if DC is busy before deleting it. by Francis Beaudet · 26 years ago
  69. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  70. 92ae219 Removed redundant include of winbase.h from winuser16.h. by Michael Veksler · 26 years ago
  71. 585c846 Several improvements to Enhanced MetaFile playback. by Huw D M Davies · 26 years ago
  72. ffd5e82 LoadImageW fixed for hicolor displays. by Pavel Roskin · 26 years ago
  73. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  74. 7603dea General tidy up of the MetaFile driver - make sure that everything by Huw D M Davies · 26 years ago
  75. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  76. ff5ae3d Removed some includes of 16 bit API. by Michael Veksler · 26 years ago
  77. b5e41aa Fixed coordinates conversion in OffsetClipRgn. by Karl Lessard · 26 years ago
  78. 56166a6 Implemented recording of StretchDIBits and SetDIBitsToDevice and by Huw D M Davies · 26 years ago
  79. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  80. 608629b Fixes for upside-down DIBs. by Huw D M Davies · 26 years ago
  81. 5b14b53 LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries() by Pavel Roskin · 26 years ago
  82. b94e433 Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as by Huw D M Davies · 26 years ago
  83. c45bbee Changed ressource dir structures. Adapted FindBestIccon/FindBestCursor. by Juergen Schmied · 26 years ago
  84. 3ef7572 Ensure that the bitmap is properly initialized when created with the by Luc Tourangeau · 26 years ago
  85. 466cd44 Added GdiSignalProc() stub. by Ulrich Weigand · 26 years ago
  86. d8379a6 LoadBitmap16()/LoadImage16() calling sequence simplified. by Ulrich Weigand · 26 years ago
  87. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  88. 4f1ac05 Moved hrgnUpdate from client to window coordinates, made nonclient by Alex Korobka · 26 years ago
  89. e42ee26 Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding. by Huw D M Davies · 26 years ago
  90. 8a5eb4d Fixed metafile recording of CreatePatternBrush. by Huw D M Davies · 26 years ago
  91. cc3e5d7 Allow depth of DIB to differ from depth of bitmap in GetDIBits. by Huw D M Davies · 26 years ago
  92. c600afb CURSORICON_Destroy: missing WINAPI added. by Marcus Meissner · 26 years ago
  93. 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
  94. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  95. ae8a748 Added metafile support for ExtFloodFill. by Caolan McNamara · 26 years ago
  96. 8e5e588 Added support for alternate DIBBITBLT layout. by Caolan McNamara · 26 years ago
  97. 50a0915 Implemented Win95-style shared cursor/icon cache. by Ulrich Weigand · 26 years ago
  98. de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
  99. ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
  100. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago