aboutsummaryrefslogtreecommitdiff
path: root/nncmpp.c
Commit message (Expand)AuthorAgeFilesLines
* Support vi-like scrolling with C-y and C-ePřemysl Eric Janouch2020-08-011-0/+2
* Name changePřemysl Eric Janouch2020-08-011-1/+1
* Workaround cURL bugPřemysl Janouch2019-02-241-0/+3
* Fix unmarking behaviour, cleanupPřemysl Janouch2018-10-291-18/+26
* Allow moving multiple items in the Current tabPřemysl Janouch2018-10-291-13/+29
* Remove an outdated commentPřemysl Janouch2018-10-291-1/+0
* Make holding Shift+Up/Down behave betterPřemysl Janouch2018-10-291-25/+37
* Update selection on playlist changesPřemysl Janouch2018-10-291-1/+54
* Add actions for repeat/random/single/consumePřemysl Janouch2018-10-291-0/+16
* Make help tab items actionablePřemysl Janouch2018-10-291-18/+57
* Show unbound actions in helpPřemysl Janouch2018-10-291-3/+30
* Implement multiselect for deletion in Current tabPřemysl Janouch2018-10-211-3/+25
* Add keyboard shortcut d for deletionPřemysl Janouch2018-10-211-0/+1
* Add keyboard shortcuts g/G for goto top/bottomPřemysl Janouch2018-10-211-0/+2
* Add a search feature for Library tabPřemysl Janouch2018-10-211-27/+113
* CleanupPřemysl Janouch2018-10-201-24/+23
* Implement sequential multiselect for Library tabPřemysl Janouch2018-10-201-12/+106
* Fix input handlingPřemysl Janouch2018-10-201-1/+1
* Mark an issue for laterPřemysl Janouch2018-10-201-0/+2
* Move the line editor into its own filePřemysl Janouch2018-10-201-263/+59
* Use a common algorithm for scrollbarsPřemysl Janouch2018-10-201-23/+19
* Improve fallback scrollbar behaviourPřemysl Janouch2018-10-201-8/+29
* Bind the </> keys to previous/nextPřemysl Janouch2018-09-261-0/+2
* Fix undefined behaviourPřemysl Janouch2018-07-211-2/+5
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-3/+2
* CleanupPřemysl Janouch2017-06-271-10/+8
* Reorganize actionsPřemysl Janouch2017-06-271-45/+45
* Improve the Help tabPřemysl Janouch2017-06-271-19/+51
* CleanupPřemysl Janouch2017-06-271-19/+16
* Customizable key bindingsPřemysl Janouch2017-06-271-88/+186
* Make Del/Bksp eat whole graphemesPřemysl Janouch2017-06-261-5/+17
* Make left/right skip non-spacing charactersPřemysl Janouch2017-06-261-2/+6
* Allow running arbitrary MPD commandsPřemysl Janouch2017-06-261-0/+22
* Teach the line editor to scroll + promptPřemysl Janouch2017-06-261-18/+37
* Clean up the line editorPřemysl Janouch2017-06-261-35/+39
* Cache widths in the line editorPřemysl Janouch2017-06-261-14/+45
* Basic implementation of a line editorPřemysl Janouch2017-06-261-20/+264
* Rename item_list_{init,make}()Přemysl Janouch2017-06-231-5/+6
* Bump libertyPřemysl Janouch2017-06-231-75/+43
* Handle weird playlists betterPřemysl Janouch2017-06-221-15/+28
* CleanupPřemysl Janouch2017-06-131-41/+31
* Allow modifying playlist orderPřemysl Janouch2017-06-051-2/+27
* More beepingPřemysl Janouch2017-06-051-25/+23
* Give up on freeing tab resourcesPřemysl Janouch2017-06-051-1/+0
* Auto-resume playback on replacePřemysl Janouch2017-06-051-6/+14
* Use song IDs when availablePřemysl Janouch2017-06-051-13/+9
* CleanupPřemysl Janouch2017-06-051-35/+38
* Remove a pointless TODOPřemysl Janouch2017-06-051-2/+2
* Invalidate a TODOPřemysl Janouch2017-06-051-16/+5
* Make code a bit more compactPřemysl Janouch2017-06-051-34/+13