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
/
helpers.cpp
Age
Commit message (
Expand
)
Author
2010-08-23
perform one more check on song formats
Andrzej Rybczak
2010-08-10
browser: if current dir doesn't exists, go down one level automatically
Andrzej Rybczak
2010-08-09
remove optional pthread support - it's mandatory now
Andrzej Rybczak
2010-08-09
put CURL related functions into a separate file
Andrzej Rybczak
2010-06-26
browser: support operations on m3u playlists not created by mpd
Andrzej Rybczak
2010-05-17
new feature: support for multiple tag types in one column
Andrzej Rybczak
2010-05-17
new feature: customizable columns' names
Andrzej Rybczak
2010-05-14
fix compilation with mingw32
Andrzej Rybczak
2010-02-17
uninline CaseInsensitiveStringComparison::operator()
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-22
get rid of using directives
Andrzej Rybczak
2010-01-03
fix toggle command
Andrzej Rybczak
2009-10-11
new screen: mpd server info
Andrzej Rybczak
2009-10-10
new feature: sort songs in browser by mtime (optional)
Andrzej Rybczak
2009-10-10
make --now-playing support tabulations and line breakers
Andrzej Rybczak
2009-10-10
move code responsible for replacing content in strings to Replace()
Andrzej Rybczak
2009-10-04
Merge branch 'libmpdclient2'
Andrzej Rybczak
2009-10-03
make --version|-v display info about encoding detection
Andrzej Rybczak
2009-09-23
add MPD::Connection::Toggle() and throw away MPD::Connection::Execute()
Andrzej Rybczak
2009-09-21
make ncmpcpp compile with -fno-exceptions
Andrzej Rybczak
2009-09-20
--now-playing should return string converted to current locale
Andrzej Rybczak
2009-09-19
rename Menu::BoldOption() to Menu::Bold()
Andrzej Rybczak
2009-09-18
change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying()
Andrzej Rybczak
2009-09-15
remove wrapper for Scroller() needed with --enable-unicode
Andrzej Rybczak
2009-09-15
do not create a bunch of temporary strings in FindSharedDir functions
Andrzej Rybczak
2009-09-15
do not copy strings while doing case insensitive comparison
Andrzej Rybczak
2009-09-15
pass Buffer/Window to ShowTag() by reference
Andrzej Rybczak
2009-09-04
make -v|--version display info about optional screens compiled-in
Andrzej Rybczak
2009-09-03
update list of supported libraries that is displayed with -v|--version
Andrzej Rybczak
2009-08-30
make sorting window use main ncmpcpp loop
Andrzej Rybczak
2009-08-26
fix scrolling text which contains both normal and wide characters
Andrzej Rybczak
2009-08-26
rearrange sequence of arguments to Scroller()
Andrzej Rybczak
2009-08-24
fix a few glitches in ParseArgv()
Andrzej Rybczak
2009-08-23
new feature: command line switch for displaying now playing song
Andrzej Rybczak
2009-08-23
support full command line switches for custom --host and --port
Andrzej Rybczak
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-07-05
remove using declarations
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-07-04
define MPD::Connection handler as an object, not pointer
Andrzej Rybczak
2009-06-04
return values instead of playing around with static variables and references
Andrzej Rybczak
2009-06-04
add config option to disable text scrolling in header window
Andrzej Rybczak
2009-06-04
use "str" as parameter, not "string"
Andrzej Rybczak
2009-05-21
allow quotation marks inside config options
Andrzej Rybczak
2009-04-29
rewrite GetLineValue() function
Andrzej Rybczak
2009-03-26
allow for setting host and port with command line switches
Andrzej Rybczak
2009-03-14
fix prototype of write_data() function used by curl
Andrzej Rybczak
2009-03-12
make Keypressed() funcion inline
Andrzej Rybczak
2009-03-06
consider "ignore leading 'the' word" function while sorting playlist
Andrzej Rybczak
2009-03-04
move some functions to TagEditor class / outside
Andrzej Rybczak
2009-02-24
while searching for songs in media library, consider year of the album
Andrzej Rybczak
[next]