aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog9
-rw-r--r--calendar/gncal-day-view.c1
-rw-r--r--calendar/gui/gncal-day-view.c1
-rw-r--r--calendar/gui/view-utils.c2
-rw-r--r--calendar/view-utils.c2
5 files changed, 13 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 02a4efe075..9d3aedca5a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+1999-01-31 Federico Mena Quintero <federico@nuclecu.unam.mx>
+
+ * gncal-day-view.c (gncal_day_view_expose): Do not remove the
+ clipping rectangle here.
+
+ * view-utils.c (view_utils_draw_events): Remove the clipping
+ rectangle here, since the user of this function should not know
+ about it.
+
1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* view-utils.c (view_utils_draw_events): Improve this draw
diff --git a/calendar/gncal-day-view.c b/calendar/gncal-day-view.c
index 1fc59c6fef..76cd00e90f 100644
--- a/calendar/gncal-day-view.c
+++ b/calendar/gncal-day-view.c
@@ -343,7 +343,6 @@ gncal_day_view_expose (GtkWidget *widget, GdkEventExpose *event)
dview->upper);
}
- gdk_gc_set_clip_rectangle (gc, NULL);
return FALSE;
}
diff --git a/calendar/gui/gncal-day-view.c b/calendar/gui/gncal-day-view.c
index 1fc59c6fef..76cd00e90f 100644
--- a/calendar/gui/gncal-day-view.c
+++ b/calendar/gui/gncal-day-view.c
@@ -343,7 +343,6 @@ gncal_day_view_expose (GtkWidget *widget, GdkEventExpose *event)
dview->upper);
}
- gdk_gc_set_clip_rectangle (gc, NULL);
return FALSE;
}
diff --git a/calendar/gui/view-utils.c b/calendar/gui/view-utils.c
index 487bfaf973..6287b1cbfe 100644
--- a/calendar/gui/view-utils.c
+++ b/calendar/gui/view-utils.c
@@ -149,6 +149,8 @@ view_utils_draw_events (GtkWidget *widget, GdkWindow *window, GdkGC *gc, GdkRect
}
}
+ gdk_gc_set_clip_rectangle (gc, NULL);
+
/*
* Free resources.
*/
diff --git a/calendar/view-utils.c b/calendar/view-utils.c
index 487bfaf973..6287b1cbfe 100644
--- a/calendar/view-utils.c
+++ b/calendar/view-utils.c
@@ -149,6 +149,8 @@ view_utils_draw_events (GtkWidget *widget, GdkWindow *window, GdkGC *gc, GdkRect
}
}
+ gdk_gc_set_clip_rectangle (gc, NULL);
+
/*
* Free resources.
*/
>clsung2007-06-032-5/+9 * - Move net/mrtg-ping-probe to net-mgmt category, to improve consistencysanpei2007-06-037-76/+0 * - Update to 0.3sem2007-06-022-6/+6 * Added missing dependencies, libgcrypt and libgpg-error, as reported to meaaron2007-06-021-1/+3 * - Retire gstreamer 0.8.0ahze2007-06-021-18/+0 * - Fix pkg-plistmiwi2007-06-012-1/+1 * Add ${PTHREAD_[CFLAGS|LIBS]} in avahi-qt3.pc to fix other ports' functions.mezz2007-06-012-2/+11 * - Bump PORTREVISIONmiwi2007-05-311-1/+1 * - plist cleanupmiwi2007-05-313-1/+43 * - Unbreakmiwi2007-05-3119-51/+84 * - Unbreakmiwi2007-05-311-1/+1 * Update to 3.0-stableedwin2007-05-316-69/+94 * Update to 3.0edwin2007-05-313-6/+5 * Fix build with gcc4arved2007-05-311-0/+12 * Adding net/csync2, a cluster synchronization tool.aaron2007-05-317-0/+80 * Existing software might not work with versions of SOAP::Lite newer thanlbr2007-05-316-0/+121 * Need CONFLICTS for p5-SOAP-Lite-060lbr2007-05-311-0/+2 * - Fix buildmiwi2007-05-301-0/+17 * - Bump PORTREVISION (forget in last commit)miwi2007-05-302-0/+2 * - Fix dependency after switch to xorg 7miwi2007-05-302-2/+2 * - Update to 0.9.1miwi2007-05-304-28/+8 * - Update to 1.8.2miwi2007-05-303-55/+51 * Correct newt library version number.sobomax2007-05-304-8/+8 * URI::Template - Object for handling URI templatesclsung2007-05-295-0/+39 * Fix pkg-plistedwin2007-05-292-0/+2 * updated to the latest versionsuz2007-05-292-4/+4 * Add p5-Net-OpenID-Consumer 0.13, library for consumers of OpenIDclsung2007-05-295-0/+50 * Add FreeTDS support. Bump PORTREVISION.sobomax2007-05-298-0/+48 * Fix python module build.delphij2007-05-291-3/+8 * - Remove patch from wrong dirctory :>miwi2007-05-291-132/+0 * o Update to 1.4.4;sobomax2007-05-2912-20/+24 * - Update to 0.27miwi2007-05-285-15/+32 * Release maintainership.thierry2007-05-281-1/+1 * - fix build with gcc 4.2dinoex2007-05-284-7/+23 * Use more concise expressions for splitting the user:group string.delphij2007-05-284-6/+6 * - Update to 0.10.5miwi2007-05-282-4/+4 * - Chase libexif updatepav2007-05-271-1/+1 * Update to 2007.05.24.nork2007-05-272-4/+5 * - Update to 2.0miwi2007-05-272-6/+6 * - Update to 0.7.2miwi2007-05-274-10/+8 * - Fix PtP interface detection.miwi2007-05-273-0/+265 * BROKEN with gcc 4.2kris2007-05-273-1/+15 * [maintainer update] net/OpenSER 1.2.1edwin2007-05-274-50/+47 * BROKEN with gcc 4.2kris2007-05-272-1/+11 * Only builds on i386kris2007-05-274-4/+4 * Update to 2.1.0lth2007-05-276-15/+32 * - Update to 1.2.3rafan2007-05-262-4/+4 * o Improve error handling when processing fileslioux2007-05-264-16/+99 * - Update to version 1.0.16.alepulver2007-05-262-7/+4 * Update to 1.2.3ehaupt2007-05-262-4/+4 * Update to 1.23erwin2007-05-262-4/+4 * - Fix build with qt4.miwi2007-05-262-5/+14 * - Unbreakmiwi2007-05-261-1/+3 * - Update to 1.0.1miwi2007-05-262-5/+5 * - Chase libexif updatepav2007-05-251-0/+1 * Update for port net/asterisk-app-ldapedwin2007-05-256-169/+241 * Update for port net/asterisk-app-ldapedwin2007-05-252-1/+3 * - Update to 5.8.18pav2007-05-252-5/+5 * Fix BROKENess by properly maintaining PLIST_FILES.edwin2007-05-251-2/+2 * Try harder to prevent pkgconfig data from ending up in the wrong place.lofi2007-05-251-2/+2 * update to 0.5.12oliver2007-05-252-14/+4 * - update for gnustep-make-2.0.0dinoex2007-05-251-0/+2 * - update for gnustep-make-2.0.0dinoex2007-05-252-3/+3 * - Update to 20070518clsung2007-05-252-8/+7 * Improve BROKEN messageedwin2007-05-252-2/+2 * BROKEN: Unfetchablekris2007-05-253-0/+6 * BROKEN: Does not buildkris2007-05-251-0/+2 * BROKEN: Incorrect pkg-plistkris2007-05-251-0/+2 * BROKEN: Incomplete pkg-plistkris2007-05-253-0/+6 * - Update to 1.2.15bpav2007-05-252-5/+4 * - Update to 0.1.6pav2007-05-252-5/+4 * This project has been included in net/pcs, so mark this port forerwin2007-05-251-0/+3 * Make fetchable. Note: this port could use a maintainer to bring it up to date.linimon2007-05-251-1/+1 * upgrade to 2.95edwin2007-05-254-9/+11 * An update of net/samba3 to the 3.0.25 version plus security fixes.krion2007-05-2419-142/+272 * - Add option for Ruby bindingspav2007-05-233-5/+25 * - Welcome X.org 7.2 \o/.flz2007-05-20