summaryrefslogtreecommitdiff
path: root/plugins/gtkui/fileman.c
Commit message (Collapse)AuthorAge
* fixed unpausing of currently paused track using "play" actionGravatar Alexey Yakovenko2014-07-08
|
* gtkui: fixed buffer overflow in drag-n-drop handlerGravatar Alexey Yakovenko2014-02-02
|
* ported stuff to new file add APIGravatar Alexey Yakovenko2013-11-05
|
* gtkui: get rid of all pl_save_all calls in favor of pl_save_currentGravatar Alexey Yakovenko2013-09-29
|
* make "auto-name playlists" option ON by defaultGravatar waker2013-01-13
|
* 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
| * gtkui: auto-name playlist when they are empty, even if the title is non-defaultGravatar waker2012-09-02
| |
* | Merge branch 'master' into develGravatar waker2012-04-09
|\| | | | | | | | | | | | | Conflicts: plugins/gtkui/callbacks.c plugins/gtkui/callbacks.h plugins/gtkui/gtkui.h
| * gtkui: adding playlist files via drag-n-dropGravatar waker2011-12-29
| |
* | 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
| * auto-save playlists after drag-n-drop, delete-selected, cropGravatar waker2011-08-31
| |
| * save playlists and config after adding files/foldersGravatar waker2011-07-03
| |
* | initial work to add customizable layout support:Gravatar waker2011-06-17
|/ | | | | | defined data structures, few stubs, many regressions, implemented tabbed playlist widget; now it should be possible to have several playlist viewers visible at the same time; playlist keyboard handling is partially broken
* 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
* fixed freeze on add file(s)Gravatar waker2011-04-29
|
* added few pl_add_files_begin error checks to gtkuiGravatar waker2011-04-27
|
* new future-proof playlist API, potentially reducing locking, and allowing ↵Gravatar waker2011-04-25
| | | | more flexibility
* more unification work on event systemGravatar waker2011-04-14
|
* got rid of plt_lock and global_lock in favor of just using pl_lock for all ↵Gravatar waker2011-04-13
| | | | | | | playlist access; added playlist modification time functions for tracking playlist changes; fixed gtkui playlist group rebuilding
* initial support for playlist metadataGravatar waker2011-03-26
| | | | | allows to add any set of properties to every playlist api is based on playItem metadata api
* fixed playlist corruption while adding files if cursor jumps to another playlistGravatar waker2011-02-26
|
* added new GUI option to auto-name playlists from folder namesGravatar waker2011-01-04
|
* fixed few memleaks in gtkuiGravatar waker2011-01-01
|
* renamed pause event to togglepause;Gravatar waker2010-12-31
| | | | | added new pause event, including command line option; slightly changed/shortened M_* constant names
* gtkui plugin overrides pl_add_file and pl_add_dir API functions and shows ↵Gravatar Alexey Yakovenko2010-08-29
| | | | progress dialog
* not resuming paused track anymore after "open file(s)"Gravatar Alexey Yakovenko2010-08-29
|
* claim fix to bug #2999385: random crash in playlist redraw after using "Open ↵Gravatar Alexey Yakovenko2010-05-16
| | | | file(s)"
* multiple drag-n-drop improvementsGravatar Alexey Yakovenko2010-04-15
|
* added auto-saving config/playlist filesGravatar Alexey Yakovenko2010-04-06
|
* fixed segfault/memleak in dragndropGravatar Alexey Yakovenko2010-04-03
|
* fixed ton of memleaks and memory-related crashesGravatar Alexey Yakovenko2010-04-02
|
* move cursor after dragndropGravatar Alexey Yakovenko2010-04-01
|
* fixed drag-n-drop from filemanagerGravatar Alexey Yakovenko2010-02-15
|
* playlist code refactoring WIPGravatar Alexey Yakovenko2010-02-15
|
* playlist refactoring WIPGravatar Alexey Yakovenko2010-02-14
|
* playlist refactoring WIPGravatar Alexey Yakovenko2010-02-14
|
* major refactoring of gtk playlist WIPGravatar Alexey Yakovenko2010-02-13
|
* playlist thread-safety measuresGravatar Alexey Yakovenko2010-02-11
|
* fixed open file(s) redraw and playback issuesGravatar Alexey Yakovenko2009-12-06
|
* ported filemanager dnd into gtkuiGravatar Alexey Yakovenko2009-11-30
|
* ported open/add files into gtkui pluginGravatar Alexey Yakovenko2009-11-30