]> Pileus Git - ~andy/gtk/history - gdk/gdkwindow.c
Warn when a parent is destroyed
[~andy/gtk] / gdk / gdkwindow.c
2009-04-02 Alexander LarssonEnsure offscreen windows are not used as non-toplevels
2009-04-02 Alexander LarssonRemove offscreen hooks support
2009-04-02 Alexander LarssonFix x vs y typo
2009-04-02 Cody RussellMisc stuff
2009-04-02 Cody RussellCSW Win32 work in progress - builds but does not work...
2009-04-02 Alexander LarssonTry to combine consecutive window moves into one
2009-04-02 Alexander LarssonFree region also if its empty (we're taking ownership...
2009-04-02 Alexander LarssonMove unnecessary window copies to the right place
2009-04-02 Alexander LarssonRemove invalid source area from copy in move_region_on_impl
2009-04-02 Alexander LarssonMove GdkWindowRegionMove construction/destruction to...
2009-04-02 Alexander LarssonUse clearer names for GdkWindowRegionMove members
2009-04-02 Alexander Larssonqueue expose translations after the actual pixel copy
2009-04-02 Alexander LarssonFix order of outstanding moves in queue
2009-04-02 Alexander LarssonMake outstanding window moves work with the new model
2009-04-02 Alexander LarssonDon't clear background on no exposure mask if NULL...
2009-04-02 Alexander LarssonDon't event process updates for foreign windows
2009-04-02 Alexander LarssonDon't touch private->parent after its been change
2009-04-02 Alexander LarssonClear background on expose with no EXPOSURE_MASK
2009-04-02 Alexander LarssonCall backend show() in gdk_window_show even if window...
2009-04-02 Alexander LarssonRefactor background clearing code so we can clear a...
2009-04-02 Alexander LarssonBe more explicit about when to flush moves
2009-04-02 Alexander LarssonDestroy native children when recursing from a destroy...
2009-04-02 Alexander LarssonOnly translate native motion events to motion events
2009-04-02 Alexander LarssonDon't set the background for input only window
2009-04-02 Alexander LarssonFix assert, it was checking the wrong window
2009-04-02 Alexander LarssonEnable custom event masks for native windows
2009-04-02 Alexander LarssonFilter out all native grab/ungrab events with detail...
2009-04-02 Alexander LarssonReturn ignoring of native grab/ungrab events when we...
2009-04-02 Alexander LarssonHandle crossing events with subwindows unknown to gdk
2009-04-02 Alexander LarssonMove implicit grab tracking totally to common code
2009-04-02 Alexander LarssonNew approach for grab tracking code
2009-04-02 Alexander LarssonOnly sync the display if creating a native window impli...
2009-04-02 Alexander LarssonSync the display when creating a native window.
2009-04-02 Alexander LarssonDon't warn about unexpected events on foreign windows
2009-04-02 Alexander LarssonFix typo in gdk_window_input_shape_combine_region
2009-04-02 Alexander LarssonMake gdk_window_get_toplevel() for CHILD window with...
2009-04-02 Alexander LarssonDon't mess with any events on the root window.
2009-04-02 Alexander LarssonDon't crash if window->parent is NULL
2009-04-02 Alexander LarssonSimplify do_move_region_bits_on_impl by removing unused...
2009-04-02 Alexander LarssonRemove unused label
2009-04-02 Alexander LarssonDon't ignore native CROSSING_GRAB/UNGRAB events
2009-04-02 Richard HultRemove invalidate_maybe_recurse and process_updates...
2009-04-02 Richard HultExpose _gdk_window_process_updates_recurse for backends
2009-04-02 Richard HultAdd a window argument to begin_paint_region in the...
2009-04-02 Alexander LarssonFix gdk_window_has_no_impl typo
2009-04-02 Alexander LarssonOnly set cursors on toplevel.
2009-04-02 Alexander LarssonSwitch motion hint emulation to be serial based.
2009-04-02 Alexander LarssonKeep track of the impl windows wrapper directly with...
2009-04-02 Alexander LarssonUngrab keyboard if virtual window is hidden or destroyed
2009-04-02 Alexander LarssonImplement GDK_POINTER_MOTION_HINT_MASK support
2009-04-02 Alexander LarssonNew flicker flicker fixing approach
2009-04-02 Alexander Larssongdk_window_process_updates_internal only needs to flush...
2009-04-02 Alexander LarssonSplit out the flushing of outstanding moves
2009-04-02 Alexander LarssonFlush any outstanding stuff in the window in non-buffer...
2009-04-02 Alexander LarssonClip exposed area to the visible region.
2009-04-02 Alexander LarssonDon't send expose events if region is empty
2009-04-02 Alexander LarssonHandle native children correctly in gdk_window_scroll
2009-04-02 Alexander LarssonIfdef out x11 specific code
2009-04-02 Alexander LarssonFix performance issue with find_native_sibling_above
2009-04-02 Alexander LarssonCall backend move_resize with the right coords/size
2009-04-02 Alexander LarssonMake moving subwindows correctly handle native windows
2009-04-02 Alexander Larssondo_move_region_bits_on_impl needs to copy from overlapp...
2009-04-02 Alexander Larssonmove_region_on_impl - shortcut if region is empty
2009-04-02 Alexander LarssonAvoid extending implicit paint size due to empty region...
2009-04-02 Alexander LarssonAlways set the shape when creating a native window.
2009-04-02 Alexander LarssonAvoid lots of unnecessary computation when moving tople...
2009-04-02 Alexander LarssonRestack native window after reparent put it on top
2009-04-02 Alexander LarssonFix up native window handling in gdk_window_lower too
2009-04-02 Alexander LarssonFix up gdk_window_raise and native window creation...
2009-04-02 Alexander LarssonMove all backend specific raise/lower code into _intern...
2009-04-02 Alexander LarssonMake sure we handle clipping in gdk_window_draw_pixbuf...
2009-04-02 Alexander LarssonSend expose events to exposed area when changing the...
2009-04-02 Alexander LarssonHandle GDK_WA_CURSOR in non-native window creation
2009-04-02 Alexander LarssonInclude inferiors when moving window parts
2009-04-02 Alexander LarssonRef imp even in non-native windows and don't NULL out...
2009-04-02 Alexander LarssonWhen creating native window, set the native background
2009-04-02 Alexander LarssonNeed to split up impl changing and reparenting so we...
2009-04-02 Alexander LarssonRecompute abs_x/y before reparenting windows due to...
2009-04-02 Alexander LarssonDon't destroy NULL region
2009-04-02 Alexander LarssonEnsure we show native window when creating them for...
2009-04-02 Alexander LarssonMove native window showing/hiding out of is_impl, we...
2009-04-02 Alexander LarssonEnsure that we always invalidate newly exposed areas...
2009-04-02 Alexander LarssonVarious fixes for native windows:
2009-04-02 Alexander LarssonUpdate abs_x/y before moving native children
2009-04-02 Alexander LarssonMove all native children (recursively) in gdk_window_scroll
2009-04-02 Alexander LarssonEnsure that we're properly hiding impl window if one...
2009-04-02 Alexander LarssonDon't remove composited childrens area when processing...
2009-04-02 Alexander LarssonHandle mask == NULL in shape_combine_mask
2009-04-02 Alexander LarssonImplement input shapes
2009-04-02 Alexander LarssonImplement shaped windows
2009-04-02 Alexander LarssonAdd _gdk_windowing_window_get_shape
2009-04-02 Alexander LarssonCreate _gdk_drawable_create_cairo_surface to ugly typec...
2009-04-02 Alexander LarssonMake gdk_windowing_window_destroy a GdkWindowImpl method
2009-04-02 Alexander LarssonMake _gdk_windowing_window_queue_translation a GdkWindi...
2009-04-02 Alexander LarssonRemove unnecessary clear_area method in GdkWindowImpl
2009-04-02 Alexander LarssonFor implicit grabs, we grab the *event* window, not...
2009-04-02 Alexander LarssonHandle cursors right with grabs
2009-04-02 Alexander LarssonImplement cursors
2009-04-02 Alexander LarssonFix crossing event order and some details
2009-04-02 Alexander LarssonNew approach to motion event handling
next