]> Pileus Git - ~andy/gtk/history - gdk
Merge branch 'master' into client-side-windows
[~andy/gtk] / gdk /
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-15 Matthias ClasenCleanup some translation handling
2009-06-15 Davyd MadeleyMerge branch 'button-box-orientable-584598'
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 LarssonImplement offscreen get_pointer with offscreen signals
2009-06-08 Alexander LarssonAdd signals for offscreen window embedding
2009-06-06 Matthias ClasenRemove nonworking conditionals
2009-06-06 Matthias ClasenAvoid warnings in atom conversion
2009-06-05 Alexander LarssonMake window_get_pointer a window impl virtual
2009-06-05 Alexander Larssonwindow_get_pointer should return the direct child
2009-06-04 Alexander LarssonUpdate GdkOffscreenWindow to new draw_drawable prototype
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-30 Caolan McNamaraPlug a memory leak in Xrandr code
2009-05-29 Alexander LarssonMake disabled xinput work again
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-27 Alexander LarssonAdd _gdk_gc_get_exposures
2009-05-26 Alexander LarssonAdd support for visibility notification
2009-05-26 Alexander LarssonAdd gdk_region_rect_equal to compare a region with...
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-05-24 Matthias ClasenAvoid another case of treating None as an atom
2009-05-18 Matthias ClasenAvoid warnings when handling SelectionNotify
2009-05-13 Federico Mena QuinteroMerge fix for bgo#315462 - Make GtkLabel deal with...
2009-05-12 Federico Mena QuinteroMerge fix for bgo#463773 - Handle a NULL display in...
2009-05-11 Matthias ClasenAvoid unintended side-effect in gdk_window_get_events
2009-05-11 Matthias ClasenDon't enforce property change events on the root window
2009-05-10 Matthias ClasenAvoid unintended side-effect in gdk_window_get_events
2009-05-10 Matthias ClasenDon't enforce property change events on the root window
2009-05-05 Matthias ClasenAdd diagnostics for XID collisions
2009-05-05 Matthias ClasenAdd diagnostics for XID collisions
2009-05-04 Behdad EsfahbodAdd git.mk to generate .gitignore files
2009-05-04 Matthias ClasenFix handling of GDK_NONE
2009-05-04 Matthias ClasenFix handling of GDK_NONE
2009-04-29 Brian CameronMinor fix for GTK+ mediaLib code.
2009-04-20 Christian PerschAllow unsetting the icon title set with gdk_window_set_...
2009-04-20 Christian PerschAllow unsetting the icon title set with gdk_window_set_...
2009-04-10 Carlos Garcia CamposFix memory leak in gdkscreen-x11
2009-04-09 Sven NeumannFix compilation with DirectFB 1.0
2009-04-07 Alexander LarssonMerge branch 'master' of ssh://alexl@git.gnome.org...
2009-04-07 Alexander LarssonDon't move global user time backwards
2009-04-06 Tor LillqvistBug 578094 - ProcessIdToSessionId needs to be declared...
2009-04-02 Cody RussellGrab changes
2009-04-02 Cody Russellgrabs
2009-04-02 Cody RussellUpdates
2009-04-02 Cody RussellGet width/height from GetSystemMetrics()
2009-04-02 Alexander LarssonFix coordinates for background clearing when redirecting
2009-04-02 Richard HultTweak the click-through handling so active apps get...
2009-04-02 Richard HultImprove explicit drawing and flushing (fixes GtkRuler)
2009-04-02 Alexander LarssonEnsure offscreen windows are not used as non-toplevels
2009-04-02 Alexander LarssonMove the new parts of GdkWindowObject to a private...
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 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...
next