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.h
Age
Commit message (
Expand
)
Author
2012-08-31
menu: move a few methods to Item class
Andrzej Rybczak
2012-08-30
use std::bind instead of passing void pointers around
Andrzej Rybczak
2012-08-30
menu: some member name changing
Andrzej Rybczak
2012-08-29
more cleanup and grouping functions logically together
Andrzej Rybczak
2012-08-29
split majority of helpers and rewrite a few heinous functions
Andrzej Rybczak
2012-08-29
fix compilation --without-taglib
Andrzej Rybczak
2012-08-28
restrict conversions being done in strbuffer
Andrzej Rybczak
2012-08-28
reduce usage of pointers / replace std::pair in SearchEngine
Andrzej Rybczak
2012-08-28
rewrite MPD::Song object
Andrzej Rybczak
2012-08-14
add support for priorities (queueing)
Andrzej Rybczak
2012-08-14
keybinding system rewrite
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
2010-08-10
browser: if current dir doesn't exists, go down one level automatically
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-02-17
uninline CaseInsensitiveStringComparison::operator()
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-10-11
new screen: mpd server info
Andrzej Rybczak
2009-09-26
ignore special chars that occurs in tag values
Andrzej Rybczak
2009-09-19
new feature: support for underlined text
Andrzej Rybczak
2009-09-15
remove wrapper for Scroller() needed with --enable-unicode
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-08-29
rename misc.{cpp,h} to conv.{cpp,h}
Andrzej Rybczak
2009-08-26
rearrange sequence of arguments to Scroller()
Andrzej Rybczak
2009-08-14
simplify code responsible for parsing song formats
Andrzej Rybczak
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-06-04
return values instead of playing around with static variables and references
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-10
use typename keyword instead of class as it's more logical
Andrzej Rybczak
2009-03-10
do not include misc.h in menu.h as it's redundant there
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-17
new feature: apply filter to screen (Ctrl-F)
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-14
change namespace Browser into class
Andrzej Rybczak
2009-02-13
separate some code from ncmpcpp.cpp
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-01-17
update fsf address and copyright info
Andrzej Rybczak
2009-01-01
improve parsing argv
Andrzej Rybczak
2008-12-28
move some functions from helpers to status_checker
Andrzej Rybczak
[next]