search for: gofman

Displaying 20 results from an estimated 83 matches for "gofman".

Did you mean: goeman
2016 Jan 15
1
Attn Packagers: Dependency change from gstreamer-0.10 to gstreamer >= 1.0
...[aeikum at aeikum ~]$ PKG_CONFIG_PATH=/usr/lib32/pkgconfig pkg-config --cflags gstreamer-1.0 > -pthread -I/usr/include/gstreamer-1.0 -I/usr/lib32/gstreamer-1.0/include -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include > > Andrew > > On Fri, Jan 15, 2016 at 09:46:14PM +0300, Paul Gofman wrote: >> Hi Andrew, >> >> when I compile latest git Wine as 32bit on my Fedora 23 (x86_64 >> arch), I get gstreamer configure error ("checking whether gint64 defined >> by gst/gst.h is indeed 64-bit: no"), and gstreamer gets disabled by auto >> con...
2019 Jan 04
0
Wine release 4.0-rc5
...messages. shell32/tests: Move the cursor away from the dropdown listbox. Isira Seneviratne (1): po: Update Sinhala translation. Ken Thomases (1): winemac: Fix implementation of the AllowVerticalSync registry setting. Lauri Kenttä (1): po: Update Finnish translation. Paul Gofman (1): user32/tests: Add some tests for implicit stretch mode in CopyImage(). Zhiyi Zhang (1): riched20: Fix a use after free. -- Alexandre Julliard julliard at winehq.org
2016 Jan 15
2
Attn Packagers: Dependency change from gstreamer-0.10 to gstreamer >= 1.0
Hi all, The next release of Wine will include a commit which changes our winegstreamer dshow module to use the modern gstreamer 1.0 API instead of the long-deprecated gstreamer 0.10 API. dshow is used by some games and applications, including Microsoft Office, to display videos and play audio. Wine's winegstreamer allows applications that use dshow to support a wide variety of media through
2019 Jan 11
0
Wine release 4.0-rc6
...ts: Fix copy-paste issue with test message (Coverity). msi/tests: Use more reasonable buffer sizes for guid strings (Coverity). shcore: Fix double free on error path (Coverity). Olivier F. R. Dierick (1): explorer: Don't change Z-order of the taskbar when displaying it. Paul Gofman (5): user32/tests: Add test for 8 bit image stretch mode in CopyImage(). user32/tests: Add test for 16 bit image stretch mode in CopyImage(). user32/tests: Factor out compare_bitmap_bits() function. user32/tests: Add tests for stretch mode in LoadImage(). d3dx9: Return...
2018 Dec 21
0
Wine release 4.0-rc3
...s: Fix string leaks (Valgrind). dwrite/tests: Fix another factory leak (Valgrind). combase/tests: Fix a string leak (Valgrind). shell32/tests: Fix some leaks (Valgrind). urlmon/tests: Fix some leaks (Valgrind). urlmon/tests: Release correct uri object (Coverity). Paul Gofman (4): d3d9: Fix crash in d3d9_vertexbuffer_Release(). d3d9: Fix crash in d3d9_indexbuffer_Release(). d3d8: Fix crash in d3d8_vertexbuffer_Release(). d3d8: Fix crash in d3d8_indexbuffer_Release(). Piotr Caban (2): msvcrt: Use _timezone in _ftime64. msvcrt: Use Get...
2020 Jan 17
0
Wine release 5.0-rc6
...lag in SetupPromptForDiskW. setupapi/tests: Add test for IDF_CHECKFIRST and SetupPromptForDiskA/W. Nikolay Sivov (2): comctl32/tests: Add some more ListView customdraw tests. dwrite/tests: Improve DrawUnderline() test reliability by using text tested font actually supports. Paul Gofman (1): d3dx9: Pass D3DCOMPILE_ENABLE_BACKWARDS_COMPATIBILITY when appropriate. Piotr Caban (5): msvcrt: Pass catch_func_nested_frame struct to cxx_frame_handler. msvcrt: Pass catch_func_nested_frame struct to call_catch_block. msvcrt: Fix handling tryblocks inside current cat...
2020 Jan 11
0
Wine release 5.0-rc5
...d3d8/tests: Use GetCursorInfo() directly. advapi32/tests: Remove some workarounds for older versions. user32/tests: Use device context layout functions directly. advapi32/tests: Use CreateWellKnownSid() directly. advapi32/tests: Remove some workarounds in Crypt* tests. Paul Gofman (1): user32/tests: Handle results on Win10 in test_Image_StretchMode(). Piotr Caban (1): ucrtbase: Fix end pointer setting in parse_double on partial nan/infinity match. Thomas Faber (1): setupapi/tests: Remove an unused variable. Zebediah Figura (17): shell32/tests: Avoi...
2017 Aug 20
0
Wine release 2.15
.../nls: Added LOCALE_SNAN entries. dwrite: Protect cached fontface list when accessed from multiple threads. dwrite: Added a helper to check for supported characters. dwrite: Simplify GetFontSignature(). qcap: Use wine_dbgstr_longlong() to trace REFERENCE_TIME arguments. Paul Gofman (5): d3dx9: Remove case for annotation in get_parameter_element_by_name(). d3dx9: Return NULL for child parameter's annotation in get_parameter_by_name(). d3dx9: Move referenced_param definition from d3dx_parameter to d3dx_state. d3dx9: Use distinct structure for top lev...
2016 Apr 12
0
Wine release 1.8.2
...ta initialization failure when building collections. ntdll/tests: Some tests for NtQuerySystemInformationEx(). ntdll: Add NtQuerySystemInformationEx() stub. kernel32: Forward GetLogicalProcessorInformationEx() to ntdll. ole32: Don't call spy on IMalloc::Free(NULL). Paul Gofman (1): d3dx9: Fix D3DXIntersectTri function. Piotr Caban (6): msxml3: Update xmlNode reference count when nodes are merged in node_insert_before. msxml3: Store information about ignorrable whitespace nodes in xmlNode._private variable. msxml3: Reimplement node_get_text helper...
2020 Jun 02
0
Wine release 5.0.1
...prove window state handling in SetScrollInfo(). ole32: Fix a leak when creating pointer moniker through activation. ole32: Fix a leak when creating antimoniker through activation. Olivier F. R. Dierick (1): winecfg: Add Downloads and Templates to shell folders UI interface. Paul Gofman (6): ntdll: Fill NumberOfPhysicalPages field in user shared data area. ntdll: Report rdtsc processor feature if supported. iphlpapi: Support InitialNotification flag in NotifyUnicastIpAddressChange(). ntdll: Zero init reg_tzi in find_reg_tz_info(). include: Add Vista+...
2019 May 15
0
Wine release 4.0.1
...ling offset when repositioning header. comctl32/propsheet: Avoid posting uninitialized data (Valgrind). comctl32/toolbar: Send BN_CLICKED for button that was pressed, not released. usp10: Use single path for all fonts in ScriptGetCMap(). ucrtbase: Add ilogb* functions. Paul Gofman (8): wined3d: Use lower 8 bits only from _ALPHAREF state. wined3d: Return 1e10f for MaxVertexW from wined3d_get_device_caps(). wined3d: Only use the LSB of the _SAMP_SRGB_TEXTURE state value. kernel32/tests: Add test for overlapped file read. ntdll/tests: Add more test...
2016 Jun 16
0
Wine release 1.8.3
...gdi32: Increase first gdi handle value. dwrite: Always initialize context and font table pointers. kernel32/nls: Convert most of the locale data files to UTF-8. kernel32/nls: Added SSHORTESTDAYNAME* entries. kernel32/nls: Fix shortest day names for Thai and Vietnamese. Paul Gofman (1): d3dx9: D3DXVec3Transform should support input and output parameter overlap. Piotr Caban (4): msvcrt: Dump exception information in x86_64 __CxxFrameHandler. msvcrt: Handle frames with CXX_FRAME_MAGIC_VC6 and CXX_FRAME_MAGIC_VC7 magic value. user32: Call window procedur...
2020 Aug 07
0
Wine release 5.0.2
...t when setting header position. dxgi: Translate DXGI_USAGE_UNORDERED_ACCESS to corresponding wined3d bind flag. Owen Rudge (2): winecfg: Add support for '/v' parameter allowing Windows version to be changed. winecfg: Return 0 on success when setting Windows version. Paul Gofman (1): d3d11: Use stricmp() instead of _strnicmp(..., -1). Piotr Caban (1): msvcp90: Add std:_XLgamma implementation. Roman Pi?l (5): wininet: Add stub for INTERNET_OPTION_IGNORE_OFFLINE. user32/edit: Avoid division by zero during initialization. wineconsole: Don't...
2020 Apr 10
0
Wine release 5.6
...rmatEx(). mf: Add volume control stubs for SAR. mf: Add IMFAudioPolicy stub for SAR. mf/tests: Add some more tests for SAR current type. mf: Always queue set topologies. mf: Use original topology instance for both MESessionTopologySet and MESessionTopologyStatus. Paul Gofman (1): ddraw: Reserve extra space for video memory surfaces in compatibility mode. Piotr Caban (7): msvcr90/tests: Fix swscanf tests compilation on arm. server: Initialize current_time before it's used in init_registry. server: Use monotonic clock for relative timeouts....
2017 Nov 11
0
Wine release 2.21
...file: Implement playback for EmfPlusRecordTypeFillClosedCurve. gdiplus/metafile: Implement playback for EmfPlusRecordTypeSetCompositingMode. msvcrt: Implement _memicmp_l(). gdiplus/metafile: Support linear gradient brushes in playback. d3dx9: Implement D3DXFrameFind(). Paul Gofman (1): d3dx9: Zero constantinfo_reserved on error in get_constants_desc(). Piotr Caban (13): wine.inf: Add Windows Messaging Subsystem MAPI registry key. hhctrl.ocx: Set window owner in HtmlHelp function if WS_CHILD flag is not specified. vbscript: Add UBound implementation....
2015 Dec 25
0
Wine release 1.9.0
...erty. dwrite: Optimize for the most common case of layout object initialization. dwrite: Store last line wrapping property. dwrite: Store optical alignment property. dwrite: Locale layout ranged attribute is case-insensitive. dwrite: Fix identical ranges merging. Paul Gofman (1): msvcrt: Rename __libm_sse2_* functions to fix compilation when using Intel compiler. Piotr Caban (17): winex11.drv: Ignore effect returned in IDropTarget::DragEnter. winex11.drv: Call DragLeave instead of Drop if DROPEFFECT_NONE was set. winex11.drv: Only update drop e...
2017 Sep 01
0
Wine release 2.16
...ult (Valgrind). comctl32/monthcal: Make sure set today date is valid before using it (Valgrind). comctl32/monthcal: Make sure set focus date is valid before using it (Valgrind). dwrite: Fix proportional spacing method. d2d1: Fix rounding when setting scissor rectangle. Paul Gofman (10): d3d9/tests: Add tests for setting vertex shader constants in SWVP and MVP modes. d3d9/tests: Add tests for SW shaders creation in SWVP and MVP modes. d3d9/tests: Add test for SW shader in MVP mode. d3dx9: Factor out set_constants_device() function. d3dx9: Get rid...
2017 Sep 15
0
Wine release 2.17
...plement GetBounds() for path geometries. d3d9: Ask for texture GetDC() capability GET_DC based on texture format instead of initial swapchain buffer format. shell32/tests: Remove workarounds that are no longer relevant. shell32: Implement Application property for FolderItem. Paul Gofman (3): d3dx9/tests: Add test for null shaders in effect. d3dx9: Return E_FAIL from ValidateTechnique() for techniques with unsupported shaders. d3dx9: Fix zero object_id handling in d3dx9_base_effect_get_pass_desc(). Rafał Mużyło (1): itss: Fix handling non-ASCII content path...
2020 Apr 20
0
Wine release 4.0.4
.../rebar: Fix invalid band index access. explorerframe: Return success from ThumbBarSetImageList(). user32/listbox: Update caret index on LB_SETSEL. Patrick Hibbs (1): wtsapi32: Make WTSRegisterSessionNotificationEx's return consistent with WTSRegisterSessionNotification. Paul Gofman (7): wined3d: Allow loading buffers mapped through system memory. ddraw: Enable lighting only if material is set in d3d_execute_buffer_execute(). ddraw: Fix vertex buffer offset in d3d_execute_buffer_execute(). d3d8: Fix stream data skip count in convert_to_wined3d_declarati...
2016 May 16
0
Wine release 1.9.10
...in WsCreateServiceProxyFromTemplate() (Clang). msvcrt/tests: Fix a test failure on early XP versions. Olivier F. R. Dierick (2): shell32: Set last error explicitly in SHFileOperation(). shell32/tests: Tests for broken apps that check GetLastError() after SHFileOperation(). Paul Gofman (2): d3dx9: Add 'exp' preshader opcode. d3dx9: Add test for 0 * INF preshader operation. Pierre Schweitzer (2): comdlg32: Check for overflow before dereferencing. user32: Check bounds before dereferencing. Piotr Caban (13): mshtml: Add more <img> onload...