summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-26color: add support to parametric curves in weston_color_curveLeandro Ribeiro9-10/+668
2024-01-26tests: remove color-manager testPekka Paalanen2-57/+1
2023-12-18ivi-shell: clear seat focus if necessary when a surface is destroyedMichael Olbrich1-0/+7
2023-12-06clients/simple-egl: Allow setting the swapintervalDerek Foreman1-5/+7
2023-10-16ivi-shell-user-interface: change timing to create the launcher surfaceTomohito Esaki1-5/+5
2023-10-16ivi-shell: activate desktop surfaceTomohito Esaki6-3/+129
2023-10-16ivi-shell: Properly handle seat hotpluggingTomohito Esaki2-0/+71
2023-10-04desktop-shell: Inline configure_static_view for panelsDaniel Stone1-32/+12
2023-10-04desktop-shell: Inline configure_static_view for backgroundDaniel Stone1-10/+14
2023-09-15helpers: Add an integer division helper that rounds upPhilipp Zabel1-0/+10
2023-07-25ivi-layout: Remove weston_view_schedule_repaint()Philipp Zabel1-2/+0
2023-07-25ivi-layout: Use weston_view_move_to_layer()Philipp Zabel1-12/+8
2023-07-25ivi-layout: Use weston_view_set_alpha()Philipp Zabel1-1/+1
2023-07-25ivi-layout: Use weston_view_add/remove_transform()Philipp Zabel1-8/+5
2023-07-19Revert "clients/window: Update min_allocation for smaller widths/heights"Marius Vlad1-9/+0
2023-07-04surface: Replace viewport.changed with weston_surface_statusDaniel Stone2-23/+8
2023-06-02ivi-layout: add description for layer_add_surfaceTomohito Esaki1-0/+3
2023-04-20CONTRIBUTING.md: Fix link for patchworkMarius Vlad1-1/+1
2023-04-19backend-pipewire: pass backend to weston_pipewire_output_api::create_head()Philipp Zabel2-11/+11
2023-04-19backend-drm: obtain DRM backend from listener in session_notify()Philipp Zabel1-1/+2
2023-04-19xwayland: Don't leak fds on failureDaniel Stone1-2/+8
2023-04-19ivi-layout: simplify APIMichael Olbrich3-363/+157
2023-04-19tests: ivi-shell: prepare for API simplificationMichael Olbrich3-384/+63
2023-04-17backend-vnc: pass vnc_backend to vnc_head_create()Philipp Zabel1-10/+3
2023-04-17backend-rdp: pass rdp_backend to rdp_head_create()Philipp Zabel3-12/+5
2023-04-17libweston: pass backend to weston_windowed_output_api::create_head()Philipp Zabel5-29/+31
2023-03-14ivi-shell: handle subsurfaces for mouse/touch activationMichael Olbrich1-1/+3
2023-03-14hmi-controller: add input panel supportMichael Olbrich1-0/+156
2023-03-14ivi-shell: add input panel supportMichael Olbrich6-10/+623
2023-03-14ivi-layout: add surface type to the surface propertiesMichael Olbrich2-3/+13
2023-03-14ivi-shell: abort if shell_surface_send_configure is called for non-ivi surfacesMichael Olbrich1-3/+5
2023-03-03xcb-client-helper: Add a XCB client helper for testsMarius Vlad6-64/+1111
2023-02-24libweston: Use weston_coord in surface committed handlerDerek Foreman11-43/+66
2023-02-23libweston: Add support to force an output power state to offRajendraprasad K J2-2/+88
2023-02-16libweston: clear parent_view when the parent view is destroyedMichael Olbrich1-0/+1
2023-02-14hmi-controller: doesn't do a configuring when surface has no contentTran Ba Khang(MS/EMC31-XC)1-0/+4
2023-02-14ivi-shell: add commit_current into ivi_layout interfaceTran Ba Khang(MS/EMC31-XC)3-4/+29
2023-02-07ivi-shell: remove some unnecessary checksMichael Olbrich1-7/+0
2023-02-07ivi-shell: simplify surface creationMichael Olbrich2-12/+2
2023-02-07ivi-shell: use x*alloc for small allocationsMichael Olbrich2-62/+15
2023-02-07backend-drm: Do not overwrite plane's index when creating virtual planeMarius Vlad1-0/+16
2023-01-16backend-drm: Use output to buffer matrix for plane setupDerek Foreman1-13/+13
2023-01-11pixman-renderer: pass paint nodes instead of viewsDerek Foreman1-19/+23
2023-01-11gl-renderer: pass paint nodes instead of viewsDerek Foreman1-20/+20
2023-01-10rdp: Switch to xzalloc for backend allocationDerek Foreman1-4/+2
2022-12-07ivi-shell: add screenshot capabilityMarco Felsch2-1/+4
2022-11-10ivi-shell: add new signal to notify ivi shell destroyingTran Ba Khang(MS/EMC31-XC)6-1/+59
2022-11-07ivi-shell: Move out weston_desktop_shell at the endMarius Vlad1-1/+1
2022-11-04ivi-shell: listen output_destroyed_signalEmre Ucan2-0/+43
2022-11-04ivi-shell: listen output_created signalEmre Ucan2-18/+34