pnmixer-rust/src
Julian Ospald e401daca33 Don't use xpm, but png
Kinda fixes #1

Load times seem to be slightly higher though,
because of png decoding, but this shouldn't
be an issue, since pngs are only loaded
on startup and preference save, not on volume
meter updates.
2017-07-13 17:46:49 +02:00
..
alsa_card.rs Initial commit 2017-07-12 23:01:40 +02:00
app_state.rs Initial commit 2017-07-12 23:01:40 +02:00
audio.rs Initial commit 2017-07-12 23:01:40 +02:00
errors.rs Don't use xpm, but png 2017-07-13 17:46:49 +02:00
glade_helpers.rs Initial commit 2017-07-12 23:01:40 +02:00
main.rs Don't use xpm, but png 2017-07-13 17:46:49 +02:00
notif.rs Fix notification display of volume 2017-07-13 01:36:34 +02:00
prefs.rs Initial commit 2017-07-12 23:01:40 +02:00
support_alsa.rs Initial commit 2017-07-12 23:01:40 +02:00
support_audio.rs Initial commit 2017-07-12 23:01:40 +02:00
support_cmd.rs Initial commit 2017-07-12 23:01:40 +02:00
support_ui.rs Don't use xpm, but png 2017-07-13 17:46:49 +02:00
ui_entry.rs Initial commit 2017-07-12 23:01:40 +02:00
ui_popup_menu.rs Initial commit 2017-07-12 23:01:40 +02:00
ui_popup_window.rs Initial commit 2017-07-12 23:01:40 +02:00
ui_prefs_dialog.rs Initial commit 2017-07-12 23:01:40 +02:00
ui_tray_icon.rs Don't use xpm, but png 2017-07-13 17:46:49 +02:00