Go to file
Pekka Paalanen eb4fd35278 libinput: default to INFO log level
Set the default logging level from libinput to INFO. This matches better
the behaviour of the old input backend, and prints the found input
devices into Weston's log.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Acked-by: Jonas Ådahl <jadahl@gmail.com>
2014-09-12 12:15:44 +03:00
clients image: don't print redundant error 2014-09-11 13:11:29 +03:00
data
desktop-shell cosmetic: update comments that refer to weston_surface_update_transform() 2014-09-11 11:52:56 +03:00
fullscreen-shell
m4
man compositor: add an option to set the default numlock value 2014-09-03 15:31:31 +03:00
protocol protocol: fix a wrong word in wl_viewport.set_source 2014-08-27 15:46:22 +03:00
shared load_image: always print a message on failure if filename is not empty 2014-09-11 13:01:47 +03:00
src libinput: default to INFO log level 2014-09-12 12:15:44 +03:00
tests matrix-test: fix units in report 2014-09-05 11:32:36 +03:00
wcap
xwayland xwm: Do not activate override redirect windows 2014-09-04 15:16:04 +03:00
.gitignore
COPYING
Makefile.am build: do not run xwayland test for distcheck 2014-08-22 16:08:20 +03:00
README
autogen.sh
configure.ac libinput: normalize WL_CALIBRATION before passing it to libinput 2014-09-12 09:51:04 +03:00
notes.txt
releasing.txt
weston.ini.in

README

Weston

Weston is the reference implementation of a Wayland compositor, and a
useful compositor in its own right.  Weston has various backends that
lets it run on Linux kernel modesetting and evdev input as well as
under X11.  Weston ships with a few example clients, from simple
clients that demonstrate certain aspects of the protocol to more
complete clients and a simplistic toolkit.  There is also a quite
capable terminal emulator (weston-terminal) and an toy/example desktop
shell.  Finally, weston also provides integration with the Xorg server
and can pull X clients into the Wayland desktop and act as a X window
manager.

Refer to http://wayland.freedesktop.org/building.html for building
weston and its dependencies.

The test suite can be invoked via `make check`; see
http://wayland.freedesktop.org/testing.html for additional details.