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
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
2009-02-20
fix compilation --without-curl
Andrzej Rybczak
2009-02-17
cleaning
Andrzej Rybczak
2009-02-16
use vector<string_pair> instead of map<string, string>
Andrzej Rybczak
2009-02-16
fix searching in browser
Andrzej Rybczak
2009-02-16
use streams instead of Window::WriteXY()
Andrzej Rybczak
2009-02-15
rename status_checker -> status / + some cleaning
Andrzej Rybczak
2009-02-15
use generic Scroll method
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
2009-02-11
move WindowTitle() to local unnamed namespace
Andrzej Rybczak
2009-02-10
group various functions more logically
Andrzej Rybczak
2009-02-10
includes cleaning
Andrzej Rybczak
2009-02-05
replace all string::find_last_of() with string::rfind()
Andrzej Rybczak
2009-02-05
add optional 'ignore leading "The" word' function while sorting
Andrzej Rybczak
2009-01-30
make `ncmpcpp toggle` start playing if mpd is stopped
Andrzej Rybczak
2009-01-19
check if current iterator position is smaller than end, not equal
Andrzej Rybczak
2009-01-17
do not exclude iconv support if unicode is enabled
Andrzej Rybczak
2009-01-17
update fsf address and copyright info
Andrzej Rybczak
2009-01-15
fix scrolling if unicode is disabled
Andrzej Rybczak
2009-01-15
convert filenames to current locale if needed / some implementation improvements
Andrzej Rybczak
2009-01-11
always save and read id3 tags in unicode
Andrzej Rybczak
2009-01-11
convert id3 tags, directories and playlist names to current locale if needed
Andrzej Rybczak
2009-01-01
improve parsing argv
Andrzej Rybczak
2008-12-28
move some functions from helpers to status_checker
Andrzej Rybczak
2008-12-19
put scrolling code into function and use it also in lyrics screen
Andrzej Rybczak
2008-12-13
variables cleaning
Andrzej Rybczak
2008-12-12
eliminate remained compiler warnings
Andrzej Rybczak
2008-12-12
update displaying playlist in column view
Andrzej Rybczak
2008-12-12
add missing 'else' action in DisplaySong()
Andrzej Rybczak
2008-12-11
update settings
Andrzej Rybczak
2008-12-11
handle colored empty tag marker
Andrzej Rybczak
2008-12-11
improve handling playlist stats (btw several other improvements)
Andrzej Rybczak
2008-12-11
update Window::WriteXY() and related stuff
Andrzej Rybczak
[next]