Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-13 | Allow to quit with a non-ready context | Benjamin Franzke | 1 | -0/+15 | |
2011-12-13 | interface: Rename print_sink_list to interface_redraw | Benjamin Franzke | 1 | -2/+2 | |
2011-12-13 | Add a list_foreach makro for GList | Benjamin Franzke | 1 | -12/+6 | |
Saves around 1-2 lines per foreach, and should be more error prone. | |||||
2011-12-13 | command: Assert when chooser input has unexpected value | Benjamin Franzke | 1 | -2/+8 | |
2011-12-13 | config: Read keymap from configuration file | Benjamin Franzke | 1 | -0/+231 | |
This needed a split of the switch that handled input before into several small callback functions. |