summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
...
* clients: Add simple-dmabuf-eglAlexandros Frantzis2018-12-182-0/+865
* compositor: Install weston-screenshooter in BINDIRMarius Vlad2018-12-181-1/+1
* clients/screenshot: Allow weston-screenshooter to be called directlyMarius Vlad2018-12-181-7/+0
* clients/screenshot: Avoid using global variables to pass down data between fu...Marius Vlad2018-12-181-44/+69
* Fix compiler warning: unused variable when building with DEBUGMarius Vlad2018-12-151-2/+1
* Fix compiler warnings: invalid type formatMarius Vlad2018-12-151-2/+2
* Fix compiler warnings generated by older toolchains/compilerMarius Vlad2018-12-151-1/+1
* Add Meson build systemDaniel Stone2018-12-091-0/+367
* clients/simple-egl: include weston-egl-ext.h correctlyPekka Paalanen2018-12-091-1/+1
* clients: configure cursor theme from XCURSOR_* envemersion2018-11-021-3/+7
* Fixed potential memory leaks in simple-dmabuf-drm.c found by Cppcheck.orbitcowboy2018-11-021-1/+5
* weston-info: add xdg-output supportemersion2018-09-181-2/+179
* desktop-shell: allow to center background imageStefan Agner2018-09-171-2/+18
* desktop-shell: always paint background color firstStefan Agner2018-09-171-3/+4
* clients: add weston-debugPekka Paalanen2018-09-171-0/+499
* simple-dmabuf-drm: fix build with --disable-eglEmilio Pozuelo Monfort2018-07-131-11/+0
* simple-dmabuf-drm: require zwp_linux_dmabuf_v1 v3Emilio Pozuelo Monfort2018-07-131-11/+3
* desktop-shell: fix output removal for background/panelPekka Paalanen2018-07-051-13/+24
* client: Fix segmentation fault in the case weston-nestedYong Gan2018-06-071-2/+2
* simple-dmabuf-drm: Fallback DRM_FORMAT_MOD_LINEAR definitionDaniel Stone2018-06-071-0/+4
* clients: add a new touchscreen calibratorLouis-Francis Ratté-Boulianne2018-05-303-2/+976
* weston-info: destroy wl_keyboardMarkus Ongyerth2018-05-291-4/+6
* weston-info: Add support for tablet-unstable-v2Markus Ongyerth2018-05-291-0/+845
* Fix a crash when unlocking or unconfining a pointerDima Ryazanov2018-05-291-10/+13
* simple-dmabuf-drm: support DRM_FORMAT_LINEAR for NV12 as wellGuido Günther2018-05-291-17/+38
* simple-dmabuf-drm: don't exit from create_displayGuido Günther2018-05-281-3/+5
* simple-dmabuf-drm: drop superfluous declarationGuido Günther2018-05-281-1/+0
* simple-dmabuf-drm: support etnaviv drm as wellGuido Günther2018-05-281-0/+68
* simple-dmabuf-drm: simplify fd_map_boGuido Günther2018-05-281-5/+1
* simple-dmabuf-drm: 0 is a valid fd (freedreno)Guido Günther2018-05-281-4/+1
* terminal: Fix unintended fallthrough to cursor restoreDaniel Stone2018-04-051-0/+1
* simple-dmabuf-drm: use appropriately sized buffer (freedreno)Guido Günther2018-03-191-3/+5
* simple-dmabuf-drm: Always define ALIGNGuido Günther2018-03-191-1/+1
* simple-dmabuf-drm: use getopt_longGuido Günther2018-03-191-24/+27
* simple-dmabuf-drm: use opt bitmask instead of is_immediateGuido Günther2018-03-191-6/+6
* Allow simple-dmabuf-drm to pass y_inverted flagGuido Günther2018-03-191-8/+23
* simple-dmabuf-drm: use vfunc for drm_device_destroyGuido Günther2018-03-161-7/+17
* simpla-dmabuf-drm: Use more weston like coding styleGuido Günther2018-03-161-10/+10
* simple-dmabuf-drm: allow multiple backendsGuido Günther2018-03-161-24/+29
* clients: consolidate timer code part 2Pekka Paalanen2018-03-123-87/+24
* clients: consolidate timer code part 1Pekka Paalanen2018-03-123-78/+135
* clients/desktop-shell: preserve background/panel in clone modePekka Paalanen2018-02-121-1/+49
* clients/desktop-shell: avoid invalid sized panelPekka Paalanen2018-02-121-2/+18
* clients/desktop-shell: avoid invalid sized backgroundPekka Paalanen2018-02-121-5/+26
* screenshot: save screenshot files in XDG_PICTURES_DIRAleksander Morgado2018-02-091-1/+2
* screenshot: save each new screenshot in a different fileAleksander Morgado2018-02-091-1/+9
* shared: Update all users of DATADIRDerek Foreman2018-02-072-10/+34
* xwm: Add icon support to the frameEmmanuel Gil Peyrot2018-01-181-2/+2
* shared: Add timespec_from_proto helper functionAlexandros Frantzis2017-12-181-8/+1
* clients: simple-egl: Restore window size when un-maximizedTomohiro Komagata2017-12-041-3/+7