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
2022-07-09FIX(client): Register simultaneous mouse button presses separatelySnowknight26
2022-03-27REFAC: Consistently format constexpr VAR_NAMESRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-11-21BUILD(client): Add missing ifdef guardsRobert Adam
2021-07-25FIX(client): Migrate Windows shortcuts from versions older than 1.4.0 properlyDavide Beatrici
2021-05-28BUILD(windows): Fix missing includeRobert Adam
2021-05-11REFAC(client): Add comparator operators to Input structsSeptarius
2021-05-11FEAT(client): Show scan code for InputKeyboardSeptarius
2021-05-11FIX(client): lnt-uninitialized-local in GlobalShortcut_winSeptarius
2021-05-11REFAC(client): Add and register stream operatorsSeptarius
2021-04-28FEAT(client): Implement raw input, get rid of hooks and DirectInput (Windows)Davide Beatrici
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