summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkmain-x11.c
Commit message (Expand)AuthorAgeFilesLines
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-1/+1
* Implement GdkRegion in terms of cairo_region_tBenjamin Otte2010-06-291-10/+13
* Remove gdk_*et_use_xshm() deprecated functionsJavier Jardón2010-05-261-11/+0
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-184/+82
* Base pointer grab on get-offscreen-parentAlexander Larsson2009-06-081-81/+17
* Fix up gdk_window_set_has_native rename issuesAlexander Larsson2009-06-011-1/+1
* Rename gdk_window_set_has_native to gdk_window_ensure_nativeAlexander Larsson2009-06-011-1/+1
* Initial version of input supportAlexander Larsson2009-05-291-1/+2
* Make sure we report grab broken on window destroyAlexander Larsson2009-04-021-0/+1
* Move implicit grab tracking totally to common codeAlexander Larsson2009-04-021-49/+0
* New approach for grab tracking codeAlexander Larsson2009-04-021-59/+52
* Ref windows during _gdk_x11_roundtrip_asyncAlexander Larsson2009-04-021-2/+4
* Remove unused codeAlexander Larsson2009-04-021-22/+0
* Track pointer grabs on Xserver timeAlexander Larsson2009-04-021-8/+43
* Move keyboard grab state tracking code to common codeAlexander Larsson2009-04-021-73/+6
* Move keyboard grab info to common codeAlexander Larsson2009-04-021-28/+24
* Don't sent native MotionHint masks on pointer grabs as then we won't get enou...Alexander Larsson2009-04-021-1/+6
* Fix up keyboard grab handlingAlexander Larsson2009-04-021-3/+9
* Grab pointer on toplevel window, not on nearest native, so that we always get...Alexander Larsson2009-04-021-1/+1
* Initial client-side-windows workAlexander Larsson2009-04-021-92/+80
* 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-5/+5
* Be more careful when checking for ButtonRelease events that end implicitMatthias Clasen2007-02-161-1/+7
* Apply a patch by Chris Wilson to avoid spurious valgrind warnings fromMatthias Clasen2007-01-041-1/+4
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-251-3/+12
* Make _gdk_windowing_args const.Matthias Clasen2006-04-031-1/+1
* Various cleanups. (#315359, Kjartan Maraas)Matthias Clasen2005-09-131-1/+1
* Broken pipeMatthias Clasen2005-09-111-1/+1
* Don't generate events on destroyed windows.Matthias Clasen2005-07-071-9/+12
* Handle broken grabs.Matthias Clasen2005-06-301-10/+55
* Ignore GrabBroken events which are caused by overgrabbing inside theMatthias Clasen2005-06-271-25/+16
* Avoid a segfault. (#309054)Matthias Clasen2005-06-271-4/+12
* Don't emit grab-broken for overgrabbing, until we figure out how to doMatthias Clasen2005-06-261-6/+12
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-251-4/+43
* Handle cursor theme changes for cached cursors which are not associatedMatthias Clasen2005-06-171-2/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-2/+3
* Fix many sparse warnings.Matthias Clasen2004-10-281-2/+2
* Add descriptions for the commandline arguments. The actual descriptionsMatthias Clasen2004-09-051-1/+3
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-051-4/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-2/+0
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-5/+5
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-021-9/+0
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+33
* Set the client ID on all displays. (#85713)Owen Taylor2002-09-301-17/+2
* Remove explicit calls to pango_x/xft_shutdown_display() since Pango nowOwen Taylor2002-08-091-1/+0
* Remove references to gdk_initialized (#81060, Jacob Berkman)Owen Taylor2002-08-021-6/+0
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-1/+4
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-22/+8