summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct the initial event mask of the root windowMatthias Clasen2009-09-061-0/+4
* Fix a typoMatthias Clasen2009-09-041-1/+1
* Fix the buildMatthias Clasen2009-09-041-1/+1
* Make window manager tracking work betterMatthias Clasen2009-09-041-26/+36
* Deprecate GDK_WINDOW_OBJECT and GdkWindowObjectAlexander Larsson2009-09-041-0/+4
* Add function accessors for x11 window/pixmap implAlexander Larsson2009-09-044-2/+19
* Make public GDK_WINDOW_TYPE and GDK_WINDOW_DESTROYED use functions callsAlexander Larsson2009-09-042-2/+6
* Add gdk_window_is_destroyedAlexander Larsson2009-09-043-0/+16
* Move _gdk_window_event_parent_of to gdkinternals.hAlexander Larsson2009-09-042-3/+2
* Ensure clip region valid before using it for emulating graphics exposuresAlexander Larsson2009-09-041-0/+1
* Ensure gc clip region valid in _gdk_gc_update_contextAlexander Larsson2009-09-041-0/+2
* Correct the antiexposure vs implicit paint flush raceAlexander Larsson2009-09-041-1/+5
* Don't access region when it might be freedAlexander Larsson2009-09-041-3/+3
* Fix warnings in gdk_window_restackAlexander Larsson2009-09-041-1/+2
* Fix the return type of gdk_selection_property_getMatthias Clasen2009-09-021-1/+1
* Add gdk_window_restackAlexander Larsson2009-09-027-0/+157
* Add gdk_cairo_reset_clipAlexander Larsson2009-09-013-0/+31
* Documentation fixesMatthias Clasen2009-09-011-0/+2
* Document gdk_window_geometry_changedMatthias Clasen2009-08-311-1/+5
* Fix order of cairo clip setting when drawing textAlexander Larsson2009-08-311-3/+4
* Don't delay showing windows until viewable in GDK_NATIVE_WINDOWS modeAlexander Larsson2009-08-311-1/+5
* Don't propagate GDK_NATIVE_WINDOWS to child processesAlexander Larsson2009-08-311-2/+7
* Update shape handlingAlexander Larsson2009-08-312-17/+74
* Don't update window->shaped from backendsAlexander Larsson2009-08-312-14/+0
* Use temporary impl_iface variable to make lines shorterAlexander Larsson2009-08-311-81/+165
* Add and use gdk_window_is_toplevel when possibleAlexander Larsson2009-08-311-27/+21
* Add window type an shape to window print for nicer debuggingAlexander Larsson2009-08-311-0/+15
* Support DEBUG_WINDOW_PRINTING even with GDK_NATIVE_WINDOWSAlexander Larsson2009-08-311-12/+12
* Minor doc fixMatthias Clasen2009-08-311-1/+1