summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.c
Commit message (Collapse)AuthorAge
* gtkui: moved auto-size columns option to the main preferences window; split ↵Gravatar Alexey Yakovenko2013-10-27
| | | | GUI settings into 2 tabs
* 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); ↵Gravatar Alexey Yakovenko2013-10-12
| | | | removed the default gtkwindow ctrl+tab bindings
* 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
| | | | as a side effect, hotkeys plugin will now be built even if Xlib is not available, so localhotkeys will always work
* 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 ↵Gravatar waker2012-11-24
| | | | hardcoded hotkey
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 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
| |
* | 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
| |
| * added new option to reset "stop after current" option every time the track ↵Gravatar waker2012-04-02
| | | | | | | | was auto-stopped
| * updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
| |
* | 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
| * [gtkui] replaced "Other file(s)" in file filter with "All file(s)"Gravatar waker2011-10-13
| |
| * fixed seekbar and volumebar drawing in gtkui3Gravatar waker2011-10-09
| |
| * port to GTK3 (WIP)Gravatar waker2011-10-08
| |
| * disable loading m3u/pls playlist using "open file(s)/folder(s)", always ↵Gravatar waker2011-09-29
| | | | | | | | using Open Playlist from now
| * play selected track if enter/playbtn pressed while playing track is pausedGravatar waker2011-08-31
| |
| * save config after changing view -> statusbar/tabs/columnsGravatar waker2011-07-03
| |
* | compile warning fix; playlist header context menu fix for designmodeGravatar waker2011-06-21
| |
* | layout editing WIP: implemented context menu which can replace existing widgetsGravatar waker2011-06-19
| |