summaryrefslogtreecommitdiff
path: root/playlist.c
Commit message (Expand)AuthorAge
* search window fixed in gtkui pluginGravatar Alexey Yakovenko2009-11-30
* ported in-widget dnd into gtkui pluginGravatar Alexey Yakovenko2009-11-30
* Merge branch 'master' into guiplugGravatar Alexey Yakovenko2009-11-29
|\
| * added CUESHEET tag reading support for APEv2Gravatar Alexey Yakovenko2009-11-22
* | Merge branch 'master' into guiplugGravatar Alexey Yakovenko2009-11-21
|\|
| * fixed totaltime regression in playlist.cGravatar Alexey Yakovenko2009-11-21
* | Merge branch 'master' into guiplugGravatar Alexey Yakovenko2009-11-21
|\|
| * fixed vfs_curl to handle size and content-type headers properlyGravatar Alexey Yakovenko2009-11-20
* | ported most gtk stuff to plugin apiGravatar Alexey Yakovenko2009-11-15
* | callbacks.c port to plugin apiGravatar Alexey Yakovenko2009-11-15
* | gtkui plugin WIPGravatar Alexey Yakovenko2009-11-15
* | Merge branch 'master' into guiplugGravatar Alexey Yakovenko2009-11-15
|\|
| * optimized pl_set_item_durationGravatar Alexey Yakovenko2009-11-14
| * fixed bug in pl_load leading to very slow playlist loadingGravatar Alexey Yakovenko2009-11-14
* | gtkui WIPGravatar Alexey Yakovenko2009-11-12
* | finished moving gtk-related code to pluginGravatar Alexey Yakovenko2009-11-11
* | moved playcursor control to playlist moduleGravatar Alexey Yakovenko2009-11-11
|/
* fixed duration formatting in pl_format_titleGravatar Alexey Yakovenko2009-11-10
* prevent negative total playtimeGravatar Alexey Yakovenko2009-11-07
* moved all session crap to common configGravatar Alexey Yakovenko2009-11-07
* removed some printfsGravatar Alexey Yakovenko2009-11-06
* fixed some buffering/redraw issuesGravatar Alexey Yakovenko2009-11-06
* fixed support for some icy servers not sending content-lenghtGravatar Alexey Yakovenko2009-11-04
* improved icy protocol support; initial m3u supportGravatar Alexey Yakovenko2009-11-04
* changed .pls reader to use vfsGravatar Alexey Yakovenko2009-11-03
* added PLS file format readerGravatar Alexey Yakovenko2009-11-01
* added buffering indication to playing statusGravatar Alexey Yakovenko2009-10-26
* added vfs filetype detection based on content-typeGravatar Alexey Yakovenko2009-10-25
* updated preferences window to reflect config options changesGravatar Alexey Yakovenko2009-10-24
* new custom columns WIPGravatar Alexey Yakovenko2009-10-18
* added total playtime display to statusbarGravatar Alexey Yakovenko2009-10-11
* removed usage of INDEX 00 from cuesheet readerGravatar Alexey Yakovenko2009-10-07
* added workaround for some of malformed cuesheet filesGravatar Alexey Yakovenko2009-10-06
* added more tracing to cuesheet readerGravatar Alexey Yakovenko2009-10-06
* fixed crashbug in pl_load which happens with older gccGravatar Alexey Yakovenko2009-10-05
* removed messages.h from filesGravatar Alexey Yakovenko2009-10-03
* improved curl seekingGravatar Alexey Yakovenko2009-10-01
* vfs_curl WIPGravatar Alexey Yakovenko2009-09-29
* delete selection puts cursor to expected rowGravatar Alexey Yakovenko2009-09-29
* a bunch of fixes/tweaks for 0.2.3Gravatar Alexey Yakovenko2009-09-27
* fixed shuffle playback modeGravatar Alexey Yakovenko2009-09-26
* replaygain (experimental)Gravatar Alexey Yakovenko2009-09-23
* fixed flac cue regressionGravatar Alexey Yakovenko2009-09-23
* removed start/end time from playItem_tGravatar Alexey Yakovenko2009-09-22
* mp3 gapless playback WIPGravatar Alexey Yakovenko2009-09-17
* bumped playlist format version to 1.1Gravatar Alexey Yakovenko2009-09-16
* gapless playback 2nd iteration - sample-accurate seeking on flac and apeGravatar Alexey Yakovenko2009-09-16
* gapless playback now can skip through deleted itemsGravatar Alexey Yakovenko2009-09-16
* Merge branch 'master' into gaplessGravatar Alexey Yakovenko2009-09-15
|\
| * fixed cue reader regressionGravatar Alexey Yakovenko2009-09-15