summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2024-04-26clients/image: do not leak filenameLeandro Ribeiro1-0/+2
2024-04-26clients/image: do not leak cairo surfaceLeandro Ribeiro1-0/+2
2024-04-26clients/image: move a few functions on the fileLeandro Ribeiro1-29/+29
2024-04-26clients/image: display image in a subsurfaceLeandro Ribeiro1-46/+90
2024-04-26clients/image: use widget variable directlyLeandro Ribeiro1-3/+3
2024-04-26clients/image: rename widget to frame_widgetLeandro Ribeiro1-14/+17
2024-03-05gl-renderer: Test axis alignment once per paint nodeLoïc Molinari1-11/+13
2024-02-20clients/simple-damage: fix exiting messageDiego Nieto1-1/+1
2024-01-30simple-im: Fix modifiersPierre Le Marre1-2/+2
2024-01-25clients: fix typo: intialized -> initializedDylan Aïssi1-1/+1
2024-01-15clients/stacking: Fix widget user_data cast typeColin Kinloch1-3/+3
2023-12-08clients/stacking: Allow windows to be closedColin Kinloch1-12/+64
2023-12-06clients/simple-egl: Allow setting the swapintervalDerek Foreman1-5/+7
2023-12-05gl-renderer: Prefix clipper APILoïc Molinari1-14/+14
2023-12-05gl-renderer: Add init_quad() to clipperLoïc Molinari1-29/+18
2023-12-05gl-renderer: Use clip_vertex struct for boxes in clipper APILoïc Molinari1-8/+12
2023-12-05gl-renderer: Remove polygon8 struct from clipper APILoïc Molinari1-15/+10
2023-12-01clients/desktop-shell: fix crash on init when panel is disabledArnaud Vrac1-1/+1
2023-11-21weston-keyboard: Create input_panel_surface earlierDaniel Stone1-18/+5
2023-11-13clients: keyboard: fix delete before cursorAske Bækdal Møller1-1/+1
2023-10-16ivi-shell-user-interface: change timing to create the launcher surfaceTomohito Esaki1-5/+5
2023-09-16clients: Add opaque region setting to simple-damageDerek Foreman1-0/+16
2023-08-31clients/simple-dmabuf-v4l: Add pointer supportRobert Mader2-3/+116
2023-08-31client/simple-dmabuf-v4l: Add fullscreen supportRobert Mader2-9/+82
2023-08-31clients/simple-dmabuf-v4l: Use interface name variablesRobert Mader1-6/+6
2023-08-31clients/simple-egl: Use interface name variablesRobert Mader1-6/+6
2023-08-09clients/simple-dmabuf-egl: Drop support libgbm older than 21.1.1Tomohito Esaki1-12/+0
2023-08-09clients/meson.build: Require libgbm 21.1.1 for clients using dmabufTomohito Esaki1-1/+1
2023-08-09clients/simple-dmabuf-feedback: Drop support libgbm older than 21.1.1Tomohito Esaki1-2/+0
2023-07-19Revert "clients/window: Update min_allocation for smaller widths/heights"Marius Vlad1-9/+0
2023-07-14clients/simple-dmabuf-feedback: do not block until rendering completesSimon Ser1-1/+1
2023-07-14clients/simple-dmabuf-egl: do not block until rendering completesSimon Ser1-1/+1
2023-07-05clients/window: Update min_allocation for smaller widths/heightsMarius Vlad1-0/+9
2023-06-27toy-toolkit: Fix rotationsDerek Foreman1-1/+1
2023-06-14clients: Replace 'confine' client to showcase pointer constraints in generalSergio Gómez3-515/+1030
2023-06-12gl-renderer: Move clip_quad() to clipperLoïc Molinari1-53/+0
2023-06-12gl-renderer: Update HTTP links to vertex clipping resourcesLoïc Molinari1-1/+1
2023-06-12gl-renderer: Get rid of axis-aligned bbox check in simple clipperLoïc Molinari1-22/+34
2023-06-12gl-renderer: Use simple clipper on translated and/or scaled nodesLoïc Molinari1-1/+11
2023-06-12gl-renderer: Store clipped vertices directly into the vertex bufferLoïc Molinari1-37/+41
2023-06-12gl-renderer: Decouple coord space transformation from clipperLoïc Molinari1-46/+54
2023-06-12gl-renderer: Clip and dispatch vertices in surface coord spaceLoïc Molinari1-97/+99
2023-05-02clients/scaler: check viewporter availabilitySimon Ser1-0/+5
2023-04-20clients/simple-dmabuf-feedback: get buffer size from configure eventsSebastian Wick1-6/+17
2023-04-20clients/simple-dmabuf-feedback: create buffers on demandSebastian Wick1-34/+42
2023-04-20clients/simple-dmabuf-feedback: fullscreen surface from the startSebastian Wick1-2/+1
2023-04-20clients/simple-dmabuf-feedback: fix dangling pointersSebastian Wick1-1/+6
2023-04-18simple-dmabuf-v4l: Add support to NV12 devices that combine planesBram Stolk1-19/+145
2023-04-12client-shm: Add basic keyboard supportmarius vlad1-0/+73
2023-04-12simple-shm: Add maximized/fullscreen supportmarius vlad1-1/+48