summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.c
Commit message (Collapse)AuthorAge
* port to GTK3 (WIP)Gravatar waker2011-10-08
|
* Change volumebar tooltip in trayicon scroll event.Gravatar xent2011-10-02
|
* 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
|
* fixed tray icon double clicking bugGravatar waker2011-04-18
|
* get rid of some legacy events;Gravatar waker2011-04-16
| | | | update playlist grouping on metadata changes
* fixed search window regressionGravatar waker2011-04-16
|
* fixed redrawing playlist on grouping changeGravatar waker2011-04-16
|
* fixed invalid utf8/memtrashing in gtkui fileadd progress dialogGravatar waker2011-04-14
|
* more unification work on event systemGravatar waker2011-04-14
|
* new event passing 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
* intermediate fix to playlist/streamer/plugevent mutex race conditionsGravatar waker2011-04-12
|
* optional separators between plugin action menu itemsGravatar waker2011-04-09
|
* gtkui: configurable gui refresh rateGravatar waker2011-04-04
|
* thread-safe config accessGravatar waker2011-03-31
|
* get rid of frameupdate event; mutex+cond based message pump without usleepGravatar waker2011-03-30
|
* added file filters to "save playlist" dialogGravatar waker2011-03-29
|
* 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
* got rid of filetype field in playitem structureGravatar waker2011-03-24
|
* renamed gtkui plugin into ddb_gui_GTK2;Gravatar waker2011-03-23
| | | | | | changed the way gui plugins must be named; added selection of gui plugin to preferences window; only 1 gui plugin is loaded at a time
* added reusable window geometry save/restore functionsGravatar waker2011-03-10
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection
* get rid of backbuffer in playlistGravatar waker2011-02-27
|
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* don't crash on add locationGravatar waker2011-02-26
|
* few improvements to artwork loading;Gravatar waker2011-02-26
| | | | fixed bug with artwork not drawing immediately after launch
* added support for different sizes of album art images;Gravatar waker2011-02-26
| | | | added album art display to notifications
* fixed playlist corruption while adding files if cursor jumps to another playlistGravatar waker2011-02-26
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* renamed pause event to togglepause;Gravatar waker2010-12-31
| | | | | added new pause event, including command line option; slightly changed/shortened M_* constant names
* nuked old plugin activate/deactivate/nostop code;Gravatar waker2010-12-28
| | | | improved plugin start and connect code
* moved converter gui to separate pluginGravatar waker2010-12-28
|
* added new API for displaying GUI dialogs;Gravatar waker2010-12-27
| | | | deleted channel remapping widgets from converter gui
* added support for shuffle albumsGravatar waker2010-12-12
|
* added new playlist plugin APIGravatar waker2010-12-03
| | | | added new M3U plugin (also supports loading PLS playlists)
* ported supereq to new api; converted to float; added reentrancy supportGravatar waker2010-11-28
|
* implemented conversion between streams with different channel masksGravatar waker2010-11-13
|