From 6849e6e4d44e109bfa5dc95450c59fb7a31aedfb Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Tue, 30 Mar 2021 22:34:15 +0300 Subject: [PATCH] Handle more handlers for the Playerbar progress scrolling / mouse related events. Implemented playlist shuffling and repeat toggle button functionality. Swapped out a considerable amount of NULL checks for proper KOTO_IS_BUTTON and GTK_IS_VOLUME_BUTTON macro checks. Implemented GQueue played_tracks add / removal functions for KotoPlaylist, ensure randomizing works properly. Start work on MPRIS. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 91dd162..4beaadd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +DesiredSettings.md builddir .buildconfig src/theme/style.css