summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid some gratitious behaviour changesMatthias Clasen2009-08-081-71/+69
* Track viewable for GdkWindowAlexander Larsson2009-07-181-1/+3
* Move destroyed check to common code for get_origin & get_root_coordsAlexander Larsson2009-06-301-12/+7
* Better implementation of native clear_areaAlexander Larsson2009-06-261-10/+18
* Implement gdk_window_clear_area natively for foreign windowsAlexander Larsson2009-06-261-0/+14
* Ensure that we always calculate clip regions for root windowsAlexander Larsson2009-06-251-0/+1
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-06-171-15/+7
|\
| * Remove nonworking conditionalsMatthias Clasen2009-06-051-21/+9
* | Don't reset window hints when showing multiple timesAlexander Larsson2009-06-161-3/+4
* | Handle gdk_window_beep on offscreen windowsAlexander Larsson2009-06-111-14/+1
* | Add gdk_window_get_root_coordsAlexander Larsson2009-06-081-9/+11
* | Make window_get_pointer a window impl virtualAlexander Larsson2009-06-051-17/+19
* | Fix up gdk_window_set_has_native rename issuesAlexander Larsson2009-06-011-1/+1
* | Rename gdk_window_set_has_native to gdk_window_ensure_nativeAlexander Larsson2009-06-011-2/+2
* | Initial version of input supportAlexander Larsson2009-05-291-3/+2
* | Merge branch 'master' into client-side-windowsAlexander Larsson2009-05-251-20/+41
|\ \ | |/
| * Avoid unintended side-effect in gdk_window_get_eventsMatthias Clasen2009-05-101-4/+6
| * Don't enforce property change events on the root windowMatthias Clasen2009-05-101-2/+3
| * Allow unsetting the icon title set with gdk_window_set_icon_nameChristian Persch2009-04-201-12/+29
| * Don't move global user time backwardsAlexander Larsson2009-04-071-1/+3
* | Update clip region etc, when creating a foreign windowAlexander Larsson2009-04-021-0/+4
* | Don't recursively set bg none on the parent when e.g. moving childrenAlexander Larsson2009-04-021-18/+31
* | Fix warning about XChangeProperty argument typeAlexander Larsson2009-04-021-1/+1
* | Fix setting of private->shaped when setting input shapeAlexander Larsson2009-04-021-2/+5
* | Don't look for EXPOSE mask set to disable bg none settingAlexander Larsson2009-04-021-10/+0
* | Fix typos in X11 details of new OSX APIsAlexander Larsson2009-04-021-2/+2
* | Remove invalidate_maybe_recurse and process_updates from the paintable interfaceRichard Hult2009-04-021-0/+10
* | Expose _gdk_window_process_updates_recurse for backendsRichard Hult2009-04-021-0/+7
* | Keep track of the impl windows wrapper directly with a refAlexander Larsson2009-04-021-0/+2
* | Don't allow native window > 65535 pixelsAlexander Larsson2009-04-021-0/+11
* | Make _gdk_x11_window_tmp_unset_parent_bg not change above the toplevel windowAlexander Larsson2009-04-021-4/+10
* | Fix various problem with temporarily unsetting backgroundAlexander Larsson2009-04-021-11/+32
* | Don't flicker when unsetting shape (using bg none)Alexander Larsson2009-04-021-0/+2
* | Add restack_under method to GdkWindomImplAlexander Larsson2009-04-021-4/+25
* | Handle GDK_WA_CURSOR in non-native window creationAlexander Larsson2009-04-021-4/+0
* | Set bg none while changing so we don't draw the bg colorAlexander Larsson2009-04-021-0/+5
* | Correct type checks on gdk_window_set_group entry.Alexander Larsson2009-04-021-1/+2
* | Avoid flickering by using more temp unset bgAlexander Larsson2009-04-021-6/+7
* | Fix gdk_window_get_root_origin and gdk_window_get_frame_extents when called o...Alexander Larsson2009-04-021-7/+0
* | Various fixes for native windows:Alexander Larsson2009-04-021-21/+15
* | Ensure that we're properly hiding impl window if one of its parent non-impl w...Alexander Larsson2009-04-021-68/+38
* | Implement input shapesAlexander Larsson2009-04-021-473/+19
* | Remove shape_combine_mask from backend. Make X11 backend use XShapeCombineMas...Alexander Larsson2009-04-021-60/+13
* | Implement shaped windowsAlexander Larsson2009-04-021-32/+76
* | Add _gdk_windowing_window_get_shapeAlexander Larsson2009-04-021-0/+44
* | Make gdk_windowing_window_destroy a GdkWindowImpl methodAlexander Larsson2009-04-021-4/+5
* | Make _gdk_windowing_window_queue_translation a GdkWindiwImpl callAlexander Larsson2009-04-021-0/+1
* | Remove unnecessary clear_area method in GdkWindowImplAlexander Larsson2009-04-021-15/+0
* | New approach to motion event handlingAlexander Larsson2009-04-021-2/+5
* | Store colormap on impl window (necessary for e.g. foreign windows)Alexander Larsson2009-04-021-7/+4