You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphics: add non-XRender fallback; enabled if XRender is not available, but could be forced by enable_xrender=0 config parameter;
graphics: GLES2 emulation code from ANGLE is now used by default, which relieves dependency on libgles2-mesa-dev package, as only GL and GLX are used;
graphics: mouse pointer is restored when moved outside of a plugin instance;
audio: reduced latency is requested when capturing via PulseAudio. Previously it was up to PulseAudio to decide which value to choose;
input: fast enough consecutive mouse clicks are converted to a doubleclick event;
make install should do installation now;
it's possible to display freshwrapper version by adding show_version_info=1 into the config file. It would be shown as another context menu item (press right mouse button on a Flash movie);
gdb is called from SIGSEGV handler (and some other signals too), and instructed to save backtrace information to /tmp/freshwrapper-backtrace-%d-%d.txt file where %d's are replaced with current time and process id;
linker script is now used to filter visible symbols.