diff --git a/ChangeLog b/ChangeLog index cbfc66d6f0..b9a8a0335c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,10 +11,10 @@ Mon Mar 22 05:51:34 1999 Tim Janik * gtk/gtkvscale.c (gtk_vscale_draw): hm, this is an ugly one. we first compute the size of our trough area here (window relative) and then check intersection with the draw_area - which is widget relative, so we need to offset the trough area by - allocation.x and allocation.y before the check. (this must not be done - for the background area though, sicne that's already computed parent - relative). + which is parent relative because we're a NO_WINDOW widget, so we need + to offset the trough area by allocation.x and allocation.y before the + check. (this must not be done for the background area though, since + that's already computed parent relative). Mon Mar 22 00:41:39 1999 Lars Hamann diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index cbfc66d6f0..b9a8a0335c 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -11,10 +11,10 @@ Mon Mar 22 05:51:34 1999 Tim Janik * gtk/gtkvscale.c (gtk_vscale_draw): hm, this is an ugly one. we first compute the size of our trough area here (window relative) and then check intersection with the draw_area - which is widget relative, so we need to offset the trough area by - allocation.x and allocation.y before the check. (this must not be done - for the background area though, sicne that's already computed parent - relative). + which is parent relative because we're a NO_WINDOW widget, so we need + to offset the trough area by allocation.x and allocation.y before the + check. (this must not be done for the background area though, since + that's already computed parent relative). Mon Mar 22 00:41:39 1999 Lars Hamann diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cbfc66d6f0..b9a8a0335c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -11,10 +11,10 @@ Mon Mar 22 05:51:34 1999 Tim Janik * gtk/gtkvscale.c (gtk_vscale_draw): hm, this is an ugly one. we first compute the size of our trough area here (window relative) and then check intersection with the draw_area - which is widget relative, so we need to offset the trough area by - allocation.x and allocation.y before the check. (this must not be done - for the background area though, sicne that's already computed parent - relative). + which is parent relative because we're a NO_WINDOW widget, so we need + to offset the trough area by allocation.x and allocation.y before the + check. (this must not be done for the background area though, since + that's already computed parent relative). Mon Mar 22 00:41:39 1999 Lars Hamann diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index cbfc66d6f0..b9a8a0335c 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -11,10 +11,10 @@ Mon Mar 22 05:51:34 1999 Tim Janik * gtk/gtkvscale.c (gtk_vscale_draw): hm, this is an ugly one. we first compute the size of our trough area here (window relative) and then check intersection with the draw_area - which is widget relative, so we need to offset the trough area by - allocation.x and allocation.y before the check. (this must not be done - for the background area though, sicne that's already computed parent - relative). + which is parent relative because we're a NO_WINDOW widget, so we need + to offset the trough area by allocation.x and allocation.y before the + check. (this must not be done for the background area though, since + that's already computed parent relative). Mon Mar 22 00:41:39 1999 Lars Hamann diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cbfc66d6f0..b9a8a0335c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -11,10 +11,10 @@ Mon Mar 22 05:51:34 1999 Tim Janik * gtk/gtkvscale.c (gtk_vscale_draw): hm, this is an ugly one. we first compute the size of our trough area here (window relative) and then check intersection with the draw_area - which is widget relative, so we need to offset the trough area by - allocation.x and allocation.y before the check. (this must not be done - for the background area though, sicne that's already computed parent - relative). + which is parent relative because we're a NO_WINDOW widget, so we need + to offset the trough area by allocation.x and allocation.y before the + check. (this must not be done for the background area though, since + that's already computed parent relative). Mon Mar 22 00:41:39 1999 Lars Hamann diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cbfc66d6f0..b9a8a0335c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -11,10 +11,10 @@ Mon Mar 22 05:51:34 1999 Tim Janik * gtk/gtkvscale.c (gtk_vscale_draw): hm, this is an ugly one. we first compute the size of our trough area here (window relative) and then check intersection with the draw_area - which is widget relative, so we need to offset the trough area by - allocation.x and allocation.y before the check. (this must not be done - for the background area though, sicne that's already computed parent - relative). + which is parent relative because we're a NO_WINDOW widget, so we need + to offset the trough area by allocation.x and allocation.y before the + check. (this must not be done for the background area though, since + that's already computed parent relative). Mon Mar 22 00:41:39 1999 Lars Hamann diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cbfc66d6f0..b9a8a0335c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -11,10 +11,10 @@ Mon Mar 22 05:51:34 1999 Tim Janik * gtk/gtkvscale.c (gtk_vscale_draw): hm, this is an ugly one. we first compute the size of our trough area here (window relative) and then check intersection with the draw_area - which is widget relative, so we need to offset the trough area by - allocation.x and allocation.y before the check. (this must not be done - for the background area though, sicne that's already computed parent - relative). + which is parent relative because we're a NO_WINDOW widget, so we need + to offset the trough area by allocation.x and allocation.y before the + check. (this must not be done for the background area though, since + that's already computed parent relative). Mon Mar 22 00:41:39 1999 Lars Hamann