]> Pileus Git - ~andy/gtk/history - gdk/x11
3.2.0
[~andy/gtk] / gdk / x11 /
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-13 Richard HughesFix a segfault if the GAppInfo does not have an icon
2011-09-06 Carlos Garnachox11: Don't create GdkDevices for disabled devices
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-10 Matthias ClasenMake focus rectangles optional
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-01 Pavel HolejsovskyAdd annotations so that methods are properly paired...
2011-08-01 Pavel HolejsovskyEnable introspection of X11-specific functions and...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-22 Patrick WelcheXK_Num_Lock is called GDK_KEY_Num_Lock in this source...
2011-07-15 Carlos Garnachox11: Skip GenericEvents with no cookie data in the...
2011-07-15 Carlos Garnachogdk/x11: Add gdk_x11_device_manager_lookup()
2011-07-15 Carlos Garnachogdk/x11: Add gdk_x11_device_get_id()
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-06 Javier JardónUse AM_CPPFLAGS instead the obsolete INCLUDES
2011-06-30 Matthias ClasenGdkKeymap: Prevent an infinite loop in the non-XKB...
2011-06-15 Matthias ClasenAdd a missing break statement
2011-06-15 Matthias ClasenAvoid an oob read
2011-06-13 Carlos Garnachoxi2: Handle XIM modules that replace events
2011-06-10 Javier Jardóngdk: Use const instead G_CONST_RETURN
2011-05-27 Carlos Garnachoconfigure: Check for XGetEventData()
2011-05-27 Carlos Garnachogdk: do not fallback to event->xany.window in GdkEventT...
2011-05-18 Carlos Garnachogdk: Get the right filter window for XI2 events
2011-05-18 Carlos Garnachogdk: Add _gdk_x11_event_translator_get_window()
2011-05-18 Carlos Garnachogdk: Move XGetEventData() call to GdkEventSource
2011-05-07 Matthias ClasenFix a typo in !HAVE_XCURSOR code paths
2011-05-04 Javier Jardóngdk/x11/gdkcursor-x11.c: Use GdkRGBA instead GdkColor
2011-04-12 Dan WinshipGdkDeviceManagerXI2: don't set user_time on ButtonRelease
2011-04-12 Matthias ClasenGdkWindowImplX11: Struct packing improvements
2011-04-12 Matthias ClasenGdkX11Screen: Struct packing improvements
2011-04-12 Matthias ClasenGdkX11DragContext: Struct packing improvements
2011-04-12 Matthias ClasenGdkX11DeviceXI: Struct packing improvements
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-09 Matthias ClasenFree the translate queue when closing a display
2011-04-09 Matthias ClasenFix some possible crashes if the default display is...
2011-04-08 Carlos GarnachoGdkDevice: Remove duplicate private function
2011-04-03 Matthias ClasenMake gdk_x11_window_set_theme_variant do nothing for...
2011-04-03 Matthias ClasenKeymap: properly initialize lock state
2011-03-31 Matthias ClasenCall _exit instead of exit from X error handlers
2011-03-21 Florian Müllnerwindow: Export theme variant to X11
2011-03-17 Dan WinshipGdkDeviceManagerXI2: process send_event core events
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-07 Benjamin Ottex11: Copy from actual window, not parent
2011-03-06 Carlos Garcia Camposxi2: Ignore button release events of button 4-7
2011-02-27 Michael Natterergdk: gdk_x11_device_xi2_get_state(): move stuff to...
2011-02-27 Matthias ClasenDrop _gdk_x11_set_input_focus_safe
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-24 Alexander LarssonAvoid spurious emissions of monitors-changed
2011-02-21 Marc-André Lureaugdk_cursor_new_from_pixmap: Fix gdk_display_is_closed...
2011-02-13 Martin NordholtsBug 633291 - Handle Shift-keys in X11 gdk_test_simulate...
2011-02-12 Matthias ClasenRemove confusion over XI2 defines
2011-02-12 Benjamin Ottex11: Make headers identical no matter if we run with...
2011-02-11 Benjamin Ottex11: Fix struct definition for GdkDeviceManagaerXI2
2011-02-11 Benjamin Ottex11: Make the device manager struct actually subclass...
2011-02-11 Benjamin Ottex11: Fix build without Xinput
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-05 Matthias ClasenXI2: translate group state back into core state
2011-02-05 Matthias ClasenPass group state to _gdk_x11_device_xi2_translate_state
2011-02-05 Matthias ClasenShare code to fill GdkEventKey.string
2011-02-04 Matthias ClasenRemove debug spew
2011-02-04 Matthias ClasenXI2: don't translate button releases as scroll events
2011-02-01 Benjamin Ottex11: Use Window isntead of GdkNativeWindow
2011-02-01 Benjamin OtteAPI: gdk: Change get_drag_window() API
2011-02-01 Benjamin OtteAPI: gdk: Make GdkEventSelection.requestor a GdkWindow
2011-02-01 Benjamin Ottex11: Use gdk_x11_window_foreign_new_for_display() uncon...
2011-02-01 Matthias ClasenFix a warning
2011-02-01 Matthias ClasenRemove a dead member
2011-02-01 Matthias ClasenMake xim work with XI2
2011-02-01 Benjamin Ottegdk: Remove GdkEventClient
2011-02-01 Benjamin Ottex11: Do dnd event handling via gdk_window_add_filter()
2011-02-01 Benjamin Ottex11: Use macros for byte order to set byte order
2011-02-01 Benjamin Ottex11: Register wm_protocols function with gdk_window_add...
2011-02-01 Benjamin Ottex11: Fill in event->any.window before calling filter...
2011-02-01 Benjamin Ottex11: Handle motif client message filter just like xdnd...
2011-02-01 Benjamin Ottex11: Use event->any.window instead of any random member
2011-02-01 Matthias ClasenDeal gracefully with unowned selections
2011-01-31 Benjamin OtteAPI: gdk: Change GdkEventOwnerChange to not take GdkNat...
2011-01-30 Matthias ClasenSilence compiler warnings
2011-01-30 Matthias ClasenUse free() to free XIButtonState.mask
2011-01-28 Benjamin Ottex11: Use Window instead of GdkNativeWindow
2011-01-28 Benjamin OtteAPI: x11: Add GDK_POINTER_TO_XID() and GDK_XID_TO_POINTER()
2011-01-23 Matthias ClasenSilence new gcc warnings
2011-01-23 Carlos GarnachoFree button_state.mask after XIQueryPointer()
2011-01-23 Carlos GarnachoFix valgrind warning about uninitialized value
2011-01-23 Matthias ClasenExpose gtk-auto-mnemonics as an Xsetting
2011-01-23 Matthias Clasenchecksettings: succeed quietly
2011-01-21 Benjamin Ottex11: Don't keep two lists of devices internally
2011-01-20 Johan DahlinMark api with xlib types as skipped
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-18 Matthias ClasenDon't set the default display to NULL
2011-01-16 Tristan Van BerkomPlugged memory leak in gdk_x11_device_manager_xi2_list_...
2011-01-05 Matthias ClasenDecouple GdkWindowCache life-cycle from GdkX11DragContext
2011-01-03 Julien Cristaugdk/x11: don't select RANDR events if the extension...
2011-01-03 Nguyễn Thái Ngọc Duygdkdnd-x11.c: fix building without HAVE_XCOMPOSITE
2011-01-03 Nguyễn Thái Ngọc Duygdkcursor-x11.c: fix building without HAVE_XCURSOR
2011-01-03 Matthias ClasenFix list handling in gdk_x1_display_init_input
2010-12-27 Matthias ClasenFix some issues with initial setup of GdkX11DisplayManager
2010-12-25 Matthias ClasenFix up GDK docs
next