aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* src/Makefile.am: Move 'sources_c =' variable definition further up.Mike Gabriel2020-12-031-27/+27
|
* src/Makefile.am: Split out all *.c files from libayatana_ido_0_4_la_SOURCES ↵Mike Gabriel2020-12-031-1/+8
| | | | into sources_c variable.
* src/Makefile.am: Various TAB'bing fixes / beautifications.Mike Gabriel2020-12-031-26/+36
|
* src/Makefile.am: Merge old 'INCLUDES =' and 'AM_CPPFLAGS =' values (and ↵Mike Gabriel2020-12-031-18/+18
| | | | beautify the TAB'bing).
* src/libayatana-ido.h: Include internal APIs from the local directory (i.e. ↵Mike Gabriel2020-12-031-3/+3
| | | | the same dir where libayatana-ido.h is located).
* configure.ac: Comment out CHECK_XORG_GTEST. Not available in a functional ↵Mike Gabriel2020-12-031-1/+1
| | | | state, currently.
* Makefile.am: Re-add DISTCHECK_CONFIGURE_FLAGS to disable GTK doc build ↵Mike Gabriel2020-12-031-0/+2
| | | | during 'make distcheck'.
* TRAVIS: Add .build.yml (missing in previous commit).Mike Gabriel2020-12-021-0/+125
|
* TRAVIS: first attempt of doing CI builds in docker images.Mike Gabriel2020-12-021-123/+25
|
* .travis.yml: Correctly set MATRIX_EVAL for 'GCC 10.x / Ubuntu bionic'.Mike Gabriel2020-12-011-1/+1
|
* .travis.yml: Add test-build against GCC 10.x.Mike Gabriel2020-12-011-0/+23
|
* .travis.yml: Name Ubuntu version in CI job names.Mike Gabriel2020-12-011-2/+2
|
* .travis.yml: Disable 'Clang 3.9 / xenial' CI build (GLib2.0 too old in ↵Mike Gabriel2020-12-011-23/+23
| | | | Ubuntu xenial).
* .travis.yml: Disable 'GCC 5.4 / xenial' CI build (GLib2.0 too old in Ubuntu ↵Mike Gabriel2020-12-011-22/+22
| | | | xenial)..
* .travis.yml: Add 'script:' section. Our test target is 'check', not 'test'. ↵Mike Gabriel2020-12-011-0/+4
| | | | Also enable more verbose builds.
* .travis.yml: Run autogen.sh before configuring/building.Mike Gabriel2020-12-011-0/+3
|
* Initial .travis.yml configuration.Mike Gabriel2020-11-301-0/+100
|
* Merge branch 'tari01-pr/show-removable-button'Mike Gabriel2020-11-301-0/+1
|\ | | | | | | Attributes GH PR #20: https://github.com/AyatanaIndicators/ayatana-ido/pull/20
| * idoremovablemenuitem.c: Show button by defaultRobert Tari2020-11-301-0/+1
|/
* Merge branch 'tari01-pr/ido-removable'Mike Gabriel2020-11-305-0/+550
|\ | | | | | | Attributes GH PR #19: https://github.com/AyatanaIndicators/ayatana-ido/pull/19
| * Add a new menu item type: IDO RemovableRobert Tari2020-11-245-0/+550
|/
* release 0.8.10.8.1Mike Gabriel2020-11-093-4/+61
|
* Merge branch 'tari01-pr/switch-initial-state'Mike Gabriel2020-10-211-2/+1
|\ | | | | | | Attributes GH PR #16: https://github.com/AyatanaIndicators/ayatana-ido/pull/16
| * idoswitchmenuitem.c: Fix setting the initial state for the switchRobert Tari2020-10-211-2/+1
|/
* Merge branch 'tari01-pr/basic-markup'Mike Gabriel2020-10-211-0/+6
|\ | | | | | | Attributes GH PR #17: https://github.com/AyatanaIndicators/ayatana-ido/pull/17
| * Add sanity-check in ido_switch_menu_item_activateRobert Tari2020-10-211-0/+2
| |
| * idoswitchmenuitem.c: Pass the switch activation state in the action signalRobert Tari2020-10-211-3/+9
| |
| * Whitespace fixRobert Tari2020-10-211-2/+2
| |
| * idobasicmenuitem.c: Add optional markup to the basic menu itemRobert Tari2020-10-211-0/+6
| |
* | Merge branch 'tari01-pr/switch-state-fix'Mike Gabriel2020-09-271-5/+13
|\ \ | |/ |/| | | Attributes GH PR #15: https://github.com/AyatanaIndicators/ayatana-ido/pull/15
| * Add sanity-check in ido_switch_menu_item_activateRobert Tari2020-09-271-0/+2
| |
| * idoswitchmenuitem.c: Pass the switch activation state in the action signalRobert Tari2020-09-271-3/+9
| |
| * Whitespace fixRobert Tari2020-09-161-2/+2
|/
* release 0.8.00.8.0Mike Gabriel2020-08-143-3/+70
|
* Merge branch 'sunweaver-pr/ayatanamenuitemfactory-make-public-api'Robert Tari2020-08-131-0/+1
|\ | | | | | | Attributes GH PR #13: https://github.com/AyatanaIndicators/ayatana-ido/pull/13
| * src/Makefile.am: Export ayatanamenuitemfactory.h as part of the public API, ↵Mike Gabriel2020-08-131-0/+1
|/ | | | needed by indicator-ng.c in libayatana-indicator.
* Merge branch 'sunweaver-pr/replace-x-canonical-attributes'Robert Tari2020-08-110-0/+0
|\ | | | | | | Attributes GH PR #11: https://github.com/AyatanaIndicators/ayatana-ido/pull/11
| * Merge branch 'pr/replace-x-canonical-attributes' of ↵Robert Tari2020-08-110-0/+0
|/| | | | | | | https://github.com/sunweaver/ayatana-ido into sunweaver-pr/replace-x-canonical-attributes
| * Replace x-canonical attributes solely used by Ayatana Indicators.Mike Gabriel2020-08-114-10/+10
| |
* | Replace x-canonical attributesRobert Tari2020-08-114-28/+28
|/
* Merge branch 'tari01-master'Mike Gabriel2020-08-108-596/+1
|\ | | | | | | Attributes GH PR #9: https://github.com/AyatanaIndicators/ayatana-ido/pull/9
| * Drop IDO Message DialogRobert Tari2020-08-108-596/+1
|/ | | | Fixes AyatanaIndicators/ayatana-ido#6.
* Merge pull request #8 from tari01/masterRobert Tari2020-07-312-2/+2
|\ | | | | Centre playback menu item spinner/Pad application menu item label
| * Centre playback menu item spinner/Pad application menu item labelRobert Tari2020-07-312-2/+2
| |
* | Merge pull request #7 from tari01/masterRobert Tari2020-07-282-51/+52
|\| | | | | Centre volume control/Stretch calendar horizontally
| * Centre volume control/Stretch calendar horizontallyRobert Tari2020-07-282-51/+52
|/
* release 0.5.00.5.0Mike Gabriel2020-07-243-4/+53
|
* src/idomessagedialog.c: Mark G_GNUC_{BEGIN,END}_IGNORE_DEPRECATIONS wrapping ↵Mike Gabriel2020-07-241-1/+1
| | | | around gtk_dialog_get_action_area() with a FIXME.
* Merge branch 'tari01-master'Mike Gabriel2020-07-248-95/+84
|\ | | | | | | Attributs GH PR #5: https://github.com/AyatanaIndicators/ayatana-ido/pull/5
| * Updated colour getter for playback controlRobert Tari2020-07-241-7/+15
| |