| Commit message (Expand) | Author | Age |
* | added several new action stubs; added flag to explicitly tell which actions s... | waker | 2012-11-08 |
* | get rid of DDB_ACTION_CALLBACK macro | waker | 2012-11-05 |
* | fixes necessary to support plugins with actions using API <=1.4 | waker | 2012-11-05 |
* | transition to the new plugin action API (WIP) | waker | 2012-11-04 |
* | action context stuff in deadbeef.h; clean-up | waker | 2012-11-02 |
* | plugin API bump to 1.5, deadbeef.h cleanup, added new hotkeys stuff | waker | 2012-10-30 |
* | fixed playlist refresh on search window selection changes | waker | 2012-10-30 |
* | Merge branch 'master' into devel | waker | 2012-10-05 |
|\ |
|
| * | removed DB_COLUMN_ID_MAX from the API header, it's unused and doesn't make sense | waker | 2012-08-05 |
| * | added itunes tags type support to track flags | waker | 2012-08-03 |
| * | fixed accidental API break caused by run_dialog | waker | 2012-06-04 |
| * | plugin api version bumped to 1.4 for 0.5.5 release | waker | 2012-06-02 |
| * | gtkui: run_dialog now supports specifying parent window | waker | 2012-05-30 |
| * | fixed plt_find_meta calls to use pl_lock | waker | 2012-05-18 |
| * | fixed many calls to pl_find_meta[_raw] being called without pl_lock; | waker | 2012-05-17 |
| * | added new DB_EV_DSPCHANGED event | waker | 2012-04-26 |
| * | shellexec[ui]: cleaned up api, fixed memleaks, add/remove/edit works without ... | waker | 2012-04-24 |
* | | added freq vis support | waker | 2012-04-13 |
* | | vis buffer is now always float/mono | waker | 2012-04-12 |
* | | added experimental visualization (scope) | waker | 2012-04-11 |
* | | gtkui: fixed jump to current track | waker | 2012-04-09 |
* | | Merge branch 'master' into devel | waker | 2012-04-09 |
|\| |
|
| * | added random sort (based on patch from defusix) | waker | 2012-04-06 |
| * | extended plugin api to trigger dsp chain saving from plugins | waker | 2012-04-02 |
| * | updated (c) year to 2012 in the sources | waker | 2012-03-24 |
| * | cleaned up and added more documentation for DB_ACTION_** stuff | waker | 2012-01-23 |
| * | added possibility to put additional menu items to playlist context menu (usin... | waker | 2012-01-22 |
* | | Merge branch 'master' into devel | waker | 2011-10-23 |
|\| |
|
| * | added experimental support for metadata overrides. | waker | 2011-10-01 |
| * | merge new APIs for 0.5.2 from devel | waker | 2011-09-30 |
| * | fixed writing non-ascii id3v1 tags | waker | 2011-08-31 |
* | | added selection properties widget | waker | 2011-06-22 |
* | | medialib scanner prototype: scan folder, build index, etc | waker | 2011-06-17 |
|/ |
|
* | renamed dsp pass_through to can_bypass | waker | 2011-05-22 |
* | added new DSP API pass_through, which allows to skip DSP stage if it doesn't ... | waker | 2011-05-21 |
* | pass started_timestamp of previous track in songchanged event; unbreak scrobbler | waker | 2011-05-20 |
* | 0.5.0-rc1 final fixups | waker | 2011-05-10 |
* | added remaining plt_* replacements; minor fixups | waker | 2011-05-10 |
* | added several new plt_* functions to work on specific playlists | waker | 2011-05-10 |
* | 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 |
* | changed some API entry points to make it possible working with specific playl... | waker | 2011-04-29 |
* | fixed mp3 filetype for streamed radio; | waker | 2011-04-27 |
* | new future-proof playlist API, potentially reducing locking, and allowing mor... | waker | 2011-04-25 |
* | improved plugin API versioning; | waker | 2011-04-25 |
* | added short description about PL_MAIN and PL_SEARCH | waker | 2011-04-23 |
* | get rid of some legacy events; | waker | 2011-04-16 |
* | more unification work on event system | waker | 2011-04-14 |
* | new event passing system | waker | 2011-04-14 |