aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-calendar.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-848/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-94/+124
* Remove all GDK threads usage.Matthew Barnes2012-08-061-7/+0
* Whitespace cleanups.Matthew Barnes2012-06-021-2/+2
* Bug #206484 - Add year scrolling to date pickerMilan Crha2012-05-171-24/+182
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-54/+49
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-4/+5
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-1/+2
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-01-251-14/+30
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-7/+7
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-6/+6
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-1/+4
* ECanvas cleanups.Matthew Barnes2010-08-131-1/+1
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-7/+10
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-17/+0
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+17
* Fix a compiler warning.Matthew Barnes2010-02-071-1/+0
* Bug 602416 - Changing shell views emits many runtime warningsMatthew Barnes2010-02-071-2/+1
* Baby steps toward GSEAL compliance.Matthew Barnes2010-01-141-2/+4
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-1/+4
* Chip away at GSEAL compliance.Matthew Barnes2009-08-171-9/+22
* Fix excessive whitespace.Matthew Barnes2009-07-141-18/+0
* Whitespace cleanup.Matthew Barnes2009-05-291-6/+6
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-16/+15
* 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-6/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-21/+21
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* flip month view in RTL locale - fixes bug 342443. committed by AndreBehnam Esfahbod2006-08-231-5/+8
* ** Fixes bug #339138Boby Wang2006-04-271-1/+1
* a11y changes for bug #330723Karsten Bräckelmann2006-02-111-2/+2
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-13/+0
* use widget->style instead of hard code colors.Li Yuan2005-04-281-0/+4
* test progJP Rosevear2004-11-261-17/+9
* Add a name for timezone combox. Make accessibility name and descriptionLi Yuan2004-11-011-0/+9
* Fix for bugzilla bug #51624 and #51627.Harry Lu2003-12-051-7/+22
* canned the _clicked handlers as those make it impossible to move just oneERDI Gergo2003-12-011-22/+0
* Fixes #1245. ECalendar should be usable with the keyboardBolian Yin2003-09-221-4/+121
* Unref the metrics. (e_calendar_item_draw): Re-use the widget's contextHans Petter Jansson2003-04-161-0/+2
* Nuke GdkFont and use Pango's font measuring for everything.Hans Petter Jansson2003-04-021-13/+12
* #include gtkarrow.h LikewiseDan Winship2003-03-251-0/+1
* Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmapsRodney Dawes2003-03-121-45/+2
* Use Pango to draw. (e_calendar_item_class_init): Add font_desc andHans Petter Jansson2003-02-021-0/+10
* Add include of gnome-dialog.hNot Zed2002-12-021-9/+9
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-31/+10
* 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
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Added #include <glib.h> and moved corresponding local headers to the top.Kjartan Maraas2001-04-241-1/+4
* More header fixes. Same. Same. Same here. More header fixes. Same here.Kjartan Maraas2001-04-051-0/+5
* Unset the GTK_CAN_FOCUS flag on the ECalendar. (e_calendar_focus_in):Federico Mena Quintero2001-01-201-33/+4
* Call the parent class destroyer as wellJP Rosevear2000-12-091-0/+3
* use pixmaps instead of GtkArrows to look better. Also set the canvasDamon Chaplin2000-09-251-160/+68
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* make sure we get the start_weekday since we need it for draw_days(). FixesDamon Chaplin2000-09-061-0/+4
* Updated.Damon Chaplin2000-08-311-133/+357
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+5
* new widget and canvas item to replace GtkCalendar. Not quite finished yet.Damon Chaplin2000-07-261-0/+481