27
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
actions: get deleting/cropping/clearing playlists right
unK
as Andrzej Rybczak
More... over 13 years ago
move a few small functions to actions
unK
as Andrzej Rybczak
More... over 13 years ago
status: fix copypaste bug
unK
as Andrzej Rybczak
More... over 13 years ago
make use of override keyword if available
unK
as Andrzej Rybczak
More... over 13 years ago
generalize UpdateSongsList (-> markSongsInPlaylist)
unK
as Andrzej Rybczak
More... over 13 years ago
make playlist and playlist editor share code responsible for moving items
unK
as Andrzej Rybczak
More... over 13 years ago
check if song is in playlist in O(nlogn) instead of O(n^2)
unK
as Andrzej Rybczak
More... over 13 years ago
actions: fix filter clearing
unK
as Andrzej Rybczak
More... over 13 years ago
add allowsFiltering / allowsSearching checks
unK
as Andrzej Rybczak
More... over 13 years ago
status: restore commented out piece of code
unK
as Andrzej Rybczak
More... over 13 years ago
helpers: fix UpdateSongList
unK
as Andrzej Rybczak
More... over 13 years ago
fix shadowing warnings
unK
as Andrzej Rybczak
More... over 13 years ago
change naming conventions in NC namespace
unK
as Andrzej Rybczak
More... over 13 years ago
scrollpad: adjust indentation in header file
unK
as Andrzej Rybczak
More... over 13 years ago
remove warnings clang generates
unK
as Andrzej Rybczak
More... over 13 years ago
add forgotten file (global.cpp)
unK
as Andrzej Rybczak
More... over 13 years ago
menu: duplicate temporarily function to restore functionality
unK
as Andrzej Rybczak
More... over 13 years ago
configure: add checks for used c++11 features
unK
as Andrzej Rybczak
More... over 13 years ago
proxy song list: add class description
unK
as Andrzej Rybczak
More... over 13 years ago
finally kill NC::List
unK
as Andrzej Rybczak
More... over 13 years ago
implement ProxySongList for handling general operations on lists
unK
as Andrzej Rybczak
More... over 13 years ago
strbuffer: reorder headers
unK
as Andrzej Rybczak
More... over 13 years ago
get rid of HAVE_CONFIG_H directives
unK
as Andrzej Rybczak
More... over 13 years ago
strbuffer: adjust indentation
unK
as Andrzej Rybczak
More... over 13 years ago
window: adjust indentation
unK
as Andrzej Rybczak
More... over 13 years ago
get rid of 'using namespace NCurses' directive
unK
as Andrzej Rybczak
More... over 13 years ago
implement HasSongs interface
unK
as Andrzej Rybczak
More... over 13 years ago
menu: fix non-const to const iterator conversion
unK
as Andrzej Rybczak
More... over 13 years ago
implement Searchable interface / make use of unnamed namespaces
unK
as Andrzej Rybczak
More... over 13 years ago
strbuffer: remove if, it's not needed
unK
as Andrzej Rybczak
More... over 13 years ago