summaryrefslogtreecommitdiff
path: root/libweston/compositor.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-11libweston: drop return type from ::query_dmabuf_{formats, modifiers}Emil Velikov1-2/+4
2017-11-27libweston: Use struct timespec for compositor timeAlexandros Frantzis1-2/+2
2017-11-27libweston: Use struct timespec for touch motion eventsAlexandros Frantzis1-3/+4
2017-11-27libweston: Use struct timespec for touch up eventsAlexandros Frantzis1-2/+3
2017-11-27libweston: Use struct timespec for touch down eventsAlexandros Frantzis1-7/+8
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis1-8/+10
2017-11-27libweston: Use struct timespec for axis eventsAlexandros Frantzis1-5/+6
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis1-7/+11
2017-11-27libweston: Use struct timespec for motion eventsAlexandros Frantzis1-5/+7
2017-11-27libweston: Use struct timespec for the output presentation timestampAlexandros Frantzis1-1/+1
2017-11-27build,libweston: Use struct timespec for animationsAlexandros Frantzis1-3/+4
2017-10-04libweston: rename weston_output_destroy() to weston_output_release()Pekka Paalanen1-1/+1
2017-10-04libweston: weston_output_init(..., +name)Pekka Paalanen1-1/+2
2017-07-25libweston: introduce weston_output_from_resource()Pekka Paalanen1-0/+3
2017-07-25libweston: make weston_output::connection_internal a boolPekka Paalanen1-1/+1
2017-07-25libweston: specify weston_output::enabledPekka Paalanen1-1/+1
2017-07-25libweston: unexport weston_output_update_matrix()Pekka Paalanen1-2/+0
2017-07-25libweston: unexport weston_compositor_add_output()Pekka Paalanen1-3/+0
2017-07-03input: Remove --disable-xkbcommonDerek Foreman1-3/+0
2017-06-12gl-renderer: support format and modifier queriesVarad Gautam1-0/+7
2017-03-14Allow backends to group repaint flushesDaniel Stone1-2/+36
2017-03-14Switch to global output repaint timerDaniel Stone1-1/+5
2017-03-13Change boolean repaint_scheduled to quad-state enumDaniel Stone1-1/+9
2017-03-13Change repaint_needed to boolDaniel Stone1-1/+4
2017-02-07compositor: damage pending subsurfaces when committing themEmilio Pozuelo Monfort1-0/+3
2017-01-17libweston: Properly namespace modules entrypointQuentin Glidic1-2/+1
2017-01-17libweston: Properly namespace backends entrypointQuentin Glidic1-2/+2
2017-01-17libweston: Position layers in an absolute wayQuentin Glidic1-4/+68
2016-11-24Don't include version.h from compositor.hDaniel Stone1-1/+0
2016-11-21libweston: Add move (without scale) animationQuentin Glidic1-1/+6
2016-11-21libweston: Move text_backend_* to weston.hQuentin Glidic1-8/+0
2016-11-21libweston: remove unused function declaration of weston_compositor_topRyo Munakata1-3/+0
2016-10-22Add configuration option for no input device.Daniel Díaz1-0/+4
2016-10-05libweston: Remove weston_backend_output_config structureArmin Krezović1-14/+0
2016-10-05weston: Rename weston_output_init_pending() to weston_output_init()Armin Krezović1-5/+3
2016-10-03libweston: Add more functionality for handling weston_output objectsArmin Krezović1-0/+33
2016-08-30Revert "compositor: Add internal support to track idle inhibition requests"Bryce Harrington1-10/+0
2016-08-30Revert "compositor: Add public interface support for client-requested idle in...Bryce Harrington1-4/+4
2016-08-30Revert "libweston: Add a signal to fire when the idle inhibitor is dropped"Bryce Harrington1-1/+0
2016-08-29libweston: Add a signal to fire when the idle inhibitor is droppedBryce Harrington1-0/+1
2016-08-29compositor: Add public interface support for client-requested idle inhibitionBryce Harrington1-4/+4
2016-08-29compositor: Add internal support to track idle inhibition requestsBryce Harrington1-0/+10
2016-08-27libweston: Drop shell_interfaceQuentin Glidic1-7/+0
2016-08-15libweston-desktop: Implement xdg_shell_v6Quentin Glidic1-0/+2
2016-08-14desktop-shell: Port to libweston-desktopQuentin Glidic1-29/+0
2016-08-14xwayland: Introduce a private struct for XWayland interfaceQuentin Glidic1-0/+5
2016-08-14Introduce libweston-desktopQuentin Glidic1-0/+16
2016-08-14libweston: Rename weston_surface::configure to ::committedQuentin Glidic1-2/+2
2016-08-14input: Add helpers for all keyboard/pointer/touch eventsQuentin Glidic1-0/+33
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1