| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 0.6.00.6.0 | Mike Gabriel | 18 hours | 1 | -1/+1 |
| | | | | | | | | | | | | | | - CMake: Add ${CMAKE_BINARY_DIR}/src to target_include_directories(). - debian/: Prepare release v0.6.0. Update packaging from Debian unstable. - tests/test-libappindicator-fallback-watcher.c: Increase test timeout, fix unit test on riscv64. - Add support for tooltips. - Add macros for compile-time version checking. - Use symlink in the build directory for includes. - Revert "Explicitly mark deprecated functions and use substitutes". - Implement the Activate D-Bus method for primary click handling. | ||||
| * | Add support for tooltips | Guido Berhoerster | 26 hours | 1 | -0/+1 |
| | | | | | | An icon, title and text body may be set independently or at once resulting in a single signal. Markup in the text body is not supported for simplicity. | ||||
| * | Use symlink in the build directory for includes | Guido Berhoerster | 26 hours | 1 | -7/+3 |
| | | | | | | Make includes work though a symlink rather than modifying the generated sources. This is necessary so that headers included from the main header work. | ||||
| * | release 0.5.940.5.94release-builds | Mike Gabriel | 2025-03-12 | 1 | -1/+1 |
| | | |||||
| * | release 0.5.930.5.93 | Mike Gabriel | 2023-10-13 | 1 | -1/+1 |
| | | |||||
| * | bindings/mono/CMakeLists.txt: Drop path from linked resource file | Robert Tari | 2023-05-09 | 1 | -2/+2 |
| | | |||||
| * | bindings/mono/CMakeLists.txt: Drop unused properties | Robert Tari | 2023-03-10 | 1 | -3/+0 |
| | | |||||
| * | bindings/mono/libayatana-appindicator*-api.metadata: Drop/fix properties, ↵ | Robert Tari | 2023-03-10 | 2 | -24/+2 |
| | | | | | methods and signals | ||||
| * | Whitespace fix | Robert Tari | 2023-03-10 | 2 | -34/+34 |
| | | |||||
| * | release 0.5.920.5.92 | Mike Gabriel | 2023-02-02 | 1 | -1/+1 |
| | | |||||
| * | Fix all remaining build warnings | Robert Tari | 2023-02-02 | 1 | -3/+6 |
| | | |||||
| * | Silence warnings generated by Vala | Robert Tari | 2023-02-02 | 1 | -1/+1 |
| | | |||||
| * | Fix remaining deprecation warnings | Robert Tari | 2023-02-02 | 1 | -1/+3 |
| | | |||||
| * | Whitespace fix | Robert Tari | 2023-02-02 | 1 | -32/+32 |
| | | |||||
| * | release 0.5.910.5.91 | Mike Gabriel | 2022-04-08 | 1 | -1/+1 |
| | | |||||
| * | Clean up compilation flags | Robert Tari | 2022-02-11 | 1 | -1/+1 |
| | | |||||
| * | bindings/mono/CMakeLists.txt: Fix missing target ↵ | Mike Gabriel | 2021-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | bindings/mono/AyatanaAppIndicator/ApplicationIndicator.cs. Resolves this FTBFS in bindings/mono/ for FLAVOUR_GTK3: make[2]: *** No rule to make target 'bindings/mono/AyatanaAppIndicator/ApplicationIndicator.cs', needed by 'bindings/mono/ayatana-appindicator3-sharp.dll'. Stop. | ||||
| * | {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵ | Mike Gabriel | 2021-10-23 | 1 | -2/+4 |
| | | | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27 | ||||
| * | Re-introduce (CMake based) build support against GTK+ 2.0. | Mike Gabriel | 2021-10-23 | 11 | -113/+318 |
| | | |||||
| * | Mono bindings: Change namespace from ayatana-appindicator-sharp3 to ↵ | Mike Gabriel | 2021-06-11 | 11 | -71/+71 |
| | | | | | ayatana-appindicator3-sharp (and similar). | ||||
| * | bindings/vala/ayatana-appindicator3-0.1.deps: Add all dependencies | Robert Tari | 2021-06-09 | 1 | -0/+2 |
| | | |||||
| * | Drop Automake files | Robert Tari | 2021-06-09 | 5 | -284/+0 |
| | | |||||
| * | Add CMakeLists.txt files + cmake/ helpers | Robert Tari | 2021-06-09 | 5 | -0/+281 |
| | | |||||
| * | bindings/mono/examples: Port ayatana-indicator-example.in to CMake | Robert Tari | 2021-06-09 | 1 | -1/+1 |
| | | |||||
| * | bindings/mono: Drop custom extension and use partial class in ↵ | Robert Tari | 2021-06-09 | 2 | -26/+40 |
| | | | | | ApplicationIndicatorCustom.cs | ||||
| * | bindings/vala: Add ayatana-appindicator3-0.1.deps | Robert Tari | 2021-06-09 | 1 | -0/+1 |
| | | |||||
| * | bindings/mono: Rename and port ayatana-appindicator-sharp3-0.1.pc.in to CMake | Robert Tari | 2021-06-09 | 1 | -6/+6 |
| | | |||||
| * | bindings/mono: Use preconfigured ayatana-appindicator-sharp.dll.config | Robert Tari | 2021-06-08 | 2 | -7/+7 |
| | | |||||
| * | bindings/mono: Port policy.0.1.ayatana-appindicator-sharp.config.in to CMake | Robert Tari | 2021-06-08 | 1 | -8/+8 |
| | | |||||
| * | bindings/mono: Port policy.0.0.ayatana-appindicator-sharp.config.in to CMake | Robert Tari | 2021-06-08 | 1 | -8/+8 |
| | | |||||
| * | bindings/mono: Update AssemblyInfo.cs | Robert Tari | 2021-06-08 | 1 | -2/+2 |
| | | |||||
| * | bindings/mono: Port app-indicator.sources.xml.in to CMake | Robert Tari | 2021-06-08 | 1 | -10/+10 |
| | | |||||
| * | release 0.5.50.5.5 | Mike Gabriel | 2020-07-23 | 2 | -2/+2 |
| | | |||||
| * | bindings/pyton: Drop Python2/Gtk-2 bindings. | Mike Gabriel | 2020-07-18 | 7 | -413/+1 |
| | | |||||
| * | release 0.5.40.5.4 | Mike Gabriel | 2019-11-11 | 2 | -2/+2 |
| | | |||||
| * | release 0.5.30.5.3 | Mike Gabriel | 2018-03-20 | 2 | -2/+2 |
| | | |||||
| * | release 0.5.20.5.2 | Mike Gabriel | 2017-10-24 | 2 | -2/+2 |
| | | |||||
| * | python2 bindings: Finally avoid implicit declaration for ↵ | Mike Gabriel | 2017-10-24 | 2 | -1/+2 |
| | | | | | (_ayatana)_appindicator_add_constants() function symbol. | ||||
| * | bindings/mono/Makefile.am: Don't run tests on all targets, only on check ↵ | Mike Gabriel | 2017-09-28 | 1 | -1/+1 |
| | | | | | target. Fixes FTBFS when built parallely. | ||||
| * | bindings/python: Yet another 'ayatana' namespace fix for the Python2 bindings. | Mike Gabriel | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | release 0.5.10.5.1 | Mike Gabriel | 2017-09-23 | 2 | -2/+2 |
| | | |||||
| * | Python2 bindings: Fix import ayatana_appindicator failure by correctly ↵ | Mike Gabriel | 2017-09-23 | 2 | -6/+6 |
| | | | | | adding the ayatana namespace. | ||||
| * | Fork from Ubuntu's libappindicator project. | Mike Gabriel | 2015-11-10 | 26 | -89/+99 |
| | | |||||
| * | Install appindicator-sharp's pcfile into /usr/share/pkgconfig as this is | Iain Lane | 2013-04-16 | 1 | -1/+1 |
| | | | | | | | an arch:all package and library. Update the assemblydir variable in this pcfile to refer to the correct location for the library instead of an incorrect multiarch directory. | ||||
| * | Fix Vala classes not being able to inherit from Indicator | Robert Ancell | 2012-10-11 | 1 | -1/+1 |
| | | |||||
| * | make building mono extension optional, so we can build on archs that do not ↵ | Evgeni Golov | 2012-06-10 | 1 | -2/+4 |
| | | | | | have mono | ||||
| * | The vala examples were written before GMenu, so add explict namespace use ↵ | Charles Kerr | 2012-03-21 | 1 | -3/+3 |
| | | | | | here to avoid valac errors caused by namespace ambiguity between glib and gtk (ie, use 'new Gtk.Menu' instead of 'new Menu') | ||||
| * | generate app-indicator.sources.xml (for mono bindings) and ↵ | Charles Kerr | 2012-03-06 | 5 | -22/+21 |
| | | | | | appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences. | ||||
| * | Fixing some of the properties in the mono bindings0.4.90 | Ted Gould | 2012-02-03 | 1 | -0/+4 |
| | | |||||
| * | Making tests optional | Ted Gould | 2012-01-27 | 1 | -4/+22 |
| |\ | |||||
