aboutsummaryrefslogtreecommitdiff
path: root/src/idoplaybackmenuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* src/idoplaybackmenuitem.c: Drop unused variableRobert Tari2023-08-051-5/+0
|
* src/idoplaybackmenuitem.c: Fix undefined variableRobert Tari2023-08-051-2/+3
|
* Drop local config.h includes.Robert Tari2021-04-211-2/+0
| | | | Fixes AyatanaIndicators/ayatana-ido#25
* Replace x-canonical attributesRobert Tari2020-08-111-3/+3
|
* Centre playback menu item spinner/Pad application menu item labelRobert Tari2020-07-311-2/+1
|
* Updated colour getter for playback controlRobert Tari2020-07-241-7/+15
|
* Some refactoring to avoid warningsRobert Tari2020-07-241-66/+39
|
* One step back... Mimick Canonical's API. Use their namespace for item ↵Mike Gabriel2017-05-161-3/+3
| | | | attributes.
* Use x-ayatanaindicator-* instead of x-canonical-*.Mike Gabriel2015-11-161-3/+3
|
* idoplaybackmenuitem: don't set the spinner classLars Uebernickel2015-01-301-2/+0
| | | | | | | Spinners are drawn in css now and hidden when they're inactive, but the playback controls should always be shown. Themes will need to style them separately.
* idoplaybackmenuitem: don't introduce even more magic numbersLars Uebernickel2014-04-231-18/+21
|
* idoplaybackmenuitem: center the controls horizontallyLars Uebernickel2014-04-231-52/+65
|
* idoplaybackmenuitem: propagate events in the menu keyrelease handlerLars Uebernickel2014-03-281-1/+1
|\ | | | | | | To issue a redraw on the menu items as well. Fixes lp:1297818. Fixes: 1297818
| * idoplaybackmenuitem: propagate events in the menu keyrelease handlerLars Uebernickel2014-03-261-1/+1
| | | | | | | | | | To issue a redraw on the menu items as well. Fixes lp:1297818.
* | Highlight back/forward buttons when hovering them with the pointerLars Uebernickel2014-03-251-3/+10
| | | | | | | | | | | | Space bar still activates play/pause, unless the mouse pointer hovers another button.
* | idoplaybackmenuitem: put action names into array keyed by buttonsLars Uebernickel2014-03-251-42/+33
|/
* idoplaybackmenuitem: set active flag when player is launchingLars Uebernickel2014-03-241-9/+18
| | | | | | | The active flag is used to signal the theme that the spinner should animate. Using that flag is a bit weird, but it's consistent with GtkSpinner and thus doesn't require special handling in the theme.
* idoplaybackmenuitem: don't add .menu css class on the menu itemLars Uebernickel2014-03-241-2/+0
| | | | | It's a menu item, not a menu.
* ido_playback_menu_item_parent_key_press_event: be more explicitLars Uebernickel2013-06-191-1/+1
|
* idoplaybackmenuitem: remove redundant 'else'Lars Uebernickel2013-06-191-2/+4
|
* idoplaybackmenuitem: warn before crashing in g_str_equalLars Uebernickel2013-06-191-0/+4
|
* ido_playback_menu_item_get_button_at_pos: add ascii blueprintLars Uebernickel2013-06-191-0/+8
|
* idoplaybackmenuitem.c: mark internal functions as staticLars Uebernickel2013-06-191-6/+3
|
* IdoPlaybackMenuItem: listen to state changes of the 'play' actionLars Uebernickel2013-06-171-1/+74
| | | | | So that the play button can be updated.
* Add IdoPlaybackMenuItemLars Uebernickel2013-06-171-0/+1596
A menu item that can control playback of a media player. Adapted from transport-widget.c formerly found in lp:indicator-sound.