compositor-wayland: Don't use two different presentation methods for fs shell
[platform/upstream/weston.git] / libweston / compositor-wayland.c
2017-10-13 Armin Krezovićcompositor-wayland: Don't use two different presentatio...
2017-10-13 Sergi Granellcompositor-wayland: destroy the appropriate output...
2017-10-13 Sergi Granellcompositor-wayland: use input region instead of opaque...
2017-10-04 Pekka Paalanenlibweston: set backend pointer earlier
2017-10-04 Pekka Paalanenlibweston: rename weston_output_destroy() to weston_out...
2017-10-04 Pekka Paalanencompositor-wayland: move output init into common, fix...
2017-10-04 Pekka Paalanenlibweston: weston_output_init(..., +name)
2017-10-04 Pekka Paalanenlibweston: move weston_output::mode_list init to core
2017-09-25 Pekka Paalanencompositor-wayland: use asprintf for output title
2017-05-19 Derek Foremanlibweston: Allow compositor-wayland to use wl_surface_d...
2017-03-30 Raúl Peñacobacompositor-wayland: Properly dealloc mmap data using...
2017-03-25 Sergi Granellcompositor-wayland: Call weston_compositor_exit when...
2017-03-24 Sergi Granellcompositor-wayland: Call set_window_geometry when using...
2017-03-24 Sergi Granellcompositor-wayland: Check the return value of wayland_o...
2017-03-24 Sergi Granellcompositor-wayland: Refactor struct wayland_output...
2017-03-14 Daniel StoneAllow backends to group repaint flushes
2017-01-17 Quentin Glidiclibweston: Properly namespace backends entrypoint
2017-01-17 Armin Krezovićcompositor-wayland: Support building without EGL
2016-11-29 Daniel Stonecompositor-wayland: Destroy cursor images earlier
2016-11-28 Daniel Stonecompositor-wayland: Set frame callback for Pixman
2016-11-28 Dima Ryazanovcompositor-wayland: Fix a use after free
2016-11-21 Armin Krezovićcompositor-wayland: Port to xdg-shell-v6
2016-11-21 Armin Krezovićcompositor-wayland: Destroy shm buffers on output disable
2016-11-21 Armin Krezovićcompositor-wayland: Properly clean up on backend destroy
2016-11-21 Armin Krezovićcompositor-wayland: Simplify fullscreen output surface...
2016-11-21 Armin Krezovićcompositor-wayland: Move vfunc setting from set_size...
2016-11-07 Miguel A. Vicogl-renderer: Add <platform_attribs> param to gl_rendere...
2016-11-07 Miguel A. Vicogl-renderer: Rename gl_renderer::output_create to outpu...
2016-11-07 Miguel A. Vicogl-renderer: Rename gl_renderer_create to gl_renderer_d...
2016-10-14 Armin Krezovićcompositor-wayland: Convert fullscreen flag to bool
2016-10-10 Armin Krezovićcompositor-wayland: Convert draw_initial_frame to boolean
2016-10-10 Armin Krezovićcompositor-wayland: Convert sprawl flag to boolean
2016-10-10 Armin Krezovićcompositor-wayland: Convert use-pixman flag to boolean
2016-10-05 Vincent Abrioulibweston: include weston-egl-ext.h in drm, x11 and...
2016-10-05 Armin Krezovićweston: Rename weston_output_init_pending() to weston_o...
2016-10-05 Armin Krezovićweston: Port Wayland backend to new output handling API
2016-09-24 Quentin Glidicshare/cairo-util: Use wl_pointer_button_state enum...
2016-09-02 Emmanuel Gil Peyrotcompositor-wayland: Only destroy the egl_window when...
2016-08-05 Armin Krezovićcompositor-wayland: Use non-cast functions to retrieve...
2016-07-26 Jussi Kukkoneninclude stdint.h for int32_t/uint32_t
2016-06-23 Pekka PaalanenRename src/ to libweston/