Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
b0f026ae
Commit
b0f026ae
authored
Jul 01, 2002
by
Bill Haneman
Browse files
Fix for failure of gdk_pixbuf_xlib_get_from_drawable if source
drawable is root window.
parent
0c9e03ce
Changes
16
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b0f026ae
Mon Jul 01 17:19:00 2002 Bill Haneman <bill.haneman@sun.com>
* contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
(xlib_window_is_viewable):
Fixed failure of assertion when drawable is root window.
Thu Jun 20 19:41:09 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c
...
...
ChangeLog.pre-2-10
View file @
b0f026ae
Mon Jul 01 17:19:00 2002 Bill Haneman <bill.haneman@sun.com>
* contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
(xlib_window_is_viewable):
Fixed failure of assertion when drawable is root window.
Thu Jun 20 19:41:09 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c
...
...
ChangeLog.pre-2-2
View file @
b0f026ae
Mon Jul 01 17:19:00 2002 Bill Haneman <bill.haneman@sun.com>
* contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
(xlib_window_is_viewable):
Fixed failure of assertion when drawable is root window.
Thu Jun 20 19:41:09 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c
...
...
ChangeLog.pre-2-4
View file @
b0f026ae
Mon Jul 01 17:19:00 2002 Bill Haneman <bill.haneman@sun.com>
* contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
(xlib_window_is_viewable):
Fixed failure of assertion when drawable is root window.
Thu Jun 20 19:41:09 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c
...
...
ChangeLog.pre-2-6
View file @
b0f026ae
Mon Jul 01 17:19:00 2002 Bill Haneman <bill.haneman@sun.com>
* contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
(xlib_window_is_viewable):
Fixed failure of assertion when drawable is root window.
Thu Jun 20 19:41:09 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c
...
...
ChangeLog.pre-2-8
View file @
b0f026ae
Mon Jul 01 17:19:00 2002 Bill Haneman <bill.haneman@sun.com>
* contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
(xlib_window_is_viewable):
Fixed failure of assertion when drawable is root window.
Thu Jun 20 19:41:09 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c
...
...
contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
View file @
b0f026ae
...
...
@@ -1145,7 +1145,7 @@ xlib_window_is_viewable (Window w)
if
(
nchildren
>
0
)
XFree
(
children
);
if
(
parent
==
root
)
if
(
(
parent
==
root
)
||
(
w
==
root
))
return
TRUE
;
w
=
parent
;
...
...
docs/reference/gtk/tmpl/gtkbutton.sgml
View file @
b0f026ae
...
...
@@ -248,12 +248,12 @@ mouse cursor is.
</para>
<!-- ##### ARG GtkButton:default-
outside-
border ##### -->
<!-- ##### ARG GtkButton:default-border ##### -->
<para>
</para>
<!-- ##### ARG GtkButton:default-border ##### -->
<!-- ##### ARG GtkButton:default-
outside-
border ##### -->
<para>
</para>
...
...
docs/reference/gtk/tmpl/gtkcheckbutton.sgml
View file @
b0f026ae
...
...
@@ -66,12 +66,12 @@ Creates a new #GtkCheckButton with a #GtkLabel to the right of it.
@Returns:
<!-- ##### ARG GtkCheckButton:indicator-s
pacing
##### -->
<!-- ##### ARG GtkCheckButton:indicator-s
ize
##### -->
<para>
</para>
<!-- ##### ARG GtkCheckButton:indicator-s
ize
##### -->
<!-- ##### ARG GtkCheckButton:indicator-s
pacing
##### -->
<para>
</para>
...
...
docs/reference/gtk/tmpl/gtkdialog.sgml
View file @
b0f026ae
...
...
@@ -298,7 +298,7 @@ was clicked.
</para>
<!-- ##### ARG GtkDialog:
action
-area-border ##### -->
<!-- ##### ARG GtkDialog:
content
-area-border ##### -->
<para>
</para>
...
...
@@ -308,7 +308,7 @@ was clicked.
</para>
<!-- ##### ARG GtkDialog:
content
-area-border ##### -->
<!-- ##### ARG GtkDialog:
action
-area-border ##### -->
<para>
</para>
...
...
docs/reference/gtk/tmpl/gtkoptionmenu.sgml
View file @
b0f026ae
...
...
@@ -100,12 +100,12 @@ selected value for the option menu.
</para>
<!-- ##### ARG GtkOptionMenu:indicator-s
ize
##### -->
<!-- ##### ARG GtkOptionMenu:indicator-s
pacing
##### -->
<para>
</para>
<!-- ##### ARG GtkOptionMenu:indicator-s
pacing
##### -->
<!-- ##### ARG GtkOptionMenu:indicator-s
ize
##### -->
<para>
</para>
...
...
docs/reference/gtk/tmpl/gtkrange.sgml
View file @
b0f026ae
...
...
@@ -153,32 +153,32 @@ Emitted when the range value changes.
</para>
<!-- ##### ARG GtkRange:
trough-border
##### -->
<!-- ##### ARG GtkRange:
stepper-spacing
##### -->
<para>
</para>
<!-- ##### ARG GtkRange:stepper-s
pacing
##### -->
<!-- ##### ARG GtkRange:stepper-s
ize
##### -->
<para>
</para>
<!-- ##### ARG GtkRange:
stepper-size
##### -->
<!-- ##### ARG GtkRange:
trough-border
##### -->
<para>
</para>
<!-- ##### ARG GtkRange:
arrow-displacement-y
##### -->
<!-- ##### ARG GtkRange:
slider-width
##### -->
<para>
</para>
<!-- ##### ARG GtkRange:arrow-displacement-
x
##### -->
<!-- ##### ARG GtkRange:arrow-displacement-
y
##### -->
<para>
</para>
<!-- ##### ARG GtkRange:
slider-width
##### -->
<!-- ##### ARG GtkRange:
arrow-displacement-x
##### -->
<para>
</para>
...
...
docs/reference/gtk/tmpl/gtkscrollbar.sgml
View file @
b0f026ae
...
...
@@ -54,32 +54,32 @@ The #GtkScrollbar struct does not contain any public data.
</para>
<!-- ##### ARG GtkScrollbar:
min-slider-length
##### -->
<!-- ##### ARG GtkScrollbar:
has-forward-stepper
##### -->
<para>
</para>
<!-- ##### ARG GtkScrollbar:has-
secondary-
backward-stepper ##### -->
<!-- ##### ARG GtkScrollbar:has-backward-stepper ##### -->
<para>
</para>
<!-- ##### ARG GtkScrollbar:
has-secondary-forward-stepper
##### -->
<!-- ##### ARG GtkScrollbar:
fixed-slider-length
##### -->
<para>
</para>
<!-- ##### ARG GtkScrollbar:has-backward-stepper ##### -->
<!-- ##### ARG GtkScrollbar:has-
secondary-
backward-stepper ##### -->
<para>
</para>
<!-- ##### ARG GtkScrollbar:
fixed
-slider-length ##### -->
<!-- ##### ARG GtkScrollbar:
min
-slider-length ##### -->
<para>
</para>
<!-- ##### ARG GtkScrollbar:has-forward-stepper ##### -->
<!-- ##### ARG GtkScrollbar:has-
secondary-
forward-stepper ##### -->
<para>
</para>
...
...
docs/reference/gtk/tmpl/gtktoolbar.sgml
View file @
b0f026ae
...
...
@@ -391,7 +391,7 @@ Should be used if you wish to perform an action when ever the style of a toolbar
</para>
<!-- ##### ARG GtkToolbar:
space-size
##### -->
<!-- ##### ARG GtkToolbar:
internal-padding
##### -->
<para>
</para>
...
...
@@ -401,12 +401,12 @@ Should be used if you wish to perform an action when ever the style of a toolbar
</para>
<!-- ##### ARG GtkToolbar:space-s
tyl
e ##### -->
<!-- ##### ARG GtkToolbar:space-s
iz
e ##### -->
<para>
</para>
<!-- ##### ARG GtkToolbar:
internal-padding
##### -->
<!-- ##### ARG GtkToolbar:
space-style
##### -->
<para>
</para>
...
...
docs/reference/gtk/tmpl/gtktreeview.sgml
View file @
b0f026ae
...
...
@@ -901,22 +901,22 @@ Function used for #gtk_tree_view_map_expanded_rows.
</para>
<!-- ##### ARG GtkTreeView:
indent-expanders
##### -->
<!-- ##### ARG GtkTreeView:
vertical-separator
##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:
horizontal-separator
##### -->
<!-- ##### ARG GtkTreeView:
indent-expanders
##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:
expander-size
##### -->
<!-- ##### ARG GtkTreeView:
horizontal-separator
##### -->
<para>
</para>
<!-- ##### ARG GtkTreeView:
vertical-separator
##### -->
<!-- ##### ARG GtkTreeView:
expander-size
##### -->
<para>
</para>
...
...
docs/reference/gtk/tmpl/gtkwidget.sgml
View file @
b0f026ae
...
...
@@ -2192,37 +2192,37 @@ a widget changes from un-anchored to anchored or vice-versa.
</para>
<!-- ##### ARG GtkWidget:
focus-line-width
##### -->
<!-- ##### ARG GtkWidget:
cursor-color
##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:
interior-focus
##### -->
<!-- ##### ARG GtkWidget:
secondary-cursor-color
##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:
cursor-aspect-ratio
##### -->
<!-- ##### ARG GtkWidget:
focus-line-width
##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:
cursor-color
##### -->
<!-- ##### ARG GtkWidget:
interior-focus
##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:
secondary-cursor-color
##### -->
<!-- ##### ARG GtkWidget:
cursor-aspect-ratio
##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:focus-
line-pattern
##### -->
<!-- ##### ARG GtkWidget:focus-
padding
##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:focus-
padding
##### -->
<!-- ##### ARG GtkWidget:focus-
line-pattern
##### -->
<para>
</para>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment