similar to: Wine release 1.7.30

Displaying 20 results from an estimated 1000 matches similar to: "Wine release 1.7.30"

2014 Nov 14
0
Wine release 1.7.31
The Wine development release 1.7.31 is now available. What's new in this release (see below for details): - New version of the Gecko engine based on Firefox 34. - Support for the Visual Studio 2013 version of the C/C++ runtimes. - More font metrics support in DirectWrite. - Some more Direct2D work. - Various bug fixes. The source is available from the following locations:
2014 Oct 17
0
Wine release 1.7.29
The Wine development release 1.7.29 is now available. What's new in this release (see below for details): - Support for shaping and BiDi mirroring in DirectWrite. - Some page fault handling fixes. - A few more C runtime functions. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.7.29.tar.bz2
2014 Nov 28
0
Wine release 1.7.32
The Wine development release 1.7.32 is now available. What's new in this release (see below for details): - New version of the Mono engine. - A few more functions implemented in MSHTML. - Improved support for restoring display mode. - Font metrics improvements in DirectWrite. - Various bug fixes. The source is available from the following locations:
2017 Oct 13
0
Wine release 2.19
The Wine development release 2.19 is now available. What's new in this release (see below for details): - Support for 32-bit float audio on Android. - Named pipes now fully handled by the Wine server. - Support for a new Microsoft root certificate. - More transform fixes in GdiPlus. - Some heap allocation optimizations. - Various bug fixes. The source is available from the
2014 Aug 22
0
Wine release 1.7.25
The Wine development release 1.7.25 is now available. What's new in this release (see below for details): - Implementation of the packet capture library. - A few more DirectWrite functions. - Improvements in HTML table support. - More VBScript math functions. - Various bug fixes. The source is available from the following locations:
2015 Jan 09
0
Wine release 1.7.34
The Wine development release 1.7.34 is now available. What's new in this release (see below for details): - Support for surround sound in DirectSound. - Better text run support in DirectWrite. - Many HTML engine fixes. - More support for WBEM objects. - A few more C/C++ runtime functions. - Various bug fixes. The source is available from the following locations:
2015 Mar 20
0
Wine release 1.7.39
The Wine development release 1.7.39 is now available. What's new in this release (see below for details): - WinMM joystick support on Mac OS X. - Kerning support in DirectWrite. - Support for DirectX Media Objects filters. - Better support for animated GIFs in GdiPlus. - Improved support for Known Folders in Shell32. - Various bug fixes. The source is available from the following
2015 Oct 30
0
Wine release 1.7.54
The Wine development release 1.7.54 is now available. What's new in this release (see below for details): - Implementation of the TransmitFile function. - More implementation of the Web Services DLL. - Improved video decoding. - Alternative for the deprecated prelink tool. - Major Turkish translation update. - Various bug fixes. The source is available from the following
2015 Jan 23
0
Wine release 1.7.35
The Wine development release 1.7.35 is now available. What's new in this release (see below for details): - Beginnings of support for OpenGL core contexts. - Initial support for glyph placement in DirectWrite. - Some more WBEM objects. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.7.35.tar.bz2
2014 Dec 12
0
Wine release 1.7.33
The Wine development release 1.7.33 is now available. What's new in this release (see below for details): - Support for copy/paste commands in MSHTML. - Some more font support in DirectWrite. - Better handling for loss of focus in Direct3D windows. - Several more API Sets DLLs. - Various bug fixes. The source is available from the following locations:
2015 Oct 16
0
Wine release 1.7.53
The Wine development release 1.7.53 is now available. What's new in this release (see below for details): - Support for the various versions of XAudio. - More implementation of the Web Services DLL. - Improved OLE object embedding. - Various code cleanups in Direct3D. - New MAINTAINERS file and Signed-off-by requirement to improve the patch review process. - Various bug fixes.
2015 Mar 06
0
Wine release 1.7.38
The Wine development release 1.7.38 is now available. What's new in this release (see below for details): - New version of the Gecko engine based on Firefox 36. - Support for themed scrollbars. - Updated version of the Mono engine. - More compatible RPC interface for service control. - Support for X Drag & Drop version 5. - Threading fixes in IME support. - Various bug
2015 Feb 20
0
Wine release 1.7.37
The Wine development release 1.7.37 is now available. What's new in this release (see below for details): - Interface change notifications. - Support for the UTF-7 encoding. - A number of graphical fixes for themed controls. - Wininet now implemented on top of Win32 sockets. - Various bug fixes. The source is available from the following locations:
2014 Sep 05
0
Wine release 1.7.26
The Wine development release 1.7.26 is now available. What's new in this release (see below for details): - Still more DirectWrite functions. - Improvements to the common File Dialog. - A number of C runtime improvements. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.7.26.tar.bz2
2015 Jul 28
0
Wine release 1.7.48
The Wine development release 1.7.48 is now available. What's new in this release (see below for details): - Fleshed out OpenMP implementation. - I/O stream support in the MSVCIRT C++ runtime. - Support for pixel snapping in DirectWrite. - More support for OpenGL core contexts. - Various bug fixes. The source is available from the following locations:
2017 Feb 03
0
Wine release 2.1
The Wine development release 2.1 is now available. What's new in this release (see below for details): - Many fixes that were deferred during code freeze. - More Shader Model 5 instructions. - A number of improvements to MIME message handling. - Line breaking improvements in DirectWrite. - HID bus service now running by default. - Direct2D rendering improvements. - Various bug
2017 Jan 19
1
[PATCH] Fix cppcheck warnings
fedora comes with 1.75 so I used that. I also used some additional flags: cppcheck --enable=all --inconclusive --std=posix --force On Wed, Jan 18, 2017 at 11:36 PM, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > Rosen Penev wrote: > >> src/libFLAC/bitreader.c | 4 ++-- >> src/libFLAC/bitwriter.c | 4 ++-- >> src/plugin_xmms/plugin.c |
2011 Mar 14
1
cppcheck and btrfs
Hi Chris, et. al, I''ve recently come across cppcheck (static analyser for C code) and ran it on the current btrfs directory from Linus''s repo and it''s reported the following potential issues: linux-2.6$ cppcheck -q fs/btrfs/ [fs/btrfs/compression.c:343]: (error) Data is allocated but not initialized: cb [fs/btrfs/compression.c:583]: (error) Data is allocated but not
2016 Feb 05
0
Wine release 1.9.3
The Wine development release 1.9.3 is now available. What's new in this release (see below for details): - New version of the Gecko engine based on Firefox 44. - JSON support in JavaScript. - Improved line breaking in DirectWrite. - Some more write support in WebServices. - Still more Shader Model 4 instructions. - Various bug fixes. The source is available from the following
2013 Mar 05
3
[Bug 61879] New: Python binding of gbm's gbm_create_device fail to create_device
https://bugs.freedesktop.org/show_bug.cgi?id=61879 Priority: medium Bug ID: 61879 Assignee: nouveau at lists.freedesktop.org Summary: Python binding of gbm's gbm_create_device fail to create_device Severity: normal Classification: Unclassified OS: Linux (All) Reporter: amirouche.boubekki at