summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkevents-x11.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Separate out tracking of the X server focus window from tracking our ideaOwen Taylor2002-12-101-1/+1
* Fix a lost refcount in the case where we get a duplicate back from the XOwen Taylor2002-12-091-7/+35
* Document 2.2 API additions.Matthias Clasen2002-11-281-10/+22
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+10
* Produce C-m, not C-j for return. Handle Escape.Owen Taylor2002-10-221-1/+6
* Handle Return and KP_Enter.Owen Taylor2002-10-181-0/+6
* Fix use of uninitialized variable.Owen Taylor2002-10-181-70/+95
* add g_return_if_fail for monitor number <= 0Havoc Pennington2002-10-171-8/+62
* Add a check for the Xrandr extension.Owen Taylor2002-10-041-0/+3
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-3/+2
* Add gdk_screen_set_screen()/_get_screen() which (by evil hacks) work forOwen Taylor2002-10-021-0/+26
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-66/+169
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-4/+4
* disable/enable preedit/status in GtkIMContextXIM (#59076)Hidetoshi Tajima2002-09-241-0/+2
* Make icon sizes configurable (#70648, slightly based on a patch from BillOwen Taylor2002-09-241-0/+1
* Change the window parameter forOwen Taylor2002-09-241-6/+6
* Add a keys_changed signal emitted when the keymap changes. (#72148)Owen Taylor2002-09-231-2/+2