Code

screen: moved screen_interface externs to each screen header
[ncmpc.git] / src / screen_play.c
2009-10-01 Max Kellermannscreen: moved screen_interface externs to each screen...
2009-09-30 Max Kellermannscreen_play: use mpd_cmd_delete_range()
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-30 Max Kellermannmpdclient: added function mpdclient_get_current_song()
2009-09-30 Max Kellermannscreen_play: query status.id instead of song.id
2009-09-30 Max Kellermannmoved screen_file_goto_song() prototype to screen_file.h
2009-09-30 Max Kellermannscreen_play: use idle events instead of playlist_callback
2009-09-30 Max Kellermannscreen_play: remember the id of the selected song
2009-09-30 Max Kellermannscreen_play: added helper function playlist_selected_song()
2009-09-30 Max Kellermannscreen_play: fixed list_window.range_selection usage
2009-09-30 Max Kellermannscreen_utils: don't pass WINDOW to screen_readln()
2009-09-29 Max Kellermannscreen_play: repaint on playlist change
2009-09-29 Max Kellermannscreen_play: simplified function playlist_save()
2009-09-29 Max Kellermannplaylist: pass struct mpdclient_playlist to functions
2009-09-28 Max Kellermannscreen_play: repaint hscrolling only if selected item...
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-21 Max Kellermannscreen_play: fix "unused" warning on NCMPC_MINI
2009-09-14 Max Kellermannscreen_play: another missing second_column NULL check
2009-09-13 Thomas Jansenscreen_play: fix segfault during search
2009-09-11 Thomas Jansenupdate lyrics screen when a new song starts
2009-09-10 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-09-04 Patrick Hallenscreen_play: Fixed the scrolling in the playlist screen.
2009-07-08 Max Kellermannscreen_play: use "idx" instead of "song->pos"
2009-07-08 Max Kellermannscreen_play: fix duration "0:-1"
2009-07-08 Max Kellermannscreen_play: moved g_strdup_printf() call to format_dur...
2009-06-14 Romain Bignondisplay songs time in playlist
2009-04-24 Jeffrey Middletonscreen_play: added CMD_SELECT_PLAYING
2009-04-17 Jeffrey Middletonscreen_play: make center_playing_item aware of scroll...
2009-03-26 Romain Bignonrenamed visual selection to range selection
2009-03-23 Jeffrey Middletonscreen swap works with song/lyrics screens
2009-03-13 Patrick HallenMake it possible to switch to the song viewer from...
2009-03-10 Jeffrey MiddletonCenter the cursor on a second Ctrl-L
2009-03-05 Jeffrey Middletonscreen_play: Changed selection movement on center-playi...
2009-03-05 Jeffrey Middletonscreen_play: Disable auto-center while in visual select...
2009-02-15 jefromiscreen_play: move selection when moving a single song...
2009-02-13 Romain Bignonuse the new mpd shufflerange command.
2009-02-12 Patrick HallenRemoved colons to simplify translation.
2009-02-11 Patrick Hallenscreen_play: Added the jump command to the playlist...
2009-02-10 Romain Bignoncan shuffle selected list
2009-02-10 Romain Bignonsupport multiple lines selection
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-10 Max Kellermannhscroll: don't compile source in ncmpc-mini mode
2008-12-10 Max Kellermannsupport: renamed source to hscroll.c
2008-12-05 Max Kellermannsreen_play: fixed the g_completion_set_compare() callba...
2008-12-01 Max Kellermannscreen_play: fix scrolling in auto-center mode
2008-11-27 Max Kellermannlist_window: converted "flags" to one "bool" variable
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-25 Max Kellermannncmpc-mini: disable scrolling
2008-11-25 Max Kellermannpo: improved translatable strings for easier translation
2008-11-24 Thomas Jansenscreen_play.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-21 Matt Portasscreen_play: scroll long song names in the playlist
2008-11-18 Max Kellermannscreen_song: check CMD_VIEW only if song screen is...
2008-11-18 Max Kellermannscreen_song: new screen which views song information
2008-11-18 Max Kellermannscreen: method cmd() returns bool
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
2008-11-07 Max Kellermannwreadln: return NULL instead of empty string
2008-11-07 Max Kellermannmpdclient: expect UTF-8 strings
2008-11-07 Max Kellermannscreen_play: free the wreadln() return value
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-10-06 Max Kellermanninclude ncursesw/ncurses.h if available
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-03 Max Kellermannscreen: don't pass mpdclient pointer to method paint()
2008-10-03 Max Kellermannscreen_play: remember playlist
2008-10-02 Max Kellermannremoved LIST_FORMAT, STATUS_FORMAT
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannremoved the debugging function D()
2008-10-02 Max Kellermannscreen_lyrics: add screen_lyrics_switch()
2008-09-28 Max Kellermannscreen_play: no song means id=-1
2008-09-28 Max Kellermannscreen_play: repaint highlight when mpd starts playing
2008-09-26 Max Kellermannscreen_play: repaint if current song has changed
2008-09-25 Max Kellermannscreen: replaced get_cur_mode_id() with screen_is_visible()
2008-09-25 Max Kellermannscreen: don't pass screen pointer to method update()
2008-09-25 Max Kellermannscreen_play: hide cursor with a timer
2008-09-25 Max Kellermannscreen_playlist: don't repaint in update()
2008-09-25 Max Kellermannscreen: don't pass screen pointer to method paint()
2008-09-25 Max Kellermannscreen: don't call wrefresh() in methods paint() and...
2008-09-25 Max Kellermannlist_window: removed property "clear"
2008-09-25 Max Kellermanncode style, indent with tabs X
2008-09-23 Max Kellermannscreen_play: use list_window_check_selected()
2008-09-22 Max Kellermannscreen: simplified CMD_SCREEN_UPDATE handlers
2008-09-22 Max Kellermannscreen: don't set list_window->repaint
2008-09-22 Max Kellermannscreen: moved input_timestamp to screen_play.c
2008-09-22 Max Kellermannscreen: moved list_window mouse code to list_window.c
2008-09-17 Max Kellermannplaylist: removed "updated" flag
2008-09-17 Max Kellermannscreen: check MPD status only if connected
2008-09-17 Max Kellermannscreen: removed NULL check
2008-09-17 Max Kellermannmake several functions return void
2008-09-17 Max Kellermannplaylist: use playlist_get() instead of playlist_get_song()
2008-09-17 Max Kellermannlist_window: don't reset *highlight to 0
2008-09-17 Max Kellermannlist_window: added list_window_center()
2008-09-17 Max Kellermannscreen: removed screen_functions.get_lw()
2008-09-17 Max Kellermannreplaced get_screen_X() with static screen_functions...
2008-09-15 Max Kellermannuse GArray for playlist instead of GList
2008-09-15 Max Kellermannfix unused parameter warnings
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermannfix shadow warnings
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
next