Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix possible memory leaks | Robert Tari | 2023-08-05 | 1 | -1/+2 |
| | |||||
* | Fix copyright headers | Robert Tari | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | Add us to the copyright headers | Robert Tari | 2021-04-21 | 1 | -0/+2 |
| | |||||
* | src/idoappointmentmenuitem.c: Contruct the basic menu item using the pixbuf ↵ | Robert Tari | 2021-04-21 | 1 | -1/+1 |
| | | | | property | ||||
* | Drop local config.h includes. | Robert Tari | 2021-04-21 | 1 | -4/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#25 | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -9/+9 |
| | |||||
* | Port from Glib's g_object_newv to g_object_new_with_properties. | Mike Gabriel | 2019-12-04 | 1 | -21/+25 |
| | |||||
* | One step back... Mimick Canonical's API. Use their namespace for item ↵ | Mike Gabriel | 2017-05-16 | 1 | -3/+3 |
| | | | | attributes. | ||||
* | Use x-ayatanaindicator-* instead of x-canonical-*. | Mike Gabriel | 2015-11-16 | 1 | -3/+3 |
| | |||||
* | Fork ayatana-ido from Ubuntu's ido shared library. | Mike Gabriel | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItem | Charles Kerr | 2013-07-25 | 1 | -2/+2 |
| | |||||
* | implement IdoAppointmentMenuItem as a specialization of IdoTimeStampMenuItem | Charles Kerr | 2013-07-25 | 1 | -282/+16 |
| | |||||
* | subclass IdoAppointmentMenuItem from IdoBasicMenuItem | Charles Kerr | 2013-07-25 | 1 | -64/+6 |
| | |||||
* | Fixing some small introspection errors | Ted Gould | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | copyediting: fix copy/paste errors in the documentation | Charles Kerr | 2013-06-17 | 1 | -4/+4 |
| | |||||
* | in IdoAppointmentMenuItem's update_timestamp_label(), clear the label text ↵ | Charles Kerr | 2013-06-17 | 1 | -5/+8 |
| | | | | if either the time or format properties are unset | ||||
* | add documentation for the public API calls | Charles Kerr | 2013-06-17 | 1 | -1/+41 |
| | |||||
* | when building location and appointment menuitems from a GMenu, grab all the ↵ | Charles Kerr | 2013-06-17 | 1 | -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 Kerr | 2013-06-17 | 1 | -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 Kerr | 2013-06-14 | 1 | -0/+1 |
| | |||||
* | add appointment menuitem | Charles Kerr | 2013-06-14 | 1 | -0/+414 |