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-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
2007-02-16
way too much stuff to describe here
Andreas Obergrusberger
1
-22
/
+26
2006-09-08
multi liner ;) fixed segfault
Andreas Obergrusberger
1
-6
/
+5
2006-09-07
due to bensonk's demand i added a splash screen.
Andreas Obergrusberger
1
-5
/
+10
2006-08-04
the updated sources
Andreas Obergrusberger
1
-4
/
+18
2006-03-28
typo
Kalle Wallin
1
-1
/
+1
2006-03-28
unicode fixes from Dmitry Baryshkov/René van Bevern
Kalle Wallin
1
-7
/
+8
2006-01-16
included patch from Jonathan Fors
Kalle Wallin
1
-4
/
+18
2005-06-15
New configuraton option: screen-list
Kalle Wallin
1
-9
/
+50
2005-06-06
Added an experimental artist (browser) screen
Kalle Wallin
1
-0
/
+15
2005-06-03
seek-time can now be defined in the conf file
Kalle Wallin
1
-2
/
+2
2004-11-15
Added a search screen
Kalle Wallin
1
-1
/
+16
2004-07-21
Added debug code for #291
Kalle Wallin
1
-3
/
+9
2004-07-21
Initialize dummy/last mode id to G_MAXINT
Kalle Wallin
1
-1
/
+1
2004-07-13
Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)
Kalle Wallin
1
-50
/
+25
2004-07-13
Crossfade time can now be definied in the rc file (crossfade-time)
Kalle Wallin
1
-91
/
+92
2004-07-13
Use my_wgetch() instead of wgetch(), added --[no-]mouse option
Kalle Wallin
1
-2
/
+2
2004-07-12
Mouse support is now optional (enable-mouse)
Kalle Wallin
1
-1
/
+2
2004-07-12
Added configure option --disable-raw-mode
Kalle Wallin
1
-0
/
+2
2004-07-02
Added basic ncurses mouse support
Kalle Wallin
1
-1
/
+47
2004-06-22
Clear the main window on CMD_SCREEN_UPDATE
Kalle Wallin
1
-0
/
+5
2004-06-20
Added _utf8 suffix to all functions that take utf8 arguments.
Kalle Wallin
1
-1
/
+1
2004-06-16
libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update()
Kalle Wallin
1
-1
/
+1
2004-06-15
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...
Kalle Wallin
1
-2
/
+4
2004-06-14
Major cleanup of the mpd client code (mpc->mpdclient)
Kalle Wallin
1
-108
/
+80
2004-06-09
Use the terminal in raw mode - ignore terminal control characters
Kalle Wallin
1
-51
/
+14
2004-06-06
Added an optional clock screen :)
Kalle Wallin
1
-1
/
+20
2004-06-06
Added wreadln.c, wreadln.h a simple line editor
Kalle Wallin
1
-8
/
+30
2004-06-06
i18n - ncmpc is now bilingual (sv)
Kalle Wallin
1
-1
/
+5
2004-06-05
Added initial i18n support
Kalle Wallin
1
-39
/
+30
2004-06-05
Addded support for the mpd update command (CMD_DB_UPDATE)
Kalle Wallin
1
-1
/
+13
2004-06-05
Changed directory layout (for future use of gettext)
Kalle Wallin
1
-11
/
+37
2004-05-07
Redesigned ncmpc's color support
Kalle Wallin
1
-95
/
+113
2004-05-03
The background color can now be assigned to 'none' (use the current color).
Kalle Wallin
1
-2
/
+1
2004-04-23
Use wattroff after painting the top line.
Kalle Wallin
1
-0
/
+3
2004-04-22
Fix that keeps the cursor hidden on aterm/Eterm when the terminal is resized.
Kalle Wallin
1
-1
/
+5
2004-04-21
Fixed resize handling (SIGWINCH).
Kalle Wallin
1
-3
/
+53
2004-04-21
Display the target time when seeking.
Kalle Wallin
1
-1
/
+4
2004-04-21
Added support for seek,crossfade.
Kalle Wallin
1
-36
/
+113
2004-04-19
Major cleanup. The goal of this is to simplify addition of "screens".
Kalle Wallin
1
-103
/
+146
[prev]
[next]