Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mpdclient: added mpdclient_playlist_init(), mpdclient_playlist_clear() | Max Kellermann | 2008-09-16 | 3 | -6/+34 | |
* | mpdclient: moved code to playlist.c | Max Kellermann | 2008-09-16 | 5 | -111/+174 | |
* | song: allocate mpd_song from glib slices | Max Kellermann | 2008-09-16 | 1 | -0/+15 | |
* | song: use struct mpd_song | Max Kellermann | 2008-09-16 | 4 | -44/+44 | |
* | libmpdclient: moved code to song.c | Max Kellermann | 2008-09-16 | 5 | -133/+231 | |
* | mpdclient: add struct names, for forward declarations | Max Kellermann | 2008-09-16 | 1 | -4/+4 | |
* | libmpdclient: const pointers | Max Kellermann | 2008-09-16 | 2 | -2/+2 | |
* | code style, indent with tabs II | Max Kellermann | 2008-09-16 | 5 | -142/+128 | |
* | list_window: update variables without looping | Max Kellermann | 2008-09-16 | 1 | -10/+14 | |
* | include cleanup | Max Kellermann | 2008-09-16 | 2 | -5/+5 | |
* | easy_download: fixed the type of write_data() | Max Kellermann | 2008-09-15 | 1 | -1/+3 | |
* | use GArray for playlist instead of GList | Max Kellermann | 2008-09-15 | 3 | -101/+76 | |
* | free info entity while iterating | Max Kellermann | 2008-09-15 | 1 | -0/+2 | |
* | manage tag string allocations in a pool | Max Kellermann | 2008-09-15 | 4 | -44/+200 | |
* | added support for unix domain sockets | Max Kellermann | 2008-09-15 | 1 | -1/+58 | |
* | lyrics: missing "break" | Max Kellermann | 2008-09-15 | 1 | -1/+2 | |
* | lyrics: converted global variables to static | Max Kellermann | 2008-09-15 | 2 | -6/+3 | |
* | fix unused parameter warnings | Max Kellermann | 2008-09-15 | 8 | -47/+59 | |
* | imported gcc.h from mpd | Max Kellermann | 2008-09-15 | 2 | -1/+71 | |
* | don't declare local variable "options" | Max Kellermann | 2008-09-15 | 3 | -13/+15 | |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 18 | -114/+130 | |
* | fixed mixed declaration + code | Max Kellermann | 2008-09-15 | 3 | -16/+19 | |
* | fix shadow warnings | Max Kellermann | 2008-09-15 | 10 | -144/+148 | |
* | include cleanup | Max Kellermann | 2008-09-15 | 36 | -167/+173 | |
* | screen_auth() returns result | Max Kellermann | 2008-09-15 | 1 | -1/+2 | |
* | fix function prototypes | Max Kellermann | 2008-09-15 | 15 | -39/+84 | |
* | const pointers | Max Kellermann | 2008-09-15 | 33 | -134/+135 | |
* | clock: don't initialize static variables with zero | Max Kellermann | 2008-09-15 | 1 | -1/+1 | |
* | screen: moved code to paint_top_window2() | Max Kellermann | 2008-09-15 | 1 | -68/+74 | |
* | use !NDEBUG instead of DEBUG | Max Kellermann | 2008-09-15 | 4 | -7/+7 | |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 29 | -4250/+3931 | |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 18 | -72/+17 | |
* | splash: removed the useless splash screen | Max Kellermann | 2008-09-15 | 7 | -142/+2 | |
* | improve escaping of URLs | Andreas Obergrusberger | 2008-01-18 | 1 | -5/+5 | |
* | make item highlighiting more appropriate | Andreas Obergrusberger | 2007-11-30 | 1 | -4/+1 | |
* | cmd_select_all added | Andreas Obergrusberger | 2007-11-30 | 6 | -0/+96 | |
* | fixed 0001496 | Andreas Obergrusberger | 2007-08-26 | 1 | -0/+13 | |
* | Removed nested functions | Andreas Obergrusberger | 2007-08-26 | 3 | -213/+335 | |
* | 2 critical bugs in leoslyrics lyrics src fixed | Andreas Obergrusberger | 2007-06-17 | 1 | -2/+7 | |
* | fix segfault | Andreas Obergrusberger | 2007-03-29 | 2 | -3/+8 | |
* | ugh! | Andreas Obergrusberger | 2007-03-14 | 1 | -1/+1 | |
* | way too much stuff to describe here | Andreas Obergrusberger | 2007-02-16 | 11 | -38/+127 | |
* | lyrics updates, leoslyrics fixes | Andreas Obergrusberger | 2007-02-01 | 5 | -16/+12 | |
* | fix user plugin dir; code cleanup | Andreas Obergrusberger | 2007-01-05 | 3 | -10/+16 | |
* | fix error display on lyrics screen | Andreas Obergrusberger | 2007-01-03 | 1 | -7/+7 | |
* | added a plugin system for lyrics sources | Andreas Obergrusberger | 2007-01-03 | 8 | -304/+566 | |
* | Daniel rocked the house | Andreas Obergrusberger | 2006-11-11 | 5 | -12/+51 | |
* | go to root/parent dir key added | Andreas Obergrusberger | 2006-11-08 | 4 | -9/+36 | |
* | filelist sorting improved | Andreas Obergrusberger | 2006-10-28 | 2 | -0/+40 | |
* | you can specify %shortalbum% for playlist song markup, parent directory is sh... | Andreas Obergrusberger | 2006-10-05 | 2 | -1/+30 |