- 25 Jul, 2015 2 commits
-
-
-
Pedro Albuquerque authored
-
- 24 Jul, 2015 15 commits
-
-
Piotr Drąg authored
-
Matthias Clasen authored
Show normal filtering as well.
-
Matthias Clasen authored
Just to show that buttons in notebook tabs work.
-
-
Carlos Garnacho authored
As pointed out by lazka in IRC, /me clearly out of phase after allow-none.
-
Carlos Garnacho authored
These functions respect NULLs being passed, so the return values are (nullable).
-
Carlos Garnacho authored
We're not really using the coordinates in that function, we just double check it's not an unrelated event.
-
Chun-wei Fan authored
The deprecated and a11y sources of GTK+ were spun off some time ago into their own Makefile.inc, which is then included by gtk/Makefile.am. Fix the generation of file sources for the GTK+ .gir.
-
Chun-wei Fan authored
Ensure variables are declared at the top of the block, and remove a ';;', which C89 compilers don't like.
-
Pedro Albuquerque authored
-
Pedro Albuquerque authored
-
Matthias Clasen authored
When the dialog is as narrow as possible, we still want some space between the entry and the search button, so use margins around the entry and label instead of box spacing.
-
Matthias Clasen authored
We should not override an explicitly set show-hidden value when loading the setting. https://bugzilla.gnome.org/show_bug.cgi?id=610925
-
Matthias Clasen authored
This ensures that windows appear in the inspectors tree when they are created, and it prevents GTK_DEBUG=interactive from coming up with an empty object tree. https://bugzilla.gnome.org/show_bug.cgi?id=752664
-
Matthias Clasen authored
Currently, we only ever scanned the toplevel list and widget tree once. That is not enough.
-
- 23 Jul, 2015 13 commits
-
-
Matthias Clasen authored
The previous fix was falling into the crack between realized and mapped - we would apply the state when a window is just realized, then unset the _initially flag, and then when the window gets mapped, we'd undo the state. To fix this, go back to the way things were when these flags were first introduced. https://bugzilla.gnome.org/show_bug.cgi?id=752765
-
Timm Bäder authored
A typo and non-matching parameter names.
-
Pavel Grunt authored
Windows does not send any release key event for one of the shift keys when both shift keys were pressed together. This commit solves the problem by sending the extra release key event for the shift key which was released as first, when the other shift key is released. Other modifiers (e.g. Ctrl, Alt) do not have this problem. https://bugzilla.gnome.org/show_bug.cgi?id=751721
-
Timm Bäder authored
-
Christoph Reiter authored
So a window can be maximized/zoomed again after being moved away from its maximized position. This makes the zoom button on non-CSD windows work as before.
-
Christoph Reiter authored
Instead of using the default zoom behaviour use the internal maximized state for selecting our own zoom target. This makes zooming work for CSD windows where for some reason the given default zoom target is the current window frame itself resulting in a shadowless window of the same size. While this makes the zoom button behave a bit different as expected it makes things more consistent with other platforms and fixes CSD zooming.
-
Christoph Reiter authored
The default implementation prevents the window + shadow to move above the menu bar. Change it so only the window is considered.
-
Matthias Clasen authored
When using the location popup to complete to a directory name (with a trailing /), we should not punish the user by making the Open button insensitive and preventing the Enter key from doing the expected thing (switching to that directory). https://bugzilla.gnome.org/show_bug.cgi?id=752708
-
Matthias Clasen authored
-
Matthias Clasen authored
Make sure entering the three special strings ".", ".." or "~" in the location entry works as expected. They already worked correctly if you append a '/' to force them to be recognized as the 'folder' part, but that should not be necessary. https://bugzilla.gnome.org/show_bug.cgi?id=752707
-
Matthias Clasen authored
Go back to use these variables only for pre-mapped state changes. Their use got muddied over the years, and it was hard to keep track of what is acutal state, and what just a queued request.
-
Matthias Clasen authored
This reverts commit 740bcf5f.
-
Matthias Clasen authored
This reverts commit 862e0dab.
-
- 22 Jul, 2015 10 commits
-
-
Matthias Clasen authored
The save_widgets_create function was not safe against being called multiple times in save mode, calling gtk_file_chooser_set_create_folders was a way to trigger this crash.
-
Stefan Sauer authored
-
Stefan Sauer authored
First only label-widget clashes with icon-name and not the label property. In addtion fix the propertyname to use '-' instead of '_'.
-
Matthias Clasen authored
This shows computed columns.
-
Benjamin Otte authored
Previously, we would pango_font_describe() every time the code ran and we wouldn't ever hit the optimized quick exit. The code now is a lot more complex because the compute-actual-value-when-required-the-first-time approach is not supported out of the box in GtkTreeModel (or GValue).
-
Timm Bäder authored
It's deprecated and doesn't make a difference here.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Poined out by valgrind.
-
Matthias Clasen authored
When the search is cancelled, we may end up with a tracker dbus reply coming in after the GtkSearchEngine object is already gone, and bad things happen. Prevent this by using g_signal_connect_object instead of g_signal_connect.
-