summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2019-07-05clients: Add content-protection client appAnkit Nautiyal2-0/+392
2019-06-27clients/presentation-shm: use xdg_shell instead of wl_shellrandom human1-25/+70
2019-06-26desktop-shell: Click top left and align clock-2-43/+43
2019-06-25clients: Fix/resolved doxygen warningsMarius Vlad2-5/+6
2019-05-02log: remove "%m" from format strings by using strerror(errno)Antonio Borneo32-72/+134
2019-04-29clients: close unused keymap fdAntonio Borneo3-0/+7
2019-04-20weston-terminal: Fix weston-terminal crash on mutterSebastian Wick1-1/+20
2019-04-19Fix: clients/window: Premature finish request when copy-pastingHarish Krupo1-2/+3
2019-04-19window.c: Don't assume registry advertisement orderHarish Krupo1-5/+24
2019-04-18build: turn vertex-clipping.c into a dependencyPekka Paalanen1-2/+2
2019-04-18Rename zalloc.h to libweston/zalloc.hPekka Paalanen16-18/+18
2019-04-18Rename config-parser.h to libweston/config-parser.hPekka Paalanen5-5/+5
2019-04-18Rename matrix.h to libweston/matrix.hPekka Paalanen2-3/+3
2019-04-14Fix incorrect includeLuca Weiss1-1/+1
2019-04-04FIX: weston: clients: typo in simple-dmabuf-egl.cKamal Pandey1-1/+1
2019-03-28clients/simple-dmabuf-egl: Properly check for error in gbm_bo_get_handle_for_...Alexandros Frantzis1-3/+11
2019-03-28meson: link editor with gobject-2.0Pekka Paalanen1-1/+1
2019-03-05clients/simple-dmabuf-egl: Create the EGL display using the GBM platformAlexandros Frantzis1-5/+7
2019-02-20Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot1-1/+1
2019-02-15clients: use xdg_shell stable instead of v6ant8me7-262/+257
2019-02-06window client: remove ivi-application supportMichael Teyfel1-43/+1
2019-02-06simple-shm: remove ivi-application supportMichael Teyfel1-40/+0
2019-02-06simple-egl: remove ivi-application supportMichael Teyfel1-74/+12
2019-02-06clients: Add a mandelbrot set shader to simple-dmabuf-eglAlexandros Frantzis1-8/+118
2019-02-06clients: Support explicit synchronization in simple-dmabuf-eglAlexandros Frantzis2-7/+222
2019-01-31clients: sanitize XCURSOR_SIZEemersion1-4/+12
2019-01-31clients: A better fix for a crash when unlocking or unconfining a pointerDima Ryazanov1-4/+27
2019-01-31clients: Delete an unused variableDima Ryazanov1-3/+0
2019-01-31Revert "Fix a crash when unlocking or unconfining a pointer"Dima Ryazanov1-13/+10
2019-01-17meson: friendly error for simple-dmabuf-drmPekka Paalanen1-1/+3
2019-01-17clients/simple-dmabuf-egl: Render a moving squareAlexandros Frantzis2-38/+187
2019-01-17clients/simple-dmabuf-egl: Support dmabuf format modifiersAlexandros Frantzis2-42/+224
2018-12-31meson: contain and check simple-dmabuf-egl depsPekka Paalanen1-5/+3
2018-12-31meson: fix pangocairo being optionalPekka Paalanen1-3/+10
2018-12-18clients: Add simple-dmabuf-eglAlexandros Frantzis2-0/+865
2018-12-18compositor: Install weston-screenshooter in BINDIRMarius Vlad1-1/+1
2018-12-18clients/screenshot: Allow weston-screenshooter to be called directlyMarius Vlad1-7/+0
2018-12-18clients/screenshot: Avoid using global variables to pass down data between fu...Marius Vlad1-44/+69
2018-12-15Fix compiler warning: unused variable when building with DEBUGMarius Vlad1-2/+1
2018-12-15Fix compiler warnings: invalid type formatMarius Vlad1-2/+2
2018-12-15Fix compiler warnings generated by older toolchains/compilerMarius Vlad1-1/+1
2018-12-09Add Meson build systemDaniel Stone1-0/+367
2018-12-09clients/simple-egl: include weston-egl-ext.h correctlyPekka Paalanen1-1/+1
2018-11-02clients: configure cursor theme from XCURSOR_* envemersion1-3/+7
2018-11-02Fixed potential memory leaks in simple-dmabuf-drm.c found by Cppcheck.orbitcowboy1-1/+5
2018-09-18weston-info: add xdg-output supportemersion1-2/+179
2018-09-17desktop-shell: allow to center background imageStefan Agner1-2/+18
2018-09-17desktop-shell: always paint background color firstStefan Agner1-3/+4
2018-09-17clients: add weston-debugPekka Paalanen1-0/+499
2018-07-13simple-dmabuf-drm: fix build with --disable-eglEmilio Pozuelo Monfort1-11/+0