summaryrefslogtreecommitdiff
path: root/plugins/gtkui/hotkeys.c
Commit message (Collapse)AuthorAge
* added "stop playback after current album finishes" functionalityGravatar Aleksejs Popovs2014-05-01
|
* gtkui: hide hotkeys tab in preferences, if the hotkeys plugin is not availableGravatar Alexey Yakovenko2014-01-19
|
* gtkui: avoid marking hotkeys as changed on selectionGravatar Alexey Yakovenko2013-11-14
|
* gtkui: fixed hotkey combinations with SHIFTGravatar Alexey Yakovenko2013-11-12
|
* changed action API to be backwards compatible with 0.5 on source levelGravatar Alexey Yakovenko2013-11-03
|
* gtkui: automatically import global hotkeys from 0.5, fixed initializing ↵Gravatar Alexey Yakovenko2013-10-27
| | | | hotkeys on 1st run
* gtkui: better hotkey handling in search windowGravatar Alexey Yakovenko2013-10-19
|
* gtkui: cleanup hotkeys code; fixed duplicate hotkeys; allow backspace to be ↵Gravatar Alexey Yakovenko2013-10-13
| | | | used in hotkeys
* gtkui: disallow assigning duplicate hotkeysGravatar Alexey Yakovenko2013-10-13
|
* gtkui: fixed saving removed hotkeys; fixed remove hotkey gui behaviorGravatar Alexey Yakovenko2013-10-13
|
* gtkui: prettified assigned hotkey action textGravatar Alexey Yakovenko2013-10-13
|
* gtkui: allow to use any keys as hotkeys (no gtk_accelerator_valid test); ↵Gravatar Alexey Yakovenko2013-10-12
| | | | removed the default gtkwindow ctrl+tab bindings
* gtkui: fixed hang on invalid accelerator in hotkey dialogGravatar Alexey Yakovenko2013-10-10
|
* gtkui: debug printf cleanupGravatar Alexey Yakovenko2013-10-06
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* gtkui: don't mark hotkeys as changed on cursor changeGravatar Alexey Yakovenko2013-09-29
|
* gtkui: added prefwin button to reset hotkeys to defaultsGravatar Alexey Yakovenko2013-09-18
|
* gtkui: warn a user when he forgets to save hotkeys changesGravatar Alexey Yakovenko2013-09-18
|
* gtkui: keygroup (layout) independent hotkeysGravatar Alexey Yakovenko2013-09-15
|
* 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
* moved all copies of strdupa macro to strdupa.hGravatar waker2013-08-30
|
* ifdef the hotkey code on osx instead of just commenting it outGravatar Alexey Yakovenko2013-08-28
|
* osx support WIPGravatar Alexey Yakovenko2013-08-28
|
* pltbrowser: fixed signal handlingGravatar waker2013-08-25
|
* gtkui: playing with hotkey focusGravatar waker2013-08-25
|
* gtkui: fixed few warnings in hotkeysGravatar waker2013-08-25
|
* gtkui: hotkeys preferences: moved actions tree to a separate dialogGravatar waker2013-08-24
|
* gtkui: added GUI action selection for button widgetGravatar waker2013-08-24
|
* moved parser into separate libGravatar waker2013-08-18
|
* gtkui: set cursor to new hotkey after it's been addedGravatar waker2012-11-25
|
* correct hotkeys sort order in config fileGravatar waker2012-11-18
|
* gtkui: removed menu accels; started implementing hotkey actionsGravatar waker2012-11-10
|
* 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
* gtkui: new hotkey grabbing widget and other fixesGravatar waker2012-11-06
|
* gtkui: hotkey gtk warning fixGravatar waker2012-11-06
|
* new action API code fixesGravatar waker2012-11-05
|
* gtkui: better actions treeGravatar waker2012-11-04
|
* transition to the new plugin action API (WIP)Gravatar waker2012-11-04
|
* gtkui: hotkeys configuration: add/remove; save/load; apply/revert buttons, etcGravatar waker2012-11-04
|
* gtkui: hotkeys configuration WIPGravatar waker2012-11-02
|
* gtkui: hotkey grabber widget WIPGravatar waker2012-11-01
|
* gtkui: new hotkeys configuration tab WIPGravatar waker2012-10-30