| Commit message (Expand) | Author | Age | Files | Lines |
* | moved code to charset.c | Max Kellermann | 2008-10-02 | 1 | -1/+1 |
* | removed LIST_FORMAT, STATUS_FORMAT | Max Kellermann | 2008-10-02 | 1 | -3/+2 |
* | removed the debugging function D() | Max Kellermann | 2008-10-02 | 1 | -27/+1 |
* | filelist: removed attribute "updated" | Max Kellermann | 2008-09-25 | 1 | -2/+0 |
* | mpdclient: check errorCode only if MPD_ERROR_ACK is set | Max Kellermann | 2008-09-21 | 1 | -1/+2 |
* | mpdclient: fix memory leak in mpdclient_finish_command() | Max Kellermann | 2008-09-21 | 1 | -4/+5 |
* | code style, indent with tabs VIII | Max Kellermann | 2008-09-21 | 1 | -171/+143 |
* | mpdclient: don't call screen_status_message() | Max Kellermann | 2008-09-21 | 1 | -2/+0 |
* | Adding crop feature in ncmpc | Yannick LM | 2008-09-21 | 1 | -0/+35 |
* | filelist: use GPtrArray instead of GList | Max Kellermann | 2008-09-19 | 1 | -5/+4 |
* | filelist: provide more functions for working with a filelist | Max Kellermann | 2008-09-19 | 1 | -23/+9 |
* | filelist: drop "mpdclient" prefix | Max Kellermann | 2008-09-19 | 1 | -2/+2 |
* | mpdclient: moved code to filelist.c | Max Kellermann | 2008-09-19 | 1 | -49/+0 |
* | code style, indent with tabs VII | Max Kellermann | 2008-09-19 | 1 | -23/+16 |
* | playlist: removed "updated" flag | Max Kellermann | 2008-09-18 | 1 | -2/+0 |
* | playlist: added playlist_remove_reuse() | Max Kellermann | 2008-09-17 | 1 | -1/+3 |
* | make several functions return void | Max Kellermann | 2008-09-17 | 1 | -10/+8 |
* | playlist: use playlist_get() instead of playlist_get_song() | Max Kellermann | 2008-09-17 | 1 | -4/+6 |
* | code style, indent with tabs III | Max Kellermann | 2008-09-17 | 1 | -84/+77 |
* | mpdclient: call playlist_clear() in mpdclient_playlist_update() | Max Kellermann | 2008-09-17 | 1 | -2/+1 |
* | playlist: hide direct accesses in inline functions | Max Kellermann | 2008-09-16 | 1 | -27/+12 |
* | mpdclient: added mpdclient_playlist_init(), mpdclient_playlist_clear() | Max Kellermann | 2008-09-16 | 1 | -3/+5 |
* | mpdclient: moved code to playlist.c | Max Kellermann | 2008-09-16 | 1 | -82/+0 |
* | song: use struct mpd_song | Max Kellermann | 2008-09-16 | 1 | -27/+27 |
* | code style, indent with tabs II | Max Kellermann | 2008-09-16 | 1 | -51/+49 |
* | use GArray for playlist instead of GList | Max Kellermann | 2008-09-15 | 1 | -87/+65 |
* | free info entity while iterating | Max Kellermann | 2008-09-15 | 1 | -0/+2 |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 1 | -3/+3 |
* | fix shadow warnings | Max Kellermann | 2008-09-15 | 1 | -13/+13 |
* | include cleanup | Max Kellermann | 2008-09-15 | 1 | -8/+7 |
* | const pointers | Max Kellermann | 2008-09-15 | 1 | -7/+7 |
* | use !NDEBUG instead of DEBUG | Max Kellermann | 2008-09-15 | 1 | -2/+2 |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 1 | -273/+272 |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 1 | -11/+0 |
* | way too much stuff to describe here | Andreas Obergrusberger | 2007-02-16 | 1 | -0/+24 |
* | filelist sorting improved | Andreas Obergrusberger | 2006-10-28 | 1 | -0/+38 |
* | due to bensonk's demand i added a splash screen. | Andreas Obergrusberger | 2006-09-07 | 1 | -2/+4 |
* | spelling fixes by avuton | Andreas Obergrusberger | 2006-08-12 | 1 | -1/+1 |
* | translation updates, template and german. another little build fix | Andreas Obergrusberger | 2006-08-05 | 1 | -1/+3 |
* | patch by jat to fix http://musicpd.org/mantis/view.php?id=1293 | Andreas Obergrusberger | 2006-08-04 | 1 | -5/+2 |
* | Added exact_match parameter to mpdclient_filelist_search() | Kalle Wallin | 2005-06-14 | 1 | -4/+45 |
* | Added an experimental artist (browser) screen | Kalle Wallin | 2005-06-06 | 1 | -9/+56 |
* | Added a search screen | Kalle Wallin | 2004-11-15 | 1 | -0/+34 |
* | Fixed the plchanges code | Kalle Wallin | 2004-07-02 | 1 | -58/+25 |
* | Added _utf8 suffix to all functions that take utf8 arguments. | Kalle Wallin | 2004-06-20 | 1 | -7/+33 |
* | Added the mpdclient_cmd_add_path function | Kalle Wallin | 2004-06-18 | 1 | -0/+12 |
* | enabled plchanges, update playlist_length after removing songs | Kalle Wallin | 2004-06-17 | 1 | -21/+32 |
* | libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() | Kalle Wallin | 2004-06-16 | 1 | -2/+2 |
* | Disable plchanges - need to redesign the plchanges code | Kalle Wallin | 2004-06-15 | 1 | -14/+28 |
* | Sort playlist if needed after plchanges, | Kalle Wallin | 2004-06-15 | 1 | -8/+39 |