aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>2006-07-10 22:02:36 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-07-10 22:02:36 +0800
commit891d8bfc6acc170db4bc3f067a99e60e1459726b (patch)
tree236538f61eab14ed38c2de5a18d37426d62ae070 /calendar/ChangeLog
parentb551414de076b32b638742aa26c0aa175f0e3e7a (diff)
downloadgsoc2013-evolution-891d8bfc6acc170db4bc3f067a99e60e1459726b.tar
gsoc2013-evolution-891d8bfc6acc170db4bc3f067a99e60e1459726b.tar.gz
gsoc2013-evolution-891d8bfc6acc170db4bc3f067a99e60e1459726b.tar.bz2
gsoc2013-evolution-891d8bfc6acc170db4bc3f067a99e60e1459726b.tar.lz
gsoc2013-evolution-891d8bfc6acc170db4bc3f067a99e60e1459726b.tar.xz
gsoc2013-evolution-891d8bfc6acc170db4bc3f067a99e60e1459726b.tar.zst
gsoc2013-evolution-891d8bfc6acc170db4bc3f067a99e60e1459726b.zip
Added code for Resize Transparency with Cairo drawing. Added code to
2006-07-10 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> Added code for Resize Transparency with Cairo drawing. Added code to render ECell and EText text items with antialiasing, hinting and sub-pixel ordering with cairo. svn path=/trunk/; revision=32270
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 49f7b11489..2035ec90ed 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,22 @@
+2006-07-10 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
+
+ * gui/e-day-view.c:(e_day_view_update_event_label)
+ Added code for Day/Work Week view item, top border showing time
+ (e_day_view_realize), (e_day_view_on_event_click),
+ (e_day_view_on_long_event_click), (e_day_view_reshape_resize_long_event_rect),
+ (e_day_view_reshape_resize_rect_item),(e_day_view_on_top_canvas_motion),
+ (e_day_view_finish_resize),(e_day_view_abort_resize),
+ (e_day_view_reshape_main_canvas_resize_bar):
+ Added code for Resize Transparency with Cairo drawing.
+
+ (e_day_view_on_text_item_event):
+ Fixed crashes because of tooltip during editing and resize.
+
+ * gui/e-day-view-main-canvas.c:
+ (e_day_view_main_item_draw_day_event):
+ Added code for Time displayed on resizing events and for Shadow
+ Effect for item selection
+
2006-07-10 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #332911