search for: bitmapinfo

Displaying 14 results from an estimated 14 matches for "bitmapinfo".

Did you mean: bitmap_info
2011 Nov 20
2
DIBEngine: GetDIBits and BitBlt
...etDIBits and BitBlt for the purpose of capturing a snapshot of the screen. The problem is that these functions seem to behave a little different with Wineskin than in Windows. For example: HBITMAP hbm; hbm = (HBITMAP) GetCurrentObject(bitmapDC, OBJ_BITMAP); GetDIBits(bitmapDC, hbm, 0, 0, NULL, (LPBITMAPINFO) bitmapInfo, DIB_RGB_COLORS); After I do the above, I get wrong info in bitmapInfo (bitcount 1 instead of 32, width 1 instead of 1366, height 1 instead of 768, compression BI_RGB instead of the BI_BITFIELDS that I get in Windows). Also, when I use BitBlt to copy from screen DC to a bitmap DC, I g...
2011 Aug 05
0
Wine release 1.3.26
...Get rid of the SetBitmapBits driver entry point. gdi32: Use GetImage to retrieve the brush bits in metafiles. gdi32: Use GetImage to retrieve the brush bits in enhanced metafiles. gdi32: Use the visrect coordinates in dibdrv_PutImage. gdi32: Update the coordinates in convert_bitmapinfo to reflect the position in the destination bitmap. comdlg32/tests: Fix a couple of test failures on NT4. gdi32: Create a sanitized BITMAPINFO in CreateDIBSection and pass that to the driver. gdi32: Create a sanitized BITMAPINFO in StretchDIBits and pass that to the drivers....
2011 Dec 16
0
Wine release 1.3.35
...LORS in the various DIB functions. gdi32: Remove the nb_colors fields in the bitmap object, we always allocate a full size color table. gdi32/tests: Add tests for DIB_PAL_COLORS and DIB palettes with missing entries. gdi32: Always use biClrUsed for the number of colors of internal BITMAPINFO structures. gdi32: Make sure that biSizeImage always contains the correct size in internal BITMAPINFO structures. gdi32: Simplify computation of the DIB header size for internal BITMAPINFO structures. gdi32/tests: Fix some test failures on Windows. gdi32: GetCharABCWidthsFlo...
2010 Nov 28
2
Problem with the game "Pilgrim"
...nfo_class SYSTEM_HANDLE_INFORMATION fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION wine: cannot find L"C:\\windows\\system32\\gearsec.exe" fixme:hook:SetWindowsHookEx16 System-global hooks (7) broken in Win16 fixme:wing:WinGGetDIBPointer16 0d74 0x6a6272: setting BITMAPINFO not supported fixme:mci:MCI_Break (0402) vkey 0122 stub fixme:mci:MCI_Break (0402) vkey 0000 stub fixme:mci:MCI_Break (0402) vkey 0000 stub fixme:mci:MCI_Break (0402) vkey B544 stub fixme:mci:MCI_Break (0402) vkey B544 stub fixme:mci:MCI_Break (0402) vkey 1867 stub fixme:winmm:MMSYSTDRV_FindHandle...
2011 Sep 09
0
Wine release 1.3.28
...i32/tests: Add some SetDIBitsToDevice tests, based on the similar SetDIBits tests. winex11: Fix SetDIBitsToDevice coordinate mapping in RTL mode. winex11: Fix SetDIBitsToDevice coordinate mapping for negative values. wininet/tests: Remove an invalid FTP test. gdi32: Make the BITMAPINFO parameters non-const in driver entry points since we are always passing a copy. gdi32: Fix coordinate mapping in Get/SetBoundsRect, with tests. user32: Compute the size of the message spy arrays at compile time. ntdll: Add support for asmv1 namespace prefix in xml elements....
2007 Mar 19
1
Wine unhandled exception running PocketFMS
I'm trying to get the PocketFMS flight assistant program to work under Wine. This program is available for free at www.pocketfms.com . The installation of PocketFMS works OK with a few 'fixme' warnings, but running the installed program causes an immediate crash. As this program is still in development itself and not designed to run on anything but Windows, I'd like to know if
2013 Feb 01
1
Wine release 1.5.23
...sDomainLegalCookieDomainW. wininet: Don't depend on user settings. Dmitry Timoshkov (4): gdiplus: Make GdipCreateFromHDC2 not fail in case of hDevice != NULL. dwrite: Avoid triggering an exception on DLL_PROCESS_DETACH. gdiplus: Avoid not necessary memory allocation for BITMAPINFO. windowscodecs: Implement GetThumbnail in the ICO frame decoder. Erich Hoover (5): advapi32: Fix intermittent 64-bit test failure. advapi32: Support service objects in SetSecurityInfo. advapi32: Make an internal routine for [Get|Set]SecurityInfo file objects. advapi32...
2012 Dec 21
0
Wine release 1.5.20
...e[Compatible]DC() and DeleteDC(). configure: Only enable the Mac driver on Mac OS X 10.6 or later. winemac: Implement GetDeviceCaps(). Michael Stefaniuc (8): dnsapi: Use FIELD_OFFSET for the size of a struct with var length array. dwrite: Don't overallocate memory for a BITMAPINFO. iphlpapi: Simplify size calculation of structs with var length array. itss: Don't over-allocate memory for a ITSS_IStorageImpl. localui: Avoid sizeof on structs with a varlength array. netapi32: Avoid sizeof on structs with a varlength array. comctl32/tests: Get r...
2017 Feb 17
0
Wine release 2.2
...position. wbemdisp: Implement ISWbemObjectSet::ItemIndex. gdi32: Don't copy biSizeImage in copy_color_info(). gdi32: Use the image size returned by GetImage. gdi32: Update biSizeImage when uncompressing the RLE bitmap. gdi32: Initialize biSizeImage in the DDB's bitmapinfo. gdi32: Reset the image size when cropping the source bitmap. gdi32: Calculate the stride from the image size. gdi32: Calculate the stride from the image size. gdi32/tests: Test blitting from a D3DKMT bitmap to a regular bitmap. Jacek Caban (34): inetcomm: Return S_FA...
2013 Jan 18
0
Wine release 1.5.22
...eader images. comctl32/tests: Add tests for listview header image list. Detlef Riekenberg (2): include: Add definitions for SHGetStockIconInfo. ntdll/tests: Fix SYSTEM_CACHE_INFORMATION failures. Dmitry Timoshkov (13): windowscodecs: Add a test for loading a .bmp file with BITMAPINFOHEADER. windowscodecs: BMP decoder should always return valid image resolution. windowscodecs: Add a test for CreateBitmapFromHICON. wineps.drv: Default page dimensions are part of DEVMODE, remove an old hack. wineps.drv: Don't cast away 'const' from DEVMODE provi...
2019 Jun 10
0
Wine release 4.10
...eak (Valgrind). shell32/tests: Fix a memory leak (Valgrind). propsys/tests: Fix the PropVariantToBuffer tests. propsys/tests: Fix some ok() messages. user32: Fix some leaks on error path (Coverity). msrle32: Fix a memory leak (Valgrind). msvfw32: Fix copying of a BITMAPINFO structure (Valgrind). mmdevapi/tests: Use PropVariantClear after calling IPropertyStore_GetValue (Valgrind). ole32: Add VT_ARRAY support to PropVariant. Tim Schumacher (3): dbgstr: Initialize hex list using an explicit char array. dinput: Check for wheel axes/buttons when f...
2010 Mar 05
0
Wine release 1.1.40
...t; folder (MS Java runtime installer) ---------------------------------------------------------------- Changes since 1.1.39: Adam Petaccia (2): mshtml: Implement HTMLScriptElement_put_type. mshtml: Test IHTMLScriptElement_put_type. Alasdair Sinclair (1): gdiplus: Create a full BITMAPINFO to prevent clobbering memory with palette data. Alexandre Goujon (2): configure: Add dll name recognition for cygwin. configure: Define _WIN32 when compiling on Windows. Alexandre Julliard (49): configure: Define AS_VAR_APPEND if necessary for older autoconf versions. make...
2011 Jul 22
0
Wine release 1.3.25
...gdi32: Export a bitmap conversion function. gdi32: Implement GetDIBits using the GetImage driver function. winex11: Sync the dib-section bits before writing to the image. winex11: Use the appropriate color_shifts when the target is a bitmap. gdi32: Add a helper to sanitize a BITMAPINFO structure. gdi32: Add a helper to fill out the colour table from the current palette. gdi32: Fix the lines parameter of SetDIBits to be positive. Hwang YunSong (2): po: Updated Korean translation. po: Updated Korean translation. Jacek Caban (21): d3d10.idl: Added CD3...
2011 Nov 04
0
Wine release 1.3.32
...ement the Bezier entry points in the path driver. gdi32: Implement the polygon entry points in the path driver. gdi32: Implement the polyline entry points in the path driver. gdi32: Implement the ExtTextOut entry point in the path driver. gdi32: Add a helper function to copy BITMAPINFO structures to avoid copying uninitialized data. gdi32: Fix a misplaced release_dc_ptr call. winex11: Mask FPU exceptions around fontconfig calls. gdi32: Pass a HDC instead of a DC pointer to internal path functions. gdi32: Add a helper function to add multiple points at once...