Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vala: The name of the vapi should match the pkg-config name | Rico Tzschichholz | 2022-03-15 | 1 | -8/+8 |
| | | | | | Add reference to an existing header to gir which should be a single include header. | ||||
* | src/CMakeLists.txt: link libm for expf, pow and sinf | Jan Palus | 2022-02-19 | 1 | -1/+1 |
| | | | | Fixes #52 | ||||
* | Clean up compilation flags | Robert Tari | 2022-01-14 | 1 | -1/+0 |
| | |||||
* | src/idoscalemenuitem.c: Drop hard-coded end-margin for the Scale Display Object | Robert Tari | 2021-11-10 | 1 | -1/+2 |
| | | | | Fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/56 | ||||
* | Use consistent Ayatana IDO names | Robert Tari | 2021-09-20 | 2 | -9/+9 |
| | |||||
* | Fix copyright headers | Robert Tari | 2021-09-20 | 3 | -3/+3 |
| | |||||
* | src/CMakeLists.txt: Add missing target link libraries | Robert Tari | 2021-06-08 | 1 | -0/+1 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-ido/issues/39 | ||||
* | src/CMakeLists.txt: Wrap GIR and VAPI related build instructions into ↵ | Mike Gabriel | 2021-06-07 | 1 | -64/+73 |
| | | | | if-clauses (that check, if INTROSPECTION_FOUND and VAPI_FOUND). | ||||
* | Use CMAKE_INSTALL_FULL_*DIR variables for installation | Robert Tari | 2021-06-07 | 1 | -14/+14 |
| | | | | https://github.com/AyatanaIndicators/ayatana-ido/issues/40 | ||||
* | src/idoremovablemenuitem.c: replace grid with box to fix a11y | Jason Conti | 2021-05-09 | 1 | -8/+6 |
| | |||||
* | src/idolocationmenuitem.c: Fix deprecated g_time_zone_new warning. | Robert Tari | 2021-05-04 | 1 | -1/+6 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#30 | ||||
* | Add us to the copyright headers | Robert Tari | 2021-04-21 | 3 | -0/+6 |
| | |||||
* | src/basicmenuitem.c: Add GdkPixbuf source support for the icon | Robert Tari | 2021-04-21 | 1 | -14/+55 |
| | |||||
* | src/basicmenuitem.h: Add the ido_basic_menu_item_set_pixbuf function | Robert Tari | 2021-04-21 | 1 | -0/+3 |
| | |||||
* | src/idoappointmentmenuitem.c: Contruct the basic menu item using the pixbuf ↵ | Robert Tari | 2021-04-21 | 1 | -1/+1 |
| | | | | property | ||||
* | Whitespace fix | Robert Tari | 2021-04-21 | 1 | -6/+6 |
| | |||||
* | src/idotimestampmenuitem.c: Whitespace fixes in copyright header. | Robert Tari | 2021-04-21 | 1 | -6/+6 |
| | |||||
* | Drop local config.h includes. | Robert Tari | 2021-04-21 | 14 | -40/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#25 | ||||
* | Remove automake-related files | Robert Tari | 2021-04-21 | 2 | -197/+0 |
| | |||||
* | src/CMakeLists.txt: Actively set --library-path for g-ir-scanner. | Mike Gabriel | 2021-04-21 | 1 | -0/+1 |
| | |||||
* | Add CMakeLists.txt files. | Robert Tari | 2021-04-21 | 1 | -0/+175 |
| | |||||
* | src/Makefile.am: Move 'sources_c =' variable definition further up. | Mike Gabriel | 2020-12-03 | 1 | -27/+27 |
| | |||||
* | src/Makefile.am: Split out all *.c files from libayatana_ido_0_4_la_SOURCES ↵ | Mike Gabriel | 2020-12-03 | 1 | -1/+8 |
| | | | | into sources_c variable. | ||||
* | src/Makefile.am: Various TAB'bing fixes / beautifications. | Mike Gabriel | 2020-12-03 | 1 | -26/+36 |
| | |||||
* | src/Makefile.am: Merge old 'INCLUDES =' and 'AM_CPPFLAGS =' values (and ↵ | Mike Gabriel | 2020-12-03 | 1 | -18/+18 |
| | | | | beautify the TAB'bing). | ||||
* | src/libayatana-ido.h: Include internal APIs from the local directory (i.e. ↵ | Mike Gabriel | 2020-12-03 | 1 | -3/+3 |
| | | | | the same dir where libayatana-ido.h is located). | ||||
* | idoremovablemenuitem.c: Show button by default | Robert Tari | 2020-11-30 | 1 | -0/+1 |
| | |||||
* | Add a new menu item type: IDO Removable | Robert Tari | 2020-11-24 | 4 | -0/+543 |
| | |||||
* | idoswitchmenuitem.c: Fix setting the initial state for the switch | Robert Tari | 2020-10-21 | 1 | -2/+1 |
| | |||||
* | Add sanity-check in ido_switch_menu_item_activate | Robert Tari | 2020-10-21 | 1 | -0/+2 |
| | |||||
* | idoswitchmenuitem.c: Pass the switch activation state in the action signal | Robert Tari | 2020-10-21 | 1 | -3/+9 |
| | |||||
* | Whitespace fix | Robert Tari | 2020-10-21 | 1 | -2/+2 |
| | |||||
* | idobasicmenuitem.c: Add optional markup to the basic menu item | Robert Tari | 2020-10-21 | 1 | -0/+6 |
| | |||||
* | src/Makefile.am: Export ayatanamenuitemfactory.h as part of the public API, ↵ | Mike Gabriel | 2020-08-13 | 1 | -0/+1 |
| | | | | needed by indicator-ng.c in libayatana-indicator. | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 4 | -28/+28 |
| | |||||
* | Drop IDO Message Dialog | Robert Tari | 2020-08-10 | 4 | -516/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#6. | ||||
* | Centre playback menu item spinner/Pad application menu item label | Robert Tari | 2020-07-31 | 2 | -2/+2 |
| | |||||
* | Centre volume control/Stretch calendar horizontally | Robert Tari | 2020-07-28 | 2 | -51/+52 |
| | |||||
* | src/idomessagedialog.c: Mark G_GNUC_{BEGIN,END}_IGNORE_DEPRECATIONS wrapping ↵ | Mike Gabriel | 2020-07-24 | 1 | -1/+1 |
| | | | | around gtk_dialog_get_action_area() with a FIXME. | ||||
* | Updated colour getter for playback control | Robert Tari | 2020-07-24 | 1 | -7/+15 |
| | |||||
* | Some refactoring to avoid warnings | Robert Tari | 2020-07-24 | 7 | -92/+73 |
| | |||||
* | Remove ayatana-private.h | Robert Tari | 2020-07-23 | 3 | -35/+1 |
| | |||||
* | src/Makefile.am: Don't choke with FTBFS on every future deprecation warning. ↵ | Mike Gabriel | 2020-07-07 | 1 | -1/+1 |
| | | | | Drop -Werror from CPPFLAGS. | ||||
* | gtk_widget_get_state is deprecated | Sylvain POULAIN | 2020-07-07 | 1 | -1/+1 |
| | | | gtk_widget_get_state is even deprecated, and has to be replaced with gtk_widget_get_state_flags. It worked. | ||||
* | Port from Glib's g_object_newv to g_object_new_with_properties. | Mike Gabriel | 2019-12-04 | 5 | -77/+98 |
| | |||||
* | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-12-03 | 22 | -336/+356 |
| | |||||
* | src/libido.h: Drop empty file (artifact of fork). | Mike Gabriel | 2017-05-22 | 1 | -0/+0 |
| | |||||
* | Build system: Drop remnants of GTK-2+ support. | Mike Gabriel | 2017-05-22 | 1 | -2/+1 |
| | |||||
* | One step back... Mimick Canonical's API. Use their namespace for item ↵ | Mike Gabriel | 2017-05-16 | 4 | -10/+10 |
| | | | | attributes. | ||||
* | IdoCalendarMenuItem: disconnect from parent signals on item destruction (LP: ↵ | Marco Trevisan (Treviño) | 2017-05-15 | 1 | -8/+41 |
| | | | | #1506427) |