aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view-event-item.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-3/+1
* Fix Copy&Paste error found by Coverity scanMilan Crha2012-11-301-1/+1
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-9/+15
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-35/+47
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+6
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-36/+15
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-23/+23
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-12/+22
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-1/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+3
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-5/+1
* More whitespace cleanup.Matthew Barnes2011-01-311-31/+31
* Adapt EWeekView + widgets to latest gtk+-3.0 API.Matthew Barnes2011-01-261-41/+10
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-12/+12
* Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2010-12-071-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-11-081-7/+7
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-25/+12
* calendar: draw EWeekViewEventItem with cairoBenjamin Otte2010-10-301-47/+42
* 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
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-6/+12
* Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-141-0/+39
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-18/+40
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-15/+58
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+0
* Bug 593750 - Month view doesn't update / scrollMatthew Barnes2009-09-231-0/+2
* Calendar canvas item cleanup.Matthew Barnes2009-09-221-634/+687
* Coding style and whitespace cleanup.Matthew Barnes2009-08-301-5/+3
* Bug #587468 - Show meeting icon for component with attendees onlyMilan Crha2009-08-111-1/+1
* Bug #300567 - Calendar drawing optimizationsMilan Crha2009-08-111-175/+156
* Trimming redundancy.Matthew Barnes2009-07-291-1/+4
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-141-11/+0
* More code cleanup.Matthew Barnes2009-06-021-12/+12
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-3/+3
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* Fix compiler warnings in calendar.Matthew Barnes2009-05-261-1/+2
* Only include the toplevel GTK+ header.Matthew Barnes2008-10-311-1/+1
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-16/+14
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-2/+2
* ** Fix for bug #536813Milan Crha2008-06-091-3/+2
* ** Fixes bug #534360Matthew Barnes2008-05-231-41/+57
* ** Fix for bug #512543Milan Crha2008-03-131-587/+0
* ** Fix for bug #457842Milan Crha2008-01-101-0/+8
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-28/+28
* 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
* ** 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
* ** Fix for the same issue of week view of bug #330628Hiroyuki Ikezoe2007-08-271-0/+32
* ** Fix for bug #468440Srinivasa Ragavan2007-08-251-1/+7
* Plugged memory leaks.Hiroyuki Ikezoe2007-07-271-1/+4
* Fix compiler warnings in the calendar directory (#439122).Matthew Barnes2007-06-031-1/+1
* ** Fixes bug #352450Matthew Barnes2006-09-181-6/+6
* Plug a leak.Kjartan Maraas2006-08-181-0/+1
* Committing updated patch for cairo.Srinivasa Ragavan2006-05-041-17/+604
* Cairo updates to calendarSrinivasa Ragavan2006-04-261-18/+20
* Added Cairo support for Evolution.Srinivasa Ragavan2006-04-241-72/+189
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-6/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* Fixes #271679Rodrigo Moya2005-05-061-1/+1
* free the ecalcomponent after using it.Not Zed2005-03-111-0/+1
* Added support for attachments support to calendar items.Harish Krishnaswamy2005-01-081-2/+19
* Fixes #68707JP Rosevear2004-11-031-1/+3
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-12/+5
* Add an argument for the event_num so we can get the event object Draw theRodney Dawes2004-07-101-2/+19
* add some array bounds checking as an attempt to isolate the crash inNot Zed2004-05-131-0/+5
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-191-12/+15
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-20/+20
* fixed typo in menu item label.Rodrigo Moya2003-10-291-1/+1
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-6/+1
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-6/+40
* removed.Rodrigo Moya2003-07-241-9/+9
* moved duplicated code to...Rodrigo Moya2003-07-181-2/+4
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-021-2/+0
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-24/+50
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-071-25/+4
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-2/+2
* kill warningJP Rosevear2002-09-071-1/+1
* select the top canvas if the user right-clicks on itJP Rosevear2002-08-301-0/+3
* Fixes #16034Rodrigo Moya2002-07-031-3/+10
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-081-1/+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
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-3/+3
* added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-221-1/+1
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-151-1/+32
* unref the GdkPixmap and GdkBitmap returned by the functionRodrigo Moya2001-08-101-1/+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-1/+1
* initialize to NULL some pointersRodrigo Moya2001-07-281-2/+2
* fixed the test to see whether we should draw the icons.Damon Chaplin2001-07-241-3/+3
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-121-0/+17
* use the new self-contained e_categories_config_open_dialog_for_entry()Rodrigo Moya2001-07-031-3/+4
* draw icons per categoryRodrigo Moya2001-07-011-0/+29
* Only set the pressed_event_num and pressed_span_num if button 1 wasFederico Mena Quintero2001-07-011-4/+8
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-1/+4
* gui/e-week-view*.c don't use the theme colors at all within the graphicalDamon Chaplin2001-01-181-11/+16
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-1/+2
* #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end):Christopher James Lahey2000-12-141-0/+5
* finished 12-hour support and tried to tidy up & comment the drawing codeDamon Chaplin2000-11-291-106/+154
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-201-4/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-061-2/+1
* #include <e-util/e-cursors.h>Federico Mena Quintero2000-08-241-0/+5
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-211-3/+6
* allow the right button to popup the menu, even when the event is beingDamon Chaplin2000-06-061-4/+6
* don't set the ico->uid to NULL or we won't find any other occurrences ofDamon Chaplin2000-05-091-1/+1
* finish editing event when user hits Return key.Damon Chaplin2000-05-071-6/+10
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-4/+4
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-011-4/+12
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-0/+736