summaryrefslogtreecommitdiffstats
path: root/components/exo
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* exo: Implement interactive window resize.reveman2016-03-254-41/+321
* exo: Do not send the key event already consumed by the system IME.kinaba2016-03-231-2/+8
* exo: Fix DCHECK in ShellSurface::OnWindowActivated.reveman2016-03-221-2/+1
* exo: Improved implementation of child surfaces and popups.reveman2016-03-226-56/+82
* exo: fix a typo. s/Exospere/Exosphere.dcastagna2016-03-221-2/+2
* exo: Add support for secure_output interface to wayland bindings.reveman2016-03-178-16/+147
* exo: Initial implementation of child surfaces and popups.reveman2016-03-149-10/+245
* exo: Add display rotation support to Wayland bindings.reveman2016-03-101-3/+18
* exo: Watch for display changes in Wayland bindings.reveman2016-03-101-30/+79
* Make TextureLayerImplTest comply with secure_output flag.dcastagna2016-03-081-6/+11
* exo: Add support for overlay candidates.reveman2016-03-044-13/+27
* components/exo: Extend pointer to use v5 protocoldenniskempin2016-03-024-38/+123
* exo: build fix for unittests of linux_dmabuf interfaceDongseong Hwang2016-03-021-1/+1
* exo: Add support for linux_dmabuf interface to wayland bindings.reveman2016-02-295-17/+189
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-298-19/+17
* exo: Set wayland socket permissions.reveman2016-02-273-2/+51
* exo: Wait for release query result after 500ms.reveman2016-02-251-8/+88
* ARC IME: Don't rely on window names for filtering ARC windows.kinaba2016-02-234-5/+5
* exo: Fix Surface::Attach trace event.reveman2016-02-211-1/+2
* exo: Remove unnecessary wl_*_post_no_memory calls.reveman2016-02-201-99/+14
* exo: Implement wl_scaler interface.reveman2016-02-195-3/+170
* exo: Handle all scroll events in Pointer::OnMouseEvent.reveman2016-02-192-5/+3
* Revert of exo: Default pointer surface. (patchset #1 id:1 of https://coderevi...reveman2016-02-172-57/+1
* exo: Default pointer surface.reveman2016-02-162-1/+57
* exo: Add input region support.reveman2016-02-127-41/+199
* exo: Improve damage tracking.reveman2016-02-113-9/+15
* exo: Allow hide animations to run when shell surface is destroyed.reveman2016-02-113-0/+8
* exo: Fix null dereference in Buffer::ProduceTextureMailbox.reveman2016-02-101-1/+4
* exo: Implement pointer cursor support.reveman2016-02-095-6/+168
* exo: Reset visible state of surface when no longer a sub-surface.reveman2016-02-092-1/+10
* exo: Implement one-copy and proper buffer synchronization.reveman2016-02-0911-158/+331
* exo: Add a few missing wl_client_flush calls to Wayland backend.reveman2016-02-051-5/+17
* exo: Move running of active frame callbacks to OnCompositingEnded.reveman2016-02-052-4/+10
* exo: Improve keyboard focus handling.reveman2016-02-034-15/+51
* exo: Fix shell surface hide animations.reveman2016-02-031-0/+5
* exo: Add window state type to configure callbacks.reveman2016-02-024-16/+79
* Re-land: exo: Add Restore function to ShellSurface class.reveman2016-02-014-1/+31
* Revert of exo: Add Restore function to ShellSurface class. (patchset #1 id:1 ...msw2016-02-014-32/+1
* exo: Add activated state to configure callbacks.reveman2016-02-014-13/+74
* exo: Add Restore function to ShellSurface class.reveman2016-02-014-1/+32
* exo: Improve window placement.reveman2016-01-287-92/+48
* exo: Fix sub surface input event support.reveman2016-01-282-1/+22
* exo: Send device scale factor to Wayland clients.reveman2016-01-252-8/+4
* Exo: Support ET_SCROLL eventsdenniskempin2016-01-213-0/+45
* exo: Improve Maximize and Fullscreen support for ShellSurfaces.reveman2016-01-137-93/+130
* exo: Fix mode reported for Linuxlpique2016-01-111-4/+1
* exo: wl_shell_surfaces are destroyed with the wl_surfacelpique2016-01-094-0/+31
* Clean up event flags a bit:pkasting2016-01-083-13/+11
* exo: Remove Pass from Exosphere unit test code.reveman2016-01-075-57/+40