aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Uncapitalize cURL errorsPřemysl Janouch2017-06-051-0/+8
|
* Implement L/M/H bindingsPřemysl Janouch2017-06-051-1/+22
|
* Only display enabled optionsPřemysl Janouch2017-06-051-4/+5
|
* Show the current path in LibraryPřemysl Janouch2017-06-051-6/+26
| | | | The UI code is totally ad-hoc and ugly.
* Add interface for database updatesPřemysl Janouch2017-06-051-3/+12
|
* Stop eating errorsPřemysl Janouch2017-06-041-25/+54
| | | | Instead show them up in the status bar with a timeout.
* Add a basic statusbarPřemysl Janouch2017-06-041-3/+60
| | | | Unfortunately so far the user can't toggle the options.
* CleanupPřemysl Janouch2017-06-041-8/+3
|
* Bump libertyPřemysl Janouch2017-06-041-0/+0
|
* Remember the position when browsing LibraryPřemysl Janouch2017-06-041-19/+74
|
* Add an attribute for directoriesPřemysl Janouch2017-06-041-1/+3
| | | | Completely overrides row colors though.
* Only change path when we get its contentsPřemysl Janouch2017-06-041-10/+13
|
* Don't default to negative selectionPřemysl Janouch2017-06-041-7/+8
|
* CleanupPřemysl Janouch2017-06-041-25/+22
|
* Make backspace go up a levelPřemysl Janouch2017-06-031-0/+20
|
* Improve SIGWINCH handlingPřemysl Janouch2017-06-031-2/+1
|
* Update READMEPřemysl Janouch2017-06-031-0/+2
|
* Fix and update LICENSEPřemysl Janouch2017-02-032-15/+12
|
* Don't show "playing" when we don't knowPřemysl Janouch2017-01-291-2/+3
|
* Fix segfault on insufficient privilegesPřemysl Janouch2017-01-291-15/+16
|
* Factor out app_fitting_items()Přemysl Janouch2017-01-291-8/+14
|
* ATTRIBUTE_HEADER -> ATTRIBUTE_NORMALPřemysl Janouch2017-01-292-25/+25
|
* g_ctx -> gPřemysl Janouch2017-01-291-198/+191
| | | | Because it's just plain noise. But I still enjoy the indicator.
* Resolve the APP_ATTR situationPřemysl Janouch2017-01-291-35/+31
|
* Handle disconnects betterPřemysl Janouch2017-01-291-3/+7
| | | | Reset all state and update the UI.
* Rewrite mpd_update_playback_state()Přemysl Janouch2017-01-281-37/+45
| | | | | | - no longer make destructive changes to the state - use "duration" and support millisecond precision - clean up
* Trivial source code fixesPřemysl Janouch2017-01-271-3/+3
|
* Travis CI: brevify notificationsPřemysl Janouch2017-01-271-0/+6
|
* Fix memory leaks in uses of the MPD_SIMPLE macroPřemysl Janouch2017-01-241-34/+51
|
* Use binary search for key bindingsPřemysl Janouch2017-01-241-41/+58
|
* Update copyright yearsPřemysl Janouch2017-01-242-2/+2
|
* Fix visual regressionPřemysl Janouch2017-01-241-1/+1
|
* Mark some memory leaks to be fixedPřemysl Janouch2017-01-231-0/+4
|
* Bump libertyPřemysl Janouch2017-01-235-332/+59
|
* CleanupPřemysl Janouch2017-01-171-6/+4
|
* Add .travis.ymlcoverity_scanPřemysl Janouch2017-01-171-0/+34
|
* Improve double click detectionPřemysl Janouch2016-11-201-1/+5
|
* Fix launch w/o configurationPřemysl Janouch2016-11-201-1/+4
|
* Use case insensitive orderingPřemysl Janouch2016-10-231-3/+14
|
* Show song length in the playlistPřemysl Janouch2016-10-231-5/+27
|
* Handle double clicks on itemsPřemysl Janouch2016-10-131-14/+34
|
* Nicer playlistPřemysl Janouch2016-10-131-2/+9
|
* Factor out mpd_parse_kv()Přemysl Janouch2016-10-131-10/+12
|
* Clean up mpd_process_info(), bump libertyPřemysl Janouch2016-10-132-23/+23
| | | | "command_list_ok_begin" allows us to partition the response easily.
* Simplify mpd_process_info()Přemysl Janouch2016-10-131-33/+25
| | | | At a cost but still a win as I see it.
* Clean up library_tab_on_data()Přemysl Janouch2016-10-131-23/+17
|
* First round of Library tab cleanupsPřemysl Janouch2016-10-121-83/+88
|
* Rename "user actions" to "actions"Přemysl Janouch2016-10-121-85/+85
|
* Update READMEPřemysl Janouch2016-10-122-5/+5
| | | | Add a picture since people like pictures.
* Hack together a Library tabPřemysl Janouch2016-10-121-0/+246
| | | | This needs serious clean up. Even though it's not the first iteration.