]> Pileus Git - ~andy/gtk/history - gdk
Updated German translation
[~andy/gtk] / gdk /
2009-09-21 Kristian RietveldBug 550939 - GtkFileChooser listbox does not refresh...
2009-09-21 Carlos GarnachoAlways report XInput events to the grab window if any.
2009-09-21 Carlos GarnachoBlock extended events to windows that didn't select...
2009-09-21 Carlos GarnachoFix x/y coordinates for extended events.
2009-09-21 Cody Russellrevert some changes in directfb backend that broke API
2009-09-17 Michael NattererFix gdk_device_get_history() for the core pointer
2009-09-16 Kristian RietveldAssign the size of the screen to the root window
2009-09-16 Kristian RietveldDo not test the event mask of implicit grabs
2009-09-15 Alexander LarssonRespect grab event mask for crossing events
2009-09-14 Michael Meeksfix whitespace error
2009-09-14 Michael Meeksfix race between fetching owner of composit selection...
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-14 Matthias ClasenFix gdk_display_beep
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-10 Bastien NoceraAvoid duplicate keysyms, ignore mispelled one
2009-09-09 Bastien NoceraBug 594668 - Add new Xorg keysyms
2009-09-09 Matthias ClasenDeprecate gdk_event_get_graphics exposes
2009-09-08 Alexander LarssonFix handling of window cursor wrt grabs
2009-09-06 Matthias ClasenCorrect the initial event mask of the root window
2009-09-05 Matthias ClasenFix a typo
2009-09-05 Matthias ClasenFix the build
2009-09-05 Matthias ClasenMake window manager tracking work better
2009-09-04 Alexander LarssonDeprecate GDK_WINDOW_OBJECT and GdkWindowObject
2009-09-04 Alexander LarssonAdd function accessors for x11 window/pixmap impl
2009-09-04 Alexander LarssonMake public GDK_WINDOW_TYPE and GDK_WINDOW_DESTROYED...
2009-09-04 Alexander LarssonAdd gdk_window_is_destroyed
2009-09-04 Alexander LarssonMove _gdk_window_event_parent_of to gdkinternals.h
2009-09-04 Alexander LarssonEnsure clip region valid before using it for emulating...
2009-09-04 Alexander LarssonEnsure gc clip region valid in _gdk_gc_update_context
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-03 Matthias ClasenFix the return type of gdk_selection_property_get
2009-09-02 Alexander LarssonAdd gdk_window_restack
2009-09-01 Alexander LarssonAdd gdk_cairo_reset_clip
2009-09-01 Matthias ClasenDocumentation fixes
2009-08-31 Matthias ClasenDocument gdk_window_geometry_changed
2009-08-31 Alexander LarssonFix order of cairo clip setting when drawing text
2009-08-31 Alexander LarssonDon't delay showing windows until viewable in GDK_NATIV...
2009-08-31 Alexander LarssonDon't propagate GDK_NATIVE_WINDOWS to child processes
2009-08-31 Alexander LarssonUpdate shape handling
2009-08-31 Alexander LarssonDon't update window->shaped from backends
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 ClasenMinor doc fix
2009-08-31 Matthias ClasenImprove CSW docs
2009-08-30 Matthias ClasenWarn when a parent is destroyed
2009-08-30 Matthias ClasenFix a documentation error
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-27 Alexander LarssonCorrect generation of broken grabs
2009-08-27 Alexander LarssonMake sure we only send one grab broken event
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-25 Alexander LarssonFix clipping issue with clip masks
2009-08-25 Alexander LarssonFix clipping of drawn pixbufs in the no-render case
2009-08-24 Alexander LarssonAdd support for enabling only native windows
2009-08-20 Matthias ClasenSilence the conversion from xatom to atom too
2009-08-20 Shixin ZengDeprecate also GdkFontPrivateWin32
2009-08-20 Shixin ZengUse g_object_ref/unref instead of deprecated specializa...
2009-08-20 Alexander LarssonMore reentrancy protection for process_updates
2009-08-17 Matthias ClasenTiny docs improvement
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 Tor LillqvistInitialize missing methods on Windows
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 LarssonCheck for GraphicsExpose too in expose_serial_predicate
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 LarssonImplement fallback for old draw_drawable vfunc
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 LarssonRemove old comment about guffaw scrolling
2009-08-10 Alexander LarssonDon't ever invalidate the root window
2009-08-10 Javier JardónRemove some unused variables (GnomeBug:591218)
2009-08-09 Matthias ClasenAvoid some gratitious behaviour changes
2009-08-07 Matthias ClasenFix a logic error in gdk_window_set_title on OS X
2009-08-07 Matthias ClasenFix a logic error in gdk_window_set_title on OS X
next