aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view-time-item.c
Commit message (Expand)AuthorAgeFilesLines
* EDayView: Hide data members which have accessor functions.Matthew Barnes2013-03-171-10/+17
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-1/+0
* Avoid gdk_keyboard_grab/ungrab() and gdk_pointer_grab/ungrab().Matthew Barnes2012-12-011-5/+24
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-6/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-35/+48
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-2/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-63/+58
* Miscellaneous cleanups.Matthew Barnes2011-11-231-1/+1
* Last bits of calendar-config migrated to GSettingsRodrigo Moya2011-10-101-13/+8
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-47/+50
* Coding style and whitespace cleanups.Matthew Barnes2011-06-301-3/+9
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-56/+116
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-6/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-13/+13
* Adapt EDayView + widgets to latest gtk+-3.0 API.Matthew Barnes2011-06-301-20/+7
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-101-15/+23
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-301-6/+5
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-301-9/+6
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-3/+3
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-5/+4
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Kill e_popup_menu().Matthew Barnes2010-01-051-1/+0
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-1/+1
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-2/+1
* Calendar canvas item cleanup.Matthew Barnes2009-09-221-174/+286
* Bug #590392 - Show selected day in day view's second timezone columnMilan Crha2009-08-111-3/+3
* Add properties to calendar classes.Matthew Barnes2009-07-311-1/+1
* Trimming redundancy.Matthew Barnes2009-07-291-2/+5
* Kill some obsolete utility functions.Matthew Barnes2009-07-191-1/+3
* Fix excessive whitespace.Matthew Barnes2009-07-131-10/+0
* More code cleanup.Matthew Barnes2009-06-021-9/+9
* Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-10/+10
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-2/+2
* Fix compiler warnings in calendar.Matthew Barnes2009-05-261-1/+2
* ** Fix for bug #563364Milan Crha2009-01-121-23/+245
* esthetic license header cleans, and fix e-pkcs12Michael Meeks2008-09-061-7/+3
* License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-041-16/+14
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-2/+2
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-4/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-26/+35
* ** Fix for bug #512543Milan Crha2008-03-131-224/+0
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-11/+11
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-1/+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-2/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes #332101Chenthill Palanisamy2006-10-171-1/+0
* Committing updated patch for cairo.Srinivasa Ragavan2006-05-041-1/+223
* Added Cairo support for Evolution.Srinivasa Ragavan2006-04-241-34/+68
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-6/+1
* added translator comment to a string. Fixes bug 328006.Andre Klapper2006-01-241-0/+4
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* Fixes #272301Thouis R. Jones2005-05-301-2/+27
* Reverted Marcus Baines patchRodrigo Moya2005-05-161-27/+2
* Fixes #272301Thouis R. Jones2005-05-131-2/+27
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-11/+6
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-2/+2
* fixed typo in menu item label.Rodrigo Moya2003-10-291-2/+2
* If we already have an evolution_dir, free the old one before setting itHans Petter Jansson2003-04-161-0/+3
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-021-8/+6
* Use e_auto_kill_popup_menu_on_selection_done() instead ofEttore Perazzoli2003-02-071-1/+1
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir,Dan Winship2003-02-061-1/+1
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-19/+52
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-071-25/+3
* Commit missing files.Ettore Perazzoli2002-11-091-4/+3
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-3/+2
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-6/+8
* 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-1/+1
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+3
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-1/+0
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-1/+2
* Initialize max_large_digit_width to 0 to prevent crazy sizing issues.JP Rosevear2000-12-051-1/+1
* finished 12-hour support and tried to tidy up & comment the drawing codeDamon Chaplin2000-11-291-115/+194
* added more support for config settings.Damon Chaplin2000-11-271-32/+63
* got 12/24 hour format the wrong way round.Damon Chaplin2000-10-121-2/+2
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-121-1/+15
* #include <e-util/e-cursors.h>Federico Mena Quintero2000-08-241-2/+3
* Include gnome.h for gettext purposesJP Rosevear2000-08-241-0/+1
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-201-5/+121
* added guint ref_count to iCalObject struct, and ical_object_ref/unref()Damon Chaplin2000-05-061-2/+4
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-1/+102
* New widget for Day/Work-Week views. Unfinished.Damon Chaplin2000-03-141-0/+312