summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkinput-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Set x_root and y_root in button and motion events from extended inputMatthias Clasen2004-12-281-0/+4
* remove unused gdk_font_charset_for_locale() function.Manish Singh2004-08-261-3/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-061-8/+8
* Make set_user_time() static. _-prefix calls ofMatthias Clasen2004-04-231-8/+8
* Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah Newren.Soeren Sandmann2004-04-181-0/+24
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* X11 R6.4 specifies 15 events for the XInput extension. We want to see themSimon Budig2004-03-011-1/+1
* Fix to allow reasonable pointer behavior in window mode when an extended13:49 Daniel Rogers2003-12-311-9/+26
* Rename from _gdk_x11_register_event_type(), added API docs.Matthias Clasen2003-12-141-2/+2
* gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.cOwen Taylor2003-07-111-7/+6
* reenabled button_release events for xinput devices. (#113948)Michael Natterer2003-06-031-1/+8
* Bug #107664 continued:Matthias Clasen2003-03-081-2/+2
* Remove selection for DeviceButtonRelease, we no longer need it now thatOwen Taylor2002-12-091-7/+0
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-2/+1
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-021-23/+23
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-6/+1
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-181-1/+1
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-35/+45
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-4/+4
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-031-1/+1
* Convert GdkVisual to a GObject.Alex Larsson2001-06-301-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Ignore calls with <= width or height.Owen Taylor2000-07-031-273/+184
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-0/+2
* Remove use of libunicode in favor of new GLib functions.Owen Taylor2000-06-211-8/+8
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-0/+4
* Call XFreeDeviceState() on results of XQueryDeviceState().Owen Taylor1999-11-101-0/+1
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-50/+27
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-7/+7
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* Fixed gdk_input_devices being NULL when compiled with --xinput=xfree butRaph Levien1998-11-271-10/+12
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-151-1/+1
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* return NULL if device is not ready gtk/gtkwindow.h: check forPST 1998 Shawn T. Amundson1998-03-061-0/+22
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-021-3/+5
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-191-10/+10
* Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don'tOwen Taylor1998-02-031-3/+36
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-18/+156
* Initial revisionElliot Lee1997-11-241-0/+687