search for: getclipbox

Displaying 6 results from an estimated 6 matches for "getclipbox".

2010 Dec 03
1
Need help with bugreport...
...ine and fix that problem myself but I've nearly none experience with c/c++ (I'm a good c# programer, so I nearly know nothing about low-level coding), neither I've experience with such huge projects. so far my best guess is, that something is wrong with the clipping functions (esp. the GetClipBox function dlls/gdi32/clipping.c, Syndicates of Arkon is calling that function a few times like this Code: trace:clipping:GetClipBox 0x598 => 1 (0,0)-(0,0) my guess is that the function should return a clipbox that has the size of the whole window or screen and as of now the function returns...
2020 Jan 11
0
Wine release 5.0-rc5
...kernel32/tests: Fix some codepage test failures with Windows 10. user32/tests: Make the DDE tests less verbose by default. user32/tests: Relax WindowFromDC() tests a bit. user32/tests: Get rid of the test for DC handle reuse. gdi32/tests: Separate and expand tests for GetClipBox(). gdi32/tests: Clarify return values from IntersectClipRect() and ExcludeClipRect(). user32/tests: Avoid testing that GDI handles are no longer valid. user32/tests: Fix a dialog test failure on Windows 10. wininet/tests: Don't test that the URL cache is used for persist...
2010 Sep 18
0
Wine release 1.3.3
...void redundant server call in WIN_GetRectangles and fix the screen coordinates mapping. user32: Avoid direct accesses to the window structure in NC_HandleNCHitTest. user32: Don't try to set the WS_EX_LAYOUTRTL flag on the desktop window. gdi32: Mirror the returned rectangle in GetClipBox for RTL layout. winemp3.acm: Fix a couple of compiler warnings on Mac OS. ntdll/tests: Fix the image protection test on Mac OS where the image limits are only approximative. winebuild: Don't add extra CPU flags to stubs if they have some already. krnl386.exe: Remove 16 s...
2012 Apr 13
0
Wine release 1.5.2
...initialize exception RTTI data. msvcp60: Use the correct vtable pointer for type_info objects. msvcp90: Use the correct vtable pointer for type_info objects. msvcrt: Use macros to define RTTI data. msvcrt: Use macros to define exception type info structures. gdi32: Fix GetClipBox return value for non-memory DCs. gdi32/tests: Automatically reset the bits after comparing the hash. gdi32/tests: Add tests for DC bounds to the DIB graphics tests. gdi32/tests: Add tests for DC bounds on various device types. gdi32/tests: Add tests for DC bounds handling ac...
2012 Jun 15
0
Wine release 1.4.1
...lso call the unwind handler for the target frame. comdlg32: Implement WM_CHOOSEFONT_GETLOGFONT in the font dialog. dbghelp: Add support for jump instructions in function epilogs on x86_64. winex11: Fix a potential deadlock in the GradientFill non-XRender fallback. gdi32: Fix GetClipBox return value for non-memory DCs. winex11: ExtFloodFill does take the current ROP into account. gdi32: Fix some typos in the 4-bpp shrink_row function. gdi32: Fix coordinates for row copies in mirrored vertical stretching. kernel32: Fix buffer overflows in K32GetModuleFileNam...
2009 Nov 13
0
Wine release 1.1.33
...ts on win98. ntdll/tests: Fix spelling of succeeded. include: Add asynot.idl. include: Add asysta.idl. msctf: Correctly initialize the description field. msctf/tests: Don't convert past the end of a nul terminated string. gdi32/tests: Test the return value of GetClipBox before trying to access the rect. Ilya Shpigor (3): extrac32: Add command-line parsing. user32: Fix switching focus to parent after child hiding. extrac32: Implementation of the CAB archive extraction. Jacek Caban (41): mshtml: Fail to create HTMLDocument if Gecko is not a...