aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view-main-item.c
Commit message (Expand)AuthorAgeFilesLines
* EDayView's event resize abort doesn't always restore original event sizeMilan Crha2013-07-121-3/+1
* EDayView: Hide data members which have accessor functions.Matthew Barnes2013-03-171-12/+22
* EDayView: Move "work-day-*" properties to ECalModel.Matthew Barnes2013-03-171-1/+1
* EDayView: Split working days into separate boolean properties.Matthew Barnes2013-03-171-5/+30
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-6/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-59/+86
* 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-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-36/+15
* Fix few 'may be used uninitialized' compiler warningsMilan Crha2011-09-301-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-27/+31
* Bug 649990 - Remove get_font_options() from e-util.c.Matthew Barnes2011-05-171-8/+0
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
* More whitespace cleanup.Matthew Barnes2011-01-311-1/+1
* Adapt EDayView + widgets to latest gtk+-3.0 API.Matthew Barnes2011-01-261-66/+25
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-13/+13
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-42/+65
* Add forgotten cairo_destroy() callsMilan Crha2010-11-021-2/+6
* calendar: Draw day view with cairoBenjamin Otte2010-10-301-5/+0
* calendar: Use G_PIBenjamin Otte2010-10-301-3/+3
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-301-3/+2
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-301-10/+3
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-0/+1
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Work around sudden disappearance of GdkRegion in GTK+ 2.90.5.Matthew Barnes2010-06-301-0/+2
* Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-141-0/+12
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-8/+0
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+8
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-4/+0
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-0/+1
* Calendar canvas item cleanup.Matthew Barnes2009-09-221-473/+527
* Re-enable more calendar code.Matthew Barnes2009-08-281-3/+1
* Bug #587468 - Show meeting icon for component with attendees onlyMilan Crha2009-08-111-1/+1
* Bug #300567 - Calendar drawing optimizationsMilan Crha2009-08-111-261/+187
* Add properties to calendar classes.Matthew Barnes2009-07-311-1/+1
* Trimming redundancy.Matthew Barnes2009-07-291-2/+4
* Fix excessive whitespace.Matthew Barnes2009-07-141-13/+0
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-111-10/+25
|\
| * Bug #238058 - Show more from summary for events with iconsMilan Crha2009-07-091-8/+10
| * Bug #251694 - Highlight current day in a calendarMilan Crha2009-07-031-2/+15
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-8/+11
|\|
| * Bug #238058 - Show more from summary for events with iconsMilan Crha2009-06-301-8/+11
| * More code cleanup.Matthew Barnes2009-06-021-5/+5
| * Whitespace cleanup.Matthew Barnes2009-05-291-4/+4
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-28/+28
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* | Fix "make distcheck" errors.Matthew Barnes2009-06-201-1/+1
* | More code cleanup.Matthew Barnes2009-06-021-5/+5
* | Whitespace cleanup.Matthew Barnes2009-05-291-4/+4
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-28/+28
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-3/+6
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| |/
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-261-2/+5
| * Fixes #463602.Chenthill Palanisamy2009-01-301-87/+93
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-16/+14
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-1/+1
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-87/+93
* | Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-0/+2
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-16/+14
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-2/+2
* ** Fixes bug #534360Matthew Barnes2008-05-231-23/+33
* ** Fix for bug #512543Milan Crha2008-03-131-672/+0
* ** Part of fix for bug #515744Milan Crha2008-02-181-10/+30
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-78/+78
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-0/+1
* ** Fix for bug #455862 Plugged memory leaks.Hiroyuki Ikezoe2007-10-071-18/+4
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Fixes #332101Chenthill Palanisamy2006-10-171-1/+1
* ** Fixes bug #352450Matthew Barnes2006-09-181-6/+6
* Cairo fixes by rajeevSrinivasa Ragavan2006-07-281-134/+259
* Cairo fixes by rajeevSrinivasa Ragavan2006-07-241-4/+10
* Fixes bug #347773Srinivasa Ragavan2006-07-201-7/+9
* Added code for Resize Transparency with Cairo drawing. Added code toRajeev ramanathan2006-07-101-172/+357
* Committing updated patch for cairo.Srinivasa Ragavan2006-05-041-15/+688
* Fix crash: Should use a GdkColor struct as such here, not a pointer.Tor Lillqvist2006-04-271-6/+5
* Cairo updates to calendarSrinivasa Ragavan2006-04-261-28/+16
* Added Cairo support for Evolution.Srinivasa Ragavan2006-04-241-157/+317
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-10/+1
* Fixes #272301Thouis R. Jones2005-05-301-0/+39
* Reverted Marcus Baines patchRodrigo Moya2005-05-161-39/+0
* Fixes #272301Thouis R. Jones2005-05-131-0/+39
* Fixes #271679Rodrigo Moya2005-05-061-1/+1
* Added support for attachments support to calendar items.Harish Krishnaswamy2005-01-081-1/+24
* Fixes #6767Li Yuan2004-11-041-2/+8
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-11/+6
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-191-17/+20
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-28/+28
* add new signal "selected_time_changed" a11y initialization new publicBolian Yin2003-11-041-0/+4
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-8/+36
* new function. (e_cal_view_get_timezone, e_cal_view_set_timezone): newRodrigo Moya2003-07-251-1/+2
* removed.Rodrigo Moya2003-07-241-3/+3
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-021-2/+0
* Fixes #39895Not Zed2003-03-301-3/+5
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-071-25/+3
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-2/+2
* listen for the time editors to changeJP Rosevear2002-08-151-5/+2
* use util function to see if the user is the organizer72002-07-181-1/+26
* Fixes #16034Rodrigo Moya2002-07-031-3/+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
* unref the GdkPixmap and GdkBitmap returned by the functionRodrigo Moya2001-08-101-0/+4
* don't use a NULL mask in the call to gdk_gc_set_clip_maskRodrigo Moya2001-08-091-1/+2
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-5/+22
* initialize to NULL some pointersRodrigo Moya2001-07-281-2/+2
* do not discard drawing icon if mask is NULLRodrigo Moya2001-07-181-1/+1
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-1/+29
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-4/+6
* use the new self-contained e_categories_config_open_dialog_for_entry()Rodrigo Moya2001-07-031-4/+5
* draw icons per categoryRodrigo Moya2001-07-011-0/+41
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-291-1/+4
* gui/e-week-view*.c don't use the theme colors at all within the graphicalDamon Chaplin2001-01-181-9/+6
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-1/+2
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-201-4/+1
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-061-2/+1
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-311-15/+30
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-221-3/+6
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-201-5/+5
* added guint ref_count to iCalObject struct, and ical_object_ref/unref()Damon Chaplin2000-05-061-9/+24
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-011-1/+2
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-0/+1
* New widget for Day/Work-Week views. Unfinished.Damon Chaplin2000-03-141-0/+631