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
Benjamin Otte
de89fe501d
treeview: Fix compilation warnings - missing cast
2010-09-28 18:26:05 +02:00
Benjamin Otte
69240d9824
offscreenwindow: Fix includes
2010-09-28 18:24:55 +02:00
Benjamin Otte
6c7daaf8b9
notebook: Fix compilation warnings - missing cast
2010-09-28 18:24:34 +02:00
Benjamin Otte
7adeca53b2
combobox: Fix compilation warnings - missing cast
2010-09-28 18:24:14 +02:00
Michael Natterer
06773b1e8b
gdk: remove "screen" member from GdkOffscreenWindow, it has become obsolete
...
Also remove screen parameter from _gdk_offscreen_window_new() and get
rid of a bunch on includes in gdkoffscreenwindow.c
2010-09-28 16:05:38 +02:00
Tor Lillqvist
f51f39af2a
Create directory before installing files there
2010-09-28 16:24:24 +03:00
Claudio Saavedra
e0f290278b
Fix maintainer-clean
...
gtkimcontextsimpleseqs.h is not really autogenerated but shipped
https://bugzilla.gnome.org/show_bug.cgi?id=630708
2010-09-28 10:39:39 +03:00
Matthias Clasen
2b3574dda1
Improve some docs
2010-09-27 20:59:08 -04:00
Sílvia Miranda
296824ecf3
Updated Catalan translation
2010-09-28 00:04:12 +02:00
Gil Forcada
3ae29e1d6b
Removed invalid entry
2010-09-28 00:03:28 +02:00
Benjamin Otte
dec47f062e
label: Fix rendering of rotated labels
...
gtk_paint_layout is utterly broken. Someone needs to fix it so we use
the cairo_t's matrix and don't juggle with both Pango and cairo matrices
everywhere.
2010-09-27 20:49:39 +02:00
Benjamin Otte
1b170a1a14
gtk-demo: Clean up toolpalette drawing code
...
Fix compile warning and use cairo_paint() instead of querying the widget
size and cairo_fill()ing it.
2010-09-27 20:49:06 +02:00
Benjamin Otte
efefc4e794
cups: Fix compile warnings with --enable-debug
2010-09-27 20:48:43 +02:00
Benjamin Otte
f0d337a0ca
x11: Fix debug code
...
With recent changes, nobody compiled with debug enabled. Fix that.
2010-09-27 17:39:51 +02:00
Tristan Van Berkom
7047502d84
Fix erroneous usage of height-for-width apis in gtk_widget_real_adjust_size_allocation().
...
When fitting a widget into its allocation, the second dimension
is always dependent on the first, so gtk_widget_get_preferred_size()
cannot be used directly (because we want the natural height for
the allocated width, not the natural height for the natural width,
which is generally a smaller height than the height-for-minimum-width
or height-for-allocated-width).
Added test to testadjustsize to ensure proper behaviour.
2010-09-27 21:15:16 +09:00
Tristan Van Berkom
de0428fe52
Fixing documentation of gtk_widget_get_request_mode()
2010-09-27 15:11:27 +09:00
Tristan Van Berkom
427226b083
Fixing demos/ directory to build for removal of GtkObject type.
2010-09-27 15:10:50 +09:00
Tristan Van Berkom
e4a0a39a56
Fixing tests/ build for removal of GtkObject type.
2010-09-27 15:10:23 +09:00
Tristan Van Berkom
53214f2584
Fixing gail build for removal of GtkObject type.
2010-09-27 15:09:51 +09:00
Matthias Clasen
87e29c99d7
Add a migration guide section on GtkObject
2010-09-26 22:29:33 -04:00
Matthias Clasen
b81de973af
Remove GtkObject from the docs
2010-09-26 22:18:46 -04:00
Matthias Clasen
d869a1e419
Remove GtkWidgetFlags
2010-09-26 22:18:46 -04:00