-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
2016-03-05 | ||
Mikkel Krautz <[email protected]> | ||
86aac08 GlobalShortcutWin: fix memory leak of 'di' in new XInputCheck | ||
code path. | ||
8e98894 Use https://www.mumble.info/ and https://wiki.mumble.info/ | ||
URLs through the tree. | ||
|
||
2016-03-04 | ||
Mikkel Krautz <[email protected]> | ||
32a3aa5 XInputCheck: add string.h and stdlib.h includes to | ||
xinputcheck.cpp. | ||
894bd89 GlobalShortcutWin: add issue references to comment describing | ||
recent Windows 10 DirectInput/XInput breakge. | ||
5b7b29c XInputCheck: fix missing file reference in the README. | ||
a0b981b XInputCheck: add comment at the top of the file describing | ||
development practices and origin of the code. | ||
beb0c11 XInputCheck: add documentation for | ||
XInputCheck_IsGuidProductXInputDevice. | ||
3ca9a87 XInputCheck: add XInputCheck_ClearDeviceCache(). | ||
|
||
2016-03-03 | ||
Mikkel Krautz <[email protected]> | ||
8564667 GlobalShortcutWin: Exclude XInput devices from DirectInput. | ||
b81c2b5 Bump version to 1.2.15. | ||
|
||
2016-01-29 | ||
Mikkel Krautz <[email protected]> | ||
46537ea Update changelog. | ||
6f3bacb Revert 1e4e1e12. | ||
c613139 Bump version to 1.2.14. | ||
|
||
|
@@ -9,6 +35,26 @@ | |
2539b47 Fix Murmur on Windows DoS as described in Mumble-SA-2016-001. | ||
1a37d36 Bump version to 1.2.13. | ||
|
||
2015-12-26 | ||
Mikkel Krautz <[email protected]> | ||
99d3075 GlobalShortcut_win: NULL-initialize xboxinput and gkey member | ||
variables. | ||
|
||
2015-12-25 | ||
Stefan Hacker <[email protected]> | ||
987204b Fix use of wrong calling convention on xboxinput function | ||
pointers | ||
|
||
2015-12-24 | ||
Stefan Hacker <[email protected]> | ||
18a6a14 Fix XboxInputState being to small for XInputGetStateEx calls | ||
|
||
Mikkel Krautz <[email protected]> | ||
44fd4e6 GlobalShortcut_win: add PID/VID blacklist for misbehaving | ||
devices. | ||
8dbd099 GlobalShortcut_win, XboxInput: implement native XInput support | ||
in GlobalShortcut_win. | ||
|
||
2015-12-20 | ||
Mikkel Krautz <[email protected]> | ||
303958f Update changelog. | ||
|
@@ -108,10 +154,24 @@ | |
Mikkel Krautz <[email protected]> | ||
03e4c5b Bump version to 1.2.9. | ||
|
||
2015-03-15 | ||
Stefan Hacker <[email protected]> | ||
0d0366a Fix double free in WASAPI no positional audio fallback | ||
code-path | ||
|
||
2015-03-14 | ||
Stefan Hacker <[email protected]> | ||
c66431d Address review concerns to mix format check changes | ||
|
||
2015-03-10 | ||
Mikkel Krautz <[email protected]> | ||
6edf2c6 GlobalShortcut_unix: disable evdev by default. | ||
|
||
2015-03-09 | ||
Stefan Hacker <[email protected]> | ||
d683f78 Simplify and extend mix format check in WASAPI.cpp | ||
fce74c2 Fix handling of WAVEFORMATEX in WASAPI backend. | ||
|
||
2015-02-08 | ||
Mikkel Krautz <[email protected]> | ||
258e845 macx/osax: bump OS X overlay version to 19. | ||
|
@@ -214,6 +274,12 @@ | |
5ac37bf Fix incorrect handling of mumble:// links | ||
7528229 Fix auto-reconnect behavior when kicked or banned. | ||
|
||
2014-03-13 | ||
Stefan Hacker <[email protected]> | ||
a4d5b1e Added hidden option to disable add/edit in connect dialog (FR | ||
#1120) | ||
ebb1dc1 Add hidden option to disable pubserver list (FR #1120) | ||
|
||
2014-02-08 | ||
Mikkel Krautz <[email protected]> | ||
36b618d compiler.pri: tweak OS X SDK detection when building with Qt | ||
|