summaryrefslogtreecommitdiff
path: root/src/compositor-headless.c
Commit message (Expand)AuthorAgeFilesLines
* headless: port the headless backend to the new init apiBenoit Gschwind2016-04-181-41/+33
* protocol: migrate to stable presentation-time.xmlPekka Paalanen2016-03-071-2/+2
* compositor: pass the backend config struct to the backends init functionGiulio Camuffo2015-10-231-1/+2
* compositor: add API to manage compositor instancesGiulio Camuffo2015-07-101-7/+2
* compositor: introduce struct weston_backendGiulio Camuffo2015-07-091-50/+57
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* compositor: send the output_created signal after inserting it in the listGiulio Camuffo2015-05-081-1/+1
* compositor, backends: weston_compositor_read_presentation_clockPekka Paalanen2015-03-201-2/+2
* headless: fix the output refresh ratePekka Paalanen2015-02-191-1/+1
* compositor: set presentation.presented flagsPekka Paalanen2015-01-201-2/+7
* compositor-headless: add support for transforms set on command lineDerek Foreman2014-11-211-10/+16
* compositor-headless: allow rendering with pixmanDerek Foreman2014-11-211-4/+53
* compositor: set and use the presentation clock everywherePekka Paalanen2014-09-301-5/+6
* compositor-headless: create input devicesEmilio Pozuelo Monfort2014-02-181-4/+26
* compositor: Destroy renderer in weston_compositor_shutdown()Ander Conselvan de Oliveira2013-12-221-2/+0
* compositor-headless, compositor-rdp: Don't call weston_output_move()Ander Conselvan de Oliveira2013-12-161-2/+0
* compositor: finish frame if redraw failsDavid Herrmann2013-10-221-2/+2
* Notify clients on mode_switch()Hardening2013-09-211-1/+0
* Rename current, origin, scale, origin_scaleHardening2013-09-211-2/+2
* malloc + memset -> zallocPeter Hutterer2013-08-081-5/+2
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-3/+1
* input: Add a seat name parameter to weston_seat_initRob Bradford2013-06-051-1/+1
* compositor: Parse config file in main(), only keep weston config objectKristian Høgsberg2013-05-261-6/+6
* compositor: Support output/buffer scalingAlexander Larsson2013-05-221-1/+1
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-141-4/+4
* Make backends always specify output repaint time1.0.90Jonas Ådahl2013-04-081-3/+9
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-2/+2
* renderer: introduce destroy callbackVasily Khoruzhick2013-01-081-1/+1
* compositor: Move clearing of primary plane damage to the backendsAnder Conselvan de Oliveira2012-11-231-0/+3
* Add a headless backendAnder Conselvan de Oliveira2012-11-081-0/+203