Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gtkui: added/fixed few things to make widget plugins work | waker | 2013-07-11 |
| | |||
* | deadbeef.h license fix | waker | 2012-12-01 |
| | |||
* | few minor optimizations | waker | 2012-11-30 |
| | |||
* | added new set_mute/is_mute API; added hotkey for this | waker | 2012-11-25 |
| | |||
* | added several new action stubs; added flag to explicitly tell which actions ↵ | waker | 2012-11-08 |
| | | | | should appear in the menus; fixed few issues in the hotkeys config dialog | ||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README configure.ac deadbeef.h plugins.c plugins/gtkui/Makefile.am plugins/gtkui/ddbcellrenderertextmultiline.c plugins/gtkui/ddblistview.c plugins/gtkui/deadbeef.glade plugins/gtkui/gtkui.c plugins/gtkui/interface.c plugins/gtkui/plcommon.c plugins/shellexec/shellexec.c plugins/supereq/Makefile.am | ||
| * | 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 debug pl_ensure_lock function which asserts when pl_lock is not set when it is required; added new API functions for thread-safe metadata access | ||
| * | 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 |
| | | | | | | | | restarting player, Disabled flag is not user-editable and is not saved to config | ||
* | | 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 |
|\| | | | | | | | | | | | | | Conflicts: plugins/gtkui/callbacks.c plugins/gtkui/callbacks.h plugins/gtkui/gtkui.h | ||
| * | 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 ↵ | waker | 2012-01-22 |
| | | | | | | | | (using plugin actions) | ||
* | | Merge branch 'master' into devel | waker | 2011-10-23 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: deadbeef.h metacache.c playlist.c plugins.c plugins/gtkui/Makefile.am plugins/gtkui/ddbcellrenderertextmultiline.c plugins/gtkui/ddbcellrenderertextmultiline.h plugins/gtkui/ddbequalizer.c plugins/gtkui/ddbequalizer.h plugins/gtkui/ddbseekbar.c plugins/gtkui/ddbseekbar.h plugins/gtkui/ddbtabstrip.c plugins/gtkui/fileman.c plugins/gtkui/gtkui.c plugins/gtkui/interface.c plugins/gtkui/plcommon.c plugins/gtkui/trkproperties.c | ||
| * | added experimental support for metadata overrides. | waker | 2011-10-01 |
| | | | | | | | | | | for example field "!NAME" will override field ":NAME", but will not be stored so after player restart, the field will be restored to original :NAME | ||
| * | 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 |
| | | | | | | do anything; bumped API version to 1.1 | ||
* | 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 ↵ | waker | 2011-05-08 |
| | | | | playlist with the new ones, working with specific playlist passed as argument | ||
* | 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 |
| | | | | | | 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 | ||
* | changed some API entry points to make it possible working with specific ↵ | waker | 2011-04-29 |
| | | | | playlists, and not just the current one | ||
* | fixed mp3 filetype for streamed radio; | waker | 2011-04-27 |
| | | | | removed filetypes ptr in DB_decoder_t | ||
* | new future-proof playlist API, potentially reducing locking, and allowing ↵ | waker | 2011-04-25 |
| | | | | more flexibility | ||
* | improved plugin API versioning; | waker | 2011-04-25 |
| | | | | block adding files from cmdline while adding from gui |