Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | updated (c) year to 2012 in the sources | waker | 2012-03-24 |
| | |||
* | moved playtime and started_timestamp from playitem to streamer global variables; | waker | 2011-05-04 |
| | | | | | | playtime and started_timestamp are now passed in track event structures; fixed few lastfm submission and event-handling bugs; cleaned out old event sending helper functions | ||
* | new event passing system | waker | 2011-04-14 |
| | |||
* | fixed next track selection after current track was removed | waker | 2011-04-10 |
| | |||
* | renamed gtkui plugin into ddb_gui_GTK2; | waker | 2011-03-23 |
| | | | | | | changed the way gui plugins must be named; added selection of gui plugin to preferences window; only 1 gui plugin is loaded at a time | ||
* | added new plugin.connect method to base plugin interface, which does the ↵ | waker | 2011-02-21 |
| | | | | opposite of connect | ||
* | updated copyright year to 2011 | waker | 2011-01-02 |
| | |||
* | removed some unnecessary functions from plugin API | waker | 2010-12-31 |
| | |||
* | added new playlist plugin API | waker | 2010-12-03 |
| | | | | added new M3U plugin (also supports loading PLS playlists) | ||
* | ported supereq to new api; converted to float; added reentrancy support | waker | 2010-11-28 |
| | |||
* | added portable build mode (--enable-portable configure option) | waker | 2010-10-20 |
| | |||
* | merged non-android-specific changes from android branch | Alexey Yakovenko | 2010-07-26 |
| | |||
* | several fixes to playqueue handling | Alexey Yakovenko | 2010-05-06 |
| | |||
* | cleaned up some of bad/unused messages and events; | Alexey Yakovenko | 2010-04-19 |
| | | | | implemented new notification-daemon osd; | ||
* | don't create global hotkeys tab in preferences unless there's hotkeys plugin | Alexey Yakovenko | 2010-04-11 |
| | |||
* | added is_local_file routine to plugin API | Alexey Yakovenko | 2010-04-06 |
| | |||
* | supereq plugin prototype | Alexey Yakovenko | 2010-03-20 |
| | |||
* | runtime linking of playlist tracks to decoder plugins is done via strings ↵ | Alexey Yakovenko | 2010-01-11 |
| | | | | instead of pointers (to allow easy unloading of decoders) | ||
* | updated copyright notice to 2010 | Alexey Yakovenko | 2010-01-03 |
| | |||
* | implemented dynamic output plugin selection | Alexey Yakovenko | 2009-12-11 |
| | |||
* | alsa code converted into output plugin | Alexey Yakovenko | 2009-12-11 |
| | |||
* | plugin dynamic start/stop WIP | Alexey Yakovenko | 2009-12-10 |
| | |||
* | finished moving gtk-related code to plugin | Alexey Yakovenko | 2009-11-11 |
| | |||
* | moved playcursor control to playlist module | Alexey Yakovenko | 2009-11-11 |
| | | | | | improved plugin event triggering moved some playback control from gui to streamer | ||
* | added gui_locking abilities to plugin api | Alexey Yakovenko | 2009-11-01 |
| | | | | added some fixups to hotkeys plugin X11 interaction | ||
* | updated plugins descriptions | Alexey Yakovenko | 2009-10-10 |
| | | | | added basic gui configuration window | ||
* | added TRACKDELETED plugin event | Alexey Yakovenko | 2009-10-04 |
| | | | | added TRACKDELETED handler to vorbis plugin | ||
* | added VFS plugins | Alexey Yakovenko | 2009-09-28 |
| | | | | | implemented stdio VFS plugin ported flac, mpgmad, ffap, vorbis, wavpack, junklib to VFS | ||
* | added mutex locking for plugin events | Alexey Yakovenko | 2009-09-06 |
| | |||
* | better config dir handling | waker | 2009-08-30 |
| | |||
* | volumebar will redraw on plugin volume change | waker | 2009-08-30 |
| | |||
* | slight optimization of float_to_int casts in streamer | waker | 2009-08-29 |
| | |||
* | mp3 decoder porting as plugin WIP | waker | 2009-08-29 |
| | |||
* | added playrandom call to plugin api | waker | 2009-08-27 |
| | |||
* | added volume control and seeking to plugin api | waker | 2009-08-27 |
| | |||
* | lastfm plugin WIP | waker | 2009-08-26 |
| | |||
* | added more stuff to plugin api (playback control) | waker | 2009-08-26 |
| | |||
* | plugins prototyping WIP | waker | 2009-08-25 |