aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-calendar-item.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /widgets/misc/e-calendar-item.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'widgets/misc/e-calendar-item.c')
-rw-r--r--widgets/misc/e-calendar-item.c55
1 files changed, 0 insertions, 55 deletions
diff --git a/widgets/misc/e-calendar-item.c b/widgets/misc/e-calendar-item.c
index 9c548947d6..41b5eea6ca 100644
--- a/widgets/misc/e-calendar-item.c
+++ b/widgets/misc/e-calendar-item.c
@@ -44,7 +44,6 @@ static const gint e_calendar_item_days_in_month[12] = {
e_calendar_item_days_in_month[month] + (((month) == 1 \
&& ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))) ? 1 : 0)
-
static void e_calendar_item_dispose (GObject *object);
static void e_calendar_item_get_property(GObject *object,
guint property_id,
@@ -227,12 +226,10 @@ enum {
LAST_SIGNAL
};
-
static guint e_calendar_item_signals[LAST_SIGNAL] = { 0 };
G_DEFINE_TYPE (ECalendarItem, e_calendar_item, GNOME_TYPE_CANVAS_ITEM)
-
static void
e_calendar_item_class_init (ECalendarItemClass *class)
{
@@ -526,7 +523,6 @@ e_calendar_item_class_init (ECalendarItemClass *class)
e_calendar_item_a11y_init ();
}
-
static void
e_calendar_item_init (ECalendarItem *calitem)
{
@@ -582,7 +578,6 @@ e_calendar_item_init (ECalendarItem *calitem)
calitem->signal_emission_idle_id = 0;
}
-
static void
e_calendar_item_dispose (GObject *object)
{
@@ -619,7 +614,6 @@ e_calendar_item_dispose (GObject *object)
G_OBJECT_CLASS (e_calendar_item_parent_class)->dispose (object);
}
-
static void
e_calendar_item_get_property (GObject *object,
guint property_id,
@@ -701,7 +695,6 @@ e_calendar_item_get_property (GObject *object,
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
}
-
static void
e_calendar_item_set_property (GObject *object,
guint property_id,
@@ -853,7 +846,6 @@ e_calendar_item_realize (GnomeCanvasItem *item)
e_calendar_item_style_set (GTK_WIDGET(item->canvas), calitem);
}
-
static void
e_calendar_item_unrealize (GnomeCanvasItem *item)
{
@@ -870,7 +862,6 @@ e_calendar_item_unrealize (GnomeCanvasItem *item)
(* GNOME_CANVAS_ITEM_CLASS (e_calendar_item_parent_class)->unrealize) (item);
}
-
static void
e_calendar_item_unmap (GnomeCanvasItem *item)
{
@@ -887,7 +878,6 @@ e_calendar_item_unmap (GnomeCanvasItem *item)
(* GNOME_CANVAS_ITEM_CLASS (e_calendar_item_parent_class)->unmap) (item);
}
-
static void
e_calendar_item_update (GnomeCanvasItem *item,
double *affine,
@@ -1018,7 +1008,6 @@ e_calendar_item_update (GnomeCanvasItem *item,
pango_font_metrics_unref (font_metrics);
}
-
/*
* DRAWING ROUTINES - functions to paint the canvas item.
*/
@@ -1068,7 +1057,6 @@ e_calendar_item_draw (GnomeCanvasItem *canvas_item,
bg = style->bg[GTK_STATE_NORMAL];
cr = gdk_cairo_create (drawable);
-
/* Clear the entire background. */
cairo_save (cr);
gdk_cairo_set_source_color (cr, &base);
@@ -1111,7 +1099,6 @@ e_calendar_item_draw (GnomeCanvasItem *canvas_item,
- xthickness * 2,
bar_height);
-
for (col = 0; col < calitem->cols; col++) {
if (col != 0) {
col_x = calitem->x1 + calitem->x_offset
@@ -1126,7 +1113,6 @@ e_calendar_item_draw (GnomeCanvasItem *canvas_item,
col_x - 1 - x);
}
-
e_calendar_item_draw_month (calitem, drawable, x, y,
width, height, row, col);
}
@@ -1138,7 +1124,6 @@ e_calendar_item_draw (GnomeCanvasItem *canvas_item,
cairo_destroy (cr);
}
-
static void
layout_set_day_text (ECalendarItem *calitem, PangoLayout *layout, gint day_index)
{
@@ -1764,8 +1749,6 @@ e_calendar_item_get_week_number (ECalendarItem *calitem,
return week_num + 1;
}
-
-
/* This is supposed to return the nearest item the the point and the distance.
Since we are the only item we just return ourself and 0 for the distance.
This is needed so that we get button/motion events. */
@@ -1978,7 +1961,6 @@ e_calendar_item_recalc_sizes (ECalendarItem *calitem)
pango_context_get_language (pango_context));
layout = pango_layout_new (pango_context);
-
char_height =
PANGO_PIXELS (pango_font_metrics_get_ascent (font_metrics)) +
PANGO_PIXELS (pango_font_metrics_get_descent (font_metrics));
@@ -2052,7 +2034,6 @@ e_calendar_item_recalc_sizes (ECalendarItem *calitem)
pango_font_metrics_unref (font_metrics);
}
-
static void
e_calendar_item_get_day_style (ECalendarItem *calitem,
gint year,
@@ -2100,8 +2081,6 @@ e_calendar_item_get_day_style (ECalendarItem *calitem,
}
}
-
-
static gboolean
e_calendar_item_button_press (ECalendarItem *calitem,
GdkEvent *event)
@@ -2192,7 +2171,6 @@ e_calendar_item_button_release (ECalendarItem *calitem,
return FALSE;
}
-
static gboolean
e_calendar_item_motion (ECalendarItem *calitem,
GdkEvent *event)
@@ -2272,7 +2250,6 @@ e_calendar_item_motion (ECalendarItem *calitem,
e_calendar_item_round_down_selection (calitem, &start_month,
&start_day);
-
/* Check we don't go over the maximum number of days to select. */
if (calitem->selection_dragging_end) {
e_calendar_item_check_selection_end (calitem,
@@ -2304,7 +2281,6 @@ e_calendar_item_motion (ECalendarItem *calitem,
return TRUE;
}
-
static void
e_calendar_item_check_selection_end (ECalendarItem *calitem,
gint start_month,
@@ -2345,7 +2321,6 @@ e_calendar_item_check_selection_end (ECalendarItem *calitem,
}
}
-
static void
e_calendar_item_check_selection_start (ECalendarItem *calitem,
gint *start_month,
@@ -2384,7 +2359,6 @@ e_calendar_item_check_selection_start (ECalendarItem *calitem,
}
}
-
/* Converts a position within the item to a month & day.
The month returned is 0 for the top-left month displayed.
If the position is over the month heading -1 is returned for the day.
@@ -2529,7 +2503,6 @@ e_calendar_item_convert_position_to_day (ECalendarItem *calitem,
return TRUE;
}
-
static void
e_calendar_item_get_month_info (ECalendarItem *calitem,
gint row,
@@ -2568,7 +2541,6 @@ e_calendar_item_get_month_info (ECalendarItem *calitem,
*first_day_offset = first_day_of_month;
}
-
void
e_calendar_item_get_first_month(ECalendarItem *calitem,
gint *year,
@@ -2578,7 +2550,6 @@ e_calendar_item_get_first_month(ECalendarItem *calitem,
*month = calitem->month;
}
-
static void
e_calendar_item_preserve_day_selection (ECalendarItem *calitem,
gint selected_day,
@@ -2710,7 +2681,6 @@ e_calendar_item_get_max_days_sel (ECalendarItem *calitem)
return calitem->max_days_selected;
}
-
/* Set the maximum number of days selectable */
void
e_calendar_item_set_max_days_sel (ECalendarItem *calitem,
@@ -2720,7 +2690,6 @@ e_calendar_item_set_max_days_sel (ECalendarItem *calitem,
gnome_canvas_item_request_update (GNOME_CANVAS_ITEM (calitem));
}
-
/* Get the maximum number of days before whole weeks are selected */
gint
e_calendar_item_get_days_start_week_sel(ECalendarItem *calitem)
@@ -2728,7 +2697,6 @@ e_calendar_item_get_days_start_week_sel(ECalendarItem *calitem)
return calitem->days_to_start_week_selection;
}
-
/* Set the maximum number of days before whole weeks are selected */
void
e_calendar_item_set_days_start_week_sel(ECalendarItem *calitem,
@@ -2743,7 +2711,6 @@ e_calendar_item_get_display_popup (ECalendarItem *calitem)
return calitem->display_popup;
}
-
void
e_calendar_item_set_display_popup (ECalendarItem *calitem,
gboolean display)
@@ -2751,7 +2718,6 @@ e_calendar_item_set_display_popup (ECalendarItem *calitem,
calitem->display_popup = display;
}
-
/* This will make sure that the given year & month are valid, i.e. if month
is < 0 or > 11 the year and month will be updated accordingly. */
void
@@ -2770,7 +2736,6 @@ e_calendar_item_normalize_date (ECalendarItem *calitem,
}
}
-
/* Adds or subtracts days from the selection. It is used when we switch months
and the selection extends past the end of a month but we want to keep the
number of days selected the same. days should not be more than 30. */
@@ -2799,7 +2764,6 @@ e_calendar_item_add_days_to_selection (ECalendarItem *calitem,
}
}
-
/* Gets the range of dates actually shown. Months are 0 to 11.
This also includes the last days of the previous month and the first days
of the following month, which are normally shown in gray.
@@ -2830,7 +2794,6 @@ e_calendar_item_get_date_range (ECalendarItem *calitem,
}
*start_day = days_in_prev_month + 1 - first_day_offset;
-
/* Calculate the last day shown. This will be one of the greyed-out
days after the last full month ends. */
e_calendar_item_get_month_info (calitem, calitem->rows - 1,
@@ -2845,7 +2808,6 @@ e_calendar_item_get_date_range (ECalendarItem *calitem,
return TRUE;
}
-
/* Simple way to mark days so they appear bold.
A more flexible interface may be added later. */
void
@@ -2862,7 +2824,6 @@ e_calendar_item_clear_marks (ECalendarItem *calitem)
item->x2, item->y2);
}
-
/* add_day_style - whether bit-or with the actual style or change the style fully */
void
e_calendar_item_mark_day (ECalendarItem *calitem,
@@ -2886,7 +2847,6 @@ e_calendar_item_mark_day (ECalendarItem *calitem,
gnome_canvas_item_request_update (GNOME_CANVAS_ITEM (calitem));
}
-
void
e_calendar_item_mark_days (ECalendarItem *calitem,
gint start_year,
@@ -2951,7 +2911,6 @@ e_calendar_item_mark_days (ECalendarItem *calitem,
gnome_canvas_item_request_update (GNOME_CANVAS_ITEM (calitem));
}
-
/* Rounds up the given day to the end of the week. */
static void
e_calendar_item_round_up_selection (ECalendarItem *calitem,
@@ -2985,7 +2944,6 @@ e_calendar_item_round_up_selection (ECalendarItem *calitem,
}
}
-
/* Rounds down the given day to the start of the week. */
static void
e_calendar_item_round_down_selection (ECalendarItem *calitem,
@@ -3024,7 +2982,6 @@ e_calendar_item_round_down_selection (ECalendarItem *calitem,
}
}
-
static gint
e_calendar_item_get_inclusive_days (ECalendarItem *calitem,
gint start_month_offset,
@@ -3056,7 +3013,6 @@ e_calendar_item_get_inclusive_days (ECalendarItem *calitem,
return days;
}
-
/* If the day is off the end of the month it is set to the last day of the
month. */
static void
@@ -3075,7 +3031,6 @@ e_calendar_item_ensure_valid_day (ECalendarItem *calitem,
*day = days_in_month;
}
-
gboolean
e_calendar_item_get_selection (ECalendarItem *calitem,
GDate *start_date,
@@ -3106,7 +3061,6 @@ e_calendar_item_get_selection (ECalendarItem *calitem,
return TRUE;
}
-
static void
e_calendar_item_set_selection_if_emission (ECalendarItem *calitem,
GDate *start_date,
@@ -3161,7 +3115,6 @@ e_calendar_item_set_selection_if_emission (ECalendarItem *calitem,
+ end_month - calitem->month;
new_end_day = end_day;
-
if (!calitem->selection_set
|| calitem->selection_start_month_offset != new_start_month_offset
|| calitem->selection_start_day != new_start_day
@@ -3312,7 +3265,6 @@ e_calendar_item_ensure_days_visible (ECalendarItem *calitem,
return need_update;
}
-
static void
e_calendar_item_show_popup_menu (ECalendarItem *calitem,
GdkEventButton *event,
@@ -3371,7 +3323,6 @@ e_calendar_item_show_popup_menu (ECalendarItem *calitem,
gtk_widget_destroy (menu);
}
-
static void
e_calendar_item_on_menu_item_activate (GtkWidget *menuitem,
ECalendarItem *calitem)
@@ -3387,7 +3338,6 @@ e_calendar_item_on_menu_item_activate (GtkWidget *menuitem,
e_calendar_item_set_first_month (calitem, year, month);
}
-
static void
e_calendar_item_position_menu (GtkMenu *menu,
gint *x,
@@ -3412,7 +3362,6 @@ e_calendar_item_position_menu (GtkMenu *menu,
*y = CLAMP (*y, 0, screen_height - requisition.height);
}
-
/* Sets the function to call to get the colors to use for a particular day. */
void
e_calendar_item_set_style_callback (ECalendarItem *calitem,
@@ -3430,7 +3379,6 @@ e_calendar_item_set_style_callback (ECalendarItem *calitem,
calitem->style_callback_destroy = destroy;
}
-
static void
e_calendar_item_date_range_changed (ECalendarItem *calitem)
{
@@ -3440,7 +3388,6 @@ e_calendar_item_date_range_changed (ECalendarItem *calitem)
e_calendar_item_queue_signal_emission (calitem);
}
-
static void
e_calendar_item_queue_signal_emission (ECalendarItem *calitem)
{
@@ -3449,7 +3396,6 @@ e_calendar_item_queue_signal_emission (ECalendarItem *calitem)
}
}
-
static gboolean
e_calendar_item_signal_emission_idle_cb (gpointer data)
{
@@ -3483,7 +3429,6 @@ e_calendar_item_signal_emission_idle_cb (gpointer data)
return FALSE;
}
-
/* Sets a callback to use to get the current time. This is useful if the
application needs to use its own timezone data rather than rely on the
Unix timezone. */