| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | French translation updated | Kalle Wallin | 2005-01-20 | 1 | -134/+209 |
* | French translation from Yann Cézard | Kalle Wallin | 2005-01-20 | 2 | -2/+612 |
* | libmpdclient update | Avuton Olrich | 2005-01-19 | 2 | -2/+106 |
* | Stavning/Spelling | Kalle Wallin | 2005-01-05 | 1 | -1/+1 |
* | po files updated | Kalle Wallin | 2005-01-05 | 5 | -53/+53 |
* | Removed C++ style declarations from enqueue_and_play() | Kalle Wallin | 2005-01-04 | 1 | -1/+2 |
* | Updated NEWS | Kalle Wallin | 2005-01-03 | 1 | -0/+20 |
* | Mark the search screen as experimental and disable it by default | Kalle Wallin | 2005-01-03 | 1 | -3/+3 |
* | po updates for 0.11.1 | Kalle Wallin | 2005-01-03 | 5 | -323/+463 |
* | TODO updated | Kalle Wallin | 2005-01-03 | 1 | -11/+8 |
* | Added Russian translations from Nikolay Pavlov | Kalle Wallin | 2005-01-03 | 3 | -3/+691 |
* | Bugfix from Niko Tyni, survive select and mouse operations on empty list | Kalle Wallin | 2004-12-19 | 1 | -2/+12 |
* | Bugfix from Niko Tyni, survive find operations on empty search results | Kalle Wallin | 2004-12-19 | 1 | -0/+3 |
* | Bugfix from Niko Tyni, find operation with wrap turned on in an empty list | Kalle Wallin | 2004-12-19 | 1 | -0/+5 |
* | Added svn checkout information | Kalle Wallin | 2004-12-13 | 1 | -3/+9 |
* | Fixed abort (Ctrl-G) handling in the save playlist prompt | Kalle Wallin | 2004-12-13 | 2 | -1/+8 |
* | %time% format fix from Aurelien Foret (use %02d for seconds) | Kalle Wallin | 2004-12-09 | 1 | -1/+1 |
* | Added a search screen | Kalle Wallin | 2004-11-15 | 24 | -305/+946 |
* | Added debug code for #291 | Kalle Wallin | 2004-07-21 | 1 | -3/+9 |
* | Initialize dummy/last mode id to G_MAXINT | Kalle Wallin | 2004-07-21 | 2 | -2/+8 |
* | Dont lookup key if key==0 in find_key_command() | Kalle Wallin | 2004-07-21 | 1 | -1/+1 |
* | ¡Español! | Kalle Wallin | 2004-07-21 | 3 | -2/+612 |
* | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 12 | -114/+118 |
* | Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 1 | -50/+25 |
* | Moved definitions from screen.h to ncmpc.h | Kalle Wallin | 2004-07-13 | 2 | -8/+10 |
* | Crossfade time can now be definied in the rc file (crossfade-time) | Kalle Wallin | 2004-07-13 | 8 | -107/+116 |
* | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 2004-07-13 | 12 | -57/+98 |
* | Mouse support is now optional (enable-mouse) | Kalle Wallin | 2004-07-12 | 6 | -24/+17 |
* | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 2004-07-12 | 5 | -3/+38 |
* | Added SIGCONT handler | Kalle Wallin | 2004-07-12 | 1 | -2/+18 |
* | Added configure option --disable-raw-mode | Kalle Wallin | 2004-07-12 | 2 | -0/+14 |
* | Hide the cursor on the help screen (#247) | Kalle Wallin | 2004-07-12 | 4 | -13/+67 |
* | Removed support for the old configuration syntax | Kalle Wallin | 2004-07-12 | 2 | -83/+3 |
* | Fixed short option handling for multiple short options at once (-abcde) | Kalle Wallin | 2004-07-12 | 3 | -20/+30 |
* | Updated version to 0.11.0 | Kalle Wallin | 2004-07-09 | 1 | -1/+1 |
* | Updated version to 0.11.0 | Kalle Wallin | 2004-07-09 | 4 | -9/+10 |
* | German language updates from Mark Reidel | Kalle Wallin | 2004-07-08 | 2 | -19/+19 |
* | The keys.sample file is back | Kalle Wallin | 2004-07-08 | 4 | -2/+147 |
* | display a warning when NLS is disabled by AM_GLIB_GNU_GETTEXT | Kalle Wallin | 2004-07-06 | 3 | -1/+14 |
* | Added german translations from Ogig | Kalle Wallin | 2004-07-03 | 6 | -115/+712 |
* | Replaced the time_t type with glibs GTime | Kalle Wallin | 2004-07-03 | 2 | -5/+6 |
* | Cleaned up the conf debug code | Kalle Wallin | 2004-07-03 | 1 | -7/+2 |
* | Replaced the debug macro with a function | Kalle Wallin | 2004-07-03 | 3 | -2/+20 |
* | Ignore mouse events in wreadln, screen_getch | Kalle Wallin | 2004-07-03 | 2 | -4/+15 |
* | Added basic ncurses mouse support | Kalle Wallin | 2004-07-02 | 8 | -3/+141 |
* | Make shure the list scrolls when moving a song | Kalle Wallin | 2004-07-02 | 1 | -0/+2 |
* | Fixed the plchanges code | Kalle Wallin | 2004-07-02 | 1 | -58/+25 |
* | improved error handling in the argv parser | Kalle Wallin | 2004-07-02 | 3 | -27/+79 |
* | Removed popt code/dependency | Kalle Wallin | 2004-07-01 | 4 | -121/+235 |
* | Removed the trim() function, using glib's g_strstrip() instead | Kalle Wallin | 2004-07-01 | 3 | -22/+1 |