aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-04-14 06:21:17 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-14 06:21:17 +0800
commit235b7ca66ce0e13c2464c53fc5acbf9a4b843c51 (patch)
treeaf9bd8bf2fdb3376be0e4e06383ca3b104b820fc /calendar/ChangeLog
parent75c96db2e105085d12295990d44b8427eb8230c2 (diff)
downloadgsoc2013-evolution-235b7ca66ce0e13c2464c53fc5acbf9a4b843c51.tar
gsoc2013-evolution-235b7ca66ce0e13c2464c53fc5acbf9a4b843c51.tar.gz
gsoc2013-evolution-235b7ca66ce0e13c2464c53fc5acbf9a4b843c51.tar.bz2
gsoc2013-evolution-235b7ca66ce0e13c2464c53fc5acbf9a4b843c51.tar.lz
gsoc2013-evolution-235b7ca66ce0e13c2464c53fc5acbf9a4b843c51.tar.xz
gsoc2013-evolution-235b7ca66ce0e13c2464c53fc5acbf9a4b843c51.tar.zst
gsoc2013-evolution-235b7ca66ce0e13c2464c53fc5acbf9a4b843c51.zip
Create new object and add it to the calendar. You can now select a range
1998-04-13 Federico Mena Quintero <federico@nuclecu.unam.mx> * gnome-cal.c (day_view_range_activated): Create new object and add it to the calendar. You can now select a range in the full-day view, hit Return, and a new event will be added at the selected range. I still have to figure out how to focus this new child. * gncal-full-day.c (paint_back): Rewrote function to avoid painting an area more than once -- eliminate flicker. (paint_back_rows): New function that calls paint_back() only for the area of the specified rows. (gncal_full_day_button_press): (gncal_full_day_button_release): (gncal_full_day_motion): Made these functions use paint_back_rows() instead of paint_back(), to eliminate flicker. Wheee! svn path=/trunk/; revision=129
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 63f1be4084..bd6b62e7bb 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,19 @@
+1998-04-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
+
+ * gnome-cal.c (day_view_range_activated): Create new object and
+ add it to the calendar. You can now select a range in the
+ full-day view, hit Return, and a new event will be added at the
+ selected range. I still have to figure out how to focus this new child.
+
+ * gncal-full-day.c (paint_back): Rewrote function to avoid
+ painting an area more than once -- eliminate flicker.
+ (paint_back_rows): New function that calls paint_back() only for
+ the area of the specified rows.
+ (gncal_full_day_button_press):
+ (gncal_full_day_button_release):
+ (gncal_full_day_motion): Made these functions use
+ paint_back_rows() instead of paint_back(), to eliminate flicker. Wheee!
+
1998-04-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gnome-cal.c (setup_day_view): We now connect to the