Code

disable more features with --enable-mini
[ncmpc.git] / src / screen_play.c
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
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2007-08-26 Andreas ObergrusbergerRemoved nested functions
2005-06-14 Kalle WallinDont include panel.h
2005-06-03 Kalle WallinAdded a "hide cursor" feature #0000417
2005-02-13 Kalle WallinEnable playlist saving on the browse screen
2004-12-13 Kalle WallinFixed abort (Ctrl-G) handling in the save playlist...
2004-11-15 Kalle WallinAdded a search screen
2004-07-13 Kalle WallinUse glib's str functions (g_strlcat, g_strlcpy, g_snpri...
2004-07-02 Kalle WallinAdded basic ncurses mouse support
2004-07-02 Kalle WallinMake shure the list scrolls when moving a song
2004-07-01 Kalle WallinRemoved the trim() function, using glib's g_strstrip...
2004-06-22 Kalle WallinClear the main window on CMD_SCREEN_UPDATE
2004-06-20 Kalle WallinAdded _utf8 suffix to all functions that take utf8...
2004-06-19 Kalle WallinMake shure the list window is repainted after a complet...
2004-06-19 Kalle Wallinadded type argument to gcmp_list_from_path()
2004-06-18 Kalle WallinAdded a add command (for adding files or urls to the...
2004-06-16 Kalle Wallinlibmpdclient updated (r1507) - added path to mpdclient_...
2004-06-15 Kalle Wallingit-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497...
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-09 Kalle WallinUpdated the get_title callback.
2004-06-08 Kalle WallinDisplay the the entire url when a streams metadata...
2004-06-07 Kalle WallinDisplay stream names in the list window.
2004-06-06 Kalle Wallini18n - ncmpc is now bilingual (sv)
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)