No description
Find a file
Votre Nom bcc8072a3b fix(audio): accumuler les rafales scroll Pixels au lieu de signum()
Avec Wayland axis_v120 (scroll haute-résolution sur souris HID modernes),
un cran physique génère 5–8 events ScrollDelta::Pixels (~15–20px chacun).
L'ancien code passait chaque sub-event par .signum() puis -1/+1 à sink_volume,
donc un seul cran physique faisait varier le volume de 5 à 40% — résultat :
scroll up sur l'icône audio panel / dock coupait le son si le volume était
déjà bas.

Fix : thread_local accumulator des deltas Pixels, émission seulement
au passage du seuil de 15px par cran logique. Lines (souris classique
sans axis_v120) reste proportionnel y * WHEEL_STEP. round() au lieu de
truncation finale pour ne pas perdre les fractions de pourcent.

Leyoda 2026 - GPLv3
2026-05-26 09:17:36 +02:00
.github clippy 2026-05-13 12:41:17 -04:00
.zed chore: add zed editor config 2026-04-28 20:35:07 +02:00
cosmic-app-list fix(wayland): graceful exit on compositor disconnect 2026-05-26 09:17:36 +02:00
cosmic-applet-a11y i18n: translation updates from weblate 2026-05-11 12:24:01 +02:00
cosmic-applet-audio fix(audio): accumuler les rafales scroll Pixels au lieu de signum() 2026-05-26 09:17:36 +02:00
cosmic-applet-battery chore(battery): update deps with fix 2026-05-13 12:41:17 -04:00
cosmic-applet-bluetooth i18n: translation updates from weblate 2026-05-11 12:24:01 +02:00
cosmic-applet-input-sources i18n: translation updates from weblate 2026-05-11 12:24:01 +02:00
cosmic-applet-minimize update libcosmic after reexports are removed 2026-04-16 15:27:25 -06:00
cosmic-applet-network chore(deps): bump nmrs to 3.1.3 2026-05-19 10:27:27 -04:00
cosmic-applet-notifications i18n: translation updates from weblate 2026-05-11 12:24:01 +02:00
cosmic-applet-power i18n: translation updates from weblate 2026-05-11 12:24:01 +02:00
cosmic-applet-status-area update libcosmic after reexports are removed 2026-04-16 15:27:25 -06:00
cosmic-applet-tiling i18n: translation updates from weblate 2026-05-11 12:24:01 +02:00
cosmic-applet-time i18n: translation updates from weblate 2026-05-11 12:24:01 +02:00
cosmic-applet-workspaces i18n: translation updates from weblate 2026-05-11 12:24:01 +02:00
cosmic-applets fix(wayland): graceful exit on compositor disconnect 2026-05-26 09:17:36 +02:00
cosmic-applets-config feat(battery): add option to show charge percentage next to the icon (#994) 2026-02-02 14:47:38 -07:00
cosmic-panel-app-button/data i18n: translate desktop entries with xdgen (#1328) 2026-03-02 11:33:29 -07:00
cosmic-panel-button fix(process): prevent zombie shell processes 2026-05-18 20:34:01 +02:00
cosmic-panel-launcher-button/data i18n: translate desktop entries with xdgen (#1328) 2026-03-02 11:33:29 -07:00
cosmic-panel-workspaces-button/data i18n: translate desktop entries with xdgen (#1328) 2026-03-02 11:33:29 -07:00
data i18n(bg): update desktop info 2025-11-09 11:27:31 +01:00
debian debian: update changelog 2026-04-28 20:35:07 +02:00
i18n i18n: translation updates from weblate 2026-05-11 12:24:01 +02:00
.gitignore status-area: Seperate daemon for status notifier daemon 2026-02-02 10:36:16 -08:00
Cargo.lock chore(deps): bump nmrs to 3.1.3 2026-05-19 10:27:27 -04:00
Cargo.toml chore: release profile 2026-05-13 12:41:17 -04:00
flake.lock feat: updated flake.nix and fixed error due to crane api change 2025-05-20 17:01:17 +02:00
flake.nix chore: bump versions to 1.0.0 2025-12-30 08:34:00 +01:00
justfile fix(justfile): wrong path to localized desktop entries 2026-03-18 11:12:40 -04:00
LICENSE license 2022-05-26 11:59:09 -04:00
redeploy.sh chore: add redeploy.sh for /usr/local/bin install 2026-05-26 09:17:36 +02:00
rust-toolchain.toml chore: update MSRV to Rust 1.93 2026-04-28 20:35:07 +02:00