summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Never do implicit paints for foreign windowsMatthias Clasen2009-12-081-0/+8
* Set colormap of offscreen pixmapsMatthias Clasen2009-12-081-0/+1
* Fix up last commitAlexander Larsson2009-12-081-1/+1
* Handle input extension events when making a window nativeAlexander Larsson2009-12-081-0/+71
* Fix damage report for lines drawn on offscreen windowsAlexander Larsson2009-12-071-13/+35
* Fix mouse pointer handling on multiple screensAlexander Larsson2009-12-071-2/+2
* Don't filter out BUTTON_MOTION event masksAlexander Larsson2009-12-021-13/+7
* [gdk/directfb] Made dfb_events_dispatch() thread saveJavier Jardón2009-11-301-0/+4
* Be a bit more forgiving about invalid monitor numberMatthias Clasen2009-11-301-46/+56
* Short-circuit get_frame_extents for override-redirect windowsMatthias Clasen2009-11-301-1/+3
* Make level3 keys work againMatthias Clasen2009-11-301-2/+5
* Fix for position bugMichael Emmel2009-11-301-4/+5
* Restore optional debugging printout of normal eventsTor Lillqvist2009-11-201-0/+1
* Fix _gdk_window_impl_new() for win32Hans Breuer2009-11-081-11/+3
* Don't unnecessarily clear windows with no exposure mask setAlexander Larsson2009-11-051-65/+133
* Document clears_as_native and make the name more descriptiveAlexander Larsson2009-11-051-2/+6
* Add supports_native_bg to GdkWindowImplAlexander Larsson2009-11-052-0/+2
* Don't unnecessarily expose areas copied by native windowing systemAlexander Larsson2009-11-051-0/+15
* Only send exposes on unmap if window really was unmappedAlexander Larsson2009-11-051-1/+2
* Flush outstanding stuff when clearing directly on a windowAlexander Larsson2009-11-051-0/+4
* Use correct type text/uri-list for the dropped files selectionTor Lillqvist2009-10-231-1/+1
* Use correct size for root window with multiple monitorsTor Lillqvist2009-10-181-2/+1
* Delete a couple of leftover commented-out linesTor Lillqvist2009-10-181-2/+0
* Add missing newline to debugging outputTor Lillqvist2009-10-181-1/+1
* Delete unused leftover static functionTor Lillqvist2009-10-181-32/+0
* More meaningful debugging output in gdk_win32_window_get_root_coordsTor Lillqvist2009-10-181-1/+1
* Remove unused variables and static functionsTor Lillqvist2009-10-181-89/+0
* Correct function names in debugging outputTor Lillqvist2009-10-181-22/+22
* Fix up _gdk_windowing_window_at_pointer coordinate reportingAlexander Larsson2009-10-051-8/+11
* Plug a memory leakMatthias Clasen2009-10-041-0/+2
* Bug 596959 - DirectFB backend compilation broken with changes from 2.18.0 to...Sebastian Dröge2009-10-021-2/+4
* Call XReconfigureWMWindow with proper screenPascal Terjan2009-10-011-1/+1
* 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