summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.c
Commit message (Expand)AuthorAge
* changed project description in many filesGravatar Alexey Yakovenko2014-07-16
* fixed "play" action when nothing is selected and playback is stopped (bug #1148)Gravatar Alexey Yakovenko2014-07-10
* fixed unpausing of currently paused track using "play" actionGravatar Alexey Yakovenko2014-07-08
* new wiki linksGravatar Alexey Yakovenko2014-07-07
* reset the playqueue if a user attempts to play the selected file (bug #928)Gravatar Alexey Yakovenko2014-05-28
* gtkui: restored the accidentally deleted double-click status bar handlerGravatar Alexey Yakovenko2014-05-11
* gtkui: removed unused event handlers from mainwinGravatar Alexey Yakovenko2014-05-11
* added "stop playback after current album finishes" functionalityGravatar Aleksejs Popovs2014-05-01
* fixed stop_after_current (buf #1062)Gravatar Alexey Yakovenko2014-02-24
* gtkui: fixed hotkey combinations with SHIFTGravatar Alexey Yakovenko2013-11-12
* gtkui: double click on statusbar jumps to current trackGravatar Christian Boxdörfer2013-11-09
* changed action API to be backwards compatible with 0.5 on source levelGravatar Alexey Yakovenko2013-11-03
* gtkui: unity globalmenu compat fixesGravatar Alexey Yakovenko2013-10-28
* gtkui: moved auto-size columns option to the main preferences window; split G...Gravatar Alexey Yakovenko2013-10-27
* gtkui: remove view -> tabs menu, it's now done via design modeGravatar Alexey Yakovenko2013-10-13
* gtkui: allow to use any keys as hotkeys (no gtk_accelerator_valid test); remo...Gravatar Alexey Yakovenko2013-10-12
* gtkui: removed view->menu bar ; fixed show/hide menu bar hotkeyGravatar Alexey Yakovenko2013-10-06
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
* gtkui: move all seekbar code to ddbseekbar.c; get rid of global variablesGravatar Alexey Yakovenko2013-10-01
* gtkui: save playlist after sortGravatar Alexey Yakovenko2013-09-29
* gtkui: added prefwin button to reset hotkeys to defaultsGravatar Alexey Yakovenko2013-09-18
* gtkui: keygroup (layout) independent hotkeysGravatar Alexey Yakovenko2013-09-15
* osx: make hotkeys workingGravatar Alexey Yakovenko2013-09-11
* ifdef the hotkey code on osx instead of just commenting it outGravatar Alexey Yakovenko2013-08-28
* osx support WIPGravatar Alexey Yakovenko2013-08-28
* gtkui: fixed hotkeys vs focus problem; updated help.txtGravatar waker2013-08-25
* gtkui: added menu checkbox to show/hide playlist headers in design modeGravatar waker2013-08-20
* moved parser into separate libGravatar waker2013-08-18
* gtkui: warn a user when he attempts to quit while background jobs are runningGravatar waker2013-08-04
* fixed seektime drawingGravatar waker2013-01-13
* added sorting hotkeysGravatar waker2012-11-24
* gtkui: added hotkeys for switching to playlist1-10; removed old play_random h...Gravatar waker2012-11-24
* hotkeys: removed debug printfsGravatar waker2012-11-23
* gtkui: added sort custom hotkeyGravatar waker2012-11-23
* gtkui: added preferences window hotkeyGravatar waker2012-11-23
* gtkui: added toggle menu hotkeyGravatar waker2012-11-18
* gtkui: hotkeys impl WIPGravatar waker2012-11-11
* gtkui: removed menu accels; started implementing hotkey actionsGravatar waker2012-11-10
* gtkui: new hotkey grabbing widget and other fixesGravatar waker2012-11-06
* local hotkeys supportGravatar waker2012-11-05
* gtkui: hotkey grabber widget WIPGravatar waker2012-11-01
* gtkui: new hotkeys configuration tab WIPGravatar waker2012-10-30
* gtkui: disabled search in the "selection properties" widgetGravatar waker2012-10-28
* display of the seek position in the seekbar WIPGravatar waker2012-10-25
* Merge branch 'master' into develGravatar waker2012-10-05
|\
| * added user-agent configuration to gui, vfs_curl and last.fmGravatar waker2012-08-16
| * gtkui: fixed gtk3 compatGravatar waker2012-08-05
| * gtkui: fixed minor bug in custom column type selectionGravatar waker2012-08-05
| * gtkui: automatically fill new/edited column title from its typeGravatar waker2012-08-05
* | gtkui: fixed jump to current trackGravatar waker2012-04-09