- 10 Sep, 2011 4 commits
-
-
Benjamin Otte authored
-
Piotr Drąg authored
-
Daniel Mustieles authored
-
Matthias Clasen authored
This is necessary to use an app chooser button for selecting default apps in the control center. Also, beef up the docs for this widget family. https://bugzilla.gnome.org/show_bug.cgi?id=642706
-
- 09 Sep, 2011 3 commits
-
-
Cosimo Cecchi authored
This way we can adjust borders and rounded corners from the theme when displaying the widget children flipped for RTL locales. https://bugzilla.gnome.org/show_bug.cgi?id=658507
-
Dan Winship authored
"info" was being declared in two different scopes, and the one that was freed wasn't the one that was set.
-
John Ralls authored
Handle dead keys in special_ucs_table and have them converted by UCKeyTranslate(), so all dead key combinations can be entered. Later, this should be handled in the input method, just as it's done for X11/Win32.
-
- 08 Sep, 2011 6 commits
-
-
Dan Winship authored
fixes a crash when removing "gail" from gtksettings-specified modules
-
Rudolfs Mazurs authored
-
Bruno Brouard authored
-
Luca Ferretti authored
-
Piotr Drąg authored
-
A S Alam authored
-
- 07 Sep, 2011 9 commits
-
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
This is due to the special handling for filter functions that depend on child level state. If the parent level of a level is the root level, the level cannot be removed from the cache. Any change in this level can cause its parent in the root level to become visible again.
-
Kristian Rietveld authored
The most important change is that the function now properly releases any external ref count and propagates these changes to the child model. If a node is removed due to a filtering action, we now properly release all external reference counts for its hierarchy of child nodes. Apart from that, the function has been restructured to remove code duplication. Finally, there is still some doubt whether there are more calls to gtk_tree_model_filter_free_level() which need unref_external set to TRUE.
-
Kristian Rietveld authored
Should be helpful when debugging this thing. Perhaps this needs to be properly integrated in G_DEBUG/GTK_DEBUG, but currently I do not see the need to.
-
Kristian Rietveld authored
There was still a discrepancy between the comments and the code about when exactly a level was to be removed. The rule is now set on that for a level to be removed its zero_ref_count as well as the zero_ref_count of its parent has to be zero.
-
Kristian Rietveld authored
-
Behdad Esfahbod authored
Fix it.
-
Bruce Cowan authored
-
- 06 Sep, 2011 11 commits
-
-
Cosimo Cecchi authored
The code sets old_adj_ptr to the location containing the old weak ref, but then wants to remove a weak ref from &view->old_hadj, causing warnings when disposing the widget.
-
Ihar Hrachyshka authored
-
Kjartan Maraas authored
-
Matej Urbančič authored
-
Cosimo Cecchi authored
-
Carlos Garnacho authored
Fixes bug #658379 - Disabled devices still added to list on startup, spotted by Bastien Nocera. Do not create GdkDevices for disabled devices on device manager construction, leading to a confusing initial state.
-
Andika Triwidada authored
-
Andika Triwidada authored
-
Bruno Brouard authored
-
Arash Mousavi authored
-
Jorge González authored
-
- 05 Sep, 2011 7 commits
-
-
Duarte Loreto authored
-
Duarte Loreto authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Don't error out when --enable-color=auto, but no colord is found. Plus various cleanups to the output.
-
Matthias Clasen authored
-
Matthias Clasen authored
-