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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
added missing copyright headers
Max Kellermann
2008-12-06
1
-0
/
+19
*
screen_outputs: new screen to control MPD's output devices
Mikael Svantesson
2008-12-05
1
-0
/
+4
*
screen_song: new screen which views song information
Max Kellermann
2008-11-18
1
-0
/
+8
*
screen: method cmd() returns bool
Max Kellermann
2008-11-18
1
-1
/
+1
*
command: added CMD_LOCATE to locate song in database
Max Kellermann
2008-11-18
1
-0
/
+2
*
include ncursesw/ncurses.h if available
Max Kellermann
2008-10-06
1
-1
/
+6
*
screen: export the global variable "screen"
Max Kellermann
2008-10-03
1
-4
/
+6
*
screen: don't pass mpdclient pointer to method paint()
Max Kellermann
2008-10-03
1
-1
/
+1
*
screen: removed "painted" flag
Max Kellermann
2008-10-03
1
-3
/
+1
*
screen_lyrics: add screen_lyrics_switch()
Max Kellermann
2008-10-02
1
-0
/
+6
*
screen: export function screen_switch()
Max Kellermann
2008-10-02
1
-0
/
+3
*
screen: no typedefs for methods
Max Kellermann
2008-10-02
1
-20
/
+9
*
screen: include config.h in screen.h
Max Kellermann
2008-10-02
1
-0
/
+1
*
screen: removed screen.mode
Max Kellermann
2008-09-25
1
-2
/
+0
*
screen: replaced get_cur_mode_id() with screen_is_visible()
Max Kellermann
2008-09-25
1
-1
/
+2
*
screen: moved code to screen_list.c
Max Kellermann
2008-09-25
1
-0
/
+16
*
screen: don't pass screen pointer to method update()
Max Kellermann
2008-09-25
1
-1
/
+1
*
screen: don't pass screen pointer to method paint()
Max Kellermann
2008-09-25
1
-1
/
+1
*
screen: unsigned integers for screen dimensions
Max Kellermann
2008-09-22
1
-2
/
+2
*
screen: removed window.cur_action_id
Max Kellermann
2008-09-22
1
-1
/
+0
*
screen: last_cmd should be a command_t
Max Kellermann
2008-09-22
1
-1
/
+2
*
screen: moved input_timestamp to screen_play.c
Max Kellermann
2008-09-22
1
-1
/
+0
*
screen: moved list_window mouse code to list_window.c
Max Kellermann
2008-09-22
1
-5
/
+1
*
screen: moved code to ncu.c
Max Kellermann
2008-09-22
1
-3
/
+0
*
make several functions return void
Max Kellermann
2008-09-17
1
-2
/
+2
*
screen: removed screen_functions.get_lw()
Max Kellermann
2008-09-17
1
-2
/
+0
*
replaced get_screen_X() with static screen_functions variable
Max Kellermann
2008-09-17
1
-21
/
+0
*
screen: added struct names
Max Kellermann
2008-09-16
1
-22
/
+24
*
include cleanup
Max Kellermann
2008-09-15
1
-1
/
+5
*
fix function prototypes
Max Kellermann
2008-09-15
1
-1
/
+24
*
const pointers
Max Kellermann
2008-09-15
1
-4
/
+4
*
code style, indent with tabs
Max Kellermann
2008-09-15
1
-49
/
+43
*
translation updates, template and german. another little build fix
Andreas Obergrusberger
2006-08-05
1
-0
/
+1
*
the updated sources
Andreas Obergrusberger
2006-08-04
1
-1
/
+5
*
Moved definitions from screen.h to ncmpc.h
Kalle Wallin
2004-07-13
1
-5
/
+0
*
Crossfade time can now be definied in the rc file (crossfade-time)
Kalle Wallin
2004-07-13
1
-16
/
+2
*
Replaced the time_t type with glibs GTime
Kalle Wallin
2004-07-03
1
-4
/
+5
*
Added basic ncurses mouse support
Kalle Wallin
2004-07-02
1
-0
/
+4
*
Major cleanup of the mpd client code (mpc->mpdclient)
Kalle Wallin
2004-06-14
1
-9
/
+9
*
Use the terminal in raw mode - ignore terminal control characters
Kalle Wallin
2004-06-09
1
-1
/
+1
*
Added an optional clock screen :)
Kalle Wallin
2004-06-06
1
-0
/
+1
*
Added wreadln.c, wreadln.h a simple line editor
Kalle Wallin
2004-06-06
1
-0
/
+1
*
i18n - ncmpc is now bilingual (sv)
Kalle Wallin
2004-06-06
1
-7
/
+0
*
Added initial i18n support
Kalle Wallin
2004-06-05
1
-6
/
+0
*
Changed directory layout (for future use of gettext)
Kalle Wallin
2004-06-05
1
-0
/
+113