aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor-util.c
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous cleanups.Matthew Barnes2014-03-031-6/+6
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-2/+2
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-2/+1
* Miscellaneous cleanups.Matthew Barnes2011-11-231-1/+0
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-10/+15
* Fix Gtk-Doc comment notation.Matthew Barnes2011-03-021-10/+18
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-3/+3
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-1/+1
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Bug #248105 - No warning if you create an appointment in the pastMilan Crha2010-05-271-0/+31
* Merge branch 'express2'Matthew Barnes2010-05-271-5/+15
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-5/+15
| * Add extensions to configure calender widgets.Matthew Barnes2010-04-071-25/+1
* | Bug #567304 - Review strings for translationMilan Crha2010-04-071-96/+0
* | Add extensions to configure calender widgets.Matthew Barnes2010-03-201-25/+1
|/
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-4/+17
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-4/+4
* Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-111-1/+0
* Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-111-0/+132
* More refactoring of settings management.Matthew Barnes2009-08-091-1/+1
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-14/+16
* Fix excessive whitespace.Matthew Barnes2009-07-141-5/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-10/+10
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* Fix compiler warnings in calendar.Matthew Barnes2009-05-261-2/+6
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-12/+16
* ** Fixes bug #542125Matthew Barnes2008-07-191-3/+0
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-2/+0
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-15/+15
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes bug #333704 Because the passing text is in UTF-8 encoding, it shouldSimon Zheng2006-04-051-5/+5
* gui/e-alarm-list.c gui/e-cal-component-memo-preview.cTor Lillqvist2005-11-241-1/+1
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-061-3/+1
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-16/+16
* build new filesJP Rosevear2003-10-301-3/+15
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-1/+0
* INCLUDE path fixes for changes made to libical build.Jeffrey Stedfast2003-10-101-1/+1
* Remove the "Contacts" button and entry from here too. Supposed to haveDan Winship2003-04-111-254/+0
* Fixes #34095Hans Petter Jansson2003-03-181-0/+2
* Don't warn if calendar isn't loaded... Doesn't seem to hurt, but thisHans Petter Jansson2003-02-241-0/+3
* run fix.sh over this.Not Zed2002-12-021-2/+2
* pass type to bonobo_widget::set_property. (select_names_ok_cb): ", forNot Zed2002-11-191-2/+2
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-0/+1
* converted to BonoboObject.Rodrigo Moya2002-11-081-2/+2
* #include gtkoptionmenu.h. (cal_prefs_dialog_new): adapted to changes inRodrigo Moya2002-11-071-6/+4
* don't return a Bonobo_EventSource_ListenerId, since it does not existRodrigo Moya2002-11-071-2/+2
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-111-1/+1
* updated code to handle DATE values.Damon Chaplin2001-10-301-15/+25
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-11/+19
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-3/+14
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-31/+39
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-2/+3
* fix debugging messages so they use "" rather than NULL. Fixes bug #8559.Damon Chaplin2001-09-011-2/+2
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-171-2/+10
* New function to strip surrounding whitespace from a string of categoriesFederico Mena Quintero2001-08-171-0/+71
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-151-0/+248
* try to use builtin timezones before getting them from the server. WhenDamon Chaplin2001-07-171-1/+1
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-3/+2
* fix warning, and added some debug messages.Damon Chaplin2001-07-031-1/+5
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-27/+97
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* remove unnecessary spaceJP Rosevear2001-06-141-1/+1
* use new funcJP Rosevear2001-06-021-0/+24
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-0/+129