- 10 Jan, 2011 4 commits
-
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
The detail strings weren't in use anymore, and the state argument is now a GtkStateFlags. GtkToggleButton has been updated as well.
-
Carlos Garnacho authored
GtkStyleContext API is used instead.
-
- 09 Jan, 2011 6 commits
-
-
Fran Diéguez authored
-
Paolo Borelli authored
prepare_run must have been called before draw_shape, so we can avoid fiddling the the (deprecated) style and state and just use the color alredy set on the renderer. https://bugzilla.gnome.org/show_bug.cgi?id=639079
-
Paolo Borelli authored
GtkTextView does not support them anymore. https://bugzilla.gnome.org/show_bug.cgi?id=639030
-
Paolo Borelli authored
Fold gail_misc_add_to_attr_set into the only function calling it, which avoids a useless big "switch" and results in much less code. https://bugzilla.gnome.org/show_bug.cgi?id=639030
-
Yaron Shahrabani authored
-
Fran Diéguez authored
-
- 08 Jan, 2011 4 commits
-
-
Milan Bouchet-Valat authored
Document this behavior and add annotations.
-
Jorge González authored
-
Javier Jardón authored
Reported by Andrew Cowie in https://bugzilla.gnome.org/show_bug.cgi?id=638963
-
Tristan Van Berkom authored
GtkProgressBar:show-text, GtkScrolledWindow:min-content-width/height are new properties in 3.0.
-
- 07 Jan, 2011 10 commits
-
-
Bruce Cowan authored
-
Carlos Garnacho authored
This makes XEmbed work properly again. Only event->key.group and is_modifier are left blank at the moment. Exposing the necessary XKB bits should be considered, but it's not urgent for the current usecases.
-
Kristian Rietveld authored
This function is useful to figure out whether the tree view is "blank" at a given location. For such locations you might want to popup a custom popup menu, clear the current selection or start rubber banding. In the future, we are planning on updating GtkTreeView's user interactions to take advantage of this new function. Part of bug 350618.
-
Kristian Rietveld authored
-
Andika Triwidada authored
-
Matthias Clasen authored
-
Ignacio Casal Quinteiro authored
-
Tristan Van Berkom authored
The fact that GtkCellLayout was checking "if (gtk_cell_layout_get_area (layout))" and executing code contitionally from the apis instead of simply falling back to the default implementation for these things was causing problems in language bindings such as gtkmm... Regardless, the implementation is cleaner this way too.
-
Tristan Van Berkom authored
-
Emilio Pozuelo Monfort authored
Based on a patch from Cyril Brulebois <kibi@debian.org> https://bugzilla.gnome.org/show_bug.cgi?id=612918
-
- 06 Jan, 2011 16 commits
-
-
Fran Diéguez authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Tristan Van Berkom authored
Fixed a typo when checking if the heirarchy toplevel is a toplevel before firing the hierarchy-changed signal.
-
Tristan Van Berkom authored
Showing the window causes it to try to grab focus, this causes problems when embedded toplevels run through dispose cycles.
-