summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | [libical-glib] Correct ICalValue encode/decode_ical_string functionsMilan Crha2019-02-152-28/+35
* | | [libical-glib] Guard when to free the native struct in i_cal_object_finalize()Milan Crha2019-02-141-2/+2
* | | [libical-glib] Add missing i_cal_component_get_parent()/_set_parent()Milan Crha2019-02-131-0/+10
* | | [libical-glib] Add missing ICAL_STATUS_ enum valuesMilan Crha2019-02-121-0/+4
* | | [libical-glib] Correct return value of i_cal_property_as_ical_string_r()Milan Crha2019-02-121-1/+1
* | | [libical-glib] Make nullable function parameters used as nullableMilan Crha2019-02-072-35/+33
* | | [libical-glib] Do not add unused private into generated objectsMilan Crha2019-02-061-2/+1
* | | [libical-glib] Correct ICalComponent::foreach functionsMilan Crha2019-02-057-60/+134
* | | [libical-glib] ICalTimeSpan API changesMilan Crha2019-02-055-15/+104
* | | [libical-glib] Fix memory leaks in i_cal_component_foreach_tzid()Milan Crha2019-02-051-29/+32
* | | [libical-glib] Introduce LIBICAL_GLIB_UNSTABLE_API defineMilan Crha2019-02-013-0/+11
* | | [libical-glib] Do not generate unneeded parameter validity test codeMilan Crha2019-01-311-3/+5
* | | [libical-glib] Change return type of i_cal_attach_get_data()Milan Crha2019-01-311-5/+8
* | | [libical-glib] Change how i_cal_property_set_attach() worksMilan Crha2019-01-311-3/+2
* | | [libical-glib] Default to null time with ICalTimetypeMilan Crha2019-01-311-13/+3
* | | [libical-glib] Add missing i_cal_geo_type_new()/i_cal_geo_type_new_clone()Milan Crha2019-01-312-1/+34
* | | [libical-glib] i_cal_timetype_set_zone() can accept NULL zoneMilan Crha2019-01-311-1/+1
* | | [libical-glib] Add missing enum values to ICalPropertyTranspMilan Crha2019-01-311-0/+2
* | | [libical-glib] Add get/set date/time functions for ICalTimetypeMilan Crha2019-01-312-0/+84
* | | [libical-glib] Change ICalRecurrenceType APIMilan Crha2019-01-312-112/+542
* | | [libical-glib] Correct annotation of i_cal_recur_iterator_next()Milan Crha2019-01-311-1/+1
* | | [libical-glib] Fix a memory leak in i_cal_recur_expand_recurrence()Milan Crha2019-01-311-0/+1
* | | [libical-glib] Introduce i_cal_recurrence_type_new()Milan Crha2019-01-311-2/+7
* | | [libical-glib] Introduce i_cal_datetimeperiod_type_new()Milan Crha2019-01-311-0/+5
* | | [libical-glib] Various ICalTimetype API changesMilan Crha2019-01-312-10/+36
* | | [libical-glib] White-space clean up in i-cal-timezone.xmlMilan Crha2019-01-311-19/+19
* | | [libical-glib] Add some _take_ functions for the C APIMilan Crha2019-01-312-2/+42
* | | [libical-glib] Add ICalGLib version requirement to python testsMilan Crha2019-01-3112-0/+48
* | | [libical-glib] Correct i_cal_timetype_get_zone() and add i_cal_timetype_set_z...Milan Crha2019-01-312-4/+17
* | | [libical-glib] Correct type name #defineMilan Crha2019-01-312-6/+6
* | | [libical-glib] Correct API and memory management around i-cal-timezone functionsMilan Crha2019-01-318-39/+207
* | | Merge branch '3.0'Allen Winter2019-01-131-1/+1
|\ \ \ | |/ /
| * | Fix typo in libical-glib.pc.inMilan Crha2019-01-131-1/+1
* | | Merge branch '3.0'Allen Winter2019-01-121-7/+5
|\ \ \ | |/ /
| * | icalvalue.c - in simple_str_to_double(), look for NUL charsAllen Winter2019-01-121-7/+5
| * | Moved variable declaration to top of scopeKent Sutherland2019-01-121-1/+2
| * | Fixed incorrect handling of a weekly RRULE at the beginning of the yearKent Sutherland2019-01-122-0/+31
| * | icaldbset.c - fix typo in error messageCorentin Noël2019-01-121-2/+2
| * | cmake/Toolchain-android.cmake - fix spelling typoAllen Winter2019-01-101-2/+2
| * | cmake/modules/GtkDoc.cmake - pull over changes from masterAllen Winter2019-01-011-13/+14
* | | Merge pull request #366 from ksuther/fix-january-1-rruleAllen Winter2019-01-122-1/+33
|\ \ \
| * | | Moved variable declaration to top of scopeKent Sutherland2019-01-101-1/+2
| * | | Fixed incorrect handling of a weekly RRULE at the beginning of the yearKent Sutherland2019-01-092-0/+31
* | | | cmake/Toolchain-android.cmake - fix spelling typoAllen Winter2019-01-121-2/+2
* | | | Merge pull request #365 from tintou/masterAllen Winter2019-01-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | icaldbset.c - fix typo in error messageCorentin Noël2019-01-051-2/+2
|/ / /
* | | icalderivedvalue.c.in: make sure the value union actually contains a recurren...Ken Murchison2019-01-041-0/+1
* | | icalduration.c: use distributive property to reduce access number of multipli...Ken Murchison2019-01-031-4/+4
* | | Merge branch '3.0'Allen Winter2019-01-014-30/+66
|\ \ \ | |/ /
| * | scripts/buildtests.sh - LTO build checkingAllen Winter2018-12-301-0/+3