summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement player backend for mplayLouis Burda2022-12-185-20/+369
* Remove volume patch for upstream volume resetting bugLouis Burda2022-05-121-8/+5
* Implement fix for volume resetting in pipewireLouis Burda2022-05-041-4/+10
* Add rename shortcuts for tags and tracksLouis Burda2022-04-202-41/+111
* Call cleanup on SIGKILL and SIGTERMLouis Burda2022-03-311-0/+2
* Added missing prototypesLouis Burda2022-03-315-5/+8
* Replaced shuffle track selection and refactored playerLouis Burda2022-03-313-215/+171
* Fix track next selection not lruLouis Burda2022-03-285-19/+19
* Simplify listnav, change pane on playing track seekLouis Burda2022-03-062-9/+22
* Include tag name in track pane title for visibilityLouis Burda2022-03-051-13/+22
* Alert track moves to same tagLouis Burda2022-03-051-0/+6
* Check destination path in copy and moveLouis Burda2022-03-052-3/+20
* Added rename commandLouis Burda2022-03-044-3/+98
* Semantics + Fix track selectionLouis Burda2022-03-041-30/+21
* Fixed minor bugsLouis Burda2022-03-013-3/+8
* Added lock for data directoryLouis Burda2022-03-012-0/+74
* Separate all from visible tracks searchLouis Burda2022-03-011-9/+48
* Add display timer to cmd statusLouis Burda2022-03-012-7/+25
* Small improvementsLouis Burda2022-03-013-9/+56
* Display loaded player track name if player.track not knownLouis Burda2022-02-283-4/+18
* Fixed sorting of tracks and name completionLouis Burda2022-02-282-17/+82
* Try to preserving playing track when reindexing / movingLouis Burda2022-02-282-14/+68
* Fix tag some keybinds no fallthruLouis Burda2022-02-281-21/+25
* Switch from mostly ref based tracking to multi-link architectureLouis Burda2022-02-2715-689/+744
* Update player playlist on changes to tag tracksLouis Burda2022-02-265-23/+31
* Keybind for seek to playing, keybind for deleteLouis Burda2022-02-265-5/+65
* Migrate away from wchar_t, default to utf8Louis Burda2022-02-2621-379/+626
* Refactor player interface, improve history navigation and playlist shuffleLouis Burda2022-02-257-498/+583
* Added rerun commandLouis Burda2022-02-214-32/+91
* Bug fixes, added select track shortcut and reindex commandLouis Burda2022-02-219-89/+181
* Added keybinds for seeking to front or back of tracks / tagsLouis Burda2022-02-201-0/+12
* Added MPRIS pause and play event handlingLouis Burda2022-02-201-0/+4
* Use case insensitive searchLouis Burda2022-02-144-6/+24
* Improve error handling, history bug fixLouis Burda2022-02-1411-45/+64
* Refactored main.c into many filesLouis Burda2022-02-1419-1468/+1597
* Added liblistLouis Burda2022-02-135-191/+5
* Added command status and move and copy cmdsLouis Burda2022-02-133-21/+219
* Fix inputln uninitialized, missing counterLouis Burda2022-02-132-6/+6
* New list interface for fast tail accessLouis Burda2022-01-2713-134/+143
* Make track_show_playlist keybind switch panes automaticallyLouis Burda2022-01-261-1/+7
* Prioritize ITEM_SEL style to ITEM_PREVLouis Burda2022-01-261-12/+12
* Added index files, fixed cmd input bugsLouis Burda2022-01-266-37/+131
* Added keybind to force window refreshLouis Burda2022-01-241-0/+3
* Added tag search mode to select quicklyLouis Burda2022-01-246-34/+131
* Dont rely on d_type for loading tracksLouis Burda2022-01-243-9/+22
* Allow switch between playlist and tracks in hovered tagLouis Burda2022-01-083-18/+55
* Closed memory leaksLouis Burda2022-01-086-69/+97
* Added MPRIS controlLouis Burda2022-01-076-43/+270
* More refactoring, moved track manipulation into playerLouis Burda2021-12-2912-150/+259
* Refactor for readability, use static line buffer for statusline etcLouis Burda2021-12-284-204/+307