William Jon McCann
5fbd77526a
gail: use a weak pointer instead of an invalid destroy signal
2010-10-02 15:45:46 -04:00
Matthias Clasen
fcbe49829c
Bump version to 2.91.1
2010-10-01 23:29:00 -04:00
Matthias Clasen
6f3c3c3413
Fix a reference in the gdk_pixbuf_get_from_surface docs
2010-10-01 21:43:23 -04:00
Matthias Clasen
30a660213e
More distcheck fixes
2010-10-01 21:40:34 -04:00
Benjamin Otte
e9c9193ff6
gail: Fix menu emission hooks
...
Ref the GtkmenuItem class, so we can add emission hooks. And actually
add the emission hooks again that were removed in
7c140feb6b
.
2010-10-02 03:34:42 +02:00
Benjamin Otte
872ef111ec
gdk: Make gdk_pixbuf_get_from_*() bindable
...
The ownership of the return value for gdk_pixbuf_get_from_window() and
gdk_pixbuf_get_from_surface() was determined by the first argument.
Because that is an ugly design and the functions are new to GTK3, we
decided to adapt them.
And that adaptation was quite easy since almost no one passses anything
but NULL as the first argument.
2010-10-02 03:08:24 +02:00
Matthias Clasen
0555dd0645
Fix distcheck
...
Don't include config.h in headers, it doesn't work.
2010-10-01 20:02:35 -04:00
Matthias Clasen
9595501dbd
Fix make dist
2010-10-01 18:46:09 -04:00
Matthias Clasen
4eac816898
Update NEWS for 2.91.0
2010-10-01 18:29:14 -04:00
Matthias Clasen
8fdcd4bfb2
Update po files
2010-10-01 18:29:12 -04:00
Colin Walters
9a6c1e58b6
Distribute autogen.sh
...
This makes it easier for OS vendors to always invoke autogen.sh
for building, regardless of building from legacy tarballs or
git snapshots.
2010-10-01 17:30:18 -04:00
Matthias Clasen
2d3d2a2626
Set version to 2.91.0
...
Having an odd minor helps some tools which assume 'even minor == stable'
and 2.91 will keep us in sync with the wider GNOME versioning.
2010-10-01 14:57:25 -04:00
Matthias Clasen
fc2da1a137
Migration guide: Add an example for creating custom cursors
2010-10-01 14:54:11 -04:00
Matthias Clasen
86665897db
Revert an erroneous change
2010-10-01 13:46:39 -04:00
Matthias Clasen
e3957f559d
GTK docs: Update width-for-height docs
...
Some places did not get updated after the recent rename-and-GtkWidget-merge.
2010-10-01 13:10:35 -04:00
Matthias Clasen
0bca60fdd3
GTK docs: various fixups
2010-10-01 13:05:12 -04:00
Matthias Clasen
d35aa02dd5
Drop GdkSpan type
...
GdkSpan is not used anywhere.
2010-10-01 09:39:10 -04:00
Matthias Clasen
28aa906681
GDK docs: Improve gdk_pixbuf_get_from_window docs
2010-10-01 09:38:36 -04:00
Matthias Clasen
32d1defc76
GDK docs: help gtk-doc understand gdk_window_invalidate_maybe_recurse
2010-10-01 09:10:52 -04:00
Matthias Clasen
448d903c16
GDK docs: improve the gdk_x11_display_error_trap_push docs
2010-10-01 08:16:38 -04:00
Matthias Clasen
4e96a84c67
GDK docs: Clean out some dead symbols
2010-10-01 08:09:31 -04:00
Matthias Clasen
036aa0eea9
GdkVisual: tell gtk-doc to ignore the innards
2010-10-01 07:37:26 -04:00
Matthias Clasen
8f91329900
Update for recent api changes
2010-10-01 07:09:28 -04:00
Matthias Clasen
98b497eb99
Remove colormap api from gdk.symbols
2010-10-01 07:09:28 -04:00
Richard Hughes
f3716aa210
Complete the removal of GtkObject to fix make dist
2010-10-01 12:37:34 +01:00
Richard Hughes
908bdf7941
Complete the removal of examples/pixmap to fix make dist
2010-10-01 12:37:34 +01:00
Jonh Wendell
0fa0e653d5
Initialize private structure
2010-09-30 16:56:11 -03:00
William Jon McCann
7c140feb6b
gail: remove obsolete select and deselect signals from MenuItem
...
They were removed in 3bd93e5bfd
2010-09-30 14:42:38 -04:00
Benjamin Otte
f64e2df911
dnd: Fix gtk_drag_set_icon_surface() with translucent surfaces
...
The code for surfaces with alpha content was apparently untested and
screwed up the signs.
2010-09-30 16:25:44 +02:00
Benjamin Otte
7203b72193
gdk: Fix gdk_cairo_region_create_from_surface() with device offsets
2010-09-30 16:24:41 +02:00
Benjamin Otte
c6e58f84ee
trayicon: Use gdk_cairo_get_clip_rectangle() to simplify code
2010-09-30 15:50:52 +02:00
Benjamin Otte
7acb4d0502
docs: Add note about hot_x/y in gtk_drag_set_icon_surface()
2010-09-30 13:55:10 +02:00
Kristian Rietveld
1b9029fc64
Fix GDK build on Quartz
2010-09-30 09:01:11 +02:00
Colin Walters
ad474edda8
introspection: Fix some annotation syntax
2010-09-29 10:45:04 -04:00
Benjamin Otte
14dc932fd1
gtk: Fix remaining mentions of gtk_container_propagate_expose()
...
That includes the gtkcontainer.h header file.
https://bugzilla.gnome.org/show_bug.cgi?id=630800
2010-09-29 14:14:20 +02:00
Benjamin Otte
1408bd9a37
gdk: Don't (un)set the background when destroying a window.
...
This previously caused the x11 code to do a XSetWindowBackgroundPixmap
call on a window that was about to be destroyed. And that's not really
useful.
https://bugzilla.gnome.org/show_bug.cgi?id=630864
2010-09-29 12:18:17 +02:00
Benjamin Otte
82e6e32c77
x11: Don't set ParentRealtive if the parent's visual is different
...
Causes a BadMatch otherwise, see code comments.
https://bugzilla.gnome.org/show_bug.cgi?id=630864
2010-09-29 12:18:17 +02:00
Javier Jardón
72d48cbc61
gtk-demo: remove GtkObject type
2010-09-29 06:11:13 +02:00
Javier Jardón
7f88afef90
examples/gtkdial/gtkdial.c: Fixing for removal of GtkObject type
2010-09-29 06:06:50 +02:00
Javier Jardón
34ae2ea601
examples/colorsel/colorsel.c: remove unneded GTK_OBJECT cast
2010-09-29 06:01:07 +02:00
Javier Jardón
e141bd3287
testtext: Use gtk_widget_destroy() instead gtk_object_destroy()
2010-09-29 05:58:02 +02:00
Javier Jardón
b072ea220c
Remove unneded casts
...
As gtk_adjustment_new() returns a GtkAdjustment* now
https://bugzilla.gnome.org/show_bug.cgi?id=630731
2010-09-29 01:18:10 +02:00
Javier Jardón
42f480a537
gtk_adjustment_new() should return a GtkAdjustment*
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731
2010-09-29 01:18:10 +02:00
Benjamin Otte
948768c708
API: remove gtk_window_set_visual()
...
gtk_widget_set_visual() exists now and can be used instead.
This reverts commit 59b227e123
.
2010-09-28 19:13:24 +02:00
Benjamin Otte
bf81be51eb
testgtk: Use gtk_widget_set_visual()
2010-09-28 19:11:46 +02:00
Benjamin Otte
32c80ca6a9
trayicon: Use gtk_widget_set_visual()
2010-09-28 19:11:30 +02:00
Benjamin Otte
5ac6234815
API: gtk: Add gtk_widget_set_visual()
...
It turns out that the previous handling of just providing a way to set
visuals just on toplevels was not sufficient. In particular it
complicated the various implementations of the tray icon specification.
This patch reintroduces gtk_widget_set_visual() which behaves very
similar to GTK2's gtk_widget_set_colormap().
A future commit will remove the gtk_window_set_visual() function.
2010-09-28 19:11:21 +02:00
Benjamin Otte
d4fb25f6de
widget: Fix compile warnings: missing return value
2010-09-28 18:33:23 +02:00
Benjamin Otte
d9c581900b
gail: Fix tests compilation - too many casts
2010-09-28 18:26:31 +02:00
Benjamin Otte
65dee4e31b
toolbar: Fix compilation warnings - missing cast
2010-09-28 18:26:23 +02:00