]> Pileus Git - ~andy/gtk/history - gdk
Remove unused remainders from the old implicit grab code
[~andy/gtk] / gdk /
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...
2009-04-02 Richard HultAdd serial argument to _gdk_windowing_got_event
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 LarssonRevert "Convert all pending X events in _gdk_events_queue"
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 LarssonMove keyboard grab state tracking code to common code
2009-04-02 Alexander LarssonMove keyboard grab info to common code
2009-04-02 Alexander LarssonConvert all pending X events in _gdk_events_queue
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 allow native window > 65535 pixels
2009-04-02 Richard HultFirst cut at getting events working
2009-04-02 Richard HultAttempt to implement draw_drawable with src = dest...
2009-04-02 Richard HultRemove unused function _gdk_quartz_window_scroll
2009-04-02 Richard HultFix typos that broke loading without lazy symbol lookup
2009-04-02 Richard HultRemove autoreleasepool in drawRect, not necessary
2009-04-02 Richard HultOnly setup tracking rect for toplevels, we only want...
2009-04-02 Richard HultDon't use drawable_get,release_context in _gdk_windowin...
2009-04-02 Richard HultGet rid of all the synthesized crossing events except...
2009-04-02 Richard HultRename _gdk_quartz_events_send_map_events to ..._event
2009-04-02 Richard HultClean up some whitespace
2009-04-02 Richard HultAdd fill_crossing_event to be used soon
2009-04-02 Richard HultOnly send map events for toplevels
2009-04-02 Richard HultAdd enter/leave notify to get_event_mask_from_ns_event...
2009-04-02 Richard HultClean up the scroll support a little
2009-04-02 Richard HultMake the various fill_*_event functions consistent
2009-04-02 Richard HultRework the event translation to look more like X11
2009-04-02 Richard HultUpdate the window size after getting windowDidResize
2009-04-02 Richard HultRemove the old workarond for broken tracking rects
2009-04-02 Richard HultHandle NULL event mask in _gdk_windowing_window_at_pointer
2009-04-02 Richard HultFix bug from first patch round, get private from window...
2009-04-02 Richard HultOffset subviews with the parent's abs coordinate
2009-04-02 Richard HultChange window check to quartz window check in gdkinput
2009-04-02 Richard HultSetup iface for queue_translation/antiexpose
2009-04-02 Richard HultAdd quartz window check macro
2009-04-02 Richard HultAdd stubs for queue_translation/antiexpose
2009-04-02 Richard HultImplement _gdk_windowing_create_cairo_surface
2009-04-02 Richard HultRemove gdk_display_pointer_is_grabbed and gdk_pointer_g...
2009-04-02 Richard HultRemove gdk_window_set_child_input_shapes
2009-04-02 Richard HultUpdate more toplevel checks and update set_background...
2009-04-02 Richard HultAdd mask argument to _gdk_windowing_window_at_pointer...
2009-04-02 Richard HultUpdate gdk_window_get_deskrelative_origin, gdk_window_g...
2009-04-02 Richard HultUpdate gdk_window_quartz_set_background and gdk_window_...
2009-04-02 Richard HultAdd more toplevel window checks
2009-04-02 Richard HultUpdate set_urgency_hint/geometry_hints/modal_hint/set_s...
2009-04-02 Richard HultUpdate gdk_window_set_type_hint and gdk_window_get_type...
2009-04-02 Richard HultUpdate gdk_window_focus
next