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.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-02
charset: renamed my_strlen() to utf8_width()
Max Kellermann
1
-7
/
+7
2008-10-02
moved code to charset.c
Max Kellermann
1
-0
/
+1
2008-10-02
moved macros from ncmpc.h to main.c and screen.c
Max Kellermann
1
-1
/
+10
2008-10-02
removed LIST_FORMAT, STATUS_FORMAT
Max Kellermann
1
-1
/
+2
2008-10-02
moved i18n macros to i18n.h
Max Kellermann
1
-0
/
+1
2008-10-02
removed the debugging function D()
Max Kellermann
1
-4
/
+0
2008-10-02
screen: export function screen_switch()
Max Kellermann
1
-10
/
+10
2008-09-25
fix miscellaneous sparse warnings
Max Kellermann
1
-1
/
+1
2008-09-25
screen: removed screen.mode
Max Kellermann
1
-9
/
+6
2008-09-25
screen: pass screen_functions pointer to switch_screen_mode()
Max Kellermann
1
-12
/
+20
2008-09-25
screen: replaced get_cur_mode_id() with screen_is_visible()
Max Kellermann
1
-2
/
+3
2008-09-25
screen: moved code to screen_list.c
Max Kellermann
1
-110
/
+10
2008-09-25
screen: don't compile disabled sources
Max Kellermann
1
-0
/
+2
2008-09-25
screen: don't pass screen pointer to method update()
Max Kellermann
1
-1
/
+1
2008-09-25
screen: don't pass screen pointer to method paint()
Max Kellermann
1
-1
/
+1
2008-09-22
screen: moved input_timestamp to screen_play.c
Max Kellermann
1
-2
/
+0
2008-09-22
screen: moved list_window mouse code to list_window.c
Max Kellermann
1
-21
/
+1
2008-09-22
screen: moved code to ncu.c
Max Kellermann
1
-31
/
+2
2008-09-22
added option "welcome-screen-list"
David Shakaryan
1
-1
/
+2
2008-09-21
added optional bitrate display to status bar
J. Alexander Treuman
1
-4
/
+14
2008-09-21
Adding crop feature in ncmpc
Yannick LM
1
-0
/
+3
2008-09-18
removed the clock screen
Max Kellermann
1
-10
/
+0
2008-09-18
screen: don't handle CMD_PLAY
Max Kellermann
1
-0
/
+2
2008-09-18
quit with g_main_loop_quit()
Max Kellermann
1
-2
/
+0
2008-09-18
use the glib main event loop
Max Kellermann
1
-2
/
+0
2008-09-18
screen: check MPD status only if connected
Max Kellermann
1
-38
/
+51
2008-09-18
screen: moved code to screen_client_cmd()
Max Kellermann
1
-9
/
+24
2008-09-17
code style, indent with tabs IV
Max Kellermann
1
-16
/
+15
2008-09-17
make several functions return void
Max Kellermann
1
-6
/
+2
2008-09-17
screen: return early in switch_screen_mode() on error
Max Kellermann
1
-7
/
+7
2008-09-17
screen: added macro NUM_SCREENS
Max Kellermann
1
-25
/
+16
2008-09-17
screen: close only current screen in screen_exit()
Max Kellermann
1
-2
/
+3
2008-09-17
screen: don't store "screen" as a pointer
Max Kellermann
1
-140
/
+135
2008-09-17
screen: moved code to find_configured_screen()
Max Kellermann
1
-10
/
+13
2008-09-17
screen: mode_fn cannot be NULL, removed checks
Max Kellermann
1
-17
/
+9
2008-09-17
screen: before calling update(), check if it is defined
Max Kellermann
1
-1
/
+1
2008-09-17
screen: removed screen_functions.get_lw()
Max Kellermann
1
-9
/
+2
2008-09-17
replaced get_screen_X() with static screen_functions variable
Max Kellermann
1
-32
/
+40
2008-09-17
code style, indent with tabs III
Max Kellermann
1
-9
/
+8
2008-09-16
initial draw without delay
Max Kellermann
1
-0
/
+2
2008-09-16
screen: added struct names
Max Kellermann
1
-20
/
+17
2008-09-16
code style, indent with tabs II
Max Kellermann
1
-5
/
+3
2008-09-15
use size_t and unsigned integers
Max Kellermann
1
-3
/
+3
2008-09-15
fix shadow warnings
Max Kellermann
1
-16
/
+16
2008-09-15
include cleanup
Max Kellermann
1
-11
/
+8
2008-09-15
fix function prototypes
Max Kellermann
1
-2
/
+3
2008-09-15
const pointers
Max Kellermann
1
-8
/
+8
2008-09-15
screen: moved code to paint_top_window2()
Max Kellermann
1
-68
/
+74
2008-09-15
code style, indent with tabs
Max Kellermann
1
-792
/
+753
2008-09-15
remove unused static functions
Max Kellermann
1
-1
/
+0
[next]