aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-18screen: check MPD status only if connectedMax Kellermann1-0/+3
2008-09-18screen: removed empty methodsMax Kellermann1-6/+0
2008-09-17browse: when deselecting, don't search twiceMax Kellermann1-1/+1
2008-09-17make several functions return voidMax Kellermann1-4/+4
2008-09-17list_window: don't reset *highlight to 0Max Kellermann1-1/+0
2008-09-17screen: removed screen_functions.get_lw()Max Kellermann1-7/+0
2008-09-17replaced get_screen_X() with static screen_functions variableMax Kellermann1-19/+12
2008-09-15fix unused parameter warningsMax Kellermann1-8/+12
2008-09-15use size_t and unsigned integersMax Kellermann1-2/+2
2008-09-15fix shadow warningsMax Kellermann1-50/+51
2008-09-15include cleanupMax Kellermann1-6/+6
2008-09-15fix function prototypesMax Kellermann1-2/+2
2008-09-15const pointersMax Kellermann1-3/+3
2008-09-15code style, indent with tabsMax Kellermann1-606/+550
2008-09-15remove unused static functionsMax Kellermann1-1/+1
2007-11-30make item highlighiting more appropriateAndreas Obergrusberger1-4/+1
2007-11-30cmd_select_all addedAndreas Obergrusberger1-0/+83
2006-11-11Daniel rocked the houseAndreas Obergrusberger1-3/+6
2006-11-08go to root/parent dir key addedAndreas Obergrusberger1-8/+27
2006-10-05you can specify %shortalbum% for playlist song markup, parent directory is sh...Andreas Obergrusberger1-1/+14
2006-08-12spelling fixes by avutonAndreas Obergrusberger1-1/+1
2006-08-05translation updates, template and german. another little build fixAndreas Obergrusberger1-1/+1
2006-01-16included patch from Jonathan ForsKalle Wallin1-1/+5
2005-06-14Moved list window state code to list_window.cKalle Wallin1-43/+6
2005-02-13Enable playlist saving on the browse screenKalle Wallin1-0/+23
2005-01-04Removed C++ style declarations from enqueue_and_play()Kalle Wallin1-1/+2
2004-12-19Bugfix from Niko Tyni, survive select and mouse operations on empty listKalle Wallin1-2/+12
2004-11-15Added a search screenKalle Wallin1-23/+58
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-7/+8
2004-07-02Added basic ncurses mouse supportKalle Wallin1-0/+33
2004-06-22Clear the main window on CMD_SCREEN_UPDATEKalle Wallin1-0/+3
2004-06-22added screen_bell() for optional audible/visible bellsKalle Wallin1-1/+1
2004-06-20Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin1-5/+5
2004-06-20let mpd add directories (just send the path)Kalle Wallin1-0/+13
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin1-0/+15
2004-06-15git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin1-3/+3
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-145/+251
2004-06-09Updated the get_title callback.Kalle Wallin1-5/+6
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin1-5/+1
2004-06-05Added initial i18n supportKalle Wallin1-9/+11
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-04-22Changed the way songs are added/deleted from playlist (#0000220).Kalle Wallin1-13/+11
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-0/+10
2004-04-19Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin1-70/+127
2004-04-14Force curses repaint the status window when adding directories (doupdate).Kalle Wallin1-0/+1
2004-03-28We now allocate and free memory with glibKalle Wallin1-16/+16
2004-03-28Distinguish directories, music and playlists with <d>,<m> and <p>.Kalle Wallin1-4/+25
2004-03-27Added update command.Kalle Wallin1-1/+5
2004-03-27Added delete playlist feature.Kalle Wallin1-4/+56
2004-03-26Replaced wrefresh() with wnoutrefresh().Kalle Wallin1-2/+2