summaryrefslogtreecommitdiff
path: root/libweston/compositor-x11.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-14Allow backends to group repaint flushesDaniel Stone1-2/+4
2017-01-17libweston: Properly namespace backends entrypointQuentin Glidic1-2/+2
2017-01-16compositor-x11: Remove support for ancient XCBDaniel Stone1-7/+2
2016-11-24compositor-x11: fix segfault when use_pixman is trueRyo Munakata1-1/+2
2016-11-21compositor-x11: Move vfunc setting from set_size to enableArmin Krezović1-11/+9
2016-11-07gl-renderer: Add <platform_attribs> param to gl_renderer_display_createMiguel A. Vico1-1/+1
2016-11-07gl-renderer: Rename gl_renderer::output_create to output_window_createMiguel A. Vico1-6/+7
2016-11-07gl-renderer: Rename gl_renderer_create to gl_renderer_display_createMiguel A. Vico1-2/+3
2016-10-05libweston: include weston-egl-ext.h in drm, x11 and wayland compositorVincent Abriou1-0/+1
2016-10-05weston: Rename weston_output_init_pending() to weston_output_init()Armin Krezović1-1/+1
2016-10-05weston: Port X11 backend to new output handling APIArmin Krezović1-137/+175
2016-08-15compositor-x11: remove redundant state arg of x11_backend_deliver_button_eventBenoit Gschwind1-11/+10
2016-08-15compositor-x11: add assert to avoid misuse of x11_backend_deliver_button_eventBenoit Gschwind1-0/+3
2016-08-05compositor-x11: Use non-cast functions to retrieve backend and output objectsArmin Krezović1-8/+20
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-07-04compositor-x11: Flush xcb connection from x11_output_destroy()Armin Krezović1-2/+2
2016-06-24compositor-x11: fix title overflow in x11_backend_create_outputBenoit Gschwind1-9/+19
2016-06-23Rename src/ to libweston/Pekka Paalanen1-0/+1720