Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-15 | Rename config.ini to just config | Benjamin Franzke | 1 | -3/+0 | |
2011-12-13 | config: Read keymap from configuration file | Benjamin Franzke | 1 | -2/+2 | |
This needed a split of the switch that handled input before into several small callback functions. | |||||
2011-12-12 | Implement a priority based sink order assignment | Benjamin Franzke | 1 | -2/+5 | |
This is handsome when using udev based device discovery. | |||||
2011-10-21 | Merge sink.h and sink_input.h | Benjamin Franzke | 1 | -1/+1 | |
2011-10-21 | Use a GList instead of GArray for sinks. | Benjamin Franzke | 1 | -1/+1 | |
This lets us drop our ugly GArray wrappers sink.c and sink_input.c. It will make gradual updates of sinks easier, since elements can be added and dropped everywhere in the list easily. | |||||
2011-10-20 | Use signalfd if available | Benjamin Franzke | 1 | -2/+8 | |
If kqueue can be added as well, our homegrown kinda ugly signal dispatcher could be killed. | |||||
2011-10-20 | g_unix_signal: Remove g_ prefix to not collide with glib | Benjamin Franzke | 1 | -2/+2 | |
There is a g_unix_signal_new function in glib as well now, but that is only allowed to be used for SIGINT, SIGHUP and SIGTERM, so we have to stay with our own. | |||||
2011-10-20 | Kill off g_curses_input | Benjamin Franzke | 1 | -2/+2 | |
Use a g_io_channel that listens to STDIN_FILENO instead. | |||||
2011-10-19 | Makefile.am: Use variables rather then substitutions | Benjamin Franzke | 1 | -2/+3 | |
Also set preprocessor flags in AM_CPPFLAGS | |||||
2011-10-19 | Define gcc specific flags in configure | Benjamin Franzke | 1 | -1/+1 | |
2011-02-23 | Add glib helper headers to Makefile.am | Benjamin Franzke | 1 | -1/+1 | |
2010-07-23 | glib curses input-event added (replacement for g_timeout) | ben | 1 | -1/+1 | |
2010-07-23 | unix SIGWNICH signal wrapped as glib signal source | ben | 1 | -1/+1 | |
2010-07-23 | fit autotools config to actual changes and improve | ben | 1 | -2/+2 | |
2010-07-14 | replace pulseaudio's mainloop with glib-mainloop | ben | 1 | -3/+3 | |
2010-07-12 | move sources to src/ | ben | 1 | -0/+7 | |