gnome-control-center/panels/sound
Pablo Correa Gómez 2611bc58e2 sound: fix compiler warning
Fix many warnings of the form:

../panels/sound/cc-output-test-wheel.c: In function 'cc_output_test_wheel_dispose':
../panels/sound/cc-output-test-wheel.c:155:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  155 |   g_clear_pointer ((GtkWidget**) &self->front_center_speaker_button, gtk_widget_unparent);
/usr/include/glib-2.0/glib/gmacros.h:870:47: note: in definition of macro 'G_STATIC_ASSERT'
  870 | #define G_STATIC_ASSERT(expr) _Static_assert (expr, "Expression evaluates to false")
      |                                               ^~~~
../panels/sound/cc-output-test-wheel.c:155:3: note: in expansion of macro 'g_clear_pointer'
  155 |   g_clear_pointer ((GtkWidget**) &self->front_center_speaker_button, gtk_widget_unparent);
      |   ^~~~~~~~~~~~~~~
2023-12-11 15:12:00 +00:00
..
icons sound: Implement the new output test design 2022-12-21 19:29:58 +00:00
sounds sound: Make bass audible on low quality hardware 2023-03-16 11:53:29 +00:00
cc-alert-chooser-window.c sound: Port dialogs to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
cc-alert-chooser-window.h sound: Port dialogs to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
cc-alert-chooser-window.ui sound: Port dialogs to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
cc-balance-slider.c sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-balance-slider.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-balance-slider.ui sound: Cleanup CcBalanceSlider XML and remove marks 2023-01-09 21:03:41 +00:00
cc-device-combo-box.c sound: Prevent duplicate sound device entries 2023-03-22 13:06:39 +00:00
cc-device-combo-box.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-device-combo-box.ui sound: Make the panel adaptive 2019-02-18 15:12:53 +01:00
cc-fade-slider.c sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-fade-slider.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-fade-slider.ui sound: Cleanup CcFadeSlider XML and remove marks 2023-01-09 21:03:41 +00:00
cc-level-bar.c sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-level-bar.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-output-test-wheel.c sound: fix compiler warning 2023-12-11 15:12:00 +00:00
cc-output-test-wheel.h sound: Implement the new output test design 2022-12-21 19:29:58 +00:00
cc-output-test-window.c sound: Port dialogs to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
cc-output-test-window.h sound: Implement the new output test design 2022-12-21 19:29:58 +00:00
cc-output-test-window.ui sound: Port dialogs to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
cc-profile-combo-box.c sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-profile-combo-box.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-profile-combo-box.ui sound: ellipsize in profile combo box 2023-08-07 10:54:16 +00:00
cc-sound-enums.h sounds: Use correct mute icon in the input section 2019-06-16 01:01:36 +00:00
cc-sound-panel.c sound: Use self for object variable name 2023-06-06 07:54:38 +00:00
cc-sound-panel.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-sound-panel.ui sound: Add ellipsis to the Test button 2023-11-23 06:14:20 +00:00
cc-speaker-test-button.c sound: fix compiler warning 2023-12-11 15:12:00 +00:00
cc-speaker-test-button.h sound: fix compiler warning 2023-12-11 15:12:00 +00:00
cc-stream-row.c sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-stream-row.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-stream-row.ui sound: Add .lowres-icon to CcStreamRow app icons 2023-01-30 10:50:11 +00:00
cc-subwoofer-slider.c sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-subwoofer-slider.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-subwoofer-slider.ui sound: Cleanup CcSubwooferSlider XML 2023-01-09 21:03:41 +00:00
cc-volume-levels-window.c sound: Port dialogs to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
cc-volume-levels-window.h sound: Port dialogs to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
cc-volume-levels-window.ui sound: Port dialogs to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
cc-volume-slider.c sound: When setting mixer control for a stream row, update muted state as well 2023-11-15 15:28:20 +00:00
cc-volume-slider.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
cc-volume-slider.ui sound: Fix accessibility issues for the mute button 2023-11-13 12:49:04 +00:00
gnome-sound-panel.desktop.in desktop: Remove obsolete Bugzilla entries 2022-10-20 13:20:09 +00:00
gvc-mixer-stream-private.h sound: Remove modelines at the top of the files 2023-01-16 20:53:56 +01:00
meson.build all: meson: do not specify resources from gresource files as dependencies 2023-05-24 08:34:14 +00:00
output-test-wheel.css sound: make output test wheel smaller 2023-08-07 10:54:16 +00:00
sound.gresource.xml sound: Move alert chooser to a separate window 2023-01-16 19:43:53 +00:00