Code

screen_*: eliminate redundant wrefresh() calls
[ncmpc.git] / src / screen_file.c
2017-03-20 Max Kellermannscreen_*: eliminate redundant wrefresh() calls
2017-03-17 Max Kellermannupdate copyright year
2014-05-28 Simon ArlottImplement a search-format configuration option (Mantis...
2013-11-08 Max Kellermann*: make variables more local
2011-12-22 Jonathan Neuschäferuse screen_get_yesno
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-22 Jonathan Neuschäferrename screen_message to screen_status
2011-11-14 Jonathan Neuschäferuse mpdclient_finish_command at the obvious places
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-11-03 Romain Bignonuse MPD_IDLE_QUEUE instead of deprecated MPD_IDLE_PLAYL...
2009-10-29 Max KellermannMerge branch 'master' of git://git.musicpd.org/jefromi...
2009-10-28 Thomas Jansenscreen_browse: make screen_browser_sync_highlights...
2009-10-27 Thomas Jansenscreen_file: sync highlights in screen_file_open
2009-10-17 Max Kellermanncheck the return value of mpdclient_get_connection()
2009-10-17 Max Kellermannscreen_file: return void from handle_X() functions
2009-10-17 Max Kellermannscreen_file: always set new list_window length
2009-10-11 Max Kellermannrenamed screen_play.c to screen_queue.c
2009-10-10 Max Kellermannscreen_browser: added wrapper function screen_browser_p...
2009-10-10 Max Kellermannlist_window: removed selected_start, selected_end
2009-10-10 Max Kellermannlist_window: added function list_window_resize()
2009-10-10 Max Kellermannlist_window: added attribute "length"
2009-10-09 Max Kellermannlist_window: splitted function list_window_set_selected()
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-03 Max Kellermannscreen_file: don't use mpdclient_filelist_get()
2009-10-01 Max Kellermannscreen_file: check connection in screen_file_cmd()
2009-10-01 Max Kellermannmpdclient: removed several functions
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-10-01 Max Kellermannscreen: moved screen_interface externs to each screen...
2009-09-30 Max Kellermannscreen_browser: pass playlist object to sync_highlights()
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-30 Max Kellermannscreen_file: renamed internal functions
2009-09-30 Max Kellermannmoved screen_file_goto_song() prototype to screen_file.h
2009-09-30 Max Kellermannscreen_file: use idle events instead of playlist/browse...
2009-09-30 Max Kellermannmpdclient: mpdclient_filelist_get() returns NULL on...
2009-09-30 Max Kellermannscreen_utils: don't pass WINDOW to screen_readln()
2009-09-29 Max Kellermannscreen_file: moved update code to screen_client.c
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-13 Max Kellermannscreen_file: splitted file_change_directory()
2009-09-13 Max Kellermannscreen_browser: browser_get_selected_X() returns const...
2009-09-13 Max Kellermannfilelist: removed "path" attribute
2009-09-13 Max Kellermannscreen_browser: browser_change_directory() to screen_file.c
2009-06-12 Max Kellermannmpdclient: tweak updatingdb in mpdclient.c
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-03-03 Romain Bignonfixed crash while saving a playlist
2009-02-10 Romain Bignonsupport multiple lines selection
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermannadded comments for translators
2008-12-25 Max Kellermannsimplified translation strings
2008-11-25 Max Kellermannpo: improved translatable strings for easier translation
2008-11-24 Thomas Jansenscreen_file.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-18 Max Kellermannscreen: method cmd() returns bool
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
2008-11-18 Max Kellermannscreen_{file,artist,search}: repaint only if screen...
2008-11-07 Max Kellermannmpdclient: removed _utf8 suffix from function names
2008-11-07 Max Kellermannmpdclient: expect UTF-8 strings
2008-11-07 Max Kellermannscreen_file: optimized title formula
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 Kellermannremoved KEY_RESIZE
2008-10-03 Max Kellermannlist_window: remove list_window_state_t
2008-10-03 Max Kellermannuse g_basename() instead of basename()
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannremoved the debugging function D()
2008-10-02 Max Kellermannscreen_browser: added browser_cmd()
2008-10-01 Max Kellermannscreen_file: set highlights after screen update
2008-09-25 Max Kellermannscreen_browser: added hotkey for adding song
2008-09-25 Max Kellermannscreen: replaced get_cur_mode_id() with screen_is_visible()
2008-09-25 Max Kellermannscreen_file: removed update() method
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-22 Max Kellermannscreen: simplified CMD_SCREEN_UPDATE handlers
2008-09-22 Max Kellermannscreen: don't set list_window->repaint
2008-09-21 Max Kellermannbrowser: check if the selection is valid
2008-09-19 Max Kellermannfilelist: provide more functions for working with a...
2008-09-19 Max Kellermannfilelist: drop "mpdclient" prefix
2008-09-18 Max Kellermannscreen_browser: moved code to browser_playlist_changed()
2008-09-18 Max Kellermannscreen_browser: moved code to screen_browser.c
2008-09-18 Max Kellermannscreen_browser: added struct screen_browser
2008-09-18 Max Kellermannrenamed screen_browse.h to screen_browser.h
2008-09-18 Max Kellermanncode style, indent with tabs VI
2008-09-17 Max Kellermannscreen: check MPD status only if connected
2008-09-17 Max Kellermannscreen: removed empty methods
2008-09-17 Max Kellermannbrowse: when deselecting, don't search twice
2008-09-17 Max Kellermannmake several functions return void
2008-09-17 Max Kellermannlist_window: don't reset *highlight to 0
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 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
next