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
/
clock.cpp
Age
Commit message (
Expand
)
Author
2014-11-15
window: support new colors also as borders
Andrzej Rybczak
2014-11-11
window: support 'previous' background value for better composability
Andrzej Rybczak
2014-11-08
window: change internal color representation
Andrzej Rybczak
2014-09-03
make sure to include boost posix_time where needed
Andrzej Rybczak
2014-08-27
replace timeval and time_t with boost::posix_time::ptime
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2014-08-27
statusbar: use boost::format instead of c-style printf
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-15
make remaining single-windowed screens' main windows non-pointer
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
Andrzej Rybczak
2012-09-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-07
reduce number of calls to gettimeofday
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-08-27
some general source code tweaks
Andrzej Rybczak
2012-08-14
make displayed messages more consistent
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2011-10-01
Fix blank clock when switch interval < 1s.
Marc Jessome
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-22
get rid of using directives
Andrzej Rybczak
2009-12-09
screen_switcher between current and last screen
Frank Blendinger
2009-10-26
use one global timer instead of several local ones
Andrzej Rybczak
2009-10-25
poll both stdin and mpd using one select()
Andrzej Rybczak
2009-09-17
refresh main screen only if necessary
Andrzej Rybczak
2009-08-30
make sorting window use main ncmpcpp loop
Andrzej Rybczak
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-07-13
make Window::{Bold,Reverse,AltCharset} protected
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-06-26
initialize screens only if necessary
Andrzej Rybczak
2009-03-20
fix for clock misrendering
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
2009-02-19
unused defines cleaning / a few fixes for clock
Andrzej Rybczak
2009-02-16
fix refreshing in clock screen while resizing / remove some unneded code
Andrzej Rybczak
2009-02-16
improve resizing
Andrzej Rybczak
2009-02-15
rename status_checker -> status / + some cleaning
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-13
change namespace Playlist into class
Andrzej Rybczak
2009-02-13
separate some code from ncmpcpp.cpp
Andrzej Rybczak
[next]