| Commit message (Expand) | Author | Age |
* | fixed plt_search_process bug which was creating single-linked list instead of... | waker | 2012-04-25 |
* | fixed ignoring cuesheet and log in search | waker | 2012-04-23 |
* | added random sort (based on patch from defusix) | waker | 2012-04-06 |
* | updated (c) year to 2012 in the sources | waker | 2012-03-24 |
* | fixed minor cue parsing bug | waker | 2012-03-11 |
* | added a few missing returns | waker | 2012-02-02 |
* | added hack for loading playlists from zip files | waker | 2012-01-08 |
* | fixed filehandle leak in plt_load; | waker | 2011-12-29 |
* | fixed clearing playqueue on exit | waker | 2011-11-27 |
* | title formatting: added %L %X %Z for 'selected playback length', 'selected tr... | waker | 2011-11-26 |
* | allow blank values in config variables | waker | 2011-11-26 |
* | added album artist support to shuffle albums mode | waker | 2011-11-18 |
* | deleted legacy m3u and pls parsers; fixed bug in uri checker which was failin... | waker | 2011-11-14 |
* | minor optimization to shuffle albums | waker | 2011-10-23 |
* | after switching to shuffle-albums mode, while playing a track, mark all previ... | waker | 2011-10-23 |
* | dont't remove moved tracks from playqueue | waker | 2011-10-13 |
* | ignore cuesheet if any cue track is out of time bounds of the audio file | waker | 2011-10-02 |
* | added experimental support for metadata overrides. | waker | 2011-10-01 |
* | merge new APIs for 0.5.2 from devel | waker | 2011-09-30 |
* | disabled built-in pls/m3u code | waker | 2011-09-30 |
* | disable loading m3u/pls playlist using "open file(s)/folder(s)", always using... | waker | 2011-09-29 |
* | fixed memleak caused by tooltip handler | waker | 2011-09-18 |
* | fixed crash on malformed cuesheet files | waker | 2011-08-31 |
* | OpenIndian b148 support (and perhaps other Solaris builds). | Kevin van der Vlist | 2011-06-12 |
* | few fixes to make it possible to reinitialize player after complete shutdown,... | waker | 2011-06-12 |
* | unbreak shuffle | waker | 2011-05-22 |
* | minor bugfix in pl_set_order | waker | 2011-05-22 |
* | changed cue loader to use VFS, for reading from archives | waker | 2011-05-22 |
* | remove bogus printf from init_shuffle_albums | waker | 2011-05-20 |
* | set initial item duration to -1 | waker | 2011-05-20 |
* | in shuffle albums mode, skip previous album tracks if user selects track manu... | waker | 2011-05-20 |
* | call streamer_notify_playlist_deleted from plt_remove, instead of plt_free | waker | 2011-05-16 |
* | fixed several pl_lock race conditions in streamer; | waker | 2011-05-14 |
* | fixed several memleaks in gtkui | waker | 2011-05-14 |
* | added remaining plt_* replacements; minor fixups | waker | 2011-05-10 |
* | added several new plt_* functions to work on specific playlists | waker | 2011-05-10 |
* | lock playlist in pl_get_totaltime | waker | 2011-05-09 |
* | changed few old-style pl_* functions which were working with current playlist... | waker | 2011-05-08 |
* | converter pl_sort into plt_sort | waker | 2011-05-08 |
* | moved playtime and started_timestamp from playitem to streamer global variables; | waker | 2011-05-04 |
* | fixed m3u loader race condition when called recursively | waker | 2011-05-01 |
* | changed some API entry points to make it possible working with specific playl... | waker | 2011-04-29 |
* | fixed zero-length last track after dragndrop-opening pls file | waker | 2011-04-27 |
* | added progress dialog to pls and m3u loaders | waker | 2011-04-27 |
* | fixed bug which led to auto-saving current playlist to all playlist files | waker | 2011-04-27 |
* | optimized search | waker | 2011-04-26 |
* | new future-proof playlist API, potentially reducing locking, and allowing mor... | waker | 2011-04-25 |
* | fixed opening pls and m3u playlists from drag-n-dropped urls | waker | 2011-04-25 |
* | allow unquoted single-word strings in cuesheets | waker | 2011-04-25 |
* | improved plugin API versioning; | waker | 2011-04-25 |