summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* x11: Implement GDK_WINDOW_STATE_FOCUSED on top of _NET_WM_STATE_FOCUSEDRui Matos2011-11-082-1/+30
* gdk: exclude MOD1 from the virtual modifier mappingMichael Natterer2011-11-071-8/+12
* x11: Fix window manager change detectionRui Matos2011-11-051-3/+1
* Add device-taking variants of begin_resize/move_dragMatthias Clasen2011-11-051-12/+21
* x11: Do fallback resize without deprecated functionsBenjamin Otte2011-11-021-8/+8
* x11: Don't use deprecated functionBenjamin Otte2011-11-022-2/+2
* Don't refer to --sync anymoreMatthias Clasen2011-10-201-2/+2
* Use G_VALUE_INITJavier Jardón2011-10-151-1/+1
* gdk: s/gdk_cursor_unref/g_object_unref/Michael Natterer2011-10-152-2/+2
* gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and BroadwayMichael Natterer2011-10-073-127/+5
* gdkcreen-x11: Use GdkRGBA instead GdkColorJavier Jardón2011-10-011-8/+8
* Fix a segfault if the GAppInfo does not have an iconRichard Hughes2011-09-131-5/+7
* x11: Don't create GdkDevices for disabled devicesCarlos Garnacho2011-09-061-0/+4
* Make focus rectangles optionalMatthias Clasen2011-08-101-2/+4
* Add annotations so that methods are properly paired to objects.Pavel Holejsovsky2011-08-017-30/+32
* Enable introspection of X11-specific functions and methodsPavel Holejsovsky2011-08-017-22/+22
* XK_Num_Lock is called GDK_KEY_Num_Lock in this source tree.Patrick Welche2011-07-221-1/+1
* x11: Skip GenericEvents with no cookie data in the xi2 device managerCarlos Garnacho2011-07-151-0/+3
* gdk/x11: Add gdk_x11_device_manager_lookup()Carlos Garnacho2011-07-156-0/+91
* gdk/x11: Add gdk_x11_device_get_id()Carlos Garnacho2011-07-156-0/+93
* Use AM_CPPFLAGS instead the obsolete INCLUDESJavier Jardón2011-07-061-1/+1
* GdkKeymap: Prevent an infinite loop in the non-XKB caseMatthias Clasen2011-06-301-0/+2
* Add a missing break statementMatthias Clasen2011-06-141-0/+1
* Avoid an oob readMatthias Clasen2011-06-141-1/+1
* xi2: Handle XIM modules that replace eventsCarlos Garnacho2011-06-131-1/+6
* gdk: Use const instead G_CONST_RETURNJavier Jardón2011-06-104-7/+7
* configure: Check for XGetEventData()Carlos Garnacho2011-05-271-0/+6
* gdk: do not fallback to event->xany.window in GdkEventTranslatorCarlos Garnacho2011-05-271-6/+2
* gdk: Get the right filter window for XI2 eventsCarlos Garnacho2011-05-181-1/+21
* gdk: Add _gdk_x11_event_translator_get_window()Carlos Garnacho2011-05-183-10/+68
* gdk: Move XGetEventData() call to GdkEventSourceCarlos Garnacho2011-05-182-44/+30
* Fix a typo in !HAVE_XCURSOR code pathsMatthias Clasen2011-05-071-1/+1
* gdk/x11/gdkcursor-x11.c: Use GdkRGBA instead GdkColorJavier Jardón2011-05-041-13/+12
* GdkDeviceManagerXI2: don't set user_time on ButtonReleaseDan Winship2011-04-121-1/+2
* GdkWindowImplX11: Struct packing improvementsMatthias Clasen2011-04-121-3/+3
* GdkX11Screen: Struct packing improvementsMatthias Clasen2011-04-122-32/+34
* GdkX11DragContext: Struct packing improvementsMatthias Clasen2011-04-121-4/+3
* GdkX11DeviceXI: Struct packing improvementsMatthias Clasen2011-04-121-5/+4
* Free the translate queue when closing a displayMatthias Clasen2011-04-083-0/+18
* Fix some possible crashes if the default display is NULLMatthias Clasen2011-04-081-1/+2
* GdkDevice: Remove duplicate private functionCarlos Garnacho2011-04-083-3/+3
* Make gdk_x11_window_set_theme_variant do nothing for non-toplevelsMatthias Clasen2011-04-031-1/+6
* Keymap: properly initialize lock stateMatthias Clasen2011-04-031-5/+39
* Call _exit instead of exit from X error handlersMatthias Clasen2011-03-312-2/+2
* window: Export theme variant to X11Florian Müllner2011-03-212-0/+41
* GdkDeviceManagerXI2: process send_event core eventsDan Winship2011-03-171-24/+72
* x11: Copy from actual window, not parentBenjamin Otte2011-03-071-17/+1
* xi2: Ignore button release events of button 4-7Carlos Garcia Campos2011-03-061-0/+9
* gdk: gdk_x11_device_xi2_get_state(): move stuff to local scopeMichael Natterer2011-02-271-7/+8
* Drop _gdk_x11_set_input_focus_safeMatthias Clasen2011-02-264-105/+16