/* * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * David Trowbridge * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #include #include "publish-location.h" #ifndef PUBLISH_FORMAT_FB_H #define PUBLISH_FORMAT_FB_H void publish_calendar_as_fb (GOutputStream *stream, EPublishUri *uri); #endif ='main'>index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-13/+13
* Remove comments that have no point after pthreads dependency disappearedFridrich Štrba2010-04-161-3/+4
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-4/+6
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-7/+7
* Fix a potential uninitialized return value in e-timezone-dialog.c.Matthew Barnes2010-01-161-5/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-10/+26
* Minor ETimezoneDialog cleanup.Matthew Barnes2010-01-032-47/+33
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-0/+3
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-171-4/+8
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-174-347/+321
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-4/+4
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-1/+8
|\
| * Use the right api to check for system timezone.Chenthill Palanisamy2009-07-201-1/+8
| * Fix excessive whitespace.Matthew Barnes2009-07-132-15/+0
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| * More code cleanup.Matthew Barnes2009-06-021-3/+3
| * Whitespace cleanup.Matthew Barnes2009-05-291-11/+11
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-19/+19
| * Remove trailing whitespace, again.Matthew Barnes2009-05-292-9/+9
* | Fix excessive whitespace.Matthew Barnes2009-07-142-15/+0
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* | More code cleanup.Matthew Barnes2009-06-021-3/+3
* | Whitespace cleanup.Matthew Barnes2009-05-291-11/+11
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-19/+19
* | Remove trailing whitespace, again.Matthew Barnes2009-05-272-9/+9
|/
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-6/+1
* Fix compiler warnings in widgets.Matthew Barnes2009-05-261-3/+1
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-032-26/+29
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-212-2/+2
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-062-8/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-4/+4
* ** Fixes bug #529641Matthew Barnes2008-04-231-1/+1
* Fix the string freeze break of the former commit.Andre Klapper2008-02-241-1/+1
* Fix for bug #471779 (Timezone entries in the timezone dialog combo-box are no...Suman Manjunath2008-02-242-83/+102
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-17/+17
* text/e.entry.[ch] text/e-completion.[ch] text/e-text-model-uri.[ch]Kjartan Maraas2007-10-311-5/+5
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-022-4/+4
* Move away from g_asserts from g_return*.Srinivasa Ragavan2007-08-311-3/+1
* ** Fixes bug #411619Matthew Barnes2007-08-251-7/+3
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-7/+0
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-031-1/+3
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-2/+4
* Fixes 350559. Disable timeout function when the map is destroyed.Jeff Cai2006-08-201-0/+17
* remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-191-1/+1
* Fix compiler warning.Harish Krishnaswamy2006-06-201-1/+0
* Define gmtime_r() and localtime_r() macros for Win32. Should not declareTor Lillqvist2006-06-191-0/+14
* Committed fix for bug #204798 , #235691 , #229132Srinivasa Ragavan2006-06-141-15/+112
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-3/+0
* Construct glade file pathname at run-time.Tor Lillqvist2005-12-181-1/+9
* Link with libeutil.Tor Lillqvist2005-12-181-2/+3
* On Win32, use bootstrp import library for libemiscwidgets, which hasn'tTor Lillqvist2005-09-281-1/+11
* Added widgets in INCLUDES.Kaushal Kumar2005-06-232-1/+2
* Install shared libraries to privlibdir.Hans Petter Jansson2005-02-101-1/+1
* convert to G_DEFINE_TYPEJP Rosevear2004-11-121-12/+6
* Add a name for timezone combox. Make accessibility name and descriptionLi Yuan2004-11-01