- 23 May, 2013 7 commits
-
-
Bastien Nocera authored
Should be "lose" https://bugzilla.gnome.org/show_bug.cgi?id=700844
-
Bastien Nocera authored
When the text entry gets cleared, emit the "changed" signal straight away. This avoids a lag when dismissing a search. https://bugzilla.gnome.org/show_bug.cgi?id=700787
-
-
Bastien Nocera authored
Focusing the text entry without selecting all the text is needed in some places (GtkTreeView, and some uses of GtkSearchEntry) so create a private helper to avoid replicating the hacks. https://bugzilla.gnome.org/show_bug.cgi?id=700787
-
Matthias Clasen authored
The include of X11/keysyms.h in gdkdevice-wayland.c was just a leftover.
-
Victor Ibragimov authored
-
Matthias Clasen authored
These were left behind when gdk-pixbuf was split off.
-
- 22 May, 2013 2 commits
-
-
Federico Mena Quintero authored
https://bugzilla.gnome.org/show_bug.cgi?id=561221 Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
https://bugzilla.gnome.org/show_bug.cgi?id=561221 Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
- 21 May, 2013 5 commits
-
-
Benjamin Otte authored
The test was flaky without gtk_widget_wait_for_draw().
-
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Rafael Ferreira authored
-
- 20 May, 2013 11 commits
-
-
John Ralls authored
Work around this by introspecting gtkclipboard.c and gtkdnd.c instead of the quartz alternatives. Note that this is temporary: The implementation of GdkSelection will make the quartz alternatives unnecessary. See bug 571582.
-
John Ralls authored
Test it with respondsToSelector, and if it isn't available delete the items one at a time.
-
Colin Walters authored
Otherwise the build is broken on GNU/Linux and Win32.
-
E. K. Kato authored
Provides an input module for native OSX input methods. Based on a patch by Hiroyuki Yamamoto (http://www.sraoss.jp/sylpheed/sylpheed/macosx/gtk+-2.24.0-macosx-textinputclient_ja-test1.patch). Adjustments for Gtk3 by Matthew Francis <gnomebugs@newsheffield.co.uk>
-
Kjartan Maraas authored
-
Daniel Mustieles authored
-
Victor Ibragimov authored
-
-
-
Lionel Landwerlin authored
Calling XIQueryPointer() on a slave device is going to trigger a BadDevice X error. So in case we query a slave device state, ask the master device instead. https://bugzilla.gnome.org/show_bug.cgi?id=700233
-
Mario Sanchez Prada authored
Add missing check in gdk_x11_device_manager_xi2_get_window(), returning NULL if no valid XI2Event* has been found. Calling code seems to be prepared to handle NULLs coming from this function, so it should be safe enough (e.g. check gdk_event_source_get_filter_window()). https://bugzilla.gnome.org/show_bug.cgi?id=700465
-
- 19 May, 2013 2 commits
-
-
Will Thompson authored
I notice that a reference to GtkStrengthBar had been left in this file when it was renamed to GtkLevelBar. On closer inspection, it looks like it's been unused for 13 years. To quote docs/reference/ChangeLog: > 2000-10-23 Havoc Pennington <hp@redhat.com> > > [...] Removed objects_grouped.sgml from gtk-docs.sgml for now, it > doesn't seem useful anymore. https://bugzilla.gnome.org/show_bug.cgi?id=700575
-
Victor Ibragimov authored
-
- 18 May, 2013 3 commits
-
-
Matthias Clasen authored
In the presence of invisible columns, the grid line drawing code was malfunctioning. https://bugzilla.gnome.org/show_bug.cgi?id=700578
-
Bastien Nocera authored
Also use GDK_EVENT_{STOP,PROPAGATE} to make return values clearer. https://bugzilla.gnome.org/show_bug.cgi?id=696640
-
Bastien Nocera authored
Mouse events that we do not handle should bubble up to the parent widget, so they can be handled there, instead of disappearing inside the button. Also use GDK_EVENT_{STOP,PROPAGATE} to make return values clearer. https://bugzilla.gnome.org/show_bug.cgi?id=696640
-
- 17 May, 2013 10 commits
-
-
Victor Ibragimov authored
-
Victor Ibragimov authored
-
Benjamin Otte authored
-
Benjamin Otte authored
instead of a timer for the presize callback.
-
Benjamin Otte authored
Replace all idle handlers waiting for draw and all manual runs of the event loop with a call to gtk_tree_view_wait_for_draw().
-
Benjamin Otte authored
Instead of storing the rect in the bin window, store the row and column the editable belongs to and compute the rect lazily. This way, we don't need to keep the rect up to date. Fixes /TreeView/scrolling/new-row-mixed/path-500 test.
-
Benjamin Otte authored
-
Benjamin Otte authored
See docs and following commits for what it's supposed to do. Let's hope it fixes the flakiness in tests.
-
Bastien Nocera authored
Emit the "changed" signal after 150 msecs, so that searching through big lists, or doing online searches feels more responsive. This is something already done in various applications to make search-as-you type more responsive (gnome-shell, gnome-documents, gnome-control-center, etc.). The 150 msecs is the value currently used by gnome-shell, so keep it (invisibly) consistent. https://bugzilla.gnome.org/show_bug.cgi?id=700229
-
Victor Ibragimov authored
-