summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkevents-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Allow falling back to another icon theme before hicolor. (#325546, RodneyMatthias Clasen2006-01-111-0/+1
* Free data returned from XGetWindowProperty.Matthias Clasen2005-08-191-3/+8
* Make tracking the on_all_desktops state work better.Matthias Clasen2005-08-011-25/+21
* Change machinery for following font rendering xsettings to set cairo fontOwen Taylor2005-07-211-5/+10
* Don't assert if the xrootwin is invalid. (#309997, Barbie LeVille)Matthias Clasen2005-07-141-15/+45
* Handle broken grabs.Matthias Clasen2005-06-301-1/+4
* Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size toMatthias Clasen2005-06-151-0/+2
* Update to changed cairo interface.Owen Taylor2005-05-171-0/+3
* Fix a bug in focus tracking when we move between has_pointer_focus andOwen Taylor2005-05-051-23/+61
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+5
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Update the user time when receiving a WM_DELETE message. (#162980, ElijahMatthias Clasen2005-01-051-0/+2
* Squash strict aliasing warnings.Owen Taylor2004-11-171-3/+11
* Don't crash on broken ClientMessage events. (#157056, Owen Taylor)Matthias Clasen2004-11-011-2/+8
* Revert accidental change from Aug 02 that removed a flush of the XSøren Sandmann2004-09-041-10/+3
* Make it possible to specify additional modules to load via a setting.Matthias Clasen2004-09-011-0/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Make static.Matthias Clasen2004-08-091-1/+1
* New function. Make sure the sync counter is recreated when a window isSoeren Sandmann2004-08-021-3/+10
* Add missing error traps. (#149011, Thomas Leonard)Matthias Clasen2004-08-021-0/+6
* Hook up gtk-menu-bar-accel to an XSetting, Gtk/MenuBarAccel. (#120859,Matthias Clasen2004-07-211-4/+5
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-111-10/+36
* Fix off-by-one allocation errors. (#143337, Billy Biggs)Matthias Clasen2004-05-281-2/+2
* Check for XFIXES extension.Matthias Clasen2004-05-181-0/+22
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-061-2/+2
* Make set_user_time() static. _-prefix calls ofMatthias Clasen2004-04-231-1/+1
* Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah Newren.Soeren Sandmann2004-04-181-0/+19
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-6/+3
* Based on patch by Alex LarssonOwen Taylor2004-03-011-0/+1
* Return GDK_FILTER_CONTINUE for unhandled message types.Owen Taylor2004-02-261-6/+11
* Bug 130790 (Federico Mena Quintero, Owen Taylor)Soeren Sandmann2004-02-211-0/+5
* Fixes for #82099:Matthias Clasen2004-02-191-0/+2
* Avoid triggering an X error when the client->manager_window isOwen Taylor2004-02-101-8/+14
* Remove unused variable 'result'Soeren Sandmann2004-02-021-1/+20
* Do not interpret distant clicks as double-clicks (#116541, BernhardMatthias Clasen2003-12-161-5/+1
* Rename from _gdk_x11_register_event_type(), added API docs.Matthias Clasen2003-12-141-3/+24
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-101-1/+2
* Add missing break statements (#119494, Soeren Sandmann)Owen Taylor2003-08-111-11/+11
* Reset the toplevel->have_* flags before iterating over the _NET_WM_STATEMatthias Clasen2003-08-071-1/+6
* gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime andTor Lillqvist2003-07-261-5/+13
* gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.cOwen Taylor2003-07-111-67/+126
* Lookup all the atoms in the target list at once.Owen Taylor2003-07-051-1/+1
* Split toplevel-specific pieces of GdkWindowImplX11 into a separateOwen Taylor2003-07-051-57/+55
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-99/+126
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-021-1/+2
* Don't respond to pings on a root window; prevents infinite loops if we areOwen Taylor2003-06-031-1/+3
* You don't get a XkbMapNotify event if you get a XkbNewKeyboardNotifyOwen Taylor2003-04-181-0/+1
* Bug #107664 continued:Matthias Clasen2003-03-081-17/+1
* add a "return" at the end of the function, so there is a statementManish Singh2003-01-221-0/+1
* Call the filters on the window where the event is received, not on theOwen Taylor2002-12-191-7/+25