summaryrefslogtreecommitdiff
path: root/plugins/hotkeys
Commit message (Collapse)AuthorAge
* hotkeys: cleanup bogus x11-specific codeGravatar Alexey Yakovenko2013-09-17
|
* osx: make hotkeys workingGravatar Alexey Yakovenko2013-09-11
| | | | as a side effect, hotkeys plugin will now be built even if Xlib is not available, so localhotkeys will always work
* hotkeys: fixed playqueue handlers in tab menuGravatar waker2013-08-21
|
* moved parser into separate libGravatar waker2013-08-18
|
* few minor optimizationsGravatar waker2012-11-30
|
* added new set_mute/is_mute API; added hotkey for thisGravatar waker2012-11-25
|
* added add/remove to/from playqueue hotkeysGravatar waker2012-11-25
|
* move playlist switching hotkeys out of Edit categoryGravatar waker2012-11-24
|
* added clear playlist and invert selection hotkeysGravatar waker2012-11-24
|
* added sorting hotkeysGravatar waker2012-11-24
|
* gtkui: added hotkeys for switching to playlist1-10; removed old play_random ↵Gravatar waker2012-11-24
| | | | hardcoded hotkey
* hotkeys: added prev/next playlist hotkeysGravatar waker2012-11-24
|
* gtkui: added loopmode hotkeysGravatar waker2012-11-24
|
* added reload metadata hotkeyGravatar waker2012-11-24
|
* hotkeys: removed debug printfsGravatar waker2012-11-23
|
* gtkui: added toggle menu hotkeyGravatar waker2012-11-18
|
* gtkuiL: hotkeys WIPGravatar waker2012-11-18
|
* hotkeys: jump to currentGravatar waker2012-11-18
|
* hotkeys for seekingGravatar waker2012-11-18
|
* gtkui: fixed play and pause hotkeys; removed button accelerators from toolbarGravatar waker2012-11-18
|
* added missing actionhandlers filesGravatar waker2012-11-17
|
* hotkeys WIPGravatar waker2012-11-16
|
* gtkui: removed menu accels; started implementing hotkey actionsGravatar waker2012-11-10
|
* hotkeys: fixed/updated few action stubsGravatar waker2012-11-10
|
* added more action stubsGravatar waker2012-11-09
|
* 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
* fixed actions defined in the hotkeys pluginGravatar waker2012-11-05
|
* hotkeys: description updateGravatar waker2012-11-05
|
* local hotkeys supportGravatar waker2012-11-05
|
* new action API code fixesGravatar waker2012-11-05
|
* hotkeys: added API for local hotkeysGravatar waker2012-11-04
|
* hotkeys: don't crash on x errorsGravatar waker2012-11-04
|
* transition to the new plugin action API (WIP)Gravatar waker2012-11-04
|
* switched to the new config format for global hotkeysGravatar waker2012-11-04
|
* hotkeys: fixed custom actions support for common and playlist flagsGravatar waker2012-05-07
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* cleaned up and added more documentation for DB_ACTION_** stuffGravatar waker2012-01-23
|
* engrish fix in hotkeysGravatar waker2011-05-22
|
* fixed action flag checking in hotkeysGravatar waker2011-05-22
|
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* reduced amount of debug output from hotkeys pluginGravatar waker2011-05-13
|
* fixed seeking with global hotkeys crash when pausedGravatar waker2011-05-09
|
* delete debug printfs from hotkeysGravatar waker2011-04-24
|
* moved hotkeys init to plugin.start, to avoid race condition with gtkGravatar waker2011-04-24
|
* more unification work on event systemGravatar waker2011-04-14
|
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* possible fix to gnome vs hotkeys plugin vs reboot problemGravatar waker2011-02-21
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* removed some unnecessary functions from plugin APIGravatar waker2010-12-31
|
* renamed pause event to togglepause;Gravatar waker2010-12-31
| | | | | added new pause event, including command line option; slightly changed/shortened M_* constant names