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-04-26BUILD(client): Fix warning about unused variableRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-06-10REFAC(macOS): Replace deprecated constructs, refactor codeDavide Beatrici
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-17FIX(GlobalShortcut, mac): possible memory leakcfstras
2021-02-15FIX(overlay): add missing ifdefs for USE_OVERLAYcfstras
2021-02-05FEAT(client): Update platform-specific GlobalShortcut backends for ButtonInfoDavide Beatrici
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10GlobalShortcuts_macx.mm: replace deprecated GetProcessForPID() and CopyProces...Davide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-05-24GlobalShortcutMac: fix segmentation fault in setEnabled()Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-07-05GlobalShortcut_macx: add missing default-case to switch statement to fix -Wer...Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2016-05-10GlobalShortcut_macx: fix build in C++11 mode (strongly typed enums)Mikkel Krautz
2015-11-21compiler.pri: unsure that all our compiler.pri CFLAGS and CXXFLAGS are also a...Mikkel Krautz
2014-09-21Add mumble_pch.hpp include to various .mm files.Mikkel Krautz
2014-02-26mumble: fix Mac build after the overlay header refactoring.Mikkel Krautz
2013-10-21mumble: allow GlobalShortcut_macx.mm to build using the OS X 10.9 SDK.Mikkel Krautz
2013-07-05GlobalShortcut_macx: always make a deep copy of the translated key name.Mikkel Krautz
2013-06-29mumble: Qt 5 support for OS X.Mikkel Krautz
2012-02-23GlobalShortcut_macx: add EventTap listing when pressing Ctrl-Alt-Cmd.Mikkel Krautz
2012-02-23GlobalShortuct_macx: TailAppend instead of HeadInsert.Mikkel Krautz
2012-02-23GlobalShortcut: allow users to disable global shortcuts without removing all ...Mikkel Krautz
2012-02-18OS X: Build fixes for Xcode 4.3 (mostly PCH-related)Mikkel Krautz
2011-03-26Fix QString-from-ASCII errors on OS X.Mikkel Krautz
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-26Kill the nagging accessibility dialog from GlobalShortcutMac.Mikkel Krautz
2011-02-20Remove 1.1.x - no longer maintainedThorvald Natvig
2010-09-29Explicitly specify which events to intercept via EventTap. Fixes random crash...Mikkel Krautz
2010-08-27Forward events through Qt instead of using performSelector:onThread: to be ab...Mikkel Krautz
2010-08-09Forward intercepted events directly to NSView rather than going through NSApp...Mikkel Krautz