- 13 Sep, 2010 1 commit
-
-
Javier Jardón authored
Point to gdk_device_manager_get_client_pointer(), not gdk_display_get_client_pointer().
-
- 12 Sep, 2010 1 commit
-
-
Benjamin Otte authored
When writing the original code I erroneously assumed that the current point of the cairo context would be saved by cairo_save/restore(), but of course the current point is part of the path and therefor isn't saved. Also do a cairo_new_path() before rendering any text so that we are sure the text ends up at the right spot.
-
- 11 Sep, 2010 5 commits
-
-
Matthias Clasen authored
We need to use gdk_threads_add_idle, in order to keep GDK code under the GDK lock. Bug 629277
-
Javier Jardón authored
-
Javier Jardón authored
This reverts commit 65b9fc3e.
-
Javier Jardón authored
-
Javier Jardón authored
Signed-off-by:
Christian Dywan <christian@twotoasts.de>
-
- 10 Sep, 2010 9 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
Followup to bug 629093
-
Mike Gorse authored
-
Mike Gorse authored
-
Kjartan Maraas authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 09 Sep, 2010 17 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
This was the last exported variable; it wasn't multihead safe, and there's easy replacement with gdk_display_get_default(). Also drop the GDK_DISPLAY() macro which was just a wrapper around the variable.
-
Matthias Clasen authored
-
Tristan Van Berkom authored
gtk_widget_set_window() does not add a reference to the owned window... this is an exception to most gtk_foo_set_bar() functions where as it acts as if it were named gtk_widget_take_window(). Adding note to the docs to avoid people giving the window to the widget and naturally proceeding to unref the window.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Tor Lillqvist authored
Load Wintab32.dll from an absolute path. A proper Wintab32.dll, if present, should be in the Windows system directory, so load it from there.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
Tristan Van Berkom authored
Fixed issues in my previous patch for bug 626939 removing GtkRequisition cache: these widgets monitor the previous requested size and decide whether to queue a resize when the content changes based on it's prior request.
-
Tristan Van Berkom authored
Now that we have a private data installed directly on the GtkWidget instance it makes no sense to cache the size requests on widget qdata. This change will generally make GTK+ memory less fragmented as well as significantly speed up the size request process.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
Rename the gtk_major_version() etc functions I introduced yesterday to start with gtk_get. Avoids misleading results in client programs whose developers that don't notice the change or the compiler warnings, and when recompiling against gtk3 then use the function addresses as the version numbers.
-
Matthias Clasen authored
-
Matthias Clasen authored
With the demise of GtkList and GtkTree, it has GtkMenuItem as sole derived class, and is not really adding any value as a separate class. Its few useful features have been merged into GtkMenuItem. Bug 629104
-
Javier Jardón authored
This completes commit bd277fad
-
- 08 Sep, 2010 7 commits
-
-
Colin Walters authored
-
Colin Walters authored
The keysyms create a lot of potential namespace conflicts for C, and are especially problematic for introspection, where we take constants into the namespace, so GDK_Display conflicts with GdkDisplay. For C application compatiblity, add gdkkeysyms-compat.h which uses the old names. Just one user in GTK+ continues to use gdkkeysyms-compat.h, which is the gtkimcontextsimple.c, since porting that requires porting more custom Perl code.
-
Colin Walters authored
In preparation for adding a namespace prefix for introspection.
-
Javier Jardón authored
-
Tor Lillqvist authored
-
Mike Gorse authored
Bug#629110: gtk_spinner_accessible_get_type always returns null
-
Javier Jardón authored
-