- 02 Nov, 2011 26 commits
-
-
Matthias Clasen authored
Also install their headers to a subdirectory.
-
Matthias Clasen authored
This function does not use GtkStyle at all and is not deprecated.
-
Matthias Clasen authored
-
Matthias Clasen authored
Instead define GDK_DISABLE_DEPRECATION_WARNINGS where appropriate.
-
Matthias Clasen authored
GLib now outlaws single includes always, anyway.
-
Matthias Clasen authored
Instead of undefining the DISABLE_DEPRECATED guards, define the GDK_DISABLE_DEPRECATION_WARNING macro where needed. Also replace INCLUDES by AM_CPPFLAGS to shut up automake.
-
Matthias Clasen authored
-
Benjamin Otte authored
-
Benjamin Otte authored
This test tests deprecated code...
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
This is necessary to query the device's coordinates when doing the scrolling.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
The new file defines GDK_DISABLE_DEPRECATION_WARNINGS so it can happily use deprecated APIs. This commit moves those functions there that use deprecated functions and currently cause warnings. With this commit, GDK compiles without deprecation warnings.
-
Benjamin Otte authored
When synthesizing crossing events, actually query the position of the device we care about instead of using the core pointer every time.
-
Benjamin Otte authored
After consulting with Carlos, we agreed that it should be enough to grab the core pointer instead of doing a full grab. If it turns out that's wrong, we need to adapt the internal API for resizes to take the device doing the resize.
-
Benjamin Otte authored
Use the replacement instead.
-
Benjamin Otte authored
-
Benjamin Otte authored
And make sure most of the code is included before undeffing deprecated code.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 01 Nov, 2011 1 commit
-
-
Cosimo Cecchi authored
As the draw handler expects the items to be laid out already, we cannot queue a layout here to avoid a race condition with the resize that is queued immediately after, which in turn would lead to a segfault later in the paint_item() implementation. https://bugzilla.gnome.org/show_bug.cgi?id=663138
-
- 28 Oct, 2011 3 commits
-
-
Emmanuele Bassi authored
Everything that deals with a group has to be fixed. Plus, we have NULL checks without allowing NULL arguments; since NULL arguments are perfectly fine, we can relax the argument checks. https://bugzilla.gnome.org/show_bug.cgi?id=662870
-
Emmanuele Bassi authored
Use the same annotation used by gtk_radio_button_get_group(). https://bugzilla.gnome.org/show_bug.cgi?id=662870
-
Bastien Nocera authored
A modifier of "0" is still a modifier and must be submitted normally. A num_modifiers of 0 is essentially a noop in the server. As mentioned by Peter Hutterer <peter.hutterer@who-t.net> https://bugzilla.gnome.org/show_bug.cgi?id=662839
-
- 27 Oct, 2011 1 commit
-
-
Matthias Clasen authored
Mark the page range entry and the copies spin button as activates-default. https://bugzilla.gnome.org/show_bug.cgi?id=662670
-
- 26 Oct, 2011 5 commits
-
-
Bastien Nocera authored
Useful for testing keys without a keysym.
-
-
Bastien Nocera authored
keyname-table.h was modified by hand, and gen-keyname-table.pl couldn't be used to generate that file again. https://bugzilla.gnome.org/show_bug.cgi?id=662628
-
Matthias Clasen authored
The previous fix changed some test results here.
-
Matthias Clasen authored
The function did not behave as intended when @sibling is NULL. Also add an example to the docs to clarify the intended behaviour.
-
- 25 Oct, 2011 4 commits
-
-
and some emacs-ish Control bindings that work in native widgets. Patch from Michael Hutchinson. (cherry picked from commit ccf12f7b)
-
(cherry picked from commit 79a92f99)
-
Matthias Clasen authored
Halfway to 666 !
-
Matthias Clasen authored
-