aboutsummaryrefslogtreecommitdiff
path: root/src/idoappointmentmenuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix possible memory leaksRobert Tari2023-08-051-1/+2
|
* Fix copyright headersRobert Tari2021-09-201-1/+1
|
* Add us to the copyright headersRobert Tari2021-04-211-0/+2
|
* src/idoappointmentmenuitem.c: Contruct the basic menu item using the pixbuf ↵Robert Tari2021-04-211-1/+1
| | | | property
* Drop local config.h includes.Robert Tari2021-04-211-4/+0
| | | | Fixes AyatanaIndicators/ayatana-ido#25
* Replace x-canonical attributesRobert Tari2020-08-111-9/+9
|
* Port from Glib's g_object_newv to g_object_new_with_properties.Mike Gabriel2019-12-041-21/+25
|
* One step back... Mimick Canonical's API. Use their namespace for item ↵Mike Gabriel2017-05-161-3/+3
| | | | attributes.
* Use x-ayatanaindicator-* instead of x-canonical-*.Mike Gabriel2015-11-161-3/+3
|
* Fork ayatana-ido from Ubuntu's ido shared library.Mike Gabriel2015-11-061-1/+1
|
* implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItemCharles Kerr2013-07-251-2/+2
|
* implement IdoAppointmentMenuItem as a specialization of IdoTimeStampMenuItemCharles Kerr2013-07-251-282/+16
|
* subclass IdoAppointmentMenuItem from IdoBasicMenuItemCharles Kerr2013-07-251-64/+6
|
* Fixing some small introspection errorsTed Gould2013-07-021-1/+1
|
* copyediting: fix copy/paste errors in the documentationCharles Kerr2013-06-171-4/+4
|
* in IdoAppointmentMenuItem's update_timestamp_label(), clear the label text ↵Charles Kerr2013-06-171-5/+8
| | | | if either the time or format properties are unset
* add documentation for the public API callsCharles Kerr2013-06-171-1/+41
|
* when building location and appointment menuitems from a GMenu, grab all the ↵Charles Kerr2013-06-171-10/+33
| | | | parameters and then pass them to object_new() as a block to avoid them getting set twice -- once with the constructor's default values, and then once afterwards
* in idoappointmentmenuitem.c, fix startup issue arising from updating the ↵Charles Kerr2013-06-171-4/+6
| | | | timestamp label when the strftime format string hasn't been initialized yet.
* add ted's name to idoappointmentmenuitem.c for create_color_icon_pixbuf()Charles Kerr2013-06-141-0/+1
|
* add appointment menuitemCharles Kerr2013-06-141-0/+414