Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop local config.h includes. | Robert Tari | 2021-04-21 | 1 | -2/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#25 | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -3/+3 |
| | |||||
* | Centre playback menu item spinner/Pad application menu item label | Robert Tari | 2020-07-31 | 1 | -2/+1 |
| | |||||
* | Updated colour getter for playback control | Robert Tari | 2020-07-24 | 1 | -7/+15 |
| | |||||
* | Some refactoring to avoid warnings | Robert Tari | 2020-07-24 | 1 | -66/+39 |
| | |||||
* | One step back... Mimick Canonical's API. Use their namespace for item ↵ | Mike Gabriel | 2017-05-16 | 1 | -3/+3 |
| | | | | attributes. | ||||
* | Use x-ayatanaindicator-* instead of x-canonical-*. | Mike Gabriel | 2015-11-16 | 1 | -3/+3 |
| | |||||
* | idoplaybackmenuitem: don't set the spinner class | Lars Uebernickel | 2015-01-30 | 1 | -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 numbers | Lars Uebernickel | 2014-04-23 | 1 | -18/+21 |
| | |||||
* | idoplaybackmenuitem: center the controls horizontally | Lars Uebernickel | 2014-04-23 | 1 | -52/+65 |
| | |||||
* | idoplaybackmenuitem: propagate events in the menu keyrelease handler | Lars Uebernickel | 2014-03-28 | 1 | -1/+1 |
|\ | | | | | | | To issue a redraw on the menu items as well. Fixes lp:1297818. Fixes: 1297818 | ||||
| * | idoplaybackmenuitem: propagate events in the menu keyrelease handler | Lars Uebernickel | 2014-03-26 | 1 | -1/+1 |
| | | | | | | | | | | To issue a redraw on the menu items as well. Fixes lp:1297818. | ||||
* | | Highlight back/forward buttons when hovering them with the pointer | Lars Uebernickel | 2014-03-25 | 1 | -3/+10 |
| | | | | | | | | | | | | Space bar still activates play/pause, unless the mouse pointer hovers another button. | ||||
* | | idoplaybackmenuitem: put action names into array keyed by buttons | Lars Uebernickel | 2014-03-25 | 1 | -42/+33 |
|/ | |||||
* | idoplaybackmenuitem: set active flag when player is launching | Lars Uebernickel | 2014-03-24 | 1 | -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 item | Lars Uebernickel | 2014-03-24 | 1 | -2/+0 |
| | | | | | It's a menu item, not a menu. | ||||
* | ido_playback_menu_item_parent_key_press_event: be more explicit | Lars Uebernickel | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | idoplaybackmenuitem: remove redundant 'else' | Lars Uebernickel | 2013-06-19 | 1 | -2/+4 |
| | |||||
* | idoplaybackmenuitem: warn before crashing in g_str_equal | Lars Uebernickel | 2013-06-19 | 1 | -0/+4 |
| | |||||
* | ido_playback_menu_item_get_button_at_pos: add ascii blueprint | Lars Uebernickel | 2013-06-19 | 1 | -0/+8 |
| | |||||
* | idoplaybackmenuitem.c: mark internal functions as static | Lars Uebernickel | 2013-06-19 | 1 | -6/+3 |
| | |||||
* | IdoPlaybackMenuItem: listen to state changes of the 'play' action | Lars Uebernickel | 2013-06-17 | 1 | -1/+74 |
| | | | | | So that the play button can be updated. | ||||
* | Add IdoPlaybackMenuItem | Lars Uebernickel | 2013-06-17 | 1 | -0/+1596 |
A menu item that can control playback of a media player. Adapted from transport-widget.c formerly found in lp:indicator-sound. |