aboutsummaryrefslogtreecommitdiff
path: root/libayatana-indicator
Commit message (Collapse)AuthorAgeFilesLines
* libayatana-indicator/indicator-service{,-manager}.c: Drop return statements ↵Mike Gabriel2021-04-202-5/+0
| | | | and g_error_free() calls that never get reached.
* libayatana-indicator/indicator-ng.c: Stricter type usage when comparing ↵Mike Gabriel2021-04-201-4/+4
| | | | Integer like variable.
* libayatana-indicator/indicator-ng.c: Silence unused parameter ↵Mike Gabriel2021-04-201-13/+13
| | | | warnings/errors for various functions.
* libayatana-indicator/indicator-service-manager.c: Silence unused parameter ↵Mike Gabriel2021-04-201-5/+8
| | | | warnings/errors for various functions.
* libayatana-indicator/indicator-service.c: Avoid error: use of GNU old-style ↵Mike Gabriel2021-04-201-3/+3
| | | | field designator extension.
* libayatana-indicator/indicator-service.c: Silence unused parameter ↵Mike Gabriel2021-04-201-4/+4
| | | | warnings/errors for callback functions.
* libayatana-indicator/indicator-image-helper.c: Silence unused parameter ↵Mike Gabriel2021-04-201-3/+3
| | | | warnings/errors for callback functions.
* libayatana-indicator/indicator-desktop-shortcuts.c: Avoid comparison of ↵Mike Gabriel2021-04-201-5/+5
| | | | integers of different signs. Thanks to scan-build on Travis-CI.
* libayatana-indicator/indicator-ng.c: Only run gtk_box_set_spacing() if ↵Mike Gabriel2020-12-041-1/+4
| | | | object to operate on is a GTK_BOX.
* indicator-ng.c: Fix menu resizing for all themesRobert Tari2020-10-301-0/+6
|
* Disable menu arrowsRobert Tari2020-09-081-0/+6
|
* indicator-ng.c: Fix padding and spacing for hidden indicator item labelsRobert Tari2020-09-051-9/+26
|
* indicator-ng.c: Do not hide image when toggling label visibilityRobert Tari2020-09-051-1/+2
| | | | Fixes AyatanaIndicators/ayatana-indicator-session#12
* Whitespace fixRobert Tari2020-09-051-3/+3
|
* Whitespace fixRobert Tari2020-09-051-9/+10
|
* Fix duplicate location in the datetime indicator.Robert Tari2020-09-051-2/+3
| | | | Fixes AyatanaIndicators/ayatana-indicator-datetime#14.
* Enable menu scrolling + reset offset on popupRobert Tari2020-08-251-0/+20
|
* Fix IDO insertion index in Indicator Messages with multiple clientsRobert Tari2020-08-161-0/+11
|
* Fix width of menu panes.Robert Tari2020-08-141-2/+4
| | | | Fixes AyatanaIndicators/libayatana-indicator#17.
* Use ayatanamenuitemfactory.(c|h) from ayatana-ido. Reduce code duplications.Mike Gabriel2020-08-134-133/+3
|
* Try to prevent cascading failure if IDO creation failsRobert Tari2020-08-131-0/+5
|
* Replace x-canonical attributesRobert Tari2020-08-111-4/+4
|
* Fix tests and deprecations (fixes #1)Robert Tari2020-08-081-49/+24
|
* Resize open menus as items changeRobert Tari2020-07-311-3/+48
|
* Display and connect the Indicator Messages widgetsRobert Tari2020-07-271-46/+101
|
* libayatana-indicator/Makefile.am: Make sure, ayatanamenuitemfactory.c gets ↵Mike Gabriel2020-07-221-2/+6
| | | | built during GTK-3 builds.
* Display IDO widgets/Use own action muxer/Allow IDO CSS stylingRobert Tari2020-07-223-1/+245
|
* **/Makefile.am: Set -DGTK_DISABLE_DEPRECATED for gtk2 builds. Fixes FTBFS ↵Mike Gabriel2019-11-201-0/+2
| | | | against Glib2.0 >= 2.62.
* libayatana-indicator/indicator-object.c: Typo fix in comment.Mike Gabriel2019-08-291-1/+1
|
* GObject private API/ABI: Get rid of g_type_class_add_private() and use ↵Mike Gabriel2018-11-054-61/+59
| | | | DEFINE_TYPE_WITH_PRIVATE().
* libayatana-indicator/indicator-ng.c: Type cast assignments from ↵Mike Gabriel2018-03-201-3/+3
| | | | g_object_ref_sink().
* Fix up for previous commit.Mike Gabriel2017-05-161-2/+2
|
* One step back... Mimick Canonical's API. Use their namespace for item ↵Mike Gabriel2017-05-151-5/+5
| | | | attributes.
* drop buildcruft fileMike Gabriel2017-05-151-1118/+0
|
* build system: Switch from gnome-common to mate-common.Mike Gabriel2017-05-151-3/+6
|
* Add -lm via LDADD to resolve FTBFS in Ubuntu 16.04 and Debian stretch/unstable.Iain Lane2016-02-191-1/+2
|
* Use x-ayatanaindicator-* instead of x-canonical-*.Mike Gabriel2015-11-161-3/+3
|
* Various fixes for making the library name change complete.Mike Gabriel2015-11-072-10/+10
| | | | | - Fix debian/rules, resolves empty -dev packages. - Adapt share library names in pkconfig .pc files.y
* Fork libayatana-indicator from Ubuntu's libindicator shared library.Mike Gabriel2015-11-0622-0/+5987