Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright notices | Avuton Olrich | 2008-12-31 | 1 | -9/+10 |
| | |||||
* | screen_song: make the variable "current" static | Max Kellermann | 2008-12-05 | 1 | -1/+1 |
| | | | | | The global variable "current" should not be exported, and should be "static". | ||||
* | list_window: converted "flags" to one "bool" variable | Max Kellermann | 2008-11-27 | 1 | -1/+1 |
| | | | | | | Currently, there is only one known list_window flag ("hide_cursor"). Replace the "flags" bit field with a boolean variable. If we run out of space some day, we can convert that to bool:1. | ||||
* | list_window: use "bool" instead of "int" | Max Kellermann | 2008-11-27 | 1 | -1/+1 |
| | | | | | For flags and return values, use the "bool" data type instead of "int". | ||||
* | screen_song: support CMD_SCREEN_LYRICS | Max Kellermann | 2008-11-19 | 1 | -0/+10 |
| | | | | Show the lyrics of the song currently being displayed. | ||||
* | screen_song: free the song pointer | Max Kellermann | 2008-11-19 | 1 | -0/+5 |
| | | | | Fix a memory leak. | ||||
* | screen_song: include cleanup | Max Kellermann | 2008-11-19 | 1 | -5/+0 |
| | |||||
* | screen_song: new screen which views song information | Max Kellermann | 2008-11-18 | 1 | -0/+189 |
This new screen views all information available on a song: its location, file name, and tags. |