| Commit message (Expand) | Author | Files | Lines |
2008-09-15 | screen: moved code to paint_top_window2() | Max Kellermann | 1 | -68/+74 |
2008-09-15 | code style, indent with tabs | Max Kellermann | 1 | -792/+753 |
2008-09-15 | remove unused static functions | Max Kellermann | 1 | -1/+0 |
2007-02-16 | way too much stuff to describe here | Andreas Obergrusberger | 1 | -22/+26 |
2006-09-08 | multi liner ;) fixed segfault | Andreas Obergrusberger | 1 | -6/+5 |
2006-09-07 | due to bensonk's demand i added a splash screen. | Andreas Obergrusberger | 1 | -5/+10 |
2006-08-04 | the updated sources | Andreas Obergrusberger | 1 | -4/+18 |
2006-03-28 | typo | Kalle Wallin | 1 | -1/+1 |
2006-03-28 | unicode fixes from Dmitry Baryshkov/René van Bevern | Kalle Wallin | 1 | -7/+8 |
2006-01-16 | included patch from Jonathan Fors | Kalle Wallin | 1 | -4/+18 |
2005-06-15 | New configuraton option: screen-list | Kalle Wallin | 1 | -9/+50 |
2005-06-06 | Added an experimental artist (browser) screen | Kalle Wallin | 1 | -0/+15 |
2005-06-03 | seek-time can now be defined in the conf file | Kalle Wallin | 1 | -2/+2 |
2004-11-15 | Added a search screen | Kalle Wallin | 1 | -1/+16 |
2004-07-21 | Added debug code for #291 | Kalle Wallin | 1 | -3/+9 |
2004-07-21 | Initialize dummy/last mode id to G_MAXINT | Kalle Wallin | 1 | -1/+1 |
2004-07-13 | Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 1 | -50/+25 |
2004-07-13 | Crossfade time can now be definied in the rc file (crossfade-time) | Kalle Wallin | 1 | -91/+92 |
2004-07-13 | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 1 | -2/+2 |
2004-07-12 | Mouse support is now optional (enable-mouse) | Kalle Wallin | 1 | -1/+2 |
2004-07-12 | Added configure option --disable-raw-mode | Kalle Wallin | 1 | -0/+2 |
2004-07-02 | Added basic ncurses mouse support | Kalle Wallin | 1 | -1/+47 |
2004-06-22 | Clear the main window on CMD_SCREEN_UPDATE | Kalle Wallin | 1 | -0/+5 |
2004-06-20 | Added _utf8 suffix to all functions that take utf8 arguments. | Kalle Wallin | 1 | -1/+1 |
2004-06-16 | libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() | Kalle Wallin | 1 | -1/+1 |
2004-06-15 | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-... | Kalle Wallin | 1 | -2/+4 |
2004-06-14 | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 1 | -108/+80 |
2004-06-09 | Use the terminal in raw mode - ignore terminal control characters | Kalle Wallin | 1 | -51/+14 |
2004-06-06 | Added an optional clock screen :) | Kalle Wallin | 1 | -1/+20 |
2004-06-06 | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 1 | -8/+30 |
2004-06-06 | i18n - ncmpc is now bilingual (sv) | Kalle Wallin | 1 | -1/+5 |
2004-06-05 | Added initial i18n support | Kalle Wallin | 1 | -39/+30 |
2004-06-05 | Addded support for the mpd update command (CMD_DB_UPDATE) | Kalle Wallin | 1 | -1/+13 |
2004-06-05 | Changed directory layout (for future use of gettext) | Kalle Wallin | 1 | -11/+37 |
2004-05-07 | Redesigned ncmpc's color support | Kalle Wallin | 1 | -95/+113 |
2004-05-03 | The background color can now be assigned to 'none' (use the current color). | Kalle Wallin | 1 | -2/+1 |
2004-04-23 | Use wattroff after painting the top line. | Kalle Wallin | 1 | -0/+3 |
2004-04-22 | Fix that keeps the cursor hidden on aterm/Eterm when the terminal is resized. | Kalle Wallin | 1 | -1/+5 |
2004-04-21 | Fixed resize handling (SIGWINCH). | Kalle Wallin | 1 | -3/+53 |
2004-04-21 | Display the target time when seeking. | Kalle Wallin | 1 | -1/+4 |
2004-04-21 | Added support for seek,crossfade. | Kalle Wallin | 1 | -36/+113 |
2004-04-19 | Major cleanup. The goal of this is to simplify addition of "screens". | Kalle Wallin | 1 | -103/+146 |
2004-04-14 | Use get_key_names() for the keys displayed in the welcome message. | Kalle Wallin | 1 | -3/+3 |
2004-04-06 | Replaced F1,F2,F3 with 1,2,3. | Kalle Wallin | 1 | -3/+3 |
2004-04-06 | Added a welcome message (help). | Kalle Wallin | 1 | -4/+28 |
2004-04-05 | Added support for (auto) center/focus playlists. | Kalle Wallin | 1 | -2/+23 |
2004-03-31 | Moved cursor to main window (selected_row,0) when idle. | Kalle Wallin | 1 | -1/+6 |
2004-03-31 | Moved cursor to main window (selected_row,0) when idle. | Kalle Wallin | 1 | -1/+1 |
2004-03-28 | We now allocate and free memory with glib | Kalle Wallin | 1 | -5/+5 |
2004-03-28 | Moved cursor to main window (0,0) when idle | Kalle Wallin | 1 | -1/+3 |