summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2016-05-04compositor-wayland: put configuration structure in separate headerBenoit Gschwind1-0/+3
2016-05-03x11: port the x11 backend to the new init apiBenoit Gschwind1-0/+3
2016-04-29fbdev-backend: refactor configuration APIBenoit Gschwind1-1/+4
2016-04-25compositor-rdp: refactor configuration APIBenoit Gschwind1-0/+3
2016-04-22build: actually use CLOCK_GETTIME_LIBS for libzunitcGustavo Zacarias1-1/+2
2016-04-22build: add check for clock_gettime() in librtGustavo Zacarias1-7/+8
2016-04-18headless: port the headless backend to the new init apiBenoit Gschwind1-0/+3
2016-04-13Makefile: fix systemd-notify plugin CFLAGSPekka Paalanen1-1/+2
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-1/+3
2016-03-16ivi-shell: introduce ivi-layout-shell.hPekka Paalanen1-0/+1
2016-03-07protocol: migrate to stable presentation-time.xmlPekka Paalanen1-11/+10
2016-02-23Makefile: handle also stable wayland-protocolsPekka Paalanen1-1/+1
2016-02-23Makefile: move presentation_timing source out of toytoolkitPekka Paalanen1-2/+2
2016-01-11clients: add simple-v4l-dmabuf clientEmmanuel Gil Peyrot1-0/+15
2016-01-11clients: rename simple-dmabuf into simple-dmabuf-intelEmmanuel Gil Peyrot1-6/+6
2015-11-19Remove workspaces protocolJonas Ådahl1-7/+0
2015-11-19Rename screenshooter protocol to weston_screenshooterJonas Ådahl1-7/+7
2015-11-19desktop-shell: Rename protocol weston_desktop_shellJonas Ådahl1-10/+10
2015-11-19Use xdg_shell protocol from wayland-protocolsJonas Ådahl1-15/+14
2015-11-19Makefile.am: Make the external xml scanning rule version genericJonas Ådahl1-3/+11
2015-11-19Use input method protocol from wayland-protocolsJonas Ådahl1-9/+8
2015-11-19Use text input protocol from wayland-protocolsJonas Ådahl1-11/+10
2015-11-19Use linux-dmabuf protocol from wayland-protocolsJonas Ådahl1-7/+6
2015-11-19Use fullscreen-shell.xml from wayland-protocolsJonas Ådahl1-17/+27
2015-10-21build: Add -lrt for programs that use clock_gettime()Derek Foreman1-2/+2
2015-10-15ivi-shell: install ivi-layout-export.hUcan, Emre \(ADITG/SW1\)1-0/+5
2015-09-29compositor: remove systemd-notify.hEgor Starkov1-3/+1
2015-09-25systemd: Fix distcheck for typo in header pathBryce Harrington1-1/+1
2015-09-25compositor: systemd notifications supportEgor Starkov1-1/+18
2015-09-25tests: Migrate screenshot code from internal test to client helpersBryce Harrington1-4/+4
2015-09-24launcher: fix broken distcheckDerek Foreman1-0/+1
2015-09-23launcher: Split out launcher implementations into three distinct onesJasper St. Pierre1-3/+4
2015-09-23launcher: Rename logind-util to launcher-logindJasper St. Pierre1-2/+2
2015-08-14clients: add simple-dmabuf clientGeorge Kiagiadakis1-0/+15
2015-08-14gl-renderer: add dmabuf importPekka Paalanen1-0/+1
2015-08-14dmabuf: implement linux_dmabuf extensionPekka Paalanen1-0/+2
2015-08-14protocol: add linux_dmabuf extension (v3)Pekka Paalanen1-2/+5
2015-07-23build: mkdir target weston.ini directories before writingRoss Burton1-2/+2
2015-07-17Adding doxygen setup and info for the testing framework.Jon A. Cruz1-0/+22
2015-07-17Converted the config parser test to the new framework.Jon A. Cruz1-1/+8
2015-07-17Enables output in the JUnit XML format.Jon A. Cruz1-0/+9
2015-07-16build: don't duplicate rule for weston.desktopRoss Burton1-2/+1
2015-07-16compositor-drm: Allow instant start of repaint loop. (v4)Mario Kleiner1-0/+1
2015-07-16shared: introduce timespec-util.hPekka Paalanen1-0/+1
2015-07-10compositor: move the main() to a new main.c fileGiulio Camuffo1-0/+1
2015-07-07Added simple unit/integration test framework and corresponding test program.Jon A. Cruz1-3/+51
2015-06-23build: Use AM_CFLAGS instead of GCC_CFLAGSDerek Foreman1-32/+32
2015-06-22Remove weston-screensaverPekka Paalanen1-20/+0
2015-06-18Do not install the new helpers macro header file.Jon A. Cruz1-1/+0
2015-06-18Added new include file to all SOURCES variables with files that use it.Jon A. Cruz1-34/+95