aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src
Commit message (Expand)AuthorAgeFilesLines
* Darwin/OS portability from Max Horn <max@quendi.de>Dan Winship2002-04-024-9/+3
* added libicalvcal.Damon Chaplin2002-02-091-1/+1
* major changes to support RRULE/EXRULE, VALARMS and several otherDamon Chaplin2002-02-074-86/+1247
* Skip over illegal whitespace in Microsoft-generated BYDAY rules.Dan Winship2002-01-291-10/+7
* removed unused 'trigger:' production.Damon Chaplin2001-12-191-5/+1
* if all we have is the TZID, see if it is one of our TZIDs and if so getDamon Chaplin2001-12-111-1/+19
* initialize the builtin timezones, to ensure that the TZID of the UTC zoneDamon Chaplin2001-11-141-0/+5
* use MAX_LINE_LEN rather than magic numbers all over the place.Damon Chaplin2001-10-311-3/+6
* had to redo the folding code since Outlook 2000 doesn't like parameterDamon Chaplin2001-10-311-32/+79
* forgot to account for the spaces added, so it could have been writing overDamon Chaplin2001-10-311-4/+9
* renamed the library to libical-evolution.la, install ical.h intoDamon Chaplin2001-10-305-23/+83
* added function to get a reasonable name to display for the timezone.Damon Chaplin2001-10-282-1/+25
* Outlooks (2000) places "Standard Time" and "Daylight Time" in the TZNAMEDamon Chaplin2001-10-261-0/+5
* use sizeof(test_array) for the memset call. It was clearing 9 bytes butDamon Chaplin2001-10-241-1/+1
* updated all files again, placing current RDATEs first, so Outlook usesDamon Chaplin2001-10-234-49/+103
* don't free the parameterJP Rosevear2001-10-201-1/+0
* Assign with `=', not `+='.Ettore Perazzoli2001-10-061-2/+2
* Fix the libical-related part of Ximian bug #7892.Federico Mena Quintero2001-09-273-8/+7
* free the temp dup'd string.Larry Ewing2001-09-202-4/+11
* Generate an ICAL_ATTACH_VALUE value from the string.Federico Mena Quintero2001-09-121-2/+13
* strdup the result of the first call to ical_component_as_ical_string()Damon Chaplin2001-09-111-6/+19
* Replace struct icalattachtype by an opaque icalattach that is properlyFederico Mena Quintero2001-09-117-122/+199
* pass the VTIMEZONE component to icalcomponent_compare_vtimezones(), notDamon Chaplin2001-09-072-6/+32
* updated all of the VTIMEZONE files to try to be more compatable withDamon Chaplin2001-09-011-1/+6
* Dequote the same characters that we know how to quote inFederico Mena Quintero2001-08-171-12/+28
* removed some debugging messages.Damon Chaplin2001-08-021-38/+0
* changed the debugging message to avoid a crash on non-glibc boxes. (UsingDamon Chaplin2001-07-311-1/+2
* copy the TZID just in case the property we got it from gets modified.Damon Chaplin2001-07-314-22/+25
* call pvl_next on i rather than itr.iterJP Rosevear2001-07-271-1/+1
* if from_zone is NULL (i.e. it is a floating time), just return.Damon Chaplin2001-07-271-3/+3
* accept an icaltimezone* of NULL for all the public functions, since NULLDamon Chaplin2001-07-261-1/+21
* if the property contaiJP Rosevear2001-07-261-0/+10
* pass extra param to icalparser_get_next_char (icalparser_get_next_char):JP Rosevear2001-07-241-26/+37
* changed so it doesn't use mktime(). We are having problems becauseDamon Chaplin2001-07-241-17/+22
* do not strdup a NULL (valid) timezoneJP Rosevear2001-07-181-1/+1
* return NULL if we couldn't find the LOCATION.Damon Chaplin2001-07-172-9/+15
* Add the COMBINEDHEADERS here and remove the EXTRA_DIST. This fixesPeter Williams2001-07-121-4/+10
* only create the timezones array when we need to, and make sure we freeDamon Chaplin2001-07-123-15/+80
* don't convert DATE values.Damon Chaplin2001-07-113-42/+95
* forgot to compile before committing. Idiot.Damon Chaplin2001-07-101-3/+3
* if the 2 zones are the same just return.Damon Chaplin2001-07-102-2/+25
* add the icaltimezone to the timezone array of the toplevel VCALENDARDamon Chaplin2001-07-031-3/+16
* fixed bad assertion, '!=' -> '=='. (icalcomponent_merge_vtimezone): getDamon Chaplin2001-07-031-2/+2
* more timezone stuff.Damon Chaplin2001-07-036-308/+856
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* added functions to get the coords of builtin timezones.Damon Chaplin2001-06-142-0/+22
* merged in some new stuff from libical CVS. (icalrecur_add_byrules): If noDamon Chaplin2001-06-146-89/+398
* new files to contain support for timezones.Damon Chaplin2001-06-144-0/+1632
* Fixes to make it make dist and make distcheck. Kind of kludgy but theyJP Rosevear2001-05-161-16/+15
* here's some good lovin' from the oven...Jeffrey Stedfast2001-05-161-0/+2
* plug leak (icaltime_as_timet): use altered functionsJP Roseveaer2001-05-111-58/+57
* ShushJP Rosevear2001-05-081-1/+5
* initialize "continuation_line" to 0JP Rosevear2001-05-031-0/+1
* this shouldn't have been here (at least not containing ".deps")Dan Winship2001-04-271-1/+0
* I get "cannot obtain lock on directory /cvs/gnome/..../.deps: no such file or...Gediminas Paulauskas2001-04-221-0/+1
* Disable the Python stuff and the tests for now. They are broken andEttore Perazzoli2001-04-181-1/+1
* Prepend `$(srcdir)' to the list of libicalss headers to be combined.Ettore Perazzoli2001-04-181-11/+11
* Fix the building of ical.h. Again.Ettore Perazzoli2001-04-181-6/+6
* The perl script generated files changed between releasesJP Rosevear2001-04-1810-1753/+948
* Removing autogenerated filesJP Rosevear2001-04-183-1127/+0
* Finish merge of new libical 0.23a versionJP Rosevear2001-04-1823-2120/+1886
* This commit was generated by cvs2svn to compensate for changes in r9415,JP Rosevear2001-04-1815-409/+168
* Initial revisionJP Rosevear2001-04-1832-0/+6890
* Merge the building fix from evolution-0-9-branch.Ettore Perazzoli2001-02-281-1/+1
* The built sources shouldn't be cleaneJP Rosevear2001-02-091-9/+0
* its NEEDS-ACTION rather than NEEDSACTION (icalparameter_as_ical_string):JP Rosevear2001-02-091-4/+4
* Added a missing #include here.Christopher James Lahey2001-02-072-2/+8
* Use the renamed api callJP Rosevear2001-02-061-1/+1
* Fscking autoconfJP Rosevear2001-02-061-1/+1
* Guess what! Fix `builddir != srcdir' breakage.Ettore Perazzoli2001-02-061-4/+4
* This is it i hopeJP Rosevear2001-02-061-2/+1
* More import cleanupJP Rosevear2001-02-062-9/+9
* Import cleanupJP Rosevear2001-02-0613-179/+670
* This commit was generated by cvs2svn to compensate for changes in r7975,JP Rosevear2001-02-063-3/+24
* Initial revisionJP Rosevear2001-02-062-0/+202
* Remove unused "extern long timezone".Dan Winship2001-01-261-1/+0
* rewrote to fix problems with freeing the environment string after callingDamon Chaplin2001-01-251-19/+43
* Minor import fixJP Rosevear2001-01-241-4/+0
* Import clean upJP Rosevear2001-01-2428-1009/+2795
* This commit was generated by cvs2svn to compensate for changes in r7747,JP Rosevear2001-01-2424-339/+758
* Initial revisionJP Rosevear2001-01-241-0/+167
* add -ve sign to output of duration if appropriate.JP Rosevear2001-01-191-5/+25
* include configure.h because HAVE_TIMEZONE is usedJP Rosevear2000-12-221-0/+4
* Build `libical-static.la', that is needed for the conduits.Ettore Perazzoli2000-12-151-0/+4
* make icalcomponent.c depend on icalproperty.h, icalvalue.h, andPeter Teichman2000-12-151-2/+4
* ShushJP Rosevear2000-12-152-0/+9
* put icalproperty.h and icalvalue.h before icalcomponent.c in thePeter Teichman2000-12-151-2/+2
* More builddir != srcdir fun! Man, I enjoy this so much.Ettore Perazzoli2000-12-141-17/+17
* Use gmtime() unconditionally, since we want an UTC broken-downFederico Mena Quintero2000-12-141-4/+3
* time_t values *are* in UTC by definition, so the is_utc argument isFederico Mena Quintero2000-12-141-0/+5
* icalparser.c Addedd support for x-parameters.Eric Busboom2000-12-145-27/+54
* Added a name to the parameter to icalerror_set_errno.Christopher James Lahey2000-12-141-1/+1
* Removed the explicit paths. Why it did *not* work on my original try whenFederico Mena Quintero2000-12-141-19/+17
* Fix some horrible Makefile breakage, getting it to compile withEttore Perazzoli2000-12-132-12/+23
* #if 0ed out some #if 1ed test code that was breaking my build byJoe Shaw2000-12-131-1/+1
* Add a check for "extern int timezone;" vs struct tm tm_gmtoff, stolen fromDan Winship2000-12-132-8/+11
* Fixety fix - FedericoFederico Mena Quintero2000-12-123-3206/+4
* Remove more auto-generated files - FedericoFederico Mena Quintero2000-12-123-4955/+0
* Removed auto-generated files - FedericoFederico Mena Quintero2000-12-128-12041/+0
* Fix fucking CVS conflicts - FedericoFederico Mena Quintero2000-12-1220-44/+36
* Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - FedericoFederico Mena Quintero2000-12-1240-1653/+5634
* This commit was generated by cvs2svn to compensate for changes in r6917,Federico Mena Quintero2000-12-1218-261/+1515
* Initial revisionFederico Mena Quintero2000-12-1226-0/+10479
* return NULL if we can't create a view.Michael Meeks2000-12-051-314/+325
* Patch from Eric Busboom <eric@softwarestudio.org> to fix BYDAY elements inFederico Mena Quintero2000-11-221-21/+21
* Handle both the position and weekday in the by_day field.Federico Mena Quintero2000-11-071-2/+7
* Fixed icalproperty_remove_parameter().Jesse Pavel2000-10-281-1/+18
* add support for 'X-' parameters.Damon Chaplin2000-10-122-4/+11
* Fix the semicolons in this rule. Noticed by x-virge.Dan Winship2000-10-082-7/+8
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-13/+15
* Merge missing file for distcheckJP Rosevear2000-09-132-0/+205
* New function that compares only the dates, not the times as wellJP Rosevear2000-09-082-0/+18
* We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOLJP Rosevear2000-09-011-1/+2
* Kill off more old, dead filesJP Rosevear2000-09-0122-10040/+0
* Kill fileJP Rosevear2000-09-012-460/+0
* Kill old fileJP Rosevear2000-09-014-562/+13
* Add/fix .cvsignores.Ettore Perazzoli2000-08-282-0/+13
* builddir != srcdir fixes.Ettore Perazzoli2000-08-271-1/+1
* Got rid of some warnings.Christopher James Lahey2000-08-262-4/+4
* Fixed an incorrect struct name.Christopher James Lahey2000-08-261-2/+2
* Compile fix for libicalPeter Williams2000-08-251-2/+2
* Remove this duplicate file to fix buildJP Rosevear2000-08-251-39/+0
* Baby seal eyes are good with soy sauce! - FedericoFederico Mena Quintero2000-08-251-3/+3
* Fixety fix - FedericoFederico Mena Quintero2000-08-251-2/+2
* More import tidying.JP Rosevear2000-08-253-317/+7
* Fix minor conflicts.JP Rosevear2000-08-2538-1519/+2539
* Initial revisionJP Rosevear2000-08-2535-0/+13290
* You have to wonder what a file called foo was doing here... - FedericoFederico Mena Quintero2000-08-011-1578/+0
* add textual exception printout. (set_editor_text): close pre tags & checkMichael Meeks2000-07-261-0/+1706
* Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versionsFederico Mena Quintero2000-07-131-18/+46
* fixed various problemsSeth Alves2000-07-131-0/+7
* Generated files, go away - FedericoFederico Mena Quintero2000-07-063-4068/+0
* Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-131-1/+1
* Removing generated filesÉRDI Gergo2000-06-101-1/+1
* Now this derives from GtkObject. It follows the same strategy as theFederico Mena Quintero2000-06-091-21/+59
* Fix Makefiles so that (guess what?) they work with builddir != srcdir.Ettore Perazzoli2000-06-082-2/+12
* update some .cvsignoresSeth Alves2000-06-081-0/+1
* *** empty log message ***Seth Alves2000-06-074-9/+541
* merge libical-0.17 onto the headSeth Alves2000-06-0714-1470/+1493
* Initial revisionSeth Alves2000-06-073-0/+4069
* reparing damage from removing filesEric Busboom2000-05-1570-0/+30591
* removing all filesEric Busboom2000-05-1574-31729/+0
* Initial revisionEric Busboom2000-05-154-0/+1138
* Fix Makefile to use generated include files that are in the buildEttore Perazzoli2000-05-141-0/+2
* Stylistic fix - FedericoFederico Mena Quintero2000-05-011-0/+376
* Further Makefile loving.Ettore Perazzoli2000-04-272-2/+2
* Fix broken `Makefile.am' again. I am frustrated.Ettore Perazzoli2000-04-271-1/+3
* + * tests/.cvsignore: Added test13.Matthew Loper2000-04-272-3/+1
* Removed.Christopher James Lahey2000-04-261-376/+0
* Fix compile with builddir != srcdir.Ettore Perazzoli2000-04-262-2/+2
* convert from a time_t to an icaldurationtype.Seth Alves2000-04-251-0/+19
* *** empty log message ***Seth Alves2000-04-212-1/+3
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-0/+376
* This file does not belong in CVS.Peter Williams2000-04-201-376/+0
* build libtool libraries instead of just .aSeth Alves2000-04-193-11/+12
* added some stuff to cvs ignore files, build .la instead of just .aSeth Alves2000-04-193-22/+91
* import of libical-0.16Seth Alves2000-04-1936-1197/+3272
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-2/+3
* make libicalss installableSeth Alves2000-02-261-2/+2
* renamed a couple files so that automake will be my friendSeth Alves2000-02-264-14/+15
* added the generated file icalitip.tab.c until i can figure outSeth Alves2000-02-245-16/+1683
* + * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs.Matthew Loper2000-02-222-1/+7
* + * libical/Makefile.in: autogenerated file removed from cvs, andMatthew Loper2000-02-226-1159/+4
* generatedSeth Alves2000-02-211-2164/+0
* more fallout from import of 0.15aSeth Alves2000-02-212-2/+2
* generatedSeth Alves2000-02-211-1660/+0
* This commit was generated by cvs2svn to compensate for changes in r1879,Seth Alves2000-02-218-14/+104
* Initial revisionSeth Alves2000-02-211-0/+23
* ignore a flex output fileSeth Alves2000-02-211-0/+2
* ignore .depsSeth Alves2000-02-212-1/+3
* some Makefile.ams to use until eric moves his code to cvsSeth Alves2000-02-218-128/+1161
* + * libical/src/test/.cvsignore: Added Makefile.Matthew Loper2000-02-202-0/+2
* + * libical/Makefile: autogenerated file removed from cvs.Matthew Loper2000-02-202-46/+0
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-203-0/+7
* didn't want these checked inSeth Alves2000-02-187-169/+0
* This commit was generated by cvs2svn to compensate for changes in r1827,Seth Alves2000-02-182-2/+2
* Initial revisionSeth Alves2000-02-1871-0/+31159