aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Some refactoring to avoid warningsRobert Tari2020-07-248-95/+76
|/
* Merge branch 'tari01-master'Mike Gabriel2020-07-234-36/+1
|\ | | | | | | Attributes GH PR #4: https://github.com/AyatanaIndicators/ayatana-ido/pull/4
| * Remove ayatana-private.hRobert Tari2020-07-234-36/+1
|/
* src/Makefile.am: Don't choke with FTBFS on every future deprecation warning. ↵Mike Gabriel2020-07-071-1/+1
| | | | Drop -Werror from CPPFLAGS.
* Merge branch 'kikislater-patch-1'Mike Gabriel2020-07-071-1/+1
|\ | | | | | | Attributes GH PR #3: https://github.com/AyatanaIndicators/ayatana-ido/pull/3
| * gtk_widget_get_state is deprecatedSylvain POULAIN2020-07-071-1/+1
|/ | | gtk_widget_get_state is even deprecated, and has to be replaced with gtk_widget_get_state_flags. It worked.
* release 0.4.900.4.90Mike Gabriel2019-12-043-3/+22
|
* Port from Glib's g_object_newv to g_object_new_with_properties.Mike Gabriel2019-12-045-77/+98
|
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-12-0322-336/+356
|
* release 0.4.40.4.4Mike Gabriel2018-08-133-3/+23
|
* libayatana-ido3.pc.in: Fix Name: field in .pc file.Mike Gabriel2018-08-131-1/+1
|
* Revert "libayatana-ido3.pc.in: Unversion name of .pc pkg-config file (plus ↵Mike Gabriel2018-08-132-3/+8
| | | | | | fix Name: field in .pc file)." This reverts commit b88e8e9201f23f5b89c636c75fc59e12a35fc349.
* release 0.4.30.4.3Mike Gabriel2018-08-133-43/+78
|
* debian/control: Rename -dev pkg (drop SO version from name).Mike Gabriel2018-08-132-1/+3
|
* libayatana-ido3.pc.in: Unversion name of .pc pkg-config file (plus fix Name: ↵Mike Gabriel2018-08-132-8/+3
| | | | field in .pc file).
* debian/libayatana-ido3-0.4-dev.install: Unversion name of .pc pkg-config file.Mike Gabriel2018-08-131-1/+1
|
* debian/gir1.2-ayatanaido3-0.4.install: Renamed from ↵Mike Gabriel2018-08-131-1/+0
| | | | gir1.2-ayatana-ido3-0.4.install.
* debian/gir1.2-ayatanaido3-0.4.install: Renamed from ↵Mike Gabriel2018-08-131-0/+1
| | | | gir1.2-ayatana-ido3-0.4.install.
* debian/control: typo fix (missing colon in Replaces: field).Mike Gabriel2018-08-131-1/+1
|
* autogen.sh: Fix PKG_NAME (ido -> ayatana-ido).Mike Gabriel2018-07-161-1/+1
|
* debian/*: Adopt packaging changes from official Debian package.Mike Gabriel2017-12-044-23/+24
|
* debian/copyright: Package has moved on Github (ArcticaProject -> ↵Mike Gabriel2017-12-041-1/+1
| | | | AyatanaIndicators).
* debian/control: Package has moved on Github (ArcticaProject -> ↵Mike Gabriel2017-12-041-3/+3
| | | | AyatanaIndicators).
* debian/changelog: Bump upsteam version to a development version.Mike Gabriel2017-12-041-0/+6
|
* release 0.4.20.4.2Mike Gabriel2017-12-043-4/+42
|
* tests/Makefile.am: Fix static lib name (libido -> libayatana-ido).Mike Gabriel2017-12-041-1/+1
|
* debian/control: Bump Standards-Version: to 4.1.1. No changes needed.Mike Gabriel2017-12-041-1/+1
|
* libayatana-ido3.pc.in: Fix pkg-config name (libido -> libayatana-ido).Mike Gabriel2017-12-041-1/+1
|
* Makefile.am: Drop distcheck features.Mike Gabriel2017-10-261-28/+0
|
* debian/changelog: Fix source project name in most recent changelog stanza.Mike Gabriel2017-10-221-1/+1
|
* release 0.4.10.4.1Mike Gabriel2017-09-153-48/+97
|
* debian/control: Add versioned B-D: dpkg-dev (>= 1.16.1.1)Mike Gabriel2017-06-231-0/+1
|
* debian/upstream: Add upstream signing keys.Mike Gabriel2017-06-231-0/+180
|
* debian/watch: Add file.Mike Gabriel2017-06-231-0/+3
|
* debian/patches: Add README for patches folder.Mike Gabriel2017-06-231-0/+3
|
* debian/rules: Add get-orig-source rule.Mike Gabriel2017-06-231-0/+3
|
* debian/rules: Enable all hardening flags.Mike Gabriel2017-06-231-0/+4
|
* debian/control: Don't duplicate Section: for shared library package.Mike Gabriel2017-06-231-1/+0
|
* debian/control: Bump Standards-Version: to 3.9.8. No changes needed.Mike Gabriel2017-06-231-1/+1
|
* debian/copyright: Adopt minor changes from official Debian package.Mike Gabriel2017-06-231-1/+4
|
* configure.ac: Let AC_CONFIG_SRCDIR point to src/libayatana-ido.h.Mike Gabriel2017-05-221-1/+1
|
* src/libido.h: Drop empty file (artifact of fork).Mike Gabriel2017-05-221-0/+0
|
* debian/copyright: Adopt from official Debian package.Mike Gabriel2017-05-221-29/+161
|
* release 0.4.00.4.0Mike Gabriel2017-05-221-0/+2307
|
* configure.ac: Update shared library name, bug tracker URL, homepage URL.Mike Gabriel2017-05-221-4/+4
|
* Build system: Drop remnants of GTK-2+ support.Mike Gabriel2017-05-225-20/+3
|