forked from i-rinat/freshplayerplugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
56 lines (47 loc) · 2.15 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
2015-06-10 Rinat Ibragimov <[email protected]>
* release: v0.3.0
* audio: add audio capture support
* network: implement UDP sockets and host resolver interfaces
* core: stop postponing already started screen saver
* graphics: implement custom cursors
* graphics: add GLES2 shader translator from ANGLE
* graphics: add video capture support
* graphics: add H.264 video decode via VA-API
2015-04-25 Rinat Ibragimov <[email protected]>
* release: v0.2.4
* graphics: use XRender for presentation, enable 3d by default
* graphics: high DPI support (device_scale)
* graphics: add inhibition for cinnamon-screensaver
* graphics: add inhibition for X internal screen saver
* core: prefer UTF8 when putting text to clipboard
* core: support windowed plugin mode, both direct and XEmbed
* core: support Input Method Editors
* core: enable mouse wheel events
* core: make GTK+ major version selectable
* audio: support playing audio through JACK
2015-02-16 Rinat Ibragimov <[email protected]>
* release: v0.2.3
* graphics: use libxrandr to get fullscreen geometry
* core: honor document base URL
* network: add dns0x20 workaround, don't resolve numeric addresses
* network: fix handling of blocked URLs
* core: implement ppb_x509_certificate
2015-01-13 Rinat Ibragimov <[email protected]>
* release v0.2.2
* core: implement Flash DRM interface. (Desktop PepperFlash
doesn't use it, you need one from ChromeOS.)
* core: fix malfunctioning nested submenus
* core: implement file chooser dialog
* graphics: fullscreen fixups, stop crashing on Alt-F4
* audio: rework ALSA code, add optional PulseAudio support
* core: implement screen saver inhibition interface
* graphics: use GLX to create GL context, for both GL and GLES
* core: fix hangs caused by wrong nested message loop handling
* core: add "quiet" config option to decrease amount of output
* core: fix Referer bug
2014-10-22 Rinat Ibragimov <[email protected]>
* release: v0.2.1
* core: add less-strict URI parser
* core: fix/implement transparency handling for 2d/3d
* core: fix early-callback-calling bug
* doc: initial ChangeLog, documenting changes from v0.2.0