aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-timezone-entry.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-2/+4
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-4/+7
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-8/+8
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+1
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-24/+0
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+24
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* More refactoring of settings management.Matthew Barnes2009-08-091-220/+230
* Fix excessive whitespace.Matthew Barnes2009-07-141-11/+0
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-2/+2
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #567148 (Use a labelled b...Suman Manjunath2009-01-121-7/+1
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-15/+14
* ** Fixes bug #546892Matthew Barnes2008-08-121-5/+5
* 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-4/+0
* ** Fixes bug #534360Matthew Barnes2008-05-231-9/+8
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-7/+7
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fix for bug #330633Srinivasa Ragavan2006-07-141-4/+4
* add labelled by relationship between label and e-timezone-entry. addLi Yuan2006-06-051-0/+44
* fix a11y string, bug #330712Karsten Bräckelmann2006-02-111-1/+1
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-3/+1
* fixes the tool tip crash.Chenthill Palanisamy2005-12-091-1/+1
* dittoJP Rosevear2004-11-261-5/+1
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-11/+3
* When the start year and the end year are the same, the num should beLi Yuan2004-10-121-0/+40
* Use E_ICON_SIZE_MENUJeffrey Stedfast2004-05-181-1/+1
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-191-13/+9
* added missing headers.Rodrigo Moya2004-01-111-2/+2
* Fixes #46351Carl Sun2003-12-081-1/+23
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-201-1/+0
* Fixes #44485Harry Lu2003-07-031-1/+6
* Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-231-2/+2
* Update for timezone dialog API changes.Dan Winship2003-03-121-96/+30
* Eliminate e_utf8_to_gtk_string ().Hans Petter Jansson2003-02-231-3/+2
* Don't insist appointment is updated if both old and new summary are blank.Hans Petter Jansson2003-01-251-1/+1
* Fixes some trivial, but distracting, warnings.Hans Petter Jansson2003-01-241-4/+7
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-071-29/+4
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-2/+2
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-4/+2
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-3/+1
* translate timezone names when displayed. Fixes bug #6544.Damon Chaplin2002-01-121-10/+32
* when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-281-9/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Startup assistant stuffIain Holmes2001-08-171-1/+1
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-171-1/+67
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-031-1/+1
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-9/+81
* added a 'Time zone' setting. Also rearranged a little, adding a newDamon Chaplin2001-06-201-41/+0
* new widget to enter a timezone.Damon Chaplin2001-06-141-0/+277