]> Pileus Git - ~andy/gtk/history - gdk/x11
gdkframeclock: Fix doc comments
[~andy/gtk] / gdk / x11 /
2013-02-14 Owen W. TaylorIgnore window manager protocol messages for destroyed...
2013-02-14 Owen W. TaylorGdkFrameClock: Clean up the public API
2013-02-14 Owen W. TaylorGdkFrameTimings: strip down to a minimal public API
2013-02-14 Owen W. TaylorMerge GdkFrameHistory into GdkFrameClock
2013-02-14 Owen W. TaylorGdkWindow: make the frame clock an inherent property...
2013-02-14 Owen W. TaylorGdkX11DeviceManagerXI2: handle focus events not on...
2013-02-14 Owen W. TaylorReimplement _NET_WM_SYNC_REQUEST inside X11 backend
2013-02-14 Owen W. TaylorFix up for newer draft of wm-spec
2013-02-14 Owen W. TaylorAdd gdk_frame_timings_get_predicted_presentation_time()
2013-02-14 Owen W. TaylorAdd GDK_DEBUG=frames
2013-02-14 Owen W. TaylorGdkWindowX11: Communicate gdk_frame_timings_get_slept_b...
2013-02-14 Owen W. TaylorAdd GdkFrameHistory and GdkFrameTimings, handle _NET_WM...
2013-02-14 Owen W. TaylorGdkWindowX11: Only start a frame when we emit damage
2013-02-14 Owen W. Taylorgdk_display_get_event: don't unqueue events from the...
2013-02-14 Owen W. TaylorGdkWindowX11: start off with an odd frame-counter value
2013-02-14 Owen W. TaylorFreeze the update counter for unmapped windows
2013-02-14 Owen W. TaylorUse _NET_WM_FRAME_DRAWN to synchronize frame drawing
2013-02-14 Owen W. TaylorSwitch to an extended form of _NET_WM_SYNC_REQUEST_COUNTER
2013-02-14 Owen W. TaylorGdkFrameClock: add freeze/thaw
2013-02-14 Owen W. TaylorGdkDisplayX11: Don't use substructure events in interna...
2013-02-13 Cosimo Cecchisettings: add a gtk-recent-files-enabled GtkSetting
2013-01-28 Jasper St. Pierregdkdevicemanager-x11: Request XI2.3
2013-01-28 Jasper St. Pierregdkdevicemanager-x11: Always request XI2.2
2013-01-27 John LindgrenXSettingsList is now a typedef for GHashTable.
2013-01-27 John LindgrenUse hash-based conversions for XSETTINGS names.
2013-01-25 Olivier Fourdanx11: implement gdk_window_apply_fullscreen_mode()
2013-01-13 Benjamin Ottex11: unconst-cast result of g_get_prgname()
2013-01-12 Geoff Reedyx11: add missing checks that a hint is supported
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-12-13 Jasper St. Pierrexi2: Abort early if we don't have a proper GDK window
2012-11-30 Matthias ClasenObtain the recent files max age setting from xsettings
2012-10-08 Cosimo Cecchigdk: only emit display-opened after the default display...
2012-10-06 Benjamin Ottex11: Put function in header, don't declare them extern
2012-10-02 Alexander LarssonMake process_all_updates draw synchronously
2012-09-09 Matthias ClasenBe more strict in ignoring ineffective modifiers
2012-09-02 Matthias ClasenTry harder to discriminate Shift-F10 and F10
2012-07-30 Matthias Clasengdk: Don't use GDK_THREADS_ENTER/LEAVE macros internally
2012-05-16 Matthias ClasenFix a case of 'stuck grab'
2012-05-15 Edward SheldrakeGDK X11 DND: Fix infinite loop
2012-05-04 Bastien NoceraAdd support for disabling middle click paste
2012-04-30 Owen W. TaylorGtkPlug: fix handling of key events for different layouts
2012-04-24 Sam ThursfieldFix build with XInput < 2.2
2012-04-22 Cosimo Cecchixi2: ignore extraneous events for smooth scroll
2012-04-22 Cosimo Cecchixi2: fix thinko in variable type
2012-04-22 Matthias ClasenXI2: More logging for smooth scrolling
2012-04-07 Benjamin Ottex11: Add suggested braces around empty body in 'if...
2012-04-07 Matthias Clasenxi2: Remove touchscreen heuristics
2012-04-05 Rui Matosx11: Don't ignore button releases after a wmspec move...
2012-04-04 Rui Matosx11: Set GdkToplevelX11.have_focused on creation
2012-03-23 Matthias Clasenx11: Deal better with L-shaped monitor arrangements
2012-03-11 Matthias ClasenDrop support for pre-R6 X
2012-03-11 Matthias ClasenDrop unneeded XI2 defines
2012-03-09 Benjamin Ottegdk: clean up logic error
2012-03-09 Benjamin Ottegdk: Make query_state() vfunc a void vfunc
2012-03-09 Matthias Clasenxi2: Don't reset scroll valuators too often
2012-03-08 Alexander LarssonMerge branch 'wip/cssvalue'
2012-03-07 Benjamin Ottex11: Avoid spurious focus events on grabs
2012-03-05 Matthias Clasenxi2: Normalize scroll deltas
2012-03-04 Bastien Nocerax11: Simplify XI2 mods state
2012-03-04 Bastien Nocerax11: Correct GroupSwitch mask
2012-03-03 Matthias Clasenxi2: Add some more debug output about scroll devices
2012-03-02 Mikael MagnussonIconification using _NET_WM_STATE_HIDDEN hint if suppor...
2012-03-02 Matthias Clasenxi2: add some debug output for smooth scroll events
2012-03-02 Javier JardónRequire XInput2.h in X11 backend
2012-03-01 Matthias ClasenFix build with XI2.x for x < 2
2012-03-01 Carlos Garnachogdk,xi2: Ensure scroll valuators are reset on window...
2012-03-01 Carlos Garnachodevicemanager,xi2: Implement smooth scrolling
2012-03-01 Carlos Garnachodevicemanager,x11: Initialize event->scroll.delta_x...
2012-03-01 Matthias Clasengdk: Add some debug output for touch events and devices
2012-03-01 Matthias Clasenxi2: Translate touch events
2012-03-01 Matthias Clasenxi2: Use the new device types for touch-capable devices
2012-03-01 Carlos Garnachoconfigure: Detect XInput 2.2
2012-03-01 Carlos Garnachoxi2: Add major/minor properties to XI2 device manager
2012-03-01 Benjamin Ottex11: Mark unused variables as such
2012-02-27 Javier JardónChange FSF Address
2012-02-27 Matthias Clasengdk: Use versioned deprecations
2012-02-24 Michael Natterergdk: pull more precondition checks into the generic...
2012-02-23 Carlos Garnachoxi2: Get the effective group state by ORing the XIGroup...
2012-02-23 Carlos Garnachogdk: Keep track of the last slave device used
2012-02-21 Michael Nattererx11: s/_/-/ in signal name "window-manager-changed"
2012-02-21 Michael NattererGdkScreen: fix precondition checks in the public API
2012-02-21 Matthias ClasenRemove an unnecessary include
2012-02-21 Matthias ClasenAdd a way to get the current modifier state
2012-02-19 Bastien Nocerax11: Fix first call to _gdk_x11_keymap_key_is_modifier()
2012-02-09 Rui Matosx11: Cancel _NET_WM_MOVERESIZE if we get a matching...
2012-01-31 Matthias ClasenUse G_SOURCE_CONTINUE/REMOVE
2012-01-16 Alexandre RostovtsevAdd Since: to gdk_x11_device_get_id(), gdk_x11_device_m...
2012-01-16 Rui Matosx11: Fix the _NET_SUPPORTING_WM_CHECK window fetch...
2012-01-10 Patrick WelcheNon-XInput2 build fix
2012-01-05 Javier Jardóngdk/*: Use g_list_free_full convenience function
2012-01-03 Matthias ClasenFix problems with DND on some X servers
2011-12-28 Matthias ClasenFix problems with sticky handling
2011-12-28 Matthias ClasenUpdate various EWMH interactions
2011-12-22 Benjamin Ottex11: Don't handle focus events for NULL windows
2011-12-22 Matthias ClasenRevert "x11: Avoid spurious focus events on grabs"
2011-12-19 Ryan LortieGtkSettings: add shell-shows-menubar property
2011-12-19 Colin Waltersgdk: Fix prototype for gdk_x11_window_set_utf8_property
2011-12-19 Ryan LortieGtkSettings: add shell-shows-app-menu property
2011-12-19 Colin Waltersx11: Add gdk_x11_window_set_utf8_property
2011-12-19 Benjamin Ottex11: Avoid spurious focus events on grabs
next