Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-06REFAC: Make sure all macros are #undef'd againRobert Adam
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-05FEAT(client): Update platform-specific GlobalShortcut backends for ButtonInfoDavide Beatrici
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-05-26Merge pull request #3896: Disable winhooks if screen reader is activeRobert Adam
2020-05-14src/mumble: Remove overlay related code if no-overlay option is usedRobert Adam
2020-01-20Overlay, winhooks: add screen reader detection to prevent the setting of winh...Ethin Probst
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-10GlobalShortcutWin: fix build without XboxInputDavide Beatrici
2019-10-07Replace deprecated qSort() with std::sort()Davide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-12-02GlobalShortcut_win: fix std::/boost:: confusion in comment.Mikkel Krautz
2017-11-26GlobalShortcut_win: use boost::future/boost::promise instead of std:: variant...Mikkel Krautz
2017-08-12GlobalShortcutWin: fall back to 'Unknown' for unknown DirectInput buttons.Mikkel Krautz
2017-08-06GlobalShortcutWin, MumbleApplication: add suppression support for injected Wi...Mikkel Krautz
2017-08-01GlobalShortcut_win: only allow injection of native keyboard/mouse messages if...Mikkel Krautz
2017-07-30GlobalShortcutWin: implement public API for injecting native Windows keyboard...Mikkel Krautz
2017-07-30GlobalShortcutWin: handle incoming InjectKeyboardMessageEvent and InjectMouse...Mikkel Krautz
2017-07-30GlobalShortcutWin: implement InjectKeyboardMessageEvent and InjectMouseMessag...Mikkel Krautz
2017-07-30GlobalShortcutWin: refactor HookKeyboard and HookMouse callbacks into functions.Mikkel Krautz
2017-07-30GlobalShortcutWin: add comment about button indexes in HookMouse().Mikkel Krautz
2017-07-29GlobalShortcut, GlobalShortcutWin: MumbleApplication: remove GlobalShortcut::...Mikkel Krautz
2017-07-29GlobalShortcutWin: remove code related to the in-overlay Mumble client.Mikkel Krautz
2017-07-20GlobalShortcut_win: delete poll timer inside the GlobalShortcut thread.Mikkel Krautz
2017-07-11Cast to correct API typesJan Klass
2017-03-12GlobalShortcut_win: check for gkey != NULL in gkey handling.Mikkel Krautz
2017-03-12GlobalShortcut_win: check for xboxinput != NULL before use.Mikkel Krautz
2017-03-11GlobalShortcut_win.cpp: Make the "qHash()" function non-staticDavide Beatrici
2017-02-06GlobalShortcut_win.cpp: Fix MinGW compilation warningsDavide Beatrici
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-12-03os_win: remove MumbleHWNDForQWidget, add mumble_mw_hwnd.Mikkel Krautz
2016-11-14GlobalShortcutWin: ensure winhook NumLock and Pause keys are translated into ...Mikkel Krautz
2016-08-06Merge PR #2492: GlobalShortcut_win: log product guid when adding a new Direct...Mikkel Krautz
2016-08-06Merge PR #2491: GlobalShortcut_win: log product GUID when excluding an XInput...Mikkel Krautz
2016-08-06GlobalShortcut_win: log product guid when adding a new DirectInput device.Mikkel Krautz
2016-08-06GlobalShortcut_win: log product GUID when excluding an XInput device from Dir...Mikkel Krautz
2016-08-06GlobalShortcut_win: fix XboxInput button mask in buttonName().Mikkel Krautz
2016-07-18GlobalShortcut_win: log dwDevType when rejecting a blacklisted device.Mikkel Krautz
2016-07-18GlobalShortcut_win: when adding a DirectInput device, log its dwDevType.Mikkel Krautz
2016-07-18GlobalShortcut_win: allow logging of a device's objects in verbose mode.Mikkel Krautz
2016-07-16GlobalShortcutWin: delay winhook initialization until after our first timeTic...Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2016-05-04GlobalShortcut_win: fix access to nxboxinput in EnumDevicesCB.Mikkel Krautz