]> Pileus Git - ~andy/gtk/history - gdk
Updated Slovenian translation
[~andy/gtk] / gdk /
2009-10-05 Alexander LarssonFix up _gdk_windowing_window_at_pointer coordinate...
2009-10-05 Matthias ClasenPlug a memory leak
2009-10-02 Sebastian DrögeBug 596959 - DirectFB backend compilation broken with...
2009-10-01 Pascal TerjanCall XReconfigureWMWindow with proper screen
2009-09-30 Kristian RietveldBug 588449 - DnD doesn't work on GDK/Quartz
2009-09-30 Kristian RietveldUse boxed accessors for setting and retrieving cursor...
2009-09-30 Thomas JaegerInterpret min_value == max_value correctly
2009-09-30 Thomas JaegerSelect for DeviceStateNotify
2009-09-30 Thomas JaegerKeep track of axis values
2009-09-29 Thomas JaegerFilter out events that the current window didn't select for
2009-09-29 Thomas JaegerAlways select all XInput motion events
2009-09-29 Thomas JaegerReport XInput button motion events until all buttons...
2009-09-29 Thomas JaegerXInput allows up to 255 buttons
2009-09-29 Thomas JaegerRefactor _gdk_input_other_event
2009-09-29 Thomas JaegerUse strstr instead of g_strrstr.
2009-09-29 Alexander LarssonOnly select for button and pointer event on toplevels
2009-09-28 Thomas JaegerImprove detection of input device source type
2009-09-28 Alexander LarssonSent button events don't cause passive grabs
2009-09-28 Alexander LarssonRemove unused grab_one_pointer_release_event var
2009-09-28 Alexander LarssonExtend _gdk_windowing_window_at_pointer to be able...
2009-09-27 Cody RussellBug 596494 - New property "cursor" in 2.18's GdkWindow...
2009-09-27 Kristian RietveldRemove unused variable
2009-09-27 Kristian RietveldBug 596012 - popup menu position is horribly off on...
2009-09-25 Christian HergertBug 517394 - Native resize grip steals button release ...
2009-09-25 Kristian RietveldBug 596250 - Gdkcursor-quartz.c doesn't implement GDK_B...
2009-09-25 Kristian RietveldSend a motion-notify when a (new) main window became...
2009-09-25 Alexander LarssonOn pointer grab request native events needed for event...
2009-09-24 Alexander LarssonSend expose events on foreign windows
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...
next