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