Code

disable more features with --enable-mini
[ncmpc.git] / src / screen_file.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 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
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2007-11-30 Andreas Obergrusbergermake item highlighiting more appropriate
2007-11-30 Andreas Obergrusbergercmd_select_all added
2006-11-11 Andreas ObergrusbergerDaniel rocked the house
2006-11-08 Andreas Obergrusbergergo to root/parent dir key added
2006-10-05 Andreas Obergrusbergeryou can specify %shortalbum% for playlist song markup...
2006-08-12 Andreas Obergrusbergerspelling fixes by avuton
2006-08-05 Andreas Obergrusbergertranslation updates, template and german. another littl...
2006-01-16 Kalle Wallinincluded patch from Jonathan Fors
2005-06-14 Kalle WallinMoved list window state code to list_window.c
2005-02-13 Kalle WallinEnable playlist saving on the browse screen
2005-01-04 Kalle WallinRemoved C++ style declarations from enqueue_and_play()
2004-12-19 Kalle WallinBugfix from Niko Tyni, survive select and mouse operati...
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-06-22 Kalle WallinClear the main window on CMD_SCREEN_UPDATE
2004-06-22 Kalle Wallinadded screen_bell() for optional audible/visible bells
2004-06-20 Kalle WallinAdded _utf8 suffix to all functions that take utf8...
2004-06-20 Kalle Wallinlet mpd add directories (just send the path)
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-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)