]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2009-04-02 Alexander LarssonMake offscreen windows not be in hierarchy
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 Richard HultOnly add up native subwindow offsets for gdk_window_qua...
2009-04-02 Richard HultLimit manual flushing so we don't get hit by quartz...
2009-04-02 Richard HultDisable/enable screen updates around process_all_update...
2009-04-02 Richard HultGet the right event window for non-grabbed windows too
2009-04-02 Richard HultTry to reduce risk of triggering the "beam sync" penalt...
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 LarssonWorkaround X11 clipping bug
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 Richard HultMake owner_events grabs work again, use the pointer...
2009-04-02 Richard HultDon't ignore all events when inactive, only clicks
2009-04-02 Richard HultRelax the check for ignoring events above the content...
2009-04-02 Richard HultRemove workaround for missing enter events on newly...
2009-04-02 Richard HultRemove re-declared variable
2009-04-02 Richard HultRemove unused code and fix some indentation
2009-04-02 Richard HultButton press and release can share the same fill_button...
2009-04-02 Richard HultRemove tracking of "current mouse window", this is...
2009-04-02 Richard HultRemove old cursor setting and make it work with client...
2009-04-02 Richard HultUpdate for latest changes in the common code for grab...
2009-04-02 Richard HultIgnore all events if the app is not active
2009-04-02 Richard HultWhen breaking grabs on deactivation, the unset should...
2009-04-02 Richard HultUse _gdk_display_unset_has_*_grab in break_all_grabs()
2009-04-02 Richard HultUse cooca to convert coordinats from event window to...
2009-04-02 Richard HultReplace quartz specific keyboard grab code with common...
2009-04-02 Richard HultCast to avoid warning
2009-04-02 Richard HultRemove unused variable
2009-04-02 Richard HultUse the common pointer grab code instead of tracking...
2009-04-02 Richard HultUse isKeyWindow instead of isMainWindow for the non...
2009-04-02 Richard HultApply non-click-through policy on unfocused windows...
2009-04-02 Richard HultFix coords returned by _gdk_windowing_window_get_pointe...
2009-04-02 Richard HultRemove unused remainders from the old implicit grab...
2009-04-02 Richard HultGet implicit grabs working
2009-04-02 Richard HultLeave AppKit events unhandled
2009-04-02 Richard HultUse event_type we already have instead of regetting it
2009-04-02 Richard HultGet the correct root coordinates for events
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 Larssonenable motion hints - use last sent request
2009-04-02 Alexander LarssonMake sure we report grab broken on window destroy
2009-04-02 Alexander LarssonReport the steady state in gdk_display_pointer_is_grabbed
2009-04-02 Alexander LarssonMove implicit grab tracking totally to common code
2009-04-02 Alexander LarssonDon't send crossing events to destroyed windows
2009-04-02 Alexander LarssonNew approach for grab tracking code
2009-04-02 Alexander LarssonRef windows during _gdk_x11_roundtrip_async
2009-04-02 Alexander LarssonFix up indentation
2009-04-02 Alexander LarssonMove bitfield in GdkWindowImplX11 to make struct more...
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 LarssonUpdate clip region etc, when creating a foreign window
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 LarssonDon't recursively set bg none on the parent when e...
2009-04-02 Alexander LarssonSimplify do_move_region_bits_on_impl by removing unused...
2009-04-02 Alexander LarssonRemove_gdk_pixmap_set_as_backing etc, as this is not...
2009-04-02 Alexander LarssonFix warning about XChangeProperty argument type
2009-04-02 Alexander LarssonRemove unused code
2009-04-02 Alexander LarssonFix warning about wrong type in assignment
2009-04-02 Alexander LarssonFix warning due to typo
2009-04-02 Alexander LarssonRemove unused label
2009-04-02 Alexander LarssonAvoid warnings about non-handled GDK_EVENT_LAST enum
2009-04-02 Alexander LarssonFix setting of private->shaped when setting input shape
2009-04-02 Alexander LarssonDon't look for EXPOSE mask set to disable bg none setting
2009-04-02 Alexander LarssonFix typos in X11 details of new OSX APIs
2009-04-02 Alexander LarssonDon't ignore native CROSSING_GRAB/UNGRAB events
2009-04-02 Alexander LarssonTrack pointer grabs on Xserver time
2009-04-02 Alexander LarssonAdd _gdk_x11_roundtrip_async
2009-04-02 Richard HultUpdate for changes in the paintable interface
2009-04-02 Richard HultCall _gdk_window_process_updates_recurse() in drawRect...
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 Richard HultSetup ->impl_window on the root window
2009-04-02 Richard HultAdd gdk_windowing_window_get_next_serial
2009-04-02 Richard HultRemove gdk_keyboard_grab_info_libgtk_only which moved...
next