[mutter] (93 commits) Non-fast-forward update to branch wip/wayland-display



The branch 'wip/wayland-display' 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:

  0a9033d... hack autogen to allow automake 1.13
  830cb66... Track the X Shape input region and use it for picking
  b89bc87... configure: Adds wayland config options
  19823e3... configure: Adds --with-xwayland-path option
  afa327e... Adds a --nested option
  fcdc1d9... wayland: Adds basic hybrid X + Wayland support
  b9482e5... Add support for stacking X and Wayland windows together
  6725725... wayland: Add basic input support
  83d1350... wayland: Add an actor for the cursor
  b6ab267... wayland: support left click to raise wayland surfaces
  73011aa... wayland: implement shell surface move interface
  4524350... squash: Fix the logic for falling back to a non-abstract un
  a7c04e1... squash: Update because wl_shm_buffer is no longer a wl_buff
  ecb49da... squash: Update because wl_shm_buffer is no longer a wl_buff
  c449e96... squash: Prepare for wl_resource becoming opaque (1)
  a28c2d8... squash: Prepare for wl_resource becoming opaque (2)
  4517248... Don't handle SIGCHILD ourselves
  24a7da9... wayland: don't use deprecated stuff
  57f77ac... core: don't follow any wayland paths if not running as a wl
  7251a76... wayland: add TTY and DRM master management through weston-l
  f898273... wayland: add input device handling too
  cc3fc83... Improve handling while VT switched
  942c296... Add keybindings for switching VTs
  24b4f71... Fix handling SIGTERM while DRM-locked
  58635e0... Fix weston-launch brokenness
  e4ec2d8... Add a crash handler to restore the TTY and keyboard mode
  af3089b... wayland: fix a compiler warning
  3d59f4e... Rework and consolidate monitor handling between MetaScreen 
  d64b969... Split monitor handling into an helper object
  682776a... wayland: apply stage size according to the monitor config
  38d4698... Introduce a new DBus interface for display configuration
  7298edb... (to be reverted) work around crash in intel-xwayland
  f607866... Add the write side of the DBus protocol too
  f13a08e... Extend the DBus XRandR protocol to expose cloning restricti
  ee250a0... DisplayConfig: add the write side of the API
  2d4e4f8... Reverse handling of XRandR events between Screen and Monito
  c3502e4... DisplayConfig: make the dummy backend writable
  9f2a31b... Remove duplicate path for resizing clutter stage
  68dd17d... default plugin: add a random color background on each monit
  912d317... wayland: start XWayland in the background
  b9e2717... MonitorManager: fix handling of output transform
  3247051... MonitorManager: inherit directly from DisplayConfig instead
  19d7ade... MonitorManager: add support for DPMS levels
  d960310... MonitorManager: remove Cogl backend
  f4a517d... MonitorManager: add support for persistent monitor configur
  7cbb92d... MonitorConfig: add CRTC assignment
  f477205... MonitorConfig: add support for default configurations
  28d7e46... MonitorManager: store the presentation mode bit in XRandR
  9cd307c... MonitorManager: further extend the dummy backend
  9d8de5c... MonitorManager: add support for backlight
  40de318... MonitorManager: ignore configuration changes that disable a
  84bfcfc... MetaWayland: don't destroy the output list, emit the right 
  131c19b... MonitorManager: add gamma support
  a241daa... MonitorConfig: handle changes in the laptop lid
  1c09f2a... MetaPlugin: add a UI hook for confirming display changes
  6c5f9dc... MetaWindow: don't set focus to unmanaged window
  a31e639... MetaWayland: don't lose the xwayland standard error
  f3b947f... MetaWayland: don't free the wayland surface before we repic
  35fa4d3... MonitorManager: split the XRandR parts in a subclass
  64c610a... main: fix crash handler
  8db697e... meta-wayland: intersect the damage region with the window s
  a0621a0... MetaWayland: or maybe don't do it for override redirect win

Commits added to the branch:

  b2dd4f3... Bump version to 3.9.3 (*)
  0c505fa... make the window shadows lighter (*)
  2a5b068... compositor: Prevent an error in application code from keepi (*)
  7fdfbad... display: Ensure that we ignore our own focus events for foc (*)
  96221e6... compositor: Add an API to query if the stage is focused (*)
  7187206... screen: Allow reusing the current position when quering the (*)
  5205821... window: Reuse current pointer position for monitor checks (*)
  8ab136b... window: Make sure override_redirect window have correct mon (*)
  2103ff6... window: Don't force attached dialogs to be border-only (*)
  15e0115... background: downscale background to fit in texture limits (*)
  f743539... background: Allow using sliced textures (*)
  b7840be... background: Allow using sliced textures for file based back (*)
  fd7db8e... Revert "background: downscale background to fit in texture  (*)
  b76c331... Revert "background: Allow using sliced textures" (*)
  9504fdd... Bump version to 3.9.4 (*)
  a6f206f... window-actor: Remove a field we don't use (*)
  51acc3e... window-actor: Remove unused description (*)
  73dbb4b... window-actor: Remove another unused field (*)
  3b51405... main: Don't select for touch events on the stage (*)
  57bc974... display: Ignore XSyncAlarmNotify in meta_spew_event (*)
  21fe5be... display: Ignore _NET_WM_USER_TIME PropertyNotifies (*)
  e3855c7... meta-window-group: Use clutter's iteration API (*)
  1c569c2... Remove application-based preference (*)
  b0cf0b2... display: Fix compilation error (*)
  c2af13c... meta-window-group: Fix compile warning (*)
  90a3d61... meta-window-group: Fix previous commit (*)
  56fb8a8... display: Export the timestamp of the event as well (*)
  06b5be2... Bump version to 3.9.5 (*)
  ae2e4c5... l10n: Update Japanese translation (*)
  4862872... window-actor: Fix doc comment (*)
  6fdc23d... Updated Norwegian bokmål translation (*)
  f0c503b... hack autogen to allow automake 1.13 (*)
  531be6c... Track the X Shape input region and use it for picking (*)
  6585a57... configure: Adds --enable-wayland config option (*)
  b4d108d... configure: Adds --with-xwayland-path option (*)
  bd3c357... Adds a --nested option (*)
  f9a11b3... wayland: Adds basic hybrid X + Wayland support (*)
  40e820f... Add support for stacking X and Wayland windows together (*)
  268ebb1... wayland: Add basic input support (*)
  a558532... wayland: Add an actor for the cursor (*)
  85e66f6... wayland: support left click to raise wayland surfaces (*)
  2c901cc... wayland: implement shell surface move interface (*)
  8c0779a... wayland: add missing file (*)
  a420b37... wayland: fix a #warning
  1a0c854... wayland: refactor window destruction and focus
  8a8018f... wayland: don't use fork() and SIGCHLD to spawn processes
  e441564... wayland: move XWayland support code to its own file
  ab4ed3c... MetaWayland: install an X io error handler
  cb44173... wayland: add TTY and DRM master management through weston-l
  c52c287... wayland: add input device handling too
  df3602b... Improve handling while VT switched
  a83c4aa... Add keybindings for switching VTs
  b9b11d4... Fix handling SIGTERM while DRM-locked
  ffecf74... Add a crash handler to restore the TTY and keyboard mode
  af435a3... MetaWayland: redirect stdin/stdout/stderr when running on b
  3703835... MetaWaylandKeyboard: use the new clutter-evdev support for 
  c8b7893... wayland: fix a compiler warning
  de6c160... Rework and consolidate monitor handling between MetaScreen 
  2fedeec... Split monitor handling into an helper object
  25cd237... wayland: apply stage size according to the monitor config
  c5747a8... Introduce a new DBus interface for display configuration
  e292fe9... Add the write side of the DBus protocol too
  7118ba6... Extend the DBus XRandR protocol to expose cloning restricti
  c64b9ff... DisplayConfig: add the write side of the API
  ad1031a... Reverse handling of XRandR events between Screen and Monito
  3ec58f9... DisplayConfig: make the dummy backend writable
  5baae7f... Remove duplicate path for resizing clutter stage
  a4a7c23... default plugin: add a random color background on each monit
  6e07ef0... MonitorManager: fix handling of output transform
  bdf91b5... MonitorManager: inherit directly from DisplayConfig instead
  28b3db5... MonitorManager: add support for DPMS levels
  5956ac4... MonitorManager: remove Cogl backend
  94feb7e... MonitorManager: add support for persistent monitor configur
  fc1ab7e... MonitorConfig: add CRTC assignment
  afb181a... MonitorConfig: add support for default configurations
  57a5cd6... MonitorManager: store the presentation mode bit in XRandR
  32f9aeb... MonitorManager: further extend the dummy backend
  b1fd0a6... MonitorManager: add support for backlight
  af458f6... MonitorManager: ignore configuration changes that disable a
  10db3a7... MetaWayland: don't destroy the output list, emit the right 
  111705c... MonitorManager: add gamma support
  c4094bc... MonitorConfig: handle changes in the laptop lid
  d85dd9c... MetaPlugin: add a UI hook for confirming display changes
  70bcd5f... MetaWindow: don't set focus to unmanaged window
  ebf59e9... MonitorManager: split the XRandR parts in a subclass
  c06f136... meta-wayland: intersect the damage region with the window s
  d71ddf5... MetaWayland: or maybe don't do it for override redirect win
  751793c... MonitorManager: add EDID properties to the output DBus desc
  5cea944... MetaWayland: implement spawning dbus and gnome-session
  37f4aa5... [NOT FOR REVIEW] [SECURITY BUG] Allow spawning anything wit
  5c09218... [NOT FOR REVIEW] debug stuff
  bb42333... [NOT FOR REVIEW] More debug
  c74e2cb... MonitorManager: add a KMS backend

(*) 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]