summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-04surface: Add position dirty memberDaniel Stone1-0/+2
2023-07-04surface: Add comments to weston_surface_status memberDaniel Stone1-0/+4
2023-07-04surface: Replace viewport.changed with weston_surface_statusDaniel Stone1-2/+0
2023-07-04surface: Replace newly_attached with weston_surface_statusDaniel Stone1-1/+2
2023-06-26libweston: Add weston_view::map_signalDaniel Stone1-0/+1
2023-06-26weston-desktop: Match desktop-shell view mapping semanticsDaniel Stone1-0/+4
2023-06-26weston_surface: Add map and unmap signalsDaniel Stone1-0/+7
2023-06-21surface: Start tracking weston_surface_statusDaniel Stone1-0/+6
2023-06-21surface: Convert a couple of ints to boolsDaniel Stone1-2/+2
2023-06-19libweston: Add weston_compositor.shutting_downDaniel Stone1-0/+1
2023-06-19xwayland: Remove process exit status from libweston APIDaniel Stone1-3/+2
2023-06-19xwayland: Only pass Xwayland wl_client to libwestonDaniel Stone1-9/+6