index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
global.h
Age
Commit message (
Collapse
)
Author
2009-08-30
block displaying elapsed time while seeking properly (alternative ui)
Andrzej Rybczak
2009-07-04
define MPD::Connection handler as an object, not pointer
Andrzej Rybczak
2009-04-28
redraw statusbar after terminal resize
Andrzej Rybczak
previous changes broke this, so here is the fix.
2009-04-01
use flag to force status update rather than doing additional update
Andrzej Rybczak
2009-03-25
make it compile under mingw32 --with-curl
Andrzej Rybczak
2009-03-12
move Global::Timer to Playlist class
Andrzej Rybczak
2009-03-08
use CamelCase for variables in Global namespace / some cleaning
Andrzej Rybczak
2009-03-07
move searching to Menu class, also remember last constraint
Andrzej Rybczak
this improvement also make that list of found items is not cleared if one switches to another screen. it's remebered until the content of screen changes (e.g. item is deleted from playlist)
2009-02-16
improve resizing
Andrzej Rybczak
2009-02-15
another externs removed
Andrzej Rybczak
2009-02-15
throw away unneeded code
Andrzej Rybczak
2009-02-15
get rid of some externs
Andrzej Rybczak
2009-02-15
use generic Scroll method
Andrzej Rybczak
2009-02-15
general code cleaning
Andrzej Rybczak
2009-02-15
change wCurrent and wPrev to myScreen
Andrzej Rybczak
2009-02-14
change namespace Clock into class
Andrzej Rybczak
2009-02-14
change namespace Info into class
Andrzej Rybczak
2009-02-14
change namespace Lyrics into class
Andrzej Rybczak
2009-02-14
change namespace Help into class
Andrzej Rybczak
2009-02-14
change namespace TagEditor into class
Andrzej Rybczak
2009-02-14
change namespace TinyTagEditor into class
Andrzej Rybczak
2009-02-14
change namespace PlaylistEditor into class
Andrzej Rybczak
2009-02-14
change namespace MediaLibrary into class
Andrzej Rybczak
2009-02-14
change namespace SearchEngine into class
Andrzej Rybczak
2009-02-14
remove extern int now_playing
Andrzej Rybczak
2009-02-14
change namespace Browser into class
Andrzej Rybczak
2009-02-13
change namespace Playlist into class
Andrzej Rybczak
2009-02-13
separate some code from ncmpcpp.cpp
Andrzej Rybczak
2009-02-11
move all externs to global.h
Andrzej Rybczak