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_utils.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-16
screen: added struct names
Max Kellermann
1
-2
/
+4
2008-09-15
include cleanup
Max Kellermann
1
-10
/
+5
2008-09-15
screen_auth() returns result
Max Kellermann
1
-1
/
+2
2008-09-15
fix function prototypes
Max Kellermann
1
-2
/
+2
2008-09-15
const pointers
Max Kellermann
1
-7
/
+7
2008-09-15
code style, indent with tabs
Max Kellermann
1
-14
/
+13
2008-09-15
remove unused static functions
Max Kellermann
1
-8
/
+0
2006-09-08
multi liner ;) fixed segfault
Andreas Obergrusberger
1
-2
/
+2
2006-09-07
due to bensonk's demand i added a splash screen.
Andreas Obergrusberger
1
-2
/
+50
2005-06-15
New configuraton option: find-show-last
Kalle Wallin
1
-1
/
+2
2004-11-15
Added a search screen
Kalle Wallin
1
-3
/
+4
2004-07-13
Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)
Kalle Wallin
1
-3
/
+4
2004-07-13
Use my_wgetch() instead of wgetch(), added --[no-]mouse option
Kalle Wallin
1
-11
/
+1
2004-07-12
Support SIGSTOP, SIGCONT in raw mode
Kalle Wallin
1
-0
/
+5
2004-07-03
Ignore mouse events in wreadln, screen_getch
Kalle Wallin
1
-2
/
+10
2004-06-24
Made the xterm title dynamic, added configuration option xterm-title-format
Kalle Wallin
1
-8
/
+13
2004-06-22
added screen_bell() for optional audible/visible bells
Kalle Wallin
1
-1
/
+28
2004-06-19
fixed the display of completion lists
Kalle Wallin
1
-4
/
+22
2004-06-18
Added completion stuff
Kalle Wallin
1
-0
/
+22
2004-06-16
Use the alert color in screen_readln()
Kalle Wallin
1
-0
/
+1
2004-06-14
Major cleanup of the mpd client code (mpc->mpdclient)
Kalle Wallin
1
-4
/
+5
2004-06-06
Added wreadln.c, wreadln.h a simple line editor
Kalle Wallin
1
-19
/
+25
2004-06-05
Added initial i18n support
Kalle Wallin
1
-3
/
+4
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
-28
/
+3
2004-04-21
Fixed resize handling (SIGWINCH).
Kalle Wallin
1
-0
/
+2
2004-04-19
Added copyright notice and license notice
Kalle Wallin
1
-0
/
+18
2004-03-28
We now allocate and free memory with glib
Kalle Wallin
1
-2
/
+2
2004-03-27
Include "config.h" before support.h
Kalle Wallin
1
-0
/
+1
2004-03-27
Added function screen_getch().
Kalle Wallin
1
-2
/
+27
2004-03-26
Added reversed and wrapped list search (find).
Kalle Wallin
1
-0
/
+69
2004-03-25
Added support for a configuration file ~/.ncmpcrc and color support.
Kalle Wallin
1
-0
/
+28
2004-03-24
Moved list window fuctions to list_window.c.
Kalle Wallin
1
-159
/
+0
2004-03-23
Use screen_status_printf() instead of screen_status_message().
Kalle Wallin
1
-10
/
+1
2004-03-22
Modified list_window_find() - case independet search (strcasecmp).
Kalle Wallin
1
-5
/
+5
2004-03-22
Added find (in page) functionality.
Kalle Wallin
1
-0
/
+51