Commit Graph

9 Commits

Author SHA1 Message Date
Julian Ospald 1428055c31
Cosmetics 2017-07-15 01:20:47 +02:00
Julian Ospald 4d4d11ebb1
Rename pixbuf_new_from_file! to pixbuf_new_from_png! 2017-07-15 01:19:27 +02:00
Julian Ospald 0343ec6221
Don't invoke alsa functions from the high-level UI code
Instead, call indirection functions from the audio subsystem, so
we don't break module hierarchy.
2017-07-15 01:19:10 +02:00
Julian Ospald bdcf8b0436
Document code, fixes #3 2017-07-15 01:17:19 +02:00
Julian Ospald 87eba7e3a8 Use lib/bin separation to allow for proper documentation 2017-07-14 17:23:26 +02:00
Julian Ospald 80dfcca749 Remove redundant png image loading
This optimizes behavior so images are only loaded once
on startup.
2017-07-13 17:58:03 +02:00
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
Julian Ospald 94eac03ca1
Fix notification display of volume
Floating point is not useful here.
2017-07-13 01:36:34 +02:00
Julian Ospald 62b052ff13
Initial commit 2017-07-12 23:01:40 +02:00