summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkevents-x11.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix usage of compat GTK_TYPE_ macros without including gtkobject.h.Owen Taylor2002-09-191-1/+10
* Take focus mode into account when tracking FocusIn/Out events, so we don'tOwen Taylor2002-09-101-4/+16
* gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move theTor Lillqvist2002-08-241-15/+0
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-9/+28
* Renames:Owen Taylor2002-06-201-2/+2
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-181-4/+4
* Ignore state change events for windows that aren't our toplevels. (#84482,Owen Taylor2002-06-141-1/+2
* Set hardware_keycode for KeyRelease events. (#84305)Matthias Clasen2002-06-061-0/+1
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-60/+1
* gdk_event_put() copies the event and setting name, so we don't have toOwen Taylor2002-05-161-1/+1
* Discard configure events from SubstructureNotify. (#81760, Rich Burridge)Owen Taylor2002-05-141-0/+4
* Always select for property notify for maintaining window state.Matthias Clasen2002-05-061-10/+15
* Use the same key when setting and getting NetWmSupportedAtoms.Anders Carlsson2002-05-011-1/+1
* Doc fixes.Alex Larsson2002-04-301-2/+1
* Missing ChangeLog entry and indentation fixOwen Taylor2002-04-301-4/+4
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-291/+509
* Fix assignment of time in scroll events. (Sven Neumann, #75574)Owen Taylor2002-03-201-1/+1
* Fixes for non XKB operation. (#73103)Owen Taylor2002-03-041-5/+5
* Robustify tracking of pointer grab window.Owen Taylor2002-03-021-3/+2
* gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add aOwen Taylor2002-02-241-2/+3