]> Pileus Git - ~andy/gtk/history - gdk/gdkwindow.c
Warn when a parent is destroyed
[~andy/gtk] / gdk / gdkwindow.c
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...
2009-07-07 Matthias Clasen2.17.3
2009-07-07 Matthias ClasenMake distcheck pass
2009-07-06 Matthias ClasenMore documentation fixes
2009-07-03 Matthias ClasenAdd doc stubs
2009-07-01 Alexander LarssonMake GdkDrawable draw_drawable backwards compat
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-07-01 Alexander LarssonMove new draw_drawable argument to end to make it more...
2009-07-01 Alexander LarssonClean up embedding api
2009-07-01 Alexander LarssonDon't use GDK_WINDOW_SCREEN, as its an X11 specific...
2009-07-01 Alexander LarssonDon't return value from void function
2009-06-30 Alexander LarssonMove destroyed check to common code for get_origin...
2009-06-26 Alexander LarssonDon't hide foreign children when emulating visibility
2009-06-26 Alexander LarssonBetter implementation of native clear_area
2009-06-26 Alexander LarssonImplement gdk_window_clear_area natively for foreign...
2009-06-26 Alexander LarssonClip cairo drawing against client-side child windows
2009-06-25 Alexander LarssonEnsure that we always calculate clip regions for root...
2009-06-25 Alexander LarssonFix g_signal_emit calls
2009-06-24 Alexander LarssonFix typos
2009-06-24 Alexander LarssonFactor out common code to sync_native_window_stack_position
2009-06-24 Alexander LarssonUse g_signal_emit instead of g_signal_emit_by_name...
2009-06-24 Alexander LarssonRename accumulate_get_parent to accumulate_get_window
2009-06-18 Alexander LarssonFix spelling of synthesize
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-16 Alexander LarssonDon't reset window hints when showing multiple times
2009-06-12 Alexander LarssonRemove ununsed variables
2009-06-12 Alexander LarssonAlways return FALSE from idle callback to avoid loop
2009-06-11 Alexander LarssonHandle gdk_window_beep on offscreen windows
2009-06-11 Alexander LarssonHandle the window being destroyed in do_synthesize_cros...
2009-06-11 Alexander LarssonSend crossing event due to geometry change in idle
2009-06-11 Alexander LarssonAdd gdk_window_offscreen_children_changed call
2009-06-08 Alexander LarssonAdd gdk_window_get_root_coords
2009-06-08 Alexander LarssonUpdate event emulation to handle offscreen children
2009-06-08 Alexander LarssonBase pointer grab on get-offscreen-parent
2009-06-08 Alexander LarssonAdd signals for offscreen window embedding
2009-06-05 Alexander Larssonwindow_get_pointer should return the direct child
2009-06-03 Alexander LarssonFix some warnings added by the input handling
2009-06-01 Alexander LarssonFurther clean up window drawing redirection/clipping
2009-06-01 Alexander LarssonFix up gdk_window_set_has_native rename issues
2009-06-01 Alexander LarssonAdd more GdkWindow implementation docs
2009-06-01 Alexander LarssonWhitespace cleanup gdkwindow.c
2009-06-01 Alexander LarssonRename gdk_window_set_has_native to gdk_window_ensure_n...
2009-05-29 Alexander LarssonInitial version of input support
2009-05-27 Alexander LarssonAdd support for client side graphics exposures in gdk_d...
2009-05-26 Alexander LarssonAdd support for visibility notification
2009-05-26 Alexander LarssonHandle flushing implicit paint while there is a paint...
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-02 Alexander LarssonFix coordinates for background clearing when redirecting
next