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-03-27CHANGE: Use Protobuf for UDP messagesRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-06-10REFAC(macOS): Replace deprecated constructs, refactor codeDavide 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(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
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-06-12REFAC(overlay): Move init in own functionRobert Adam
2020-06-12FIX(overlay): Initialize only when activatedRobert Adam
2020-06-12FIX(overlay): Make overlay work againRobert Adam
2020-04-05src/mumble/Overlay.cpp: Fix code styleRobert Adam
2020-04-05src/mumble/Overlay*: Don't hook into any process before the Overlay is activeRobert Adam
2020-03-06mumble/Overlay.cpp: Explicitly set access permission for the created overlay-...Robert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10Remove remaining Qt 4 stuffDavide Beatrici
2019-10-10Remove Qt::escape() -> QString::toHtmlEscaped() compatibility layerDavide Beatrici
2019-10-10Overlay: replace deprecated GetFrontProcess() and GetProcessPID()Davide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-03-05Include "Global.h" after "Mumble.pb.h", to avoid a redefinition issue with pr...Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-06-18Fix #3411: Threaded access to DatabaseJan Klass
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-04-22Code formattingJan Klass
2017-04-20Move OverlayAppInfo (creation) logic into OverlayAppInfoJan Klass
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-11-15Overlay: fix OS X pid comparison.Mikkel Krautz
2015-05-14Fix access violations on exit with Overlay activeKissaki
2015-05-11Follow XDG directory spec for RPC socket & overlay pipeEvan Purkhiser
2014-11-05Fix compilation of Overlay.cpp. It was accidentally broken by fd782c3c.Mikkel Krautz
2014-11-04Overlay, OverlayClient: add PID and process name diagnostics to 'Dead client ...Mikkel Krautz
2014-05-15mumble: fix Mumble-SA-2014-005.Mikkel Krautz
2014-04-11Be more stringent about properly escaping external strings in HTML ('rich tex...Tim Cooper
2014-02-23Refactor code: Create headers for cpp filesKissaki
2013-06-05refac: readability/consistencyKissaki
2012-08-05Overlay: disable auto-updating.Mikkel Krautz
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-05-16Fix some compiler warningsThorvald Natvig
2011-05-14Add and remove some forward declares from header filesBenjamin Jemlich
2011-03-22Create common utility class for fetching from mumble.infoThorvald Natvig
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-27Moved windows self detection mechanism into Windows specific Overlay code ins...Stefan Hacker
2011-02-27Make mumble overlay able to detect mumble independent of executable nameStefan Hacker
2011-02-16Experiment with immediate overlay deleteThorvald Natvig
2010-08-27Don't call activateWindow on qteText. It cancels the window's Qt::WA_DontShow...Mikkel Krautz
2010-08-27Only allow interactive overlay for fullscreen apps on Mac OS X.Mikkel Krautz
2010-08-24Fix config layout, some code fixesNicos Gollan