summaryrefslogtreecommitdiff
path: root/src/compositor-x11.c
Commit message (Expand)AuthorAgeFilesLines
* x11: port the x11 backend to the new init apiBenoit Gschwind2016-05-031-102/+56
* compositor-x11: stop using input_loopPekka Paalanen2016-03-241-1/+3
* input: use doubles in the interfaces to notify of input eventsGiulio Camuffo2016-03-231-11/+11
* protocol: migrate to stable presentation-time.xmlPekka Paalanen2016-03-071-2/+2
* compositor-x11: send pointer frame after axis eventMarek Chalupa2016-02-091-0/+4
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-191-0/+10
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-191-12/+25
* input: Make pointer grab motion callbacks take an event structJonas Ådahl2015-11-201-1/+8
* compositor: pass the backend config struct to the backends init functionGiulio Camuffo2015-10-231-1/+2
* compositor-x11: Fix Weston running on a secondary X screenMarko2015-10-091-11/+23
* compositor-x11: init linux_dmabuf supportPekka Paalanen2015-08-141-0/+8
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-5/+13
* compositor: add API to manage compositor instancesGiulio Camuffo2015-07-101-4/+1
* compositor: introduce struct weston_backendGiulio Camuffo2015-07-091-274/+280
* compositor-x11: More verbose loggingBryce Harrington2015-06-161-7/+21
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-2/+2
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* Whitespace correctionsMurray Calavera2015-06-061-1/+1
* gl-renderer: Take a list of acceptable formats in create functionsDerek Foreman2015-05-181-2/+3
* compositor: send the output_created signal after inserting it in the listGiulio Camuffo2015-05-081-1/+1
* gl-renderer: call supports() automatically in create()Jonny Lamb2015-03-261-3/+0
* compositor-{drm, wayland, x11}: remove useless tests for ->supportsJonny Lamb2015-03-261-1/+1
* gl-renderer: move all EGL_PLATFORM_* defines hereJonny Lamb2015-03-261-4/+0
* compositor-{drm, x11, wayland}: stop including EGL headers hereJonny Lamb2015-03-261-2/+0
* gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfacesJonny Lamb2015-03-201-0/+5
* gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplayJonny Lamb2015-03-201-1/+10
* compositor, backends: weston_compositor_read_presentation_clockPekka Paalanen2015-03-201-2/+2
* shell,compositor-x11: Fix trivial memory leaksRyo Munakata2015-03-091-0/+2
* compositor-x11: Move the x11 window close to an idle handlerDerek Foreman2015-02-041-2/+30
* Fix "Back", "Forward", and other special mouse buttons in the X11 compositor.Dima Ryazanov2015-02-041-2/+5
* Revert "compositor-x11: Move the x11 event handler to the display loop"Bryce Harrington2015-01-271-3/+1
* compositor-x11: Move the x11 event handler to the display loopDerek Foreman2015-01-271-1/+3
* compositor: set presentation.presented flagsPekka Paalanen2015-01-201-2/+5
* compositor-x11: Fix some shutdown crashesDerek Foreman2014-12-191-2/+14
* backends: refactor transform string parsingDerek Foreman2014-11-191-26/+3
* compositor: set and use the presentation clock everywherePekka Paalanen2014-09-301-5/+6
* compositor-x11: Rename the output make to "weston-X11"Jason Ekstrand2014-09-151-1/+1
* Don't protect xkb_*_unref from NULLRan Benita2014-08-201-2/+1
* Replace deprecated xkbcommon symbols with current namesRan Benita2014-08-201-2/+2
* compsitor-x11: Report more accurate dimension of outputsKristian Høgsberg2014-03-191-2/+6
* Add support for having different GBM formats for different outputsNeil Roberts2014-03-121-1/+3
* x11-backend: Override scale from weston.ini if --scale is passedKristian Høgsberg2014-03-101-0/+3
* x11-backend: Add a --scale optionJason Ekstrand2014-03-101-4/+7
* compositor: Destroy renderer in weston_compositor_shutdown()Ander Conselvan de Oliveira2013-12-221-2/+0
* compositor-x11: Set the name field on weston_outputsAnder Conselvan de Oliveira2013-12-191-0/+4
* compositor: Move the logic of moving outputs into the coreZhang, Xiong Y2013-12-161-17/+3
* compositor: Remove output from list in weston_output_destroy()Ander Conselvan de Oliveira2013-12-161-1/+0
* compositor-x11: Only destroy one output when the close button is pressedAnder Conselvan de Oliveira2013-12-161-1/+31
* compositor-x11: Damage output when we receive expose events for the windowKristian Høgsberg2013-12-051-0/+1