- 29 Sep, 2010 2 commits
-
-
Javier Jardón authored
-
Javier Jardón authored
-
- 28 Sep, 2010 17 commits
-
-
Javier Jardón authored
As gtk_adjustment_new() returns a GtkAdjustment* now https://bugzilla.gnome.org/show_bug.cgi?id=630731
-
Javier Jardón authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731
-
Benjamin Otte authored
gtk_widget_set_visual() exists now and can be used instead. This reverts commit 59b227e1.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
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.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Michael Natterer authored
Also remove screen parameter from _gdk_offscreen_window_new() and get rid of a bunch on includes in gdkoffscreenwindow.c
-
Tor Lillqvist authored
-
Claudio Saavedra authored
gtkimcontextsimpleseqs.h is not really autogenerated but shipped https://bugzilla.gnome.org/show_bug.cgi?id=630708
-
Matthias Clasen authored
-
- 27 Sep, 2010 21 commits
-
-
Sílvia Miranda authored
-
Gil Forcada authored
-
Benjamin Otte authored
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.
-
Benjamin Otte authored
Fix compile warning and use cairo_paint() instead of querying the widget size and cairo_fill()ing it.
-
Benjamin Otte authored
-
Benjamin Otte authored
With recent changes, nobody compiled with debug enabled. Fix that.
-
Tristan Van Berkom authored
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.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Javier Jardón authored
Also make GtkWidget derive from GInitiallyUnowned
-
Javier Jardón authored
-
Javier Jardón authored
-
-
Javier Jardón authored
-
Matthias Clasen authored
-