summaryrefslogtreecommitdiff
path: root/deadbeef.h
Commit message (Collapse)AuthorAge
* osx: cleanup, use of proper APIs; added new GUI plugin type to the enum in ↵Gravatar Alexey Yakovenko2013-08-28
| | | | deadbeef.h
* gtkui: added GUI configuration for content type mappingGravatar waker2013-08-17
|
* content-type mapping settings WIPGravatar waker2013-08-15
|
* gtkui: handle selection changes in all playlist widgetsGravatar waker2013-08-11
|
* added PLUG_TEST_COMPAT macro to deadbeef.hGravatar waker2013-08-11
|
* added new API for querying/handling background jobsGravatar waker2013-08-04
|
* gtkui: added/fixed few things to make widget plugins workGravatar waker2013-07-11
|
* deadbeef.h license fixGravatar waker2012-12-01
|
* few minor optimizationsGravatar waker2012-11-30
|
* added new set_mute/is_mute API; added hotkey for thisGravatar waker2012-11-25
|
* added several new action stubs; added flag to explicitly tell which actions ↵Gravatar waker2012-11-08
| | | | should appear in the menus; fixed few issues in the hotkeys config dialog
* get rid of DDB_ACTION_CALLBACK macroGravatar waker2012-11-05
|
* fixes necessary to support plugins with actions using API <=1.4Gravatar waker2012-11-05
|
* transition to the new plugin action API (WIP)Gravatar waker2012-11-04
|
* action context stuff in deadbeef.h; clean-upGravatar waker2012-11-02
|
* plugin API bump to 1.5, deadbeef.h cleanup, added new hotkeys stuffGravatar waker2012-10-30
|
* fixed playlist refresh on search window selection changesGravatar waker2012-10-30
|
* Merge branch 'master' into develGravatar waker2012-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 senseGravatar waker2012-08-05
| |
| * added itunes tags type support to track flagsGravatar waker2012-08-03
| |
| * fixed accidental API break caused by run_dialogGravatar waker2012-06-04
| |
| * plugin api version bumped to 1.4 for 0.5.5 releaseGravatar waker2012-06-02
| |
| * gtkui: run_dialog now supports specifying parent windowGravatar waker2012-05-30
| |
| * fixed plt_find_meta calls to use pl_lockGravatar waker2012-05-18
| |
| * fixed many calls to pl_find_meta[_raw] being called without pl_lock;Gravatar waker2012-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 eventGravatar waker2012-04-26
| |
| * shellexec[ui]: cleaned up api, fixed memleaks, add/remove/edit works without ↵Gravatar waker2012-04-24
| | | | | | | | restarting player, Disabled flag is not user-editable and is not saved to config
* | added freq vis supportGravatar waker2012-04-13
| |
* | vis buffer is now always float/monoGravatar waker2012-04-12
| |
* | added experimental visualization (scope)Gravatar waker2012-04-11
| |
* | gtkui: fixed jump to current trackGravatar waker2012-04-09
| |
* | Merge branch 'master' into develGravatar waker2012-04-09
|\| | | | | | | | | | | | | Conflicts: plugins/gtkui/callbacks.c plugins/gtkui/callbacks.h plugins/gtkui/gtkui.h
| * added random sort (based on patch from defusix)Gravatar waker2012-04-06
| |
| * extended plugin api to trigger dsp chain saving from pluginsGravatar waker2012-04-02
| |
| * updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
| |
| * cleaned up and added more documentation for DB_ACTION_** stuffGravatar waker2012-01-23
| |
| * added possibility to put additional menu items to playlist context menu ↵Gravatar waker2012-01-22
| | | | | | | | (using plugin actions)
* | Merge branch 'master' into develGravatar waker2011-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.Gravatar waker2011-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 develGravatar waker2011-09-30
| |
| * fixed writing non-ascii id3v1 tagsGravatar waker2011-08-31
| |
* | added selection properties widgetGravatar waker2011-06-22
| |
* | medialib scanner prototype: scan folder, build index, etcGravatar waker2011-06-17
|/
* renamed dsp pass_through to can_bypassGravatar waker2011-05-22
|
* added new DSP API pass_through, which allows to skip DSP stage if it doesn't ↵Gravatar waker2011-05-21
| | | | | | do anything; bumped API version to 1.1
* pass started_timestamp of previous track in songchanged event; unbreak scrobblerGravatar waker2011-05-20
|
* 0.5.0-rc1 final fixupsGravatar waker2011-05-10
|
* added remaining plt_* replacements; minor fixupsGravatar waker2011-05-10
|
* added several new plt_* functions to work on specific playlistsGravatar waker2011-05-10
|
* changed few old-style pl_* functions which were working with current ↵Gravatar waker2011-05-08
| | | | playlist with the new ones, working with specific playlist passed as argument