summaryrefslogtreecommitdiff
path: root/glib/gdatetime.h
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* docs: Break gtk-doc stanzas into paragraphsEmmanuele Bassi2021-08-021-2/+1
* gdatetime: Deprecate GDateTime API which uses GTimeValPhilip Withnall2019-07-291-3/+7
* gdatetime: Add g_date_time_format_iso8601() convenience functionPhilip Withnall2019-07-291-0/+2
* Revert "gdatetime: Enable compile time check of g_date_time_format() format"Philip Withnall2018-11-011-1/+1
* Remove the G_GNUC_STRFTIME format checkMatthias Clasen2018-11-011-1/+1
* gdatetime: Enable compile time check of g_date_time_format() formatChristian Persch2018-10-311-1/+1
* gdatetime: Add g_date_time_get_timezone() accessorPhilip Withnall2018-04-121-0/+2
* GDateTime: Support parsing ISO 8601 stringsRobert Ancell2017-09-111-0/+4
* License headers: replace current FSF address by a link to gnu.orgSébastien Wilmet2017-01-041-4/+2
* docs: Replace <structname> tags with back ticksEmmanuele Bassi2014-05-311-1/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+47
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Revert "gdatetime: Add g_date_time_source_new()"Ryan Lortie2011-08-311-3/+0
* gdatetime: Add g_date_time_source_new()Colin Walters2011-08-291-0/+3
* Bug 630077 - GDateTime week number supportRyan Lortie2010-10-011-0/+1
* fix argument order for g_date_time_difference()Ryan Lortie2010-09-221-2/+2
* GDateTime: G_GNUC_WARN_UNUSED_RESULT for modifiersRyan Lortie2010-09-181-0/+9
* Clean-up/tweaking of GDateTime and GTimeZoneRyan Lortie2010-09-171-126/+121
* datetime: Rename g_date_time_printf() to g_date_time_format()Emmanuele Bassi2010-09-171-1/+1
* datetime: Allow setting fractionary seconds in new_full()Emmanuele Bassi2010-09-171-1/+1
* datetime: Rework time zone support in constructorsEmmanuele Bassi2010-09-171-9/+30
* datetime: Rename shadowing variablesDamien Lespiau2010-09-061-1/+1
* datetime: Add get_week_of_year()Emmanuele Bassi2010-09-061-0/+1
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-1/+1
* Remove excessive header includesMatthias Clasen2010-09-031-1/+1
* Add GDateTime to GLibThiago Santos2010-08-241-0/+190