Code

ncmpc version 0.13
[ncmpc.git] / src /
2009-01-07 Max Kellermannlibmpdclient: fix shadow warnings
2009-01-06 Max Kellermannscreen_browser: removed "OLD_ADD" code
2009-01-06 Max Kellermannremoved newline from translatable strings
2009-01-06 Max Kellermanncommand: check_key_bindings() returns message without...
2009-01-03 Fredrik Lankermatch: enable regular expressions when using find
2009-01-01 Paul Collinsadded option to disable the status line clock display
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermannadded comments for translators
2008-12-25 Max Kellermanncommand: renamed "Update screen" to "Refresh screen"
2008-12-25 Max Kellermannsimplified translation strings
2008-12-25 Max Kellermannscreen_help: removed "bold" marker from "MOVE_UP" line
2008-12-25 Max Kellermannconf: improved error messages
2008-12-25 Max Kellermannconf: simplified parse_key_value()
2008-12-25 Max Kellermannconf: don't pass length to parse_key_value()
2008-12-25 Max Kellermannconf: optimized parse_color() with strchr()
2008-12-25 Max Kellermannconf: use GLib's string stripping functions
2008-12-25 Max Kellermannconf: use buffered I/O for reading the config file
2008-12-25 Max Kellermannconf: don't free filename in read_rc_file()
2008-12-25 Max Kellermannconf: moved code to parse_line()
2008-12-25 Max Kellermannconf: simplified translation strings
2008-12-25 Max Kellermannconfigure.ac: added --disable-multibyte
2008-12-25 Max Kellermannshow translator credits
2008-12-25 Max Kellermanninitialize NLS without locale support
2008-12-25 Max Kellermannconfigure.ac: added --disable-locale option
2008-12-25 Max Kellermanni18n: don't use locale.h
2008-12-17 Qball CowRename variable sun as it is predefined (to 1) on...
2008-12-12 Max Kellermannscreen_lyrics: use screen_text
2008-12-12 Max Kellermannscreen_text: new library for displaying large texts
2008-12-12 Max Kellermannscreen_lyrics: disabled _GNU_SOURCE
2008-12-12 Max Kellermannlyrics: return plugin_cycle struct
2008-12-12 Max Kellermannlyrics: use the new plugin library
2008-12-12 Max Kellermannplugin: new plugin library
2008-12-12 Max Kellermannlyrics: free lyrics_loader struct in lyrics_free()
2008-12-12 Max Kellermannmain: deinitialize lyrics library
2008-12-12 Max Kellermannlyrics: g_new() cannot fail, don't check
2008-12-10 Max Kellermanncommand: disable check_key_bindings() with --enable...
2008-12-10 Max Kellermannmatch: case sensitive search with --enable-mini
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-10 Max Kellermannsupport: removed fallback strcasestr() implementation
2008-12-10 Max Kellermannmatch: use g_utf8_casefold() in match_line()
2008-12-10 Max Kellermannlist_window: moved string matching to match.h
2008-12-10 Max Kellermannscreen: use print_hotkey() for the output screen tab
2008-12-08 Max Kellermannsupport: don't declare strcasestr() if provided by...
2008-12-07 Sebastian Harloptions: Include all build options in version output.
2008-12-06 Max Kellermannadded missing copyright headers
2008-12-05 Mikael Svantessonscreen_outputs: new screen to control MPD's output...
2008-12-05 Max Kellermannsreen_play: fixed the g_completion_set_compare() callba...
2008-12-05 Max Kellermannscreen_song: make the variable "current" static
2008-12-04 Max Kellermannscreen: fixed "screen too small" typo
2008-12-01 Max Kellermannscreen_play: fix scrolling in auto-center mode
2008-11-30 Max Kellermannscreen_help: added the artist screen hotkey
2008-11-30 Max Kellermannscreen_help: added CMD_VIEW
2008-11-30 Max Kellermannscreen: don't show disabled help screen in screen list
2008-11-30 Max Kellermannscreen_search: use filelist_new() instead of g_malloc0()
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-27 Max Kellermannlist_window: fixed endless loop in non-wrapped search
2008-11-25 Max Kellermannscreen_artist: fixes for the ncmpc-mini build
2008-11-25 Max Kellermannncmpc-mini: disable scrolling
2008-11-25 Max Kellermannpo: improved translatable strings for easier translation
2008-11-25 Max Kellermannscreen: simplify screen list strings
2008-11-25 Max Kellermannlist_window: reset cursor when list is empty
2008-11-25 Max Kellermannscreen_lyrics: reset cursor when the song changes
2008-11-24 Max Kellermannremoved gcc.h
2008-11-24 Thomas Jansenscreen_search.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-24 Thomas Jansenscreen_play.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-24 Thomas Jansenscreen_lyrics.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-24 Thomas Jansenscreen_keydef.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-24 Thomas Jansenscreen_help.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-24 Thomas Jansenscreen_file.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-24 Thomas Jansenscreen_browser.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-24 Thomas Jansenscreen_artist.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-24 Thomas Jansenmain.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-24 Thomas Jansenlyrics.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-23 Max Kellermannlirc: use GLib's G_GNUC_UNUSED instead of mpd_unused
2008-11-21 Matt Portasscreen_play: scroll long song names in the playlist
2008-11-19 Max Kellermannscreen_search: don't include ncurses.h directly
2008-11-18 Max Kellermannscreen_song: support CMD_SCREEN_LYRICS
2008-11-18 Max Kellermannscreen_song: free the song pointer
2008-11-18 Max Kellermannscreen_lyrics: support CMD_VIEW
2008-11-18 Max Kellermannscreen_song: include cleanup
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 Kellermannlibmpdclient: converted MPD_ERROR_ constants to enum
2008-11-18 Max Kellermannlibmpdclient: convert MPD_ACK_ constants to enum
2008-11-18 Max Kellermanncommand: change 'locate' default hotkey to 'G'
2008-11-18 Max Kellermannscreen_browser: always declare variable "entry"
2008-11-18 Max Kellermannscreen: method cmd() returns bool
2008-11-18 Max Kellermannncu: include config.h, fix mouse and color support
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
2008-11-18 Max Kellermannscreen_lyrics: duplicate current song
2008-11-18 Max Kellermannscreen_{file,artist,search}: repaint only if screen...
2008-11-18 Max Kellermannfilelist: filelist_find_song() returns position instead...
2008-11-18 Max Kellermannscreen_browser: eliminated local variable "entity"
2008-11-18 Max Kellermannscreen_browser: check if filelist is set
2008-11-18 Max Kellermannscreen_browser: use bool for return values
2008-11-18 Max Kellermannscreen_lyrics: added gettext markers
2008-11-17 Max KellermannMakefile.am: added screen_play.h to $(ncmpc_headers)
2008-11-17 Max Kellermannscreen_utils: check for NULL password
next