[mutter] (65 commits) Non-fast-forward update to branch wip/xinput2r



The branch 'wip/xinput2r' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 http://live.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  131ce3d... configure: Check for XInput2
  f89a8a8... display: Add XInput2 variables in private struct
  facfa52... core: Add helper code to handle input events
  c6171b1... display: separate input/non-input events handling in the ev
  2ff5d1a... display: Get the right window/time for input events
  b9fde21... display: Use helper functions for getting window/root in in
  016fa2d... display: Use helper function to get input events' timestamp
  59a931b... display: get button number from helper input event function
  2c70e7c... display: get button events state from helper functions
  22de131... display: get button event coordinates with the helper funct
  8af68e0... display: get crossing/focus events details via helper funct
  cdefae5... window: use input event helper functions in grab operations
  d9e0253... window: use input event helper functions on notify_focus()
  41f45e9... keybindings: Use input event helper functions
  0040c8e... compositor: Use helper functions for input events
  9e59c26... Add pointer/keyboard abstract classes
  de378b8... device: Add methods to pair devices
  dd7cb01... core: Add core devices implementation
  ffc1012... core: Add device map object
  2d4cb71... input-events: Add method to get the device for an event
  9aa5d52... Add XInput2 input devices implementation
  6b66558... devices-xi2: Export function to translate event mask
  25719d6... core: Add method to select events on a window
  d491904... Use meta_core_select_events() for input events
  23f72e7... Replace XAllowEvents with meta_device_allow_events()
  a7af0ca... core: Add XInput2 device map implementation
  9eae948... display: Replace XGrabButton with meta_device_map_grab_butt
  8e331b9... keybindings: Replace XGrabKey() with meta_device_map_grab_k
  0c962b2... devices: Make MetaDevice/MetaDeviceMap partly public
  0f9bc90... ui: Use input-events.h to translate XEvents to GdkEvents
  2fd60c9... core: Keep track of per pointer/keyboard grabs
  94f6f2d... window: Use meta_device_pointer_warp()
  d591937... keybindings: Use meta_device_grab() for keyboard active gra
  3810a34... display: Use meta_device_grab() for pointer active grabs.
  da38f1c... core: Add meta_device_keyboard_[gs]et_focus_window()
  0b6349f... core: Make keyboard focus handling happen per-keyboard
  afdaecd... devices: make meta_device_pointer_query_position() return a
  130527e... keybindings: use the right device for querying the modifier
  1f71cb6... display: Use the grab pointer for delayed window raising
  731cb20... window: query the guessed pointer's modifiers on _NET_WM_MO
  a71eb2d... screen: make "monitor under pointer" logic work for several
  90739f4... workspace: use triggering device to focus the default windo
  85c7ebc... core: Make frame handle per-pointer cursors.
  db5d4cb... device-map: Add meta_device_map_list_devices()
  9be014d... screen: Use meta_device_pointer_set_window_cursor() for sta
  beb070d... compositor: use meta_device_grab() for pointer/keyboard gra
  33e7ae7... display: Ignore events from slave devices
  76ba1d1... xi2: Workaround some bugs in XI2 passive grabs
  3391705... core: enable XInput2 by default
  fd210ad... core: Fix rebase glitch
  af25a00... window: set the corresponding client pointer on focused win
  eea2dbb... window: make guess_grab_pointer() more reliable
  af8c642... display: Make focus info persistent
  7d2ec34... meta: Add device.h
  28e37f4... frames: Get coordinates from event
  dfe33a4... frames: Use the triggering device when updating controls
  2afa363... ui: enable multidevice on frame windows
  3572f2e... window: Make MetaWindow keep a pointer to the popup menu
  db97ec7... ui: Add a MetaDevice arg to meta_window_menu_popup()
  bc23125... frame: disallow frame operations if the popup is open
  fee1d3a... cursor hack
  bb31faf... mouse mode focus
  36d5fc3... bump xinput ver
  0a56721... keybindings
  d3a1ecd... Reverting "keybindings" Revert "keybindings"

Commits added to the branch:

  2cc0d31... window: Avoid spurious focus-window changes when showing de (*)
  0fdc36c... Updated Brazilian Portuguese Translation (*)
  b56396e... Updated German translation (*)
  62dbaa8... mutter: Don't call g_type_init (*)
  f258556... MetaPluginManager: don't send events to Clutter twice (*)
  188d532... display: Ignore DamageNotify in spew (*)
  7d58777... configure: Check for XInput2 (*)
  8b3ef16... display: Add XInput2 variables in private struct (*)
  f440af2... core: Add helper code to handle input events (*)
  03ddc0c... display: separate input/non-input events handling in the ev (*)
  de6dceb... display: Get the right window/time for input events (*)
  d75f43f... display: Use helper functions for getting window/root in in (*)
  e137944... display: Use helper function to get input events' timestamp (*)
  1c3b695... display: get button number from helper input event function (*)
  3e3ad71... display: get button events state from helper functions (*)
  7a3d49b... display: get button event coordinates with the helper funct (*)
  29b5fd7... display: get crossing/focus events details via helper funct (*)
  a3ca52b... window: use input event helper functions on notify_focus() (*)
  190037c... keybindings: Use input event helper functions (*)
  324d9fd... compositor: Use helper functions for input events (*)
  1a29f2c... Add pointer/keyboard abstract classes (*)
  8865578... device: Add methods to pair devices (*)
  96cdedf... core: Add core devices implementation (*)
  d7bd7c9... core: Add device map object (*)
  c7c1053... input-events: Add method to get the device for an event (*)
  7b21bd8... window: use input event helper functions in grab operations (*)
  712d2fe... Add XInput2 input devices implementation (*)
  3584f38... devices-xi2: Export function to translate event mask (*)
  c32ee41... core: Add method to select events on a window (*)
  b3ecd26... Use meta_core_select_events() for input events (*)
  9f06372... Replace XAllowEvents with meta_device_allow_events() (*)
  93c7a22... core: Add XInput2 device map implementation (*)
  373ef2e... display: Replace XGrabButton with meta_device_map_grab_butt (*)
  20537b9... keybindings: Replace XGrabKey() with meta_device_map_grab_k (*)
  13acafa... devices: Make MetaDevice/MetaDeviceMap partly public (*)
  2bbd82b... ui: Use input-events.h to translate XEvents to GdkEvents (*)
  33d4732... core: Keep track of per pointer/keyboard grabs (*)
  4b88c1c... window: Use meta_device_pointer_warp() (*)
  df908e5... keybindings: Use meta_device_grab() for keyboard active gra (*)
  991fdeb... display: Use meta_device_grab() for pointer active grabs. (*)
  0d97e6a... core: Add meta_device_keyboard_[gs]et_focus_window() (*)
  5f6f67f... core: Make keyboard focus handling happen per-keyboard (*)
  cc6dba2... display: Update mouse mode focus code for XI2 (*)
  4facab3... devices: make meta_device_pointer_query_position() return a (*)
  9b1b7b7... keybindings: use the right device for querying the modifier (*)
  9524745... display: Use the grab pointer for delayed window raising (*)
  84dfc98... window: query the guessed pointer's modifiers on _NET_WM_MO (*)
  e138726... screen: make "monitor under pointer" logic work for several (*)
  04cbdb4... workspace: use triggering device to focus the default windo (*)
  7138cc7... core: Make frame handle per-pointer cursors. (*)
  25dc044... device-map: Add meta_device_map_list_devices() (*)
  8da5a01... screen: Use meta_device_pointer_set_window_cursor() for sta (*)
  2b47bff... compositor: use meta_device_grab() for pointer/keyboard gra (*)
  f512da8... display: Ignore events from slave devices (*)
  ac18747... xi2: Workaround some bugs in XI2 passive grabs (*)
  b3a9d1b... core: enable XInput2 by default (*)
  275ab90... window: set the corresponding client pointer on focused win (*)
  8037cc5... window: make guess_grab_pointer() more reliable (*)
  ae1290e... display: Make focus info persistent (*)
  b742d1b... frames: Get coordinates from event (*)
  acbd4bf... frames: Use the triggering device when updating controls (*)
  dc29985... ui: enable multidevice on frame windows (*)
  54a58bd... window: Make MetaWindow keep a pointer to the popup menu (*)
  827999a... ui: Add a MetaDevice arg to meta_window_menu_popup() (*)
  052e8cc... frame: disallow frame operations if the popup is open (*)

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]