Code

ncmpc.git
2008-12-05 Max Kellermannncmpc version 0.12 release-0.12 v0.12
2008-12-05 Max Kellermannadded build test script "test.sh"
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-05 Max KellermannMakefile.am: distribute the lyrics plugins even when...
2008-12-05 Max Kellermannconfigure.ac: disable color terminal support with ...
2008-12-05 Max Kellermannconfigure.ac: disable the artist screen with --enable...
2008-12-05 Max Kellermannm4: removed unused scripts
2008-12-05 Max Kellermannadded .gitignore
2008-12-04 László Áshinpo: added Hungarian translation
2008-12-04 Max Kellermannscreen: fixed "screen too small" typo
2008-12-04 Max Kellermannlyrics: include the lyrics plugins in the dist tarball
2008-12-04 Jozef Rihapo: updated Slovak translation
2008-12-03 Johám-Luís... po: updated Galician translation
2008-12-03 Johám-Luís... po: updated Spanish translation
2008-12-03 Max Kellermannpo: regenerated ncmpc.pot
2008-12-02 Max Kellermannpo: updated German translation
2008-12-02 Max Kellermannm4: imported progtest.m4 from gettext
2008-12-02 Max Kellermannpo: fixed C format error in the French translation
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-28 Max Kellermannncmpc version 0.12~beta2 v0.12_beta2
2008-11-27 Yann Cézardpo: updated French translation
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-27 Max Arnoldpo: updated Russian translation
2008-11-26 Max Arnoldpo: updated Russian translation
2008-11-26 Max Kellermannpo: added screen_song.c to POTFILES.in
2008-11-25 Johám-Luís... po: updated Galician translation
2008-11-25 Johám-Luís... po: updated Spanish translation
2008-11-25 Jozef Rihapo: updated Slovak translation
2008-11-25 Max Kellermannncmpc version 0.12~beta1 v0.12_beta1
2008-11-25 Max KellermannNEWS update for 0.12~beta1
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: updated German translation
2008-11-25 Max Kellermannpo: removed translations which are obviously wrong
2008-11-25 Max Kellermannpo: merged new strings in all languages
2008-11-25 Max Kellermannpo: enabled Slovakian translation
2008-11-25 Max Kellermannpo: regenerated ncmpc.pot
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 Monika Brinkertpo: updated Spanish translation
2008-11-19 Monika Brinkertpo: updated German translation
2008-11-19 Monika Brinkertpo: updated PO template
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-18 Max Arnoldpo: updated russian translation
2008-11-17 Max Kellermannncmpc version 0.12~alpha1 v0.12_alpha1
2008-11-17 Max KellermannREADME: updated links, new home page
2008-11-17 Max Kellermannconfigure.ac: enable color support by default
2008-11-17 Max KellermannMakefile.am: removed superfluous $(docdir) variable
2008-11-17 Max Kellermannremoved ChangeLog, added release dates to NEWS
2008-11-17 Max KellermannREADME, TODO: removed outdated documentation
2008-11-17 Max KellermannINSTALL: mention C99 compiler requirements
2008-11-17 Max KellermannINSTALL: replaced generic instructions
2008-11-17 Max KellermannNEWS update for 0.12~alpha1
2008-11-17 Max Kellermannconfigure.ac: enable artist screen by default
2008-11-17 Max KellermannMakefile.am: added screen_play.h to $(ncmpc_headers)
2008-11-17 Max Kellermannpo: regenerated ncmpc.pot
2008-11-17 Max Kellermannpo: updated POTFILES.in
2008-11-17 Max Arnoldpo: improved russian translation
next