index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
screen_file.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-18
screen_browser: moved code to browser_playlist_changed()
Max Kellermann
1
-17
/
+1
2008-09-18
screen_browser: moved code to screen_browser.c
Max Kellermann
1
-468
/
+8
2008-09-18
screen_browser: added struct screen_browser
Max Kellermann
1
-57
/
+57
2008-09-18
renamed screen_browse.h to screen_browser.h
Max Kellermann
1
-1
/
+1
2008-09-18
code style, indent with tabs VI
Max Kellermann
1
-65
/
+61
2008-09-18
screen: check MPD status only if connected
Max Kellermann
1
-0
/
+3
2008-09-18
screen: removed empty methods
Max Kellermann
1
-6
/
+0
2008-09-17
browse: when deselecting, don't search twice
Max Kellermann
1
-1
/
+1
2008-09-17
make several functions return void
Max Kellermann
1
-4
/
+4
2008-09-17
list_window: don't reset *highlight to 0
Max Kellermann
1
-1
/
+0
2008-09-17
screen: removed screen_functions.get_lw()
Max Kellermann
1
-7
/
+0
2008-09-17
replaced get_screen_X() with static screen_functions variable
Max Kellermann
1
-19
/
+12
2008-09-15
fix unused parameter warnings
Max Kellermann
1
-8
/
+12
2008-09-15
use size_t and unsigned integers
Max Kellermann
1
-2
/
+2
2008-09-15
fix shadow warnings
Max Kellermann
1
-50
/
+51
2008-09-15
include cleanup
Max Kellermann
1
-6
/
+6
2008-09-15
fix function prototypes
Max Kellermann
1
-2
/
+2
2008-09-15
const pointers
Max Kellermann
1
-3
/
+3
2008-09-15
code style, indent with tabs
Max Kellermann
1
-606
/
+550
2008-09-15
remove unused static functions
Max Kellermann
1
-1
/
+1
2007-11-30
make item highlighiting more appropriate
Andreas Obergrusberger
1
-4
/
+1
2007-11-30
cmd_select_all added
Andreas Obergrusberger
1
-0
/
+83
2006-11-11
Daniel rocked the house
Andreas Obergrusberger
1
-3
/
+6
2006-11-08
go to root/parent dir key added
Andreas Obergrusberger
1
-8
/
+27
2006-10-05
you can specify %shortalbum% for playlist song markup, parent directory is sh...
Andreas Obergrusberger
1
-1
/
+14
2006-08-12
spelling fixes by avuton
Andreas Obergrusberger
1
-1
/
+1
2006-08-05
translation updates, template and german. another little build fix
Andreas Obergrusberger
1
-1
/
+1
2006-01-16
included patch from Jonathan Fors
Kalle Wallin
1
-1
/
+5
2005-06-14
Moved list window state code to list_window.c
Kalle Wallin
1
-43
/
+6
2005-02-13
Enable playlist saving on the browse screen
Kalle Wallin
1
-0
/
+23
2005-01-04
Removed C++ style declarations from enqueue_and_play()
Kalle Wallin
1
-1
/
+2
2004-12-19
Bugfix from Niko Tyni, survive select and mouse operations on empty list
Kalle Wallin
1
-2
/
+12
2004-11-15
Added a search screen
Kalle Wallin
1
-23
/
+58
2004-07-13
Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)
Kalle Wallin
1
-7
/
+8
2004-07-02
Added basic ncurses mouse support
Kalle Wallin
1
-0
/
+33
2004-06-22
Clear the main window on CMD_SCREEN_UPDATE
Kalle Wallin
1
-0
/
+3
2004-06-22
added screen_bell() for optional audible/visible bells
Kalle Wallin
1
-1
/
+1
2004-06-20
Added _utf8 suffix to all functions that take utf8 arguments.
Kalle Wallin
1
-5
/
+5
2004-06-20
let mpd add directories (just send the path)
Kalle Wallin
1
-0
/
+13
2004-06-16
libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update()
Kalle Wallin
1
-0
/
+15
2004-06-15
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...
Kalle Wallin
1
-3
/
+3
2004-06-14
Major cleanup of the mpd client code (mpc->mpdclient)
Kalle Wallin
1
-145
/
+251
2004-06-09
Updated the get_title callback.
Kalle Wallin
1
-5
/
+6
2004-06-06
i18n - ncmpc is now bilingual (sv)
Kalle Wallin
1
-5
/
+1
2004-06-05
Added initial i18n support
Kalle Wallin
1
-9
/
+11
2004-06-05
Changed directory layout (for future use of gettext)
Kalle Wallin
1
-0
/
+0
2004-04-22
Changed the way songs are added/deleted from playlist (#0000220).
Kalle Wallin
1
-13
/
+11
2004-04-21
Fixed resize handling (SIGWINCH).
Kalle Wallin
1
-0
/
+10
2004-04-19
Major cleanup. The goal of this is to simplify addition of "screens".
Kalle Wallin
1
-70
/
+127
2004-04-14
Force curses repaint the status window when adding directories (doupdate).
Kalle Wallin
1
-0
/
+1
[next]