summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-2759-177/+59
* gdk: Use versioned deprecationsMatthias Clasen2012-02-273-0/+4
* gdk: pull more precondition checks into the generic gdkscreen.cMichael Natterer2012-02-241-8/+0
* xi2: Get the effective group state by ORing the XIGroupState valuesCarlos Garnacho2012-02-231-1/+1
* gdk: Keep track of the last slave device usedCarlos Garnacho2012-02-231-1/+4
* x11: s/_/-/ in signal name "window-manager-changed"Michael Natterer2012-02-211-1/+1
* GdkScreen: fix precondition checks in the public APIMichael Natterer2012-02-211-56/+7
* Remove an unnecessary includeMatthias Clasen2012-02-211-4/+0
* Add a way to get the current modifier stateMatthias Clasen2012-02-212-6/+26
* x11: Fix first call to _gdk_x11_keymap_key_is_modifier()Bastien Nocera2012-02-191-0/+1
* x11: Cancel _NET_WM_MOVERESIZE if we get a matching ButtonReleaseRui Matos2012-02-092-46/+106
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-1/+1
* Add Since: to gdk_x11_device_get_id(), gdk_x11_device_manager_lookup(), gdk_x...Alexandre Rostovtsev2012-01-162-0/+6
* x11: Fix the _NET_SUPPORTING_WM_CHECK window fetch to be spec compliantRui Matos2012-01-161-36/+53
* Non-XInput2 build fixPatrick Welche2012-01-101-1/+1
* gdk/*: Use g_list_free_full convenience functionJavier Jardón2012-01-052-6/+4
* Fix problems with DND on some X serversMatthias Clasen2012-01-032-12/+24
* Fix problems with sticky handlingMatthias Clasen2011-12-281-2/+2
* Update various EWMH interactionsMatthias Clasen2011-12-281-10/+11
* x11: Don't handle focus events for NULL windowsBenjamin Otte2011-12-231-6/+8
* Revert "x11: Avoid spurious focus events on grabs"Matthias Clasen2011-12-223-9/+0
* GtkSettings: add shell-shows-menubar propertyRyan Lortie2011-12-191-2/+4
* gdk: Fix prototype for gdk_x11_window_set_utf8_propertyColin Walters2011-12-192-4/+3
* GtkSettings: add shell-shows-app-menu propertyRyan Lortie2011-12-191-2/+4
* x11: Add gdk_x11_window_set_utf8_propertyColin Walters2011-12-192-19/+41
* x11: Avoid spurious focus events on grabsBenjamin Otte2011-12-193-0/+9
* x11: Unify focus handling codeBenjamin Otte2011-12-193-218/+114
* Add gdk_screen_get_monitor_workareaMatthias Clasen2011-12-181-0/+108
* gdk,xi2: Make more resilient about not yet known devicesCarlos Garnacho2011-12-181-3/+12
* Doc format fixesMatthias Clasen2011-12-152-6/+9
* window: Add hide-titlebar-when-maximized propertyFlorian Müllner2011-12-152-0/+45
* Fix move-resize emulation with XI2Matthias Clasen2011-12-091-0/+27
* XI2: Push error traps around XIQueryDevice callsMatthias Clasen2011-11-302-12/+25
* gdk: remove the GET_EFFECTIVE_KEYMAP() stuff from gdkkeys-x11.cMichael Natterer2011-11-181-72/+13
* gdk_x11_keymap_get_modifier_mask(): always return a valueMichael Natterer2011-11-181-2/+2
* Turn the private #define for the group-shifting modifier into APIMichael Natterer2011-11-181-0/+18
* 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