- 19 Oct, 2010 10 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
It mainly contains information that is already covered in the API docs, or is outdated, or refers to no longer existing widgets.
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Michael Natterer authored
"n_events" went back from guint to gint.
-
Jorge González authored
-
krishnababu k authored
-
Javier Jardón authored
-
Javier Jardón authored
-
- 18 Oct, 2010 15 commits
-
-
Allison Karlitskaya authored
-
Benjamin Otte authored
People were requesting it and it mirrors the behavior of GdkWindow.
-
Benjamin Otte authored
gcc warns if you switch on values that are not part of the enum you're switching on. So handle those cases in the default handler by using if statments. PS: Someone file a bug against cups about this?
-
Benjamin Otte authored
Remove workaround for entries - the general codepath should just work.
-
Benjamin Otte authored
Also, I refuse to compile with -Werror, so I don't notice.
-
Benjamin Otte authored
Also, I refuse to compile with -Werror
-
Benjamin Otte authored
Otherwise we get an undefined gdk_pixbuf_set_option().
-
Benjamin Otte authored
This path would only do anything where widget->window was not located at widget->allocation.x/y but at a different position. This should never happen in the real world. But if it does, GTK3 will break for you. Better fix your widget.
-
Colin Walters authored
We were including at least "gtkprivate.h" before.
-
Allison Karlitskaya authored
For launch requests coming in over DBus.
-
Matthias Clasen authored
When has-entry is TRUE, GtkComboBox already adds a cell renderer for the text column, so avoid adding a second one in GtkComboBoxText. https://bugzilla.gnome.org/show_bug.cgi?id=632381
-
Jorge González authored
-
Cris Dywan authored
-
Cris Dywan authored
Use gtk_combo_box_get_has_entry instead.
-
Cris Dywan authored
-
- 17 Oct, 2010 6 commits
-
-
Kristian Rietveld authored
gtk_icon_view_layout(), which can resize the bin window and thus underlying surfaces, could be called from gtk_icon_view_draw(). So we have to make sure that layouting is done before the draw handler is called. We use the same construction as in tree view here, the layout idle handler is installed with a higher priority than GDK_PRIORITY_REDRAW and we wrap the call to gdk_window_process_updates() in a new function that will flush the layout queue beforehand.
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Takayuki Kusano authored
-
Tristan Van Berkom authored
This patch adds a GtkComboBox:popup-fixed-width to decide if the popup's width should be a fixed width matching the combo's allocated width. The patch includes a kindof hack to work around treeviews currently not supporting height-for-width geometry (for list-mode only), this hack can be safely removed once treeviews start reporting natural widths properly.
-
- 16 Oct, 2010 9 commits
-
-
Matthias Clasen authored
We must use entry-text-column explicitly to 0, since it defaults to -1.
-
Matthias Clasen authored
-
Kjartan Maraas authored
-
Javier Jardón authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
This will likely mean that the old examples will not appear in the tarball until they have been integrated in the new 'getting started' docs.
-