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_browser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
list_window: use "bool" instead of "int"
Max Kellermann
2008-11-27
1
-2
/
+2
*
screen_browser.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-11-24
1
-2
/
+1
*
screen_song: check CMD_VIEW only if song screen is enabled
Max Kellermann
2008-11-19
1
-0
/
+2
*
screen_song: new screen which views song information
Max Kellermann
2008-11-18
1
-0
/
+9
*
screen_browser: always declare variable "entry"
Max Kellermann
2008-11-18
1
-2
/
+0
*
command: added CMD_LOCATE to locate song in database
Max Kellermann
2008-11-18
1
-0
/
+9
*
filelist: filelist_find_song() returns position instead of pointer
Max Kellermann
2008-11-18
1
-2
/
+4
*
screen_browser: eliminated local variable "entity"
Max Kellermann
2008-11-18
1
-2
/
+0
*
screen_browser: check if filelist is set
Max Kellermann
2008-11-18
1
-3
/
+8
*
screen_browser: use bool for return values
Max Kellermann
2008-11-18
1
-22
/
+22
*
mpdclient: removed _utf8 suffix from function names
Max Kellermann
2008-11-07
1
-1
/
+1
*
mpdclient: expect UTF-8 strings
Max Kellermann
2008-11-07
1
-2
/
+2
*
screen_browser: free g_path_get_dirname() return value
Max Kellermann
2008-11-07
1
-0
/
+1
*
disable more features with --enable-mini
Max Kellermann
2008-11-07
1
-2
/
+27
*
screen_browser: fix warning when lyrics screen is disabled
Max Kellermann
2008-10-08
1
-0
/
+2
*
screen: export the global variable "screen"
Max Kellermann
2008-10-03
1
-3
/
+2
*
don't import mpdclient_finish_command() twice
Max Kellermann
2008-10-03
1
-2
/
+0
*
list_window: remove list_window_state_t
Max Kellermann
2008-10-03
1
-9
/
+15
*
use g_basename() instead of basename()
Max Kellermann
2008-10-03
1
-4
/
+4
*
screen_browser: added constant playlist_format
Max Kellermann
2008-10-02
1
-6
/
+3
*
moved code to charset.c
Max Kellermann
2008-10-02
1
-0
/
+1
*
removed LIST_FORMAT, STATUS_FORMAT
Max Kellermann
2008-10-02
1
-4
/
+3
*
moved i18n macros to i18n.h
Max Kellermann
2008-10-02
1
-0
/
+1
*
removed the debugging function D()
Max Kellermann
2008-10-02
1
-1
/
+0
*
screen_browser: unexport command implementations
Max Kellermann
2008-10-02
1
-5
/
+7
*
screen_lyrics: add screen_lyrics_switch()
Max Kellermann
2008-10-02
1
-0
/
+16
*
screen_browser: added browser_cmd()
Max Kellermann
2008-10-02
1
-0
/
+53
*
screen_browser: added hotkey for adding song
Max Kellermann
2008-09-25
1
-0
/
+11
*
code style, indent with tabs X
Max Kellermann
2008-09-25
1
-2
/
+0
*
screen: moved list_window mouse code to list_window.c
Max Kellermann
2008-09-22
1
-1
/
+2
*
browser: check if the selection is valid
Max Kellermann
2008-09-21
1
-1
/
+2
*
filelist: use GPtrArray instead of GList
Max Kellermann
2008-09-19
1
-19
/
+15
*
browser: added function browser_get_selected()
Max Kellermann
2008-09-19
1
-9
/
+11
*
filelist: provide more functions for working with a filelist
Max Kellermann
2008-09-19
1
-6
/
+7
*
filelist: drop "mpdclient" prefix
Max Kellermann
2008-09-19
1
-2
/
+2
*
browser: use mpdclient_filelist_find_song() in set_highlight()
Max Kellermann
2008-09-19
1
-18
/
+9
*
browser: song must not be NULL in set_highlight()
Max Kellermann
2008-09-19
1
-2
/
+1
*
screen_browser: removed entity.song!=NULL check
Max Kellermann
2008-09-18
1
-6
/
+5
*
screen_browser: removed redundant highlight check
Max Kellermann
2008-09-18
1
-6
/
+5
*
screen_browser: removed redundant entity type checks
Max Kellermann
2008-09-18
1
-14
/
+10
*
screen_browser: moved code to browser_select_entry()
Max Kellermann
2008-09-18
1
-51
/
+24
*
screen_browser: removed commented code
Max Kellermann
2008-09-18
1
-15
/
+0
*
screen_browser: moved code to browser_playlist_changed()
Max Kellermann
2008-09-18
1
-2
/
+29
*
screen_browser: moved code to screen_browser.c
Max Kellermann
2008-09-18
1
-0
/
+474