Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | idoswitchmenuitem.c: Pass the switch activation state in the action signal | Robert Tari | 2020-10-21 | 1 | -3/+9 |
| | |||||
* | Whitespace fix | Robert Tari | 2020-10-21 | 1 | -2/+2 |
| | |||||
* | idobasicmenuitem.c: Add optional markup to the basic menu item | Robert Tari | 2020-10-21 | 1 | -0/+6 |
| | |||||
* | src/Makefile.am: Export ayatanamenuitemfactory.h as part of the public API, ↵ | Mike Gabriel | 2020-08-13 | 1 | -0/+1 |
| | | | | needed by indicator-ng.c in libayatana-indicator. | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 4 | -28/+28 |
| | |||||
* | Drop IDO Message Dialog | Robert Tari | 2020-08-10 | 4 | -516/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#6. | ||||
* | Centre playback menu item spinner/Pad application menu item label | Robert Tari | 2020-07-31 | 2 | -2/+2 |
| | |||||
* | Centre volume control/Stretch calendar horizontally | Robert Tari | 2020-07-28 | 2 | -51/+52 |
| | |||||
* | src/idomessagedialog.c: Mark G_GNUC_{BEGIN,END}_IGNORE_DEPRECATIONS wrapping ↵ | Mike Gabriel | 2020-07-24 | 1 | -1/+1 |
| | | | | around gtk_dialog_get_action_area() with a FIXME. | ||||
* | Updated colour getter for playback control | Robert Tari | 2020-07-24 | 1 | -7/+15 |
| | |||||
* | Some refactoring to avoid warnings | Robert Tari | 2020-07-24 | 7 | -92/+73 |
| | |||||
* | Remove ayatana-private.h | Robert Tari | 2020-07-23 | 3 | -35/+1 |
| | |||||
* | src/Makefile.am: Don't choke with FTBFS on every future deprecation warning. ↵ | Mike Gabriel | 2020-07-07 | 1 | -1/+1 |
| | | | | Drop -Werror from CPPFLAGS. | ||||
* | gtk_widget_get_state is deprecated | Sylvain POULAIN | 2020-07-07 | 1 | -1/+1 |
| | | | gtk_widget_get_state is even deprecated, and has to be replaced with gtk_widget_get_state_flags. It worked. | ||||
* | Port from Glib's g_object_newv to g_object_new_with_properties. | Mike Gabriel | 2019-12-04 | 5 | -77/+98 |
| | |||||
* | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-12-03 | 22 | -336/+356 |
| | |||||
* | src/libido.h: Drop empty file (artifact of fork). | Mike Gabriel | 2017-05-22 | 1 | -0/+0 |
| | |||||
* | Build system: Drop remnants of GTK-2+ support. | Mike Gabriel | 2017-05-22 | 1 | -2/+1 |
| | |||||
* | One step back... Mimick Canonical's API. Use their namespace for item ↵ | Mike Gabriel | 2017-05-16 | 4 | -10/+10 |
| | | | | attributes. | ||||
* | IdoCalendarMenuItem: disconnect from parent signals on item destruction (LP: ↵ | Marco Trevisan (Treviño) | 2017-05-15 | 1 | -8/+41 |
| | | | | #1506427) | ||||
* | Use x-ayatanaindicator-* instead of x-canonical-*. | Mike Gabriel | 2015-11-16 | 4 | -10/+10 |
| | |||||
* | Makefile.am | Mike Gabriel | 2015-11-16 | 1 | -1/+1 |
| | | | | Makefile.am: Add dist-hooks rule. | ||||
* | libayatana-ido fork: Fix include paths for public header files. | Mike Gabriel | 2015-11-06 | 1 | -4/+4 |
| | |||||
* | make: Improve distclean ruleset. | Mike Gabriel | 2015-11-06 | 1 | -0/+1 |
| | |||||
* | Fork ayatana-ido from Ubuntu's ido shared library. | Mike Gabriel | 2015-11-06 | 10 | -82/+247 |
| | |||||
* | idosourcemenuitem: change misplaced g_return_val_if_fail() | Lars Uebernickel | 2015-10-02 | 1 | -1/+1 |
|\ | | | | | | | Approved by: Sebastien Bacher, PS Jenkins bot | ||||
| * | idosourcemenuitem: change misplaced g_return_val_if_fail() | Lars Uebernickel | 2015-10-02 | 1 | -1/+1 |
| | | |||||
* | | IdoCalendarMenuItem: add crash guard on ido_calendar_menu_item_key_press | Marco Trevisan (Treviño) | 2015-07-22 | 1 | -0/+2 |
|/ | | | | | It's quite weird that data is NULL at this point (considering how the callback is initialized), but it does happen, so it's just better to warn here instead of crashing. | ||||
* | idoscalemenuitem: set focus flag on scale | Lars Uebernickel | 2015-03-10 | 1 | -0/+2 |
| | | | | | So that it gets themed correctly when the menu item is selected. | ||||
* | idoscalemenuitem: translate motion event coordinates | Lars Uebernickel | 2015-03-10 | 1 | -0/+9 |
| | | | | | Fixes hover theming. | ||||
* | 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. | ||||
* | idoscalemenuitem: remove extraneous line | Lars Uebernickel | 2015-01-21 | 1 | -1/+0 |
| | |||||
* | idoscalemenuitem: only forward button events that are inside the scale | Lars Uebernickel | 2015-01-21 | 1 | -5/+23 |
| | |||||
* | idoscalemenuitem: don't translate event coordinates | Lars Uebernickel | 2015-01-21 | 1 | -50/+5 |
| | | | | | This is not needed anymore. | ||||
* | Filter out symbols in the library | Ted Gould | 2014-11-03 | 1 | -3/+4 |
| | |||||
* | Update tags for newer GObject Introsepction Scanner | Ted Gould | 2014-10-16 | 2 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | idomediaplayermenuitem: don't hardcode width | Lars Uebernickel | 2014-04-23 | 1 | -20/+19 |
| | | | | | | To ensure a sane width and avoid changing width when the track changes, give track info labels a natural and maximum width of 25 characters. | ||||
* | idomediaplayermenuitem: use small font for track info labels | Lars Uebernickel | 2014-04-23 | 1 | -3/+19 |
| | |||||
* | idobasicmenuitem: don't export update_image() | Lars Uebernickel | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | idobasicmenuitem: update icon when the theme changes | Lars Uebernickel | 2014-04-04 | 1 | -30/+51 |
| | |||||
* | 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. | ||||
* | | expose idobasicmenuitem, a normal menu item that supports non-square icons | Lars Uebernickel | 2014-03-28 | 6 | -74/+197 |
|\ \ | |||||
| * | | idobasicmenuitem: check return value of gtk_icon_info_get_filename() for NULL | Lars Uebernickel | 2014-03-28 | 1 | -6/+12 |
| | | | |||||
| * | | idobasicmenuitem: support non-square icons | Lars Uebernickel | 2014-03-27 | 1 | -1/+13 |
| | | | |||||
| * | | Expose IdoBasicMenuItem as com.canonical.indicator.basic | Lars Uebernickel | 2014-03-27 | 3 | -0/+65 |
| | | | |||||
| * | | idobasicmenuitem: put progress menu item into its own file | Lars Uebernickel | 2014-03-26 | 6 | -92/+132 |
| |/ | |||||
* | | 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. |