summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Bug 588449 - DnD doesn't work on GDK/QuartzKristian Rietveld2009-09-302-0/+36
* Use boxed accessors for setting and retrieving cursor propertyKristian Rietveld2009-09-301-2/+2
* 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
* Only select for button and pointer event on toplevelsAlexander Larsson2009-09-291-17/+36
* Improve detection of input device source typeThomas Jaeger2009-09-281-8/+6
* Sent button events don't cause passive grabsAlexander Larsson2009-09-281-2/+6
* Remove unused grab_one_pointer_release_event varAlexander Larsson2009-09-282-4/+1
* Extend _gdk_windowing_window_at_pointer to be able to get toplevels onlyAlexander Larsson2009-09-286-21/+64
* Bug 596494 - New property "cursor" in 2.18's GdkWindow with wrong type?Cody Russell2009-09-271-4/+5
* Remove unused variableKristian Rietveld2009-09-271-1/+0
* Bug 596012 - popup menu position is horribly off on gdk quartz with ...Kristian Rietveld2009-09-272-3/+40
* Bug 517394 - Native resize grip steals button release ...Christian Hergert2009-09-251-2/+34
* Bug 596250 - Gdkcursor-quartz.c doesn't implement GDK_BLANK_CURSORKristian Rietveld2009-09-251-1/+20
* Send a motion-notify when a (new) main window became activeKristian Rietveld2009-09-251-1/+64
* On pointer grab request native events needed for event emulationAlexander Larsson2009-09-251-1/+18
* Send expose events on foreign windowsAlexander Larsson2009-09-241-3/+7
* Bug 550939 - GtkFileChooser listbox does not refresh selectionKristian Rietveld2009-09-215-12/+60
* 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
* revert some changes in directfb backend that broke APICody Russell2009-09-212-0/+209
* Fix gdk_device_get_history() for the core pointerMichael Natterer2009-09-171-5/+23
* Assign the size of the screen to the root windowKristian Rietveld2009-09-161-4/+8
* Do not test the event mask of implicit grabsKristian Rietveld2009-09-161-1/+5
* Respect grab event mask for crossing eventsAlexander Larsson2009-09-151-7/+13
* fix whitespace errorMichael Meeks2009-09-141-1/+1
* fix race between fetching owner of composit selection, andMichael Meeks2009-09-143-4/+18
* Make gdk_window_flush publicAlexander Larsson2009-09-143-2/+25
* Better handling of window hierarchy changes from inside expose handlerAlexander Larsson2009-09-141-0/+36
* Handle expose events moving or resizing windowsAlexander Larsson2009-09-141-4/+19
* Factor out impl_window_add_update_area() to a functionAlexander Larsson2009-09-141-13/+19
* Don't reenter gdk_window_process_updates_internalAlexander Larsson2009-09-141-1/+5
* Bail out of window move/resize early if no changeAlexander Larsson2009-09-141-0/+8
* Fix gdk_display_beepMatthias Clasen2009-09-131-2/+2
* Don't support the old handling of zero height/width in gdk_window_clear_areaAlexander Larsson2009-09-111-7/+4
* CleanupsMatthias Clasen2009-09-104-34/+8
* Don't send grab broken for implicit grabs on button releaseAlexander Larsson2009-09-101-2/+2
* Ensure recursing gdk_window_process_all_updates worksAlexander Larsson2009-09-101-5/+23
* Avoid duplicate keysyms, ignore mispelled oneBastien Nocera2009-09-102-4/+13
* BugĀ 594668 - Add new Xorg keysymsBastien Nocera2009-09-092-643/+886
* Deprecate gdk_event_get_graphics exposesMatthias Clasen2009-09-093-20/+11
* Fix handling of window cursor wrt grabsAlexander Larsson2009-09-081-11/+19