| Commit message (Expand) | Author | Age | Files | Lines |
* | added missing ';' for new bison to not complain. | Rodrigo Moya | 2002-11-27 | 1 | -1/+18 |
* | Free the location if it's set. Otherwise one copy of the location of each | Dan Winship | 2002-10-27 | 1 | -0/+3 |
* | Fixes #25153 | Rodrigo Moya | 2002-10-17 | 1 | -2/+2 |
* | Allocate the right number of bytes when | Ettore Perazzoli | 2002-10-02 | 1 | -1/+1 |
* | Update timezones (from Damon) | JP Rosevear | 2002-07-26 | 1 | -1/+1 |
* | Darwin/OS portability from Max Horn <max@quendi.de> | Dan Winship | 2002-04-02 | 4 | -9/+3 |
* | added libicalvcal. | Damon Chaplin | 2002-02-09 | 1 | -1/+1 |
* | major changes to support RRULE/EXRULE, VALARMS and several other | Damon Chaplin | 2002-02-07 | 4 | -86/+1247 |
* | Skip over illegal whitespace in Microsoft-generated BYDAY rules. | Dan Winship | 2002-01-29 | 1 | -10/+7 |
* | removed unused 'trigger:' production. | Damon Chaplin | 2001-12-19 | 1 | -5/+1 |
* | if all we have is the TZID, see if it is one of our TZIDs and if so get | Damon Chaplin | 2001-12-11 | 1 | -1/+19 |
* | initialize the builtin timezones, to ensure that the TZID of the UTC zone | Damon Chaplin | 2001-11-14 | 1 | -0/+5 |
* | use MAX_LINE_LEN rather than magic numbers all over the place. | Damon Chaplin | 2001-10-31 | 1 | -3/+6 |
* | had to redo the folding code since Outlook 2000 doesn't like parameter | Damon Chaplin | 2001-10-31 | 1 | -32/+79 |
* | forgot to account for the spaces added, so it could have been writing over | Damon Chaplin | 2001-10-31 | 1 | -4/+9 |
* | renamed the library to libical-evolution.la, install ical.h into | Damon Chaplin | 2001-10-30 | 5 | -23/+83 |
* | added function to get a reasonable name to display for the timezone. | Damon Chaplin | 2001-10-28 | 2 | -1/+25 |
* | Outlooks (2000) places "Standard Time" and "Daylight Time" in the TZNAME | Damon Chaplin | 2001-10-26 | 1 | -0/+5 |
* | use sizeof(test_array) for the memset call. It was clearing 9 bytes but | Damon Chaplin | 2001-10-24 | 1 | -1/+1 |
* | updated all files again, placing current RDATEs first, so Outlook uses | Damon Chaplin | 2001-10-23 | 4 | -49/+103 |
* | don't free the parameter | JP Rosevear | 2001-10-20 | 1 | -1/+0 |
* | Assign with `=', not `+='. | Ettore Perazzoli | 2001-10-06 | 1 | -2/+2 |
* | Fix the libical-related part of Ximian bug #7892. | Federico Mena Quintero | 2001-09-27 | 3 | -8/+7 |
* | free the temp dup'd string. | Larry Ewing | 2001-09-20 | 2 | -4/+11 |
* | Generate an ICAL_ATTACH_VALUE value from the string. | Federico Mena Quintero | 2001-09-12 | 1 | -2/+13 |
* | strdup the result of the first call to ical_component_as_ical_string() | Damon Chaplin | 2001-09-11 | 1 | -6/+19 |
* | Replace struct icalattachtype by an opaque icalattach that is properly | Federico Mena Quintero | 2001-09-11 | 7 | -122/+199 |
* | pass the VTIMEZONE component to icalcomponent_compare_vtimezones(), not | Damon Chaplin | 2001-09-07 | 2 | -6/+32 |
* | updated all of the VTIMEZONE files to try to be more compatable with | Damon Chaplin | 2001-09-01 | 1 | -1/+6 |
* | Dequote the same characters that we know how to quote in | Federico Mena Quintero | 2001-08-17 | 1 | -12/+28 |
* | removed some debugging messages. | Damon Chaplin | 2001-08-02 | 1 | -38/+0 |
* | changed the debugging message to avoid a crash on non-glibc boxes. (Using | Damon Chaplin | 2001-07-31 | 1 | -1/+2 |
* | copy the TZID just in case the property we got it from gets modified. | Damon Chaplin | 2001-07-31 | 4 | -22/+25 |
* | call pvl_next on i rather than itr.iter | JP Rosevear | 2001-07-27 | 1 | -1/+1 |
* | if from_zone is NULL (i.e. it is a floating time), just return. | Damon Chaplin | 2001-07-27 | 1 | -3/+3 |
* | accept an icaltimezone* of NULL for all the public functions, since NULL | Damon Chaplin | 2001-07-26 | 1 | -1/+21 |
* | if the property contai | JP Rosevear | 2001-07-26 | 1 | -0/+10 |
* | pass extra param to icalparser_get_next_char (icalparser_get_next_char): | JP Rosevear | 2001-07-24 | 1 | -26/+37 |
* | changed so it doesn't use mktime(). We are having problems because | Damon Chaplin | 2001-07-24 | 1 | -17/+22 |
* | do not strdup a NULL (valid) timezone | JP Rosevear | 2001-07-18 | 1 | -1/+1 |
* | return NULL if we couldn't find the LOCATION. | Damon Chaplin | 2001-07-17 | 2 | -9/+15 |
* | Add the COMBINEDHEADERS here and remove the EXTRA_DIST. This fixes | Peter Williams | 2001-07-12 | 1 | -4/+10 |
* | only create the timezones array when we need to, and make sure we free | Damon Chaplin | 2001-07-12 | 3 | -15/+80 |
* | don't convert DATE values. | Damon Chaplin | 2001-07-11 | 3 | -42/+95 |
* | forgot to compile before committing. Idiot. | Damon Chaplin | 2001-07-10 | 1 | -3/+3 |
* | if the 2 zones are the same just return. | Damon Chaplin | 2001-07-10 | 2 | -2/+25 |
* | add the icaltimezone to the timezone array of the toplevel VCALENDAR | Damon Chaplin | 2001-07-03 | 1 | -3/+16 |
* | fixed bad assertion, '!=' -> '=='. (icalcomponent_merge_vtimezone): get | Damon Chaplin | 2001-07-03 | 1 | -2/+2 |
* | more timezone stuff. | Damon Chaplin | 2001-07-03 | 6 | -308/+856 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | added functions to get the coords of builtin timezones. | Damon Chaplin | 2001-06-14 | 2 | -0/+22 |
* | merged in some new stuff from libical CVS. (icalrecur_add_byrules): If no | Damon Chaplin | 2001-06-14 | 6 | -89/+398 |
* | new files to contain support for timezones. | Damon Chaplin | 2001-06-14 | 4 | -0/+1632 |
* | Fixes to make it make dist and make distcheck. Kind of kludgy but they | JP Rosevear | 2001-05-16 | 1 | -16/+15 |
* | here's some good lovin' from the oven... | Jeffrey Stedfast | 2001-05-16 | 1 | -0/+2 |
* | plug leak (icaltime_as_timet): use altered functions | JP Roseveaer | 2001-05-11 | 1 | -58/+57 |
* | Shush | JP Rosevear | 2001-05-08 | 1 | -1/+5 |
* | initialize "continuation_line" to 0 | JP Rosevear | 2001-05-03 | 1 | -0/+1 |
* | this shouldn't have been here (at least not containing ".deps") | Dan Winship | 2001-04-27 | 1 | -1/+0 |
* | I get "cannot obtain lock on directory /cvs/gnome/..../.deps: no such file or... | Gediminas Paulauskas | 2001-04-22 | 1 | -0/+1 |
* | Disable the Python stuff and the tests for now. They are broken and | Ettore Perazzoli | 2001-04-18 | 1 | -1/+1 |
* | Prepend `$(srcdir)' to the list of libicalss headers to be combined. | Ettore Perazzoli | 2001-04-18 | 1 | -11/+11 |
* | Fix the building of ical.h. Again. | Ettore Perazzoli | 2001-04-18 | 1 | -6/+6 |
* | The perl script generated files changed between releases | JP Rosevear | 2001-04-18 | 10 | -1753/+948 |
* | Removing autogenerated files | JP Rosevear | 2001-04-18 | 3 | -1127/+0 |
* | Finish merge of new libical 0.23a version | JP Rosevear | 2001-04-18 | 23 | -2120/+1886 |
* | This commit was generated by cvs2svn to compensate for changes in r9415, | JP Rosevear | 2001-04-18 | 15 | -409/+168 |
* | Initial revision | JP Rosevear | 2001-04-18 | 32 | -0/+6890 |
* | Merge the building fix from evolution-0-9-branch. | Ettore Perazzoli | 2001-02-28 | 1 | -1/+1 |
* | The built sources shouldn't be cleane | JP Rosevear | 2001-02-09 | 1 | -9/+0 |
* | its NEEDS-ACTION rather than NEEDSACTION (icalparameter_as_ical_string): | JP Rosevear | 2001-02-09 | 1 | -4/+4 |
* | Added a missing #include here. | Christopher James Lahey | 2001-02-07 | 2 | -2/+8 |
* | Use the renamed api call | JP Rosevear | 2001-02-06 | 1 | -1/+1 |
* | Fscking autoconf | JP Rosevear | 2001-02-06 | 1 | -1/+1 |
* | Guess what! Fix `builddir != srcdir' breakage. | Ettore Perazzoli | 2001-02-06 | 1 | -4/+4 |
* | This is it i hope | JP Rosevear | 2001-02-06 | 1 | -2/+1 |
* | More import cleanup | JP Rosevear | 2001-02-06 | 2 | -9/+9 |
* | Import cleanup | JP Rosevear | 2001-02-06 | 13 | -179/+670 |
* | This commit was generated by cvs2svn to compensate for changes in r7975, | JP Rosevear | 2001-02-06 | 3 | -3/+24 |
* | Initial revision | JP Rosevear | 2001-02-06 | 2 | -0/+202 |
* | Remove unused "extern long timezone". | Dan Winship | 2001-01-26 | 1 | -1/+0 |
* | rewrote to fix problems with freeing the environment string after calling | Damon Chaplin | 2001-01-25 | 1 | -19/+43 |
* | Minor import fix | JP Rosevear | 2001-01-24 | 1 | -4/+0 |
* | Import clean up | JP Rosevear | 2001-01-24 | 28 | -1009/+2795 |
* | This commit was generated by cvs2svn to compensate for changes in r7747, | JP Rosevear | 2001-01-24 | 24 | -339/+758 |
* | Initial revision | JP Rosevear | 2001-01-24 | 1 | -0/+167 |
* | add -ve sign to output of duration if appropriate. | JP Rosevear | 2001-01-19 | 1 | -5/+25 |
* | include configure.h because HAVE_TIMEZONE is used | JP Rosevear | 2000-12-22 | 1 | -0/+4 |
* | Build `libical-static.la', that is needed for the conduits. | Ettore Perazzoli | 2000-12-15 | 1 | -0/+4 |
* | make icalcomponent.c depend on icalproperty.h, icalvalue.h, and | Peter Teichman | 2000-12-15 | 1 | -2/+4 |
* | Shush | JP Rosevear | 2000-12-15 | 2 | -0/+9 |
* | put icalproperty.h and icalvalue.h before icalcomponent.c in the | Peter Teichman | 2000-12-15 | 1 | -2/+2 |
* | More builddir != srcdir fun! Man, I enjoy this so much. | Ettore Perazzoli | 2000-12-14 | 1 | -17/+17 |
* | Use gmtime() unconditionally, since we want an UTC broken-down | Federico Mena Quintero | 2000-12-14 | 1 | -4/+3 |
* | time_t values *are* in UTC by definition, so the is_utc argument is | Federico Mena Quintero | 2000-12-14 | 1 | -0/+5 |
* | icalparser.c Addedd support for x-parameters. | Eric Busboom | 2000-12-14 | 5 | -27/+54 |
* | Added a name to the parameter to icalerror_set_errno. | Christopher James Lahey | 2000-12-14 | 1 | -1/+1 |
* | Removed the explicit paths. Why it did *not* work on my original try when | Federico Mena Quintero | 2000-12-14 | 1 | -19/+17 |
* | Fix some horrible Makefile breakage, getting it to compile with | Ettore Perazzoli | 2000-12-13 | 2 | -12/+23 |
* | #if 0ed out some #if 1ed test code that was breaking my build by | Joe Shaw | 2000-12-13 | 1 | -1/+1 |
* | Add a check for "extern int timezone;" vs struct tm tm_gmtoff, stolen from | Dan Winship | 2000-12-13 | 2 | -8/+11 |
* | Fixety fix - Federico | Federico Mena Quintero | 2000-12-12 | 3 | -3206/+4 |
* | Remove more auto-generated files - Federico | Federico Mena Quintero | 2000-12-12 | 3 | -4955/+0 |
* | Removed auto-generated files - Federico | Federico Mena Quintero | 2000-12-12 | 8 | -12041/+0 |
* | Fix fucking CVS conflicts - Federico | Federico Mena Quintero | 2000-12-12 | 20 | -44/+36 |
* | Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - Federico | Federico Mena Quintero | 2000-12-12 | 40 | -1653/+5634 |
* | This commit was generated by cvs2svn to compensate for changes in r6917, | Federico Mena Quintero | 2000-12-12 | 18 | -261/+1515 |
* | Initial revision | Federico Mena Quintero | 2000-12-12 | 26 | -0/+10479 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 1 | -314/+325 |
* | Patch from Eric Busboom <eric@softwarestudio.org> to fix BYDAY elements in | Federico Mena Quintero | 2000-11-22 | 1 | -21/+21 |
* | Handle both the position and weekday in the by_day field. | Federico Mena Quintero | 2000-11-07 | 1 | -2/+7 |
* | Fixed icalproperty_remove_parameter(). | Jesse Pavel | 2000-10-28 | 1 | -1/+18 |
* | add support for 'X-' parameters. | Damon Chaplin | 2000-10-12 | 2 | -4/+11 |
* | Fix the semicolons in this rule. Noticed by x-virge. | Dan Winship | 2000-10-08 | 2 | -7/+8 |
* | The Commit from hell that breaks all UI related stuff; | Michael Meeks | 2000-09-14 | 1 | -13/+15 |
* | Merge missing file for distcheck | JP Rosevear | 2000-09-13 | 2 | -0/+205 |
* | New function that compares only the dates, not the times as well | JP Rosevear | 2000-09-08 | 2 | -0/+18 |
* | We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOL | JP Rosevear | 2000-09-01 | 1 | -1/+2 |
* | Kill off more old, dead files | JP Rosevear | 2000-09-01 | 22 | -10040/+0 |
* | Kill file | JP Rosevear | 2000-09-01 | 2 | -460/+0 |
* | Kill old file | JP Rosevear | 2000-09-01 | 4 | -562/+13 |
* | Add/fix .cvsignores. | Ettore Perazzoli | 2000-08-28 | 2 | -0/+13 |
* | builddir != srcdir fixes. | Ettore Perazzoli | 2000-08-27 | 1 | -1/+1 |
* | Got rid of some warnings. | Christopher James Lahey | 2000-08-26 | 2 | -4/+4 |
* | Fixed an incorrect struct name. | Christopher James Lahey | 2000-08-26 | 1 | -2/+2 |
* | Compile fix for libical | Peter Williams | 2000-08-25 | 1 | -2/+2 |
* | Remove this duplicate file to fix build | JP Rosevear | 2000-08-25 | 1 | -39/+0 |
* | Baby seal eyes are good with soy sauce! - Federico | Federico Mena Quintero | 2000-08-25 | 1 | -3/+3 |
* | Fixety fix - Federico | Federico Mena Quintero | 2000-08-25 | 1 | -2/+2 |
* | More import tidying. | JP Rosevear | 2000-08-25 | 3 | -317/+7 |
* | Fix minor conflicts. | JP Rosevear | 2000-08-25 | 38 | -1519/+2539 |
* | Initial revision | JP Rosevear | 2000-08-25 | 35 | -0/+13290 |
* | You have to wonder what a file called foo was doing here... - Federico | Federico Mena Quintero | 2000-08-01 | 1 | -1578/+0 |
* | add textual exception printout. (set_editor_text): close pre tags & check | Michael Meeks | 2000-07-26 | 1 | -0/+1706 |
* | Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versions | Federico Mena Quintero | 2000-07-13 | 1 | -18/+46 |
* | fixed various problems | Seth Alves | 2000-07-13 | 1 | -0/+7 |
* | Generated files, go away - Federico | Federico Mena Quintero | 2000-07-06 | 3 | -4068/+0 |
* | Added the array of objects and the hash table of UID->array index. | Federico Mena Quintero | 2000-06-13 | 1 | -1/+1 |
* | Removing generated files | ÉRDI Gergo | 2000-06-10 | 1 | -1/+1 |
* | Now this derives from GtkObject. It follows the same strategy as the | Federico Mena Quintero | 2000-06-09 | 1 | -21/+59 |
* | Fix Makefiles so that (guess what?) they work with builddir != srcdir. | Ettore Perazzoli | 2000-06-08 | 2 | -2/+12 |
* | update some .cvsignores | Seth Alves | 2000-06-08 | 1 | -0/+1 |
* | *** empty log message *** | Seth Alves | 2000-06-07 | 4 | -9/+541 |
* | merge libical-0.17 onto the head | Seth Alves | 2000-06-07 | 14 | -1470/+1493 |
* | Initial revision | Seth Alves | 2000-06-07 | 3 | -0/+4069 |
* | reparing damage from removing files | Eric Busboom | 2000-05-15 | 70 | -0/+30591 |
* | removing all files | Eric Busboom | 2000-05-15 | 74 | -31729/+0 |
* | Initial revision | Eric Busboom | 2000-05-15 | 4 | -0/+1138 |
* | Fix Makefile to use generated include files that are in the build | Ettore Perazzoli | 2000-05-14 | 1 | -0/+2 |
* | Stylistic fix - Federico | Federico Mena Quintero | 2000-05-01 | 1 | -0/+376 |
* | Further Makefile loving. | Ettore Perazzoli | 2000-04-27 | 2 | -2/+2 |
* | Fix broken `Makefile.am' again. I am frustrated. | Ettore Perazzoli | 2000-04-27 | 1 | -1/+3 |
* | + * tests/.cvsignore: Added test13. | Matthew Loper | 2000-04-27 | 2 | -3/+1 |
* | Removed. | Christopher James Lahey | 2000-04-26 | 1 | -376/+0 |
* | Fix compile with builddir != srcdir. | Ettore Perazzoli | 2000-04-26 | 2 | -2/+2 |
* | convert from a time_t to an icaldurationtype. | Seth Alves | 2000-04-25 | 1 | -0/+19 |
* | *** empty log message *** | Seth Alves | 2000-04-21 | 2 | -1/+3 |
* | Use "e-minicard" as the log domain. | Federico Mena Quintero | 2000-04-21 | 1 | -0/+376 |
* | This file does not belong in CVS. | Peter Williams | 2000-04-20 | 1 | -376/+0 |
* | build libtool libraries instead of just .a | Seth Alves | 2000-04-19 | 3 | -11/+12 |
* | added some stuff to cvs ignore files, build .la instead of just .a | Seth Alves | 2000-04-19 | 3 | -22/+91 |
* | import of libical-0.16 | Seth Alves | 2000-04-19 | 36 | -1197/+3272 |
* | Various building fixes. At least, now it builds for me. | Ettore Perazzoli | 2000-03-02 | 1 | -2/+3 |
* | make libicalss installable | Seth Alves | 2000-02-26 | 1 | -2/+2 |
* | renamed a couple files so that automake will be my friend | Seth Alves | 2000-02-26 | 4 | -14/+15 |
* | added the generated file icalitip.tab.c until i can figure out | Seth Alves | 2000-02-24 | 5 | -16/+1683 |
* | + * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs. | Matthew Loper | 2000-02-22 | 2 | -1/+7 |
* | + * libical/Makefile.in: autogenerated file removed from cvs, and | Matthew Loper | 2000-02-22 | 6 | -1159/+4 |
* | generated | Seth Alves | 2000-02-21 | 1 | -2164/+0 |
* | more fallout from import of 0.15a | Seth Alves | 2000-02-21 | 2 | -2/+2 |
* | generated | Seth Alves | 2000-02-21 | 1 | -1660/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r1879, | Seth Alves | 2000-02-21 | 8 | -14/+104 |
* | Initial revision | Seth Alves | 2000-02-21 | 1 | -0/+23 |
* | ignore a flex output file | Seth Alves | 2000-02-21 | 1 | -0/+2 |
* | ignore .deps | Seth Alves | 2000-02-21 | 2 | -1/+3 |
* | some Makefile.ams to use until eric moves his code to cvs | Seth Alves | 2000-02-21 | 8 | -128/+1161 |
* | + * libical/src/test/.cvsignore: Added Makefile. | Matthew Loper | 2000-02-20 | 2 | -0/+2 |
* | + * libical/Makefile: autogenerated file removed from cvs. | Matthew Loper | 2000-02-20 | 2 | -46/+0 |
* | + * widgets/e-minicard/.cvsignore: Added minicard-label-test, | Matthew Loper | 2000-02-20 | 3 | -0/+7 |
* | didn't want these checked in | Seth Alves | 2000-02-18 | 7 | -169/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r1827, | Seth Alves | 2000-02-18 | 2 | -2/+2 |
* | Initial revision | Seth Alves | 2000-02-18 | 71 | -0/+31159 |