summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
10 dayslibweston: add colorimetry_mode APIPekka Paalanen1-0/+61
10 dayslibweston: move weston_output_color_outcome to privatePekka Paalanen1-80/+1
2024-03-20color: generate id for color transformationsPekka Paalanen1-0/+1
2024-03-12libweston: Let multiple backends register the Windowed Output APILoïc Molinari1-6/+21
2024-02-22backend-headless: Add support to repaint only on capturesLoïc Molinari2-1/+6
2024-02-22backend-headless: Add support for custom refresh ratesLoïc Molinari1-0/+3
2024-02-14color: add support to the color-management protocolLeandro Ribeiro1-0/+26
2024-02-13libweston: add unique id generatorLeandro Ribeiro1-0/+2
2024-02-11libweston/desktop: Update my CopyrightMorgane Glidic1-1/+1
2024-01-10libweston/backends: Move damage flush into backendsDerek Foreman1-1/+1
2024-01-09libweston/animation: Remove weston_fade_run unused argumentMarius Vlad1-2/+1
2023-10-26libweston: Ignore subsurface offsetsMarius Vlad1-0/+2
2023-10-06libweston: Prefer primary backend when assigning outputs to viewsDerek Foreman1-0/+2
2023-10-05compositor, backend-vnc: Allow to disable output resizingPhilipp Zabel1-2/+2
2023-10-04surface: Add weston_surface_is_mapping()Daniel Stone1-1/+4
2023-10-03libweston: Add and use weston_coord_surface_add/sub helpersDerek Foreman1-0/+26
2023-10-03libweston: Make a common helper for clamping a coord to an outputDerek Foreman1-0/+4
2023-10-03libweston: Use weston_coord_surface in weston_surface_stateDerek Foreman1-2/+1
2023-09-29libweston: Remove dbus helpersDerek Foreman2-111/+0
2023-09-28libweston: add explicit weston_compositor::primary_backend pointerPhilipp Zabel1-0/+2
2023-09-28libweston, compositor: let weston_compositor_load_backend return backendPhilipp Zabel1-2/+1
2023-09-28libweston: allow loading multiple backendsPhilipp Zabel1-0/+3
2023-09-28libweston: store backends in a listPhilipp Zabel1-0/+2
2023-09-18shell-utils: Use weston_coord in curtain paramsDerek Foreman1-1/+2
2023-09-18input: Use weston_coord in the cursor confinement codeDerek Foreman1-4/+2
2023-09-18shells: Use weston_coord for shell APIDerek Foreman1-3/+4
2023-09-18libweston: Use weston_coord for touch interfacesDerek Foreman1-4/+2
2023-09-18libweston: Add weston_view_set_position_with_offsetDerek Foreman1-0/+5
2023-09-18matrix: add weston_coord_surface_invert()Derek Foreman1-0/+11
2023-09-11libweston: Do not include private headers in shell-utils.hLoïc Yhuel1-2/+0
2023-08-02libweston: Set the presentation clock in the compositorPhilipp Zabel1-0/+3
2023-07-27kiosk-shell: Redesign the function 'find_focus_successor()'Sergio Gómez2-0/+6
2023-07-20libweston: Remove plane clipDerek Foreman1-1/+0
2023-07-19libweston: Replace struct_weston_position with weston_coordsDerek Foreman1-4/+0
2023-07-17libweston: Document struct weston_modePhilipp Zabel1-3/+9
2023-07-14libweston: Split dbus support into seperate build optionChristopher Obbard1-0/+1
2023-07-14libweston: Decouple dbus helper to public namespaceChristopher Obbard1-0/+110
2023-07-11libweston: have one primary_plane per outputDerek Foreman1-1/+1
2023-07-11libweston.h: Move struct weston_plane earlier in the fileDerek Foreman1-7/+7
2023-07-11libweston: Remove view clip regionDerek Foreman1-1/+0
2023-07-11libweston: Track damage on paint nodes instead of planesDerek Foreman1-1/+0
2023-07-11libweston: Track plane in paint node instead of viewDerek Foreman1-1/+0
2023-07-11libweston: Add visible region to weston_viewDerek Foreman1-0/+1
2023-07-11libweston: Replace weston_output_damage() with a flagDerek Foreman1-0/+3
2023-07-04view: Add weston_view_add_transform and weston_view_remove_transformDaniel Stone1-0/+9
2023-07-04view: Add weston_view_set_alpha()Daniel Stone1-0/+3
2023-07-04view: Add view_list_needs_rebuild memberDaniel Stone1-0/+2
2023-07-04surface: Only rebuild subsurface lists when necessaryDaniel Stone1-0/+2
2023-07-04surface: Add input-region dirty flagDaniel Stone1-0/+2
2023-07-04surface: Add buffer-params dirty flagDaniel Stone1-0/+3