summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkprivate-x11.h
Commit message (Expand)AuthorAgeFilesLines
* Revamp and modernize X error trapsHavoc Pennington2010-09-181-0/+2
* x11: Remove display_x11->have_renderBenjamin Otte2010-08-101-2/+0
* API: remove GdkGCBenjamin Otte2010-08-101-34/+0
* x11: Remove unused codeBenjamin Otte2010-08-101-3/+0
* gdk: Make window moves a custom vfuncBenjamin Otte2010-08-101-2/+1
* API: remove GdkImageBenjamin Otte2010-08-101-3/+0
* API: remove gdk_drawable_copy_to_image()Benjamin Otte2010-08-101-8/+0
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-4/+4
* Remove XID_FONT_BITJavier Jardón2010-06-281-1/+0
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-3/+4
* [gdk/x11] Change the name of the functions in the header fileJavier Jardón2010-02-161-2/+2
* Make DND work better with shaped windowsMatthias Clasen2010-02-041-0/+4
* Ensure that queue_translation is paired with the right X operationAlexander Larsson2009-08-131-0/+1
* Move implicit grab tracking totally to common codeAlexander Larsson2009-04-021-2/+0
* Make _gdk_windowing_window_queue_translation a GdkWindiwImpl callAlexander Larsson2009-04-021-3/+6
* Initial client-side-windows workAlexander Larsson2009-04-021-8/+4
* Cache cursors to avoid libXcursor theme lookup overhead.Matthias Clasen2009-01-201-0/+1
* Abstract some GdkWindow API into an interface that the backends mustEmmanuele Bassi2008-06-271-0/+8
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-141-1/+1
* Use an unused high bit in the XID to mark fonts in the global xid hashMatthias Clasen2006-01-201-0/+2
* new internal function which destroys the display's event source. AlsoMichael Natterer2005-11-161-0/+1
* *** empty log message ***Matthias Clasen2005-09-201-1/+2
* Make it possible to determine if a key event is for a modifier key:Matthias Clasen2005-09-091-0/+2
* Add support for extra virtual modifiers: (#85780, Owen Taylor)Matthias Clasen2005-09-061-0/+2
* Change machinery for following font rendering xsettings to set cairo fontOwen Taylor2005-07-211-0/+4
* declare _gdk_xgrab_check_button_event.Manish Singh2005-06-301-3/+5
* Handle cursor theme changes for cached cursors which are not associatedMatthias Clasen2005-06-171-1/+4
* Forgotten fileMatthias Clasen2005-06-141-0/+1
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-8/+1
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-9/+0
* Avoid X errors when running against servers which implement XRender < 0.4.Matthias Clasen2005-01-181-1/+3
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-0/+8
* Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor.Soeren Sandmann2004-02-171-0/+1
* Rename from _gdk_x11_register_event_type(), added API docs.Matthias Clasen2003-12-141-3/+0
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-6/+0
* gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.cOwen Taylor2003-07-111-0/+3
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-0/+4
* Keep track of when we have a clip mask set for the GC, and when we unsetOwen Taylor2003-06-041-1/+2
* Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup()Owen Taylor2002-09-241-5/+0
* Add a keys_changed signal emitted when the keymap changes. (#72148)Owen Taylor2002-09-231-0/+1
* Switch back to using XftDraw so that we take advantage of theOwen Taylor2002-08-021-2/+4
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-1/+2
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-1/+2
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-0/+1
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-51/+47
* Fixes for non XKB operation. (#73103)Owen Taylor2002-03-041-0/+1
* Robustify tracking of pointer grab window.Owen Taylor2002-03-021-4/+4
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-6/+11
* Redo Xft support to go directly to Picture objects instead of usingOwen Taylor2001-11-051-4/+12