]> Pileus Git - ~andy/gtk/history - gdk/gdkwindow.c
Merge in Gdk-custom.c introspection annotations
[~andy/gtk] / gdk / gdkwindow.c
2010-04-04 Colin WaltersMerge in Gdk-custom.c introspection annotations
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-08 Matthias ClasenNever do implicit paints for foreign windows
2009-12-08 Alexander LarssonFix up last commit
2009-12-08 Alexander LarssonHandle input extension events when making a window...
2009-12-02 Alexander LarssonDon't filter out BUTTON_MOTION event masks
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-05 Alexander LarssonDon't unnecessarily clear windows with no exposure...
2009-11-05 Alexander LarssonDocument clears_as_native and make the name more descri...
2009-11-05 Alexander LarssonDon't unnecessarily expose areas copied by native windo...
2009-11-05 Alexander LarssonOnly send exposes on unmap if window really was unmapped
2009-11-05 Alexander LarssonFlush outstanding stuff when clearing directly on a...
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-20 Javier JardónRemove some unnused variables
2009-10-05 Matthias ClasenPlug a memory leak
2009-09-30 Kristian RietveldUse boxed accessors for setting and retrieving cursor...
2009-09-29 Alexander LarssonOnly select for button and pointer event on toplevels
2009-09-28 Alexander LarssonSent button events don't cause passive grabs
2009-09-27 Cody RussellBug 596494 - New property "cursor" in 2.18's GdkWindow...
2009-09-25 Alexander LarssonOn pointer grab request native events needed for event...
2009-09-24 Alexander LarssonSend expose events on foreign windows
2009-09-15 Alexander LarssonRespect grab event mask for crossing events
2009-09-14 Alexander LarssonMake gdk_window_flush public
2009-09-14 Alexander LarssonBetter handling of window hierarchy changes from inside...
2009-09-14 Alexander LarssonHandle expose events moving or resizing windows
2009-09-14 Alexander LarssonFactor out impl_window_add_update_area() to a function
2009-09-14 Alexander LarssonDon't reenter gdk_window_process_updates_internal
2009-09-14 Alexander LarssonBail out of window move/resize early if no change
2009-09-11 Alexander LarssonDon't support the old handling of zero height/width...
2009-09-10 Matthias ClasenCleanups
2009-09-10 Alexander LarssonDon't send grab broken for implicit grabs on button...
2009-09-10 Alexander LarssonEnsure recursing gdk_window_process_all_updates works
2009-09-08 Alexander LarssonFix handling of window cursor wrt grabs
2009-09-04 Alexander LarssonAdd gdk_window_is_destroyed
2009-09-04 Alexander LarssonEnsure clip region valid before using it for emulating...
2009-09-04 Alexander LarssonCorrect the antiexposure vs implicit paint flush race
2009-09-04 Alexander LarssonDon't access region when it might be freed
2009-09-04 Alexander LarssonFix warnings in gdk_window_restack
2009-09-02 Alexander LarssonAdd gdk_window_restack
2009-08-31 Matthias ClasenDocument gdk_window_geometry_changed
2009-08-31 Alexander LarssonDon't delay showing windows until viewable in GDK_NATIV...
2009-08-31 Alexander LarssonUpdate shape handling
2009-08-31 Alexander LarssonUse temporary impl_iface variable to make lines shorter
2009-08-31 Alexander LarssonAdd and use gdk_window_is_toplevel when possible
2009-08-31 Alexander LarssonAdd window type an shape to window print for nicer...
2009-08-31 Alexander LarssonSupport DEBUG_WINDOW_PRINTING even with GDK_NATIVE_WINDOWS
2009-08-31 Matthias ClasenImprove CSW docs
2009-08-30 Matthias ClasenWarn when a parent is destroyed
2009-08-29 Matthias ClasenMake beeps work again
2009-08-27 Alexander LarssonAllow x and y to be NULL in gdk_window_get_geometry
2009-08-26 Alexander LarssonDon't unnecessarily set the event mask as that can...
2009-08-26 Alexander LarssonPropagate the "send_event" flag for emulated events
2009-08-25 Alexander LarssonFix cairo clipping to client side windows
2009-08-25 Alexander LarssonClean up gdk_draw_drawable() composite handling
2009-08-24 Alexander LarssonAdd support for enabling only native windows
2009-08-20 Alexander LarssonMore reentrancy protection for process_updates
2009-08-17 Alexander LarssonDon't crash on NULL parent
2009-08-16 Alexander LarssonRemove unused variable
2009-08-16 Alexander LarssonFix gdk_window_get_geometry for native children with...
2009-08-14 Alexander LarssonAlways queue antiexposes after flushing outstanding...
2009-08-14 Alexander LarssonFix type mismatch warnings
2009-08-13 Alexander LarssonMake _gdk_window_process_updates_recurse reentrancy...
2009-08-13 Alexander LarssonFix leaks of clip region and outstanding moves
2009-08-13 Alexander LarssonEnsure that queue_translation is paired with the right...
2009-08-13 Alexander LarssonClarify comment
2009-08-13 Alexander LarssonInvalidate old source in gdk_window_move_region
2009-08-13 Alexander LarssonModify window system exposes wrt outstanding moves
2009-08-13 Alexander LarssonDon't un-invalidate area that will be immediately inval...
2009-08-13 Alexander LarssonRemove C++ comment
2009-08-11 Matthias ClasenMake setting the root cursor work again
2009-08-11 Alexander LarssonFix clearing of window background for some transparent...
2009-08-11 Alexander LarssonShow/Hide native window when updating viewable
2009-08-10 Alexander LarssonDon't invalidate unnecessary areas on raise
2009-08-10 Alexander LarssonDon't ever invalidate the root window
2009-07-30 Emmanuele BassiFix gdk_window_get_cursor() documentation
2009-07-30 Cody Russelladd gdk_window_get_cursor()
2009-07-24 Alexander LarssonFix cairo rendering on large subwindows
2009-07-23 Alexander LarssonAvoid unnecessary indirect call
2009-07-21 Cody RussellBug 589275 – [csw] Trying to destroy NULL regions
2009-07-20 Alexander LarssonRevert all handling of clip_region being unset for...
2009-07-20 Alexander LarssonSet clip region to empty for non-viewable windows
2009-07-20 Alexander LarssonMake gdk_window_begin/end_paint handle non-viewable...
2009-07-20 Alexander LarssonMake gdk_drawable_get_visible/clip_region handle the...
2009-07-20 Alexander LarssonCalculate clip region when window goes viewable
2009-07-20 Matthias ClasenRemove a duplicate include.
2009-07-19 Alexander LarssonExit remove_child_area when region is empty
2009-07-19 Alexander LarssonOptimize remove_child_area for children outside region
2009-07-18 Alexander LarssonFix read of non-initialized clip_region
2009-07-18 Alexander LarssonDon't read non-initialized clip region
2009-07-18 Alexander LarssonOnly handle viewable windows in collect_native_child_region
2009-07-18 Alexander LarssonOnly apply clip_region shape for viewable windows
2009-07-18 Alexander LarssonOnly calculate clipping regions for viewable windows
2009-07-18 Alexander LarssonCheck for viewable to avoid doing work instead of mapped
2009-07-18 Alexander LarssonTrack viewable for GdkWindow
2009-07-18 Alexander LarssonGDK_WINDOW_TYPE does a runtime typecheck, don't call...
2009-07-10 Alexander LarssonDon't draw to unviewable windows
2009-07-10 Cody RussellMerge branch 'directfb-csw'
2009-07-09 Alexander LarssonCorrectly set enter/leave events as detail=nonlinear
2009-07-08 Alexander LarssonDon't emulate map/unmap events for native windows
2009-07-07 Alexander LarssonThe shape is in window coordinate, so properly offset...
next