| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/utils.c: Prefer XDG_SESSION_DESKTOP over DESKTOP_SESSION. | Mike Gabriel | 2025-02-28 | 1 | -2/+32 |
| | | |||||
| * | src/utils.h: On Linux Desktop, if Lomiri is running, but not Ubuntu Touch, ↵ | Mike Gabriel | 2025-02-28 | 1 | -1/+1 |
| | | | | | then DESKTOP_SESSION is set to 'lomiri'. | ||||
| * | src/utils.(c|h): Add ayatana_common_utils_is_ubuntutouch() function. | Mike Gabriel | 2025-02-28 | 1 | -0/+8 |
| | | |||||
| * | Manage DESKTOP_SESSION in unit tests | Robert Tari | 2021-10-21 | 1 | -1/+20 |
| | | |||||
| * | Fix tests to work when current desktop is the same as the one tested | Robert Tari | 2021-09-17 | 1 | -1/+7 |
| | | |||||
| * | tests/tst_utils.vala: Use older GLib.assert() API to make tests work ↵ | Mike Gabriel | 2021-08-28 | 1 | -18/+19 |
| | | | | | correctly when building against GLib 2.58. | ||||
| * | Add Vala Bindings | Robert Tari | 2021-08-18 | 1 | -0/+57 |
| - src/utils.h: Replace defined strings with static const chars - src/CMakeLists.txt: Add .gir and .vapi generation code - tetsts/CMakeLists.txt: Compile tst_utils_vala + add as test - CMakeLists.txt: Add tst_utils_vala to tests + add modules from cmake/ - cmake/FindGObjectIntrospection.cmake: Add file - cmake/FindVala.cmake.cmake: Add file - .build.yml: Add libgirepository1.0-dev, gobject-introspection, valac dependencies fixes https://github.com/AyatanaIndicators/libayatana-common/issues/22 | |||||
