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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-02
screen_lyrics: add screen_lyrics_switch()
Max Kellermann
1
-0
/
+6
2008-10-02
screen: export function screen_switch()
Max Kellermann
1
-0
/
+3
2008-10-02
screen: no typedefs for methods
Max Kellermann
1
-20
/
+9
2008-10-02
screen: include config.h in screen.h
Max Kellermann
1
-0
/
+1
2008-09-25
screen: removed screen.mode
Max Kellermann
1
-2
/
+0
2008-09-25
screen: replaced get_cur_mode_id() with screen_is_visible()
Max Kellermann
1
-1
/
+2
2008-09-25
screen: moved code to screen_list.c
Max Kellermann
1
-0
/
+16
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: unsigned integers for screen dimensions
Max Kellermann
1
-2
/
+2
2008-09-22
screen: removed window.cur_action_id
Max Kellermann
1
-1
/
+0
2008-09-22
screen: last_cmd should be a command_t
Max Kellermann
1
-1
/
+2
2008-09-22
screen: moved input_timestamp to screen_play.c
Max Kellermann
1
-1
/
+0
2008-09-22
screen: moved list_window mouse code to list_window.c
Max Kellermann
1
-5
/
+1
2008-09-22
screen: moved code to ncu.c
Max Kellermann
1
-3
/
+0
2008-09-17
make several functions return void
Max Kellermann
1
-2
/
+2
2008-09-17
screen: removed screen_functions.get_lw()
Max Kellermann
1
-2
/
+0
2008-09-17
replaced get_screen_X() with static screen_functions variable
Max Kellermann
1
-21
/
+0
2008-09-16
screen: added struct names
Max Kellermann
1
-22
/
+24
2008-09-15
include cleanup
Max Kellermann
1
-1
/
+5
2008-09-15
fix function prototypes
Max Kellermann
1
-1
/
+24
2008-09-15
const pointers
Max Kellermann
1
-4
/
+4
2008-09-15
code style, indent with tabs
Max Kellermann
1
-49
/
+43
2006-08-05
translation updates, template and german. another little build fix
Andreas Obergrusberger
1
-0
/
+1
2006-08-04
the updated sources
Andreas Obergrusberger
1
-1
/
+5
2004-07-13
Moved definitions from screen.h to ncmpc.h
Kalle Wallin
1
-5
/
+0
2004-07-13
Crossfade time can now be definied in the rc file (crossfade-time)
Kalle Wallin
1
-16
/
+2
2004-07-03
Replaced the time_t type with glibs GTime
Kalle Wallin
1
-4
/
+5
2004-07-02
Added basic ncurses mouse support
Kalle Wallin
1
-0
/
+4
2004-06-14
Major cleanup of the mpd client code (mpc->mpdclient)
Kalle Wallin
1
-9
/
+9
2004-06-09
Use the terminal in raw mode - ignore terminal control characters
Kalle Wallin
1
-1
/
+1
2004-06-06
Added an optional clock screen :)
Kalle Wallin
1
-0
/
+1
2004-06-06
Added wreadln.c, wreadln.h a simple line editor
Kalle Wallin
1
-0
/
+1
2004-06-06
i18n - ncmpc is now bilingual (sv)
Kalle Wallin
1
-7
/
+0
2004-06-05
Added initial i18n support
Kalle Wallin
1
-6
/
+0
2004-06-05
Changed directory layout (for future use of gettext)
Kalle Wallin
1
-0
/
+0
2004-05-07
Redesigned ncmpc's color support
Kalle Wallin
1
-8
/
+0
2004-04-21
Fixed resize handling (SIGWINCH).
Kalle Wallin
1
-1
/
+3
2004-04-21
Added screen_idle() function.
Kalle Wallin
1
-1
/
+3
2004-04-19
Major cleanup. The goal of this is to simplify addition of "screens".
Kalle Wallin
1
-6
/
+28
2004-04-06
Added a welcome message (help).
Kalle Wallin
1
-0
/
+4
2004-04-05
Added input_timeout.
Kalle Wallin
1
-0
/
+3
2004-03-29
Changed non blocking read timeout from 100ms to 250ms.
Kalle Wallin
1
-1
/
+1
2004-03-27
Define the read timeout in screen.h
Kalle Wallin
1
-0
/
+3
2004-03-25
Added support for a configuration file ~/.ncmpcrc and color support.
Kalle Wallin
1
-0
/
+11
2004-03-24
Moved list window fuctions to list_window.c.
Kalle Wallin
1
-1
/
+1
2004-03-24
Padded TOP_HEADER.. with spaces to clear previous header.
Kalle Wallin
1
-2
/
+2
2004-03-23
Use screen_status_printf() instead of screen_status_message().
Kalle Wallin
1
-2
/
+2
2004-03-22
Added a find buffer and a function for formated status messages.
Kalle Wallin
1
-0
/
+3