summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-167-25/+42
* Add gdk_screen_get_primary_monitor(). This fixes bug #601712Cody Russell2009-12-082-2/+40
* Fix mouse pointer handling on multiple screensAlexander Larsson2009-12-071-2/+2
* Add a missing includeMatthias Clasen2009-11-271-1/+2
* Be a bit more forgiving about invalid monitor numberMatthias Clasen2009-11-271-46/+56
* Short-circuit get_frame_extents for override-redirect windowsMatthias Clasen2009-11-271-1/+3
* Make level3 keys work againMatthias Clasen2009-11-251-2/+5
* Only use gdk_input_select_events() if XINPUT_NONE is definedJavier Jardón2009-11-111-1/+5
* [gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-2/+6
* Use "Deprecated:" gtk-doc symbol correntlyJavier Jardón2009-11-061-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-063-3/+3
* Add supports_native_bg to GdkWindowImplAlexander Larsson2009-11-051-0/+1
* Fix some compilation warningsJavier Jardón2009-10-301-4/+4
* Fix warning: cast to gchar*Javier Jardón2009-10-301-1/+1
* Remove some unnused variablesJavier Jardón2009-10-201-2/+0
* Use g_object_ref/unref instead deprecated gdk_*_ref/unref functionsJavier Jardón2009-10-141-2/+2
* Fix up _gdk_windowing_window_at_pointer coordinate reportingAlexander Larsson2009-10-051-8/+11
* Call XReconfigureWMWindow with proper screenPascal Terjan2009-10-011-1/+1
* Interpret min_value == max_value correctlyThomas Jaeger2009-09-301-5/+22
* Select for DeviceStateNotifyThomas Jaeger2009-09-302-1/+22
* Keep track of axis valuesThomas Jaeger2009-09-303-2/+26
* Filter out events that the current window didn't select forThomas Jaeger2009-09-293-1/+53
* Always select all XInput motion eventsThomas Jaeger2009-09-291-40/+4
* Report XInput button motion events until all buttons are released.Thomas Jaeger2009-09-291-1/+1
* XInput allows up to 255 buttonsThomas Jaeger2009-09-293-6/+18
* Refactor _gdk_input_other_eventThomas Jaeger2009-09-291-6/+6
* Use strstr instead of g_strrstr.Thomas Jaeger2009-09-291-4/+4
* Improve detection of input device source typeThomas Jaeger2009-09-281-8/+6
* Extend _gdk_windowing_window_at_pointer to be able to get toplevels onlyAlexander Larsson2009-09-281-1/+10
* Always report XInput events to the grab window if any.Carlos Garnacho2009-09-211-6/+7
* Block extended events to windows that didn't select them.Carlos Garnacho2009-09-211-0/+1
* Fix x/y coordinates for extended events.Carlos Garnacho2009-09-211-2/+2
* Fix gdk_device_get_history() for the core pointerMichael Natterer2009-09-171-5/+23
* fix whitespace errorMichael Meeks2009-09-141-1/+1
* fix race between fetching owner of composit selection, andMichael Meeks2009-09-143-4/+18
* Fix gdk_display_beepMatthias Clasen2009-09-131-2/+2
* CleanupsMatthias Clasen2009-09-102-19/+8
* Deprecate gdk_event_get_graphics exposesMatthias Clasen2009-09-091-20/+7
* Correct the initial event mask of the root windowMatthias Clasen2009-09-061-0/+4
* Fix the buildMatthias Clasen2009-09-041-1/+1
* Make window manager tracking work betterMatthias Clasen2009-09-041-26/+36
* Add function accessors for x11 window/pixmap implAlexander Larsson2009-09-043-2/+17
* Add gdk_window_restackAlexander Larsson2009-09-021-0/+16
* Don't update window->shaped from backendsAlexander Larsson2009-08-311-6/+0
* Minor doc fixMatthias Clasen2009-08-311-1/+1
* Fix a documentation errorMatthias Clasen2009-08-291-1/+1
* Silence the conversion from xatom to atom tooMatthias Clasen2009-08-201-1/+3
* Tiny docs improvementMatthias Clasen2009-08-171-7/+11
* Ensure that queue_translation is paired with the right X operationAlexander Larsson2009-08-132-0/+7
* Check for GraphicsExpose too in expose_serial_predicateAlexander Larsson2009-08-131-1/+1