summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.c
Commit message (Collapse)AuthorAge
...
| * fixed many calls to pl_find_meta[_raw] being called without pl_lock;Gravatar waker2012-05-17
| | | | | | | | | | added debug pl_ensure_lock function which asserts when pl_lock is not set when it is required; added new API functions for thread-safe metadata access
| * added basic smclient supportGravatar waker2012-05-17
| |
| * gtkui: fxd random hang caused by ACTIONSCHANGED handlerGravatar waker2012-04-30
| |
| * refresh gtkui eq on DB_EV_DSPCHANGED eventGravatar waker2012-04-26
| |
| * gtkui: automatically reinit main menu on actions changeGravatar waker2012-04-24
| |
| * shellexecui: added support for 'common' flag to GUI config, added some tooltipsGravatar waker2012-04-24
| | | | | | | | | | shellexed: save/load 'common' flag gtkui: fixed duplication when adding new custom popup menus
| * fixed shellexecui gtk3 compatGravatar waker2012-04-24
| |
* | spectrum analyzer widgetGravatar waker2012-04-13
| |
* | experimented with vsync; fixed xlib includeGravatar waker2012-04-12
| |
* | added comment to the XInitThreadsGravatar waker2012-04-12
| |
* | experimental scope in openglGravatar waker2012-04-11
| |
* | added experimental visualization (scope)Gravatar waker2012-04-11
| |
* | gtkui: widget api documented and extended to cover more functionsGravatar waker2012-04-11
| |
* | gtkui: save/restore layout widget sizesGravatar waker2012-04-10
| |
* | gtkui: fixed jump to current trackGravatar waker2012-04-09
| |
* | fixed gtk3 support, broke design mode drawingGravatar waker2012-04-09
| |
* | Merge branch 'master' into develGravatar waker2012-04-09
|\| | | | | | | | | | | | | Conflicts: plugins/gtkui/callbacks.c plugins/gtkui/callbacks.h plugins/gtkui/gtkui.h
| * updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
| |
| * gtkui: changed default custom icon name from deadbeef-tray-icon to ↵Gravatar waker2011-12-18
| | | | | | | | deadbeef_tray_icon
| * gtkui: don't access other plugins after disconnectGravatar waker2011-11-26
| |
| * changed title/description of gtkui pluginGravatar waker2011-11-26
| |
| * install icons into gtk prefixGravatar waker2011-11-26
| |
* | 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
| * added support for auto-resizing playlist columnsGravatar waker2011-10-16
| |
| * added gtk3 support to converter guiGravatar waker2011-10-09
| |
| * port to GTK3 (WIP)Gravatar waker2011-10-08
| |
| * Change volumebar tooltip in trayicon scroll event.Gravatar xent2011-10-02
| |
* | added coverart widgetGravatar waker2011-06-22
| |
* | added selection properties widgetGravatar waker2011-06-22
| |
* | design mode: autosave layout; load at startupGravatar waker2011-06-21
| |
* | added proper titles to widgets; implemented delete/cut/copy/paste; service ↵Gravatar waker2011-06-21
| | | | | | | | widgets are hidden from user
* | slight cleanup in widget code; exposed more widgetsGravatar waker2011-06-21
| |
* | layout editing WIP: added tabs widget, fixed splitters, fixed several ↵Gravatar waker2011-06-20
| | | | | | | | drawing and buttonpress event handling bugs in designmode
* | layout editing WIP: implemented context menu which can replace existing widgetsGravatar waker2011-06-19
| |
* | design mode WIP: super-evil hack using eventbox, which allows to block child ↵Gravatar waker2011-06-18
| | | | | | | | widget events, and draw selection on top of them
* | 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
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* don't react on middle-button double-click in tray iconGravatar waker2011-05-19
|
* send trackinfochanged after changing track metadataGravatar waker2011-05-19
|
* minor gtkui memleak fixGravatar waker2011-05-14
|
* fixed several memleaks in gtkuiGravatar waker2011-05-14
|
* fixed icon in portable gtkui, when plugin is used with non-portable buildGravatar waker2011-05-08
|
* 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 crash in statusicon activate handler with gtk<2.14Gravatar waker2011-05-07
|
* added few pl_add_files_begin error checks to gtkuiGravatar waker2011-04-27
|
* added progress dialog to pls and m3u loadersGravatar waker2011-04-27
|
* fixed playlist cursor, selection and redraw regressionsGravatar waker2011-04-27
|
* new future-proof playlist API, potentially reducing locking, and allowing ↵Gravatar waker2011-04-25
| | | | more flexibility
* gtkui: stop refresh timer before quittingGravatar waker2011-04-22
|
* reapply search after switching playlistGravatar waker2011-04-19
|