| Commit message (Expand) | Author | Age | Files | Lines |
* | list_window: removed property "clear" | Max Kellermann | 2008-09-25 | 1 | -10/+3 |
* | code style, indent with tabs X | Max Kellermann | 2008-09-25 | 1 | -166/+161 |
* | screen_play: use list_window_check_selected() | Max Kellermann | 2008-09-23 | 1 | -5/+1 |
* | screen: simplified CMD_SCREEN_UPDATE handlers | Max Kellermann | 2008-09-22 | 1 | -3/+2 |
* | screen: don't set list_window->repaint | Max Kellermann | 2008-09-22 | 1 | -6/+1 |
* | screen: moved input_timestamp to screen_play.c | Max Kellermann | 2008-09-22 | 1 | -1/+6 |
* | screen: moved list_window mouse code to list_window.c | Max Kellermann | 2008-09-22 | 1 | -1/+2 |
* | playlist: removed "updated" flag | Max Kellermann | 2008-09-18 | 1 | -2/+3 |
* | screen: check MPD status only if connected | Max Kellermann | 2008-09-18 | 1 | -4/+7 |
* | screen: removed NULL check | Max Kellermann | 2008-09-18 | 1 | -2/+1 |
* | make several functions return void | Max Kellermann | 2008-09-17 | 1 | -4/+4 |
* | playlist: use playlist_get() instead of playlist_get_song() | Max Kellermann | 2008-09-17 | 1 | -2/+3 |
* | list_window: don't reset *highlight to 0 | Max Kellermann | 2008-09-17 | 1 | -1/+0 |
* | list_window: added list_window_center() | Max Kellermann | 2008-09-17 | 1 | -8/+3 |
* | screen: removed screen_functions.get_lw() | Max Kellermann | 2008-09-17 | 1 | -7/+0 |
* | replaced get_screen_X() with static screen_functions variable | Max Kellermann | 2008-09-17 | 1 | -19/+12 |
* | use GArray for playlist instead of GList | Max Kellermann | 2008-09-15 | 1 | -10/+10 |
* | fix unused parameter warnings | Max Kellermann | 2008-09-15 | 1 | -9/+10 |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 1 | -9/+10 |
* | fix shadow warnings | Max Kellermann | 2008-09-15 | 1 | -6/+6 |
* | include cleanup | Max Kellermann | 2008-09-15 | 1 | -7/+7 |
* | fix function prototypes | Max Kellermann | 2008-09-15 | 1 | -8/+11 |
* | const pointers | Max Kellermann | 2008-09-15 | 1 | -2/+2 |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 1 | -208/+184 |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 1 | -1/+1 |
* | Removed nested functions | Andreas Obergrusberger | 2007-08-26 | 1 | -66/+112 |
* | Dont include panel.h | Kalle Wallin | 2005-06-14 | 1 | -1/+0 |
* | Added a "hide cursor" feature #0000417 | Kalle Wallin | 2005-06-03 | 1 | -0/+13 |
* | Enable playlist saving on the browse screen | Kalle Wallin | 2005-02-13 | 1 | -5/+6 |
* | Fixed abort (Ctrl-G) handling in the save playlist prompt | Kalle Wallin | 2004-12-13 | 1 | -1/+2 |
* | Added a search screen | Kalle Wallin | 2004-11-15 | 1 | -1/+1 |
* | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 1 | -3/+4 |
* | Added basic ncurses mouse support | Kalle Wallin | 2004-07-02 | 1 | -0/+43 |
* | Make shure the list scrolls when moving a song | Kalle Wallin | 2004-07-02 | 1 | -0/+2 |
* | Removed the trim() function, using glib's g_strstrip() instead | Kalle Wallin | 2004-07-01 | 1 | -1/+1 |
* | Clear the main window on CMD_SCREEN_UPDATE | Kalle Wallin | 2004-06-22 | 1 | -0/+3 |
* | Added _utf8 suffix to all functions that take utf8 arguments. | Kalle Wallin | 2004-06-20 | 1 | -5/+1 |
* | Make shure the list window is repainted after a completion list is displayed | Kalle Wallin | 2004-06-19 | 1 | -6/+11 |
* | added type argument to gcmp_list_from_path() | Kalle Wallin | 2004-06-19 | 1 | -7/+47 |
* | Added a add command (for adding files or urls to the playlist) | Kalle Wallin | 2004-06-18 | 1 | -0/+78 |
* | libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() | Kalle Wallin | 2004-06-16 | 1 | -0/+1 |
* | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-... | Kalle Wallin | 2004-06-15 | 1 | -10/+46 |
* | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 2004-06-14 | 1 | -185/+70 |
* | Updated the get_title callback. | Kalle Wallin | 2004-06-09 | 1 | -2/+7 |
* | Display the the entire url when a streams metadata==NULL | Kalle Wallin | 2004-06-08 | 1 | -1/+1 |
* | Display stream names in the list window. | Kalle Wallin | 2004-06-07 | 1 | -2/+4 |
* | i18n - ncmpc is now bilingual (sv) | Kalle Wallin | 2004-06-06 | 1 | -1/+1 |
* | Added initial i18n support | Kalle Wallin | 2004-06-05 | 1 | -11/+7 |
* | Changed directory layout (for future use of gettext) | Kalle Wallin | 2004-06-05 | 1 | -0/+390 |