input: introduce weston_touch_device
[platform/upstream/weston.git] / libweston / compositor-wayland.c
2018-05-30 Louis-Francis Ratt... input: introduce weston_touch_device
2018-05-24 Pekka Paalanenpixman: make shadow buffer optional
2018-04-17 Pekka Paalanencompositor-wayland: migrate to head-based output API
2018-04-17 Pekka Paalanencompositor-wayland: strict surface create/destroy
2018-04-10 Pekka Paalanenlibweston: introduce weston_head
2018-03-19 Dima RyazanovFix an uninitialized variable
2018-03-09 Daniel Stonecompositor-wayland: Ignore pointer enter on destroyed...
2018-03-09 Pekka Paalanencompositor-wayland: handle wl_keyboard.enter(NULL)
2018-02-09 Pekka Paalanenlibweston: remove restore functionality
2018-01-18 Emmanuel Gil Peyrotxwm: Add icon support to the frame
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for touch down events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for key events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for axis events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for button events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for motion events
2017-10-24 Pekka Paalanencompositor-wayland: fix shm_buffer damage init
2017-10-24 Armin Krezovićcompositor-wayland: fix damage coordinates with pixman...
2017-10-24 Pekka Paalanencompositor-wayland: clarify wl_display_connect() error
2017-10-24 Pekka Paalanencompositor-wayland: windowed/fullscreen not on fullscre...
2017-10-24 Pekka Paalanencompositor-wayland: allow to unset fullscreen
2017-10-24 Pekka Paalanencompositor-wayland: actually free parent_output
2017-10-23 Pekka Paalanencompositor-wayland: fix mode_list corruption on --sprawl
2017-10-23 Pekka Paalanencompositor-wayland: remove unused 'scale'
2017-10-23 Pekka Paalanencompositor-wayland: avoid recursive dispatch with wl_ou...
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/