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_keydef.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notices
Avuton Olrich
2008-12-31
1
-9
/
+10
*
list_window: use "bool" instead of "int"
Max Kellermann
2008-11-27
1
-2
/
+2
*
po: improved translatable strings for easier translation
Max Kellermann
2008-11-25
1
-4
/
+4
*
screen_keydef.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-11-24
1
-4
/
+3
*
screen: method cmd() returns bool
Max Kellermann
2008-11-18
1
-6
/
+6
*
include ncursesw/ncurses.h if available
Max Kellermann
2008-10-06
1
-1
/
+0
*
screen: export the global variable "screen"
Max Kellermann
2008-10-03
1
-5
/
+4
*
screen: don't pass mpdclient pointer to method paint()
Max Kellermann
2008-10-03
1
-3
/
+3
*
removed KEY_RESIZE
Max Kellermann
2008-10-03
1
-3
/
+0
*
moved i18n macros to i18n.h
Max Kellermann
2008-10-02
1
-1
/
+1
*
screen: don't compile disabled sources
Max Kellermann
2008-09-25
1
-5
/
+0
*
screen_keydef: removed the update() method
Max Kellermann
2008-09-25
1
-17
/
+33
*
screen: don't pass screen pointer to method paint()
Max Kellermann
2008-09-25
1
-1
/
+1
*
screen: don't call wrefresh() in methods paint() and update()
Max Kellermann
2008-09-25
1
-2
/
+0
*
list_window: removed property "clear"
Max Kellermann
2008-09-25
1
-3
/
+0
*
code style, indent with tabs X
Max Kellermann
2008-09-25
1
-158
/
+150
*
list_window: don't reset *highlight to 0
Max Kellermann
2008-09-17
1
-1
/
+0
*
screen: removed screen_functions.get_lw()
Max Kellermann
2008-09-17
1
-7
/
+0
*
replaced get_screen_X() with static screen_functions variable
Max Kellermann
2008-09-17
1
-20
/
+12
*
fix unused parameter warnings
Max Kellermann
2008-09-15
1
-5
/
+6
*
use size_t and unsigned integers
Max Kellermann
2008-09-15
1
-7
/
+7
*
fix shadow warnings
Max Kellermann
2008-09-15
1
-14
/
+14
*
include cleanup
Max Kellermann
2008-09-15
1
-6
/
+6
*
const pointers
Max Kellermann
2008-09-15
1
-2
/
+2
*
code style, indent with tabs
Max Kellermann
2008-09-15
1
-97
/
+80
*
remove unused static functions
Max Kellermann
2008-09-15
1
-1
/
+1
*
Added a search screen
Kalle Wallin
2004-11-15
1
-2
/
+2
*
Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)
Kalle Wallin
2004-07-13
1
-9
/
+10
*
Use my_wgetch() instead of wgetch(), added --[no-]mouse option
Kalle Wallin
2004-07-13
1
-1
/
+1
*
Added flags for conflicting, modified key bindings - check_key_bindings()
Kalle Wallin
2004-06-30
1
-2
/
+17
*
added screen_bell() for optional audible/visible bells
Kalle Wallin
2004-06-22
1
-3
/
+3
*
Major cleanup of the mpd client code (mpc->mpdclient)
Kalle Wallin
2004-06-14
1
-6
/
+5
*
Updated the get_title callback.
Kalle Wallin
2004-06-09
1
-8
/
+6
*
i18n - ncmpc is now bilingual (sv)
Kalle Wallin
2004-06-06
1
-2
/
+2
*
Added initial i18n support
Kalle Wallin
2004-06-05
1
-18
/
+20
*
Changed directory layout (for future use of gettext)
Kalle Wallin
2004-06-05
1
-0
/
+393