summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Mark ICalTimezone arguments in ICalTime as nullableMilan Crha2019-04-231-9/+9
* various - doc for icalproperty_get_datetime_with_component()Allen Winter2019-04-204-3/+33
* no longer use or discuss LIBICAL_GLIB_UNSTABLE_APIAllen Winter2019-04-131-4/+0
* [libical-glib] Add icalrecur_iterator_set_end() wrapper definitionMilan Crha2019-04-101-0/+6
* icalrecur.c - minor compile warning and coding styleAllen Winter2019-04-081-5/+4
* Merge branch 'iterator-performance-next_year' of https://github.com/tapkey/li...Allen Winter2019-04-081-2/+65
|\
| * Improved next_yearday() (icalrecur.c) performance. Finding next day in impl->...Markus Minichmayr2018-03-291-2/+65
* | [libical-glib] Correct some annotations and a property.py testMilan Crha2019-04-052-6/+7
* | [libical-glib] Let yes/no functions return and expect gboolean instead of gintMilan Crha2019-03-2810-30/+30
* | [libical-glib] Minor cleanup in parameter naming in i-cal-duration.xmlMilan Crha2019-03-271-36/+36
* | remove unused structs icaltimezonetype, icaltimezonephaseAllen Winter2019-03-264-204/+0
* | [libical-glib] Correct various developer documentation referencesMilan Crha2019-03-255-11/+11
* | [libical-glib] Rename bare structure wrapper objectsMilan Crha2019-03-2225-894/+894
* | [libical-glib] Replace ICalGLib.Timetype with ICalGLib.TimeMilan Crha2019-03-2220-452/+410
* | [libical-glib] Introduce i_cal_time_convert_to_zone_inplace()Milan Crha2019-03-222-2/+32
* | [libical-glib] Correct typo in the i_cal_time_timezone_expand_vtimezone() nameMilan Crha2019-03-221-1/+1
* | [libical-glib] Add missing I_CAL_COLOR_PROPERTY enum and functionsMilan Crha2019-03-201-0/+16
* | [libical-glib] Correct return type of i_cal_timezone_get_utc_offset functionsMilan Crha2019-03-191-0/+2
* | src/libical-glib/tools/generator.c - don't copy garbageAllen Winter2019-03-171-1/+1
* | Merge branch '3.0'Allen Winter2019-03-173-5/+2
|\ \
| * | src/libicalss/icalbdbset.c - remove a free of used memoryAllen Winter2019-03-171-4/+0
| * | src/libical/icalproperty_cxx.cpp - quiet clang-tidyAllen Winter2019-03-171-1/+1
| * | src/libicalss/icalgauge.c - assert on NULL argumentAllen Winter2019-03-171-0/+1
| * | libicalss/icalset.c - recode the load() functionAllen Winter2019-03-161-4/+10
| * | icalss/icalgauge - handle NULL arg to icalgauge_get_expandAllen Winter2019-03-162-1/+8
| * | src/libical/icalenums.h - fix minor typoAllen Winter2019-03-161-1/+1
* | | src/libical-glib - minor coding styleAllen Winter2019-03-162-37/+36
* | | libicalss/icalset.c - recode the load() functionAllen Winter2019-03-161-4/+10
* | | icalss/icalgauge - handle NULL arg to icalgauge_get_expandAllen Winter2019-03-162-1/+8
* | | src/libical/icalenums.h - fix minor typoAllen Winter2019-03-161-1/+1
* | | [libical-glib] Add 'nullable' annotation to some functionsMilan Crha2019-02-153-36/+36
* | | [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-011-0/+4
* | | [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