- 22 Sep, 2010 1 commit
-
-
Javier Jardon authored
Use gdk_device_manager_get_client_pointer() instead
-
- 20 Sep, 2010 1 commit
-
-
Matthias Clasen authored
Remove syncs in front of gdk_error_trap_pop() calls, and convert gdk_error_trap_pop() calls to gdk_error_trap_pop_ignored() in gdk.
-
- 17 Sep, 2010 1 commit
-
-
Matthias Clasen authored
The goi scanner warns about these nowadays.
-
- 15 Sep, 2010 1 commit
-
-
Sebastian Dröge authored
Fixes build if it isn't available. Bug #629748.
-
- 13 Sep, 2010 1 commit
-
-
Adel Gadllah authored
Add the composite overlay window to the cache, as this can be a reasonable Xdnd proxy as well. This is only done when the screen is composited in order to avoid mapping the COW. We assume that the CM is using the COW (which is true for pretty much any CM currently in use). https://bugzilla.gnome.org/show_bug.cgi?id=601731
-
- 10 Jul, 2010 1 commit
-
-
- 29 Jun, 2010 2 commits
-
-
-
Benjamin Otte authored
Includes fixing all callers to use the cairo region API instead. This is usually just replacing the function names, the only difference is gdk_region_get_rectangles() being replaced by cairo_region_num_rectangles() and cairo_region_get_rectangle() which required a bit more work. https://bugzilla.gnome.org/show_bug.cgi?id=613284
-
- 01 Jun, 2010 1 commit
-
-
Cody Russell authored
We now exit early from gdk_window_register_dnd() to avoid crashing if the window type is GDK_WINDOW_OFFSCREEN and does not support dnd operations. This makes it possible to use any dnd-enabled widgets, such as GtkEntry, within a GtkOffscreenWindow.
-
- 25 May, 2010 1 commit
-
-
Matthias Clasen authored
-
- 14 May, 2010 1 commit
-
-
Tadej Borovšak authored
Use examples/gdk to store documentation code examples. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618498Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
- 02 May, 2010 1 commit
-
-
Javier Jardón authored
-
- 18 Apr, 2010 1 commit
-
-
Javier Jardon authored
Otherwise, inclusion of shape.h triggers an unknown type error for Region, and compile fails, at least in Solaris. Reported by Philip Brown here: https://bugzilla.gnome.org/show_bug.cgi?id=615028
-
- 04 Apr, 2010 4 commits
-
-
Matthias Clasen authored
Mention that targets is a list of atoms. Bug 611317.
-
Matthias Clasen authored
This was reported as a problem in bug 609952.
-
Matthias Clasen authored
If mouse clicks go through, drag-and-drop should too... Fixes bug 608615.
-
Colin Walters authored
The Gdk-custom.c file in gir-repository contained a number of introspection annotations. Merge those into the GDK source files. Some documentation was moved from the tmpl/ files to accomodate the addition of annotations. https://bugzilla.gnome.org/show_bug.cgi?id=592279
-
- 09 Mar, 2010 1 commit
-
-
Matthias Clasen authored
Mention that targets is a list of atoms. Bug 611317.
-
- 23 Feb, 2010 1 commit
-
-
Matthias Clasen authored
This was reported as a problem in bug 609952.
-
- 05 Feb, 2010 1 commit
-
-
Matthias Clasen authored
If mouse clicks go through, drag-and-drop should too... Fixes bug 608615.
-
- 16 Dec, 2009 1 commit
-
-
Colin Walters authored
The Gdk-custom.c file in gir-repository contained a number of introspection annotations. Merge those into the GDK source files. Some documentation was moved from the tmpl/ files to accomodate the addition of annotations. https://bugzilla.gnome.org/show_bug.cgi?id=592279
-
- 06 Nov, 2009 1 commit
-
-
Javier Jardon authored
-
- 24 May, 2009 1 commit
-
-
Matthias Clasen authored
-
- 02 Apr, 2009 1 commit
-
-
Alexander Larsson authored
The history before this was kind of twisted as several different approaches were tested, so that was all squashed into this initial commit to hide the uninteresting changes and files that were later removed.
-
- 26 Dec, 2008 1 commit
-
-
Matthias Clasen authored
svn path=/trunk/; revision=21929
-
- 04 Aug, 2008 1 commit
-
-
Tor Lillqvist authored
2008-08-05 Tor Lillqvist <tml@novell.com> Bug 544684 - Win64 issue, window handles are assumed to be 32-bit * gdk/gdkdnd.h * gdk/gdkdnd.c * gdk/win32/gdkdnd-win32.c * gdk/x11/gdkdnd-x11.c: Change return value and type of window id from guint32 to GdkNativeWindow for gdk_drag_get_protocol_for_display() and gdk_drag_get_protocol(). This is not an API break on existing platforms, as GdkNativeWindow has been guint32 for them already. svn path=/trunk/; revision=20988
-
- 22 Jun, 2008 1 commit
-
-
Johan Dahlin authored
2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
-
- 08 Oct, 2006 1 commit
-
-
Matthias Clasen authored
-
- 15 Aug, 2006 1 commit
-
-
Matthias Clasen authored
2006-08-15 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): * gdk/x11/gdkwindow-x11.c (gdk_window_set_decorations): (gdk_window_set_functions): Zero out some stack-allocated X structures, to avoid valgrind warnings about uninitialized memory. (#349382, David Baron)
-
- 25 May, 2006 1 commit
-
-
Matthias Clasen authored
2006-05-25 Matthias Clasen <mclasen@redhat.com> Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)
-
- 18 May, 2006 1 commit
-
-
Matthias Clasen authored
2006-05-18 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display): Always set protocol. (#342003, Tommi Komulainen)
-
- 14 May, 2006 1 commit
-
-
Matthias Clasen authored
-
- 04 Apr, 2006 1 commit
-
-
Matthias Clasen authored
2006-04-04 Matthias Clasen <mclasen@redhat.com> * gdk/gdkdisplay.c: * gdk/gdkdisplaymanager.c: * gdk/gdkdraw.c: * gdk/gdkkeys.c: * gdk/gdkpixmap.c: * gdk/gdkscreen.c: * gdk/gdkwindow.c: * gdk/x11/gdkcolor-x11.c: * gdk/x11/gdkdisplay-x11.c: * gdk/x11/gdkdnd-x11.c: * gdk/x11/gdkdrawable-x11.c: * gdk/x11/gdkgc-x11.c: * gdk/x11/gdkimage-x11.c: * gdk/x11/gdkinput.c: * gdk/x11/gdkpixmap-x11.c: * gdk/x11/gdkscreen-x11.c: * gdk/x11/gdkwindow-x11.c: Use G_DEFINE_TYPE. * gdk/x11/gdkcolor-x11.c: * gdk/x11/gdkdnd-x11.c: * gdk/x11/gdkimage-x11.c: Use instance private data.
-
- 02 Feb, 2006 1 commit
-
-
Matthias Clasen authored
2006-02-02 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display): Make drops on the root window work again. (#145243, Andrew S. Dixon)
-
- 26 Oct, 2005 1 commit
-
-
Matthias Clasen authored
-
- 13 Sep, 2005 1 commit
-
-
Matthias Clasen authored
2005-09-13 Matthias Clasen <mclasen@redhat.com> * gdk/*.c: Various cleanups. (#315359, Kjartan Maraas)
-
- 11 Sep, 2005 1 commit
-
-
Matthias Clasen authored
-
- 31 Aug, 2005 1 commit
-
-
Matthias Clasen authored
2005-08-31 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_type): * gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_impl_x11_get_type): * gdk/x11/gdkkeys-x11.c (gdk_keymap_x11_get_type): * gdk/x11/gdkinput.c (gdk_device_get_type): * gdk/x11/gdkimage-x11.c (gdk_image_get_type): * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_type): * gdk/x11/gdkdrawable-x11.c (_gdk_drawable_impl_x11_get_type): * gdk/x11/gdkdnd-x11.c (gdk_drag_context_get_type): * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type): * gdk/x11/gdkcolor-x11.c (gdk_colormap_get_type): * gdk/gdkwindow.c (gdk_window_object_get_type): * gdk/gdkscreen.c (gdk_screen_get_type): * gdk/gdkrectangle.c (gdk_rectangle_get_type): * gdk/gdkpixmap.c (gdk_pixmap_get_type): * gdk/gdkkeys.c (gdk_keymap_get_type): * gdk/gdkfont.c (gdk_font_get_type): * gdk/gdkevents.c (gdk_event_get_type): * gdk/gdkdraw.c (gdk_drawable_get_type): * gdk/gdkdisplaymanager.c (gdk_display_manager_get_type): * gdk/gdkdisplay.c (gdk_display_get_type): * gdk/gdkcursor.c (gdk_cursor_get_type): * gdk/gdkcolor.c (gdk_color_get_type): Intern type names before registering the type to avoid unnecessary copies.
-
- 19 Aug, 2005 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-08-19 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display) (xdnd_read_actions, get_client_window_at_coords_recurse): Free data returned from XGetWindowProperty. * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window) Free data returned from XGetWindowProperty. (313867, Kjartan Maraas) * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free children in all cases. (#313862, Kjartan Maraas)
-