summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* backend-pipewire: pass backend to weston_pipewire_output_api::create_head()Philipp Zabel2023-04-191-3/+3
* backend-pipewire: add PipeWire backendPhilipp Zabel2023-04-183-0/+110
* libweston: pass backend to weston_windowed_output_api::create_head()Philipp Zabel2023-04-171-3/+3
* input: Consistently use enums for modifier/axis/stateDaniel Stone2023-04-031-2/+3
* tablet: Add binding to activate surfaces using the tablet toolMichael Olbrich2023-03-311-0/+11
* clients: Add support for tablet cursor motion to window frames in libtoytoolkitLyude Paul2023-03-311-0/+5
* libweston: handle tablet cursors in the compositorMichael Olbrich2023-03-311-0/+10
* libinput: hook up tablet eventsMichael Olbrich2023-03-311-0/+2
* input: add weston grab interfaces for tablet toolsMichael Olbrich2023-03-311-0/+95
* input: add tablet focus handlingMichael Olbrich2023-03-311-0/+12
* libweston: Add initial tablet support to westonMichael Olbrich2023-03-311-0/+34
* shell: Keep window 'activated' state if child has focusJonas Ådahl2023-03-301-0/+8
* Revert "input: Consistently use enums for modifier/axis/state"Daniel Stone2023-03-301-3/+2
* input: Consistently use enums for modifier/axis/stateDaniel Stone2023-03-301-2/+3
* libweston: Skip views without a parentMarius Vlad2023-03-301-0/+1
* libweston: Add view unmap listener to pointer constraintsSergio Gómez2023-03-131-0/+2
* libweston/input: Remove redundant surface destroy listener in constraintsSergio Gómez2023-03-131-1/+0
* compositor: Rename position.set to position.changedDerek Foreman2023-03-071-1/+1
* backend-drm: add additional-devices to support multi GPUMichael Tretter2023-03-031-0/+8
* libweston: Convert weston_output_move to weston_coordDerek Foreman2023-02-241-1/+2
* libweston: Use weston_coord in surface committed handlerDerek Foreman2023-02-242-4/+6
* libweston: Use weston_coord in struct weston_viewDerek Foreman2023-02-241-1/+5
* libweston: Convert struct weston_subsurface to weston_coordDerek Foreman2023-02-241-2/+1
* libweston: Add support to force an output power state to offRajendraprasad K J2023-02-231-0/+15
* libweston: Use weston_coord in struct weston_pointerDerek Foreman2023-02-171-3/+3
* input: Use weston_coord for weston_touch functionsDerek Foreman2023-02-171-2/+2
* input: Convert weston_pointer_motion_to_abs() to weston_coordDerek Foreman2023-02-171-3/+2
* libweston: Pass weston_coords to weston_compositor_pick_viewDerek Foreman2023-02-171-1/+1
* input: Convert weston_pointer_motion_event to weston_coordDerek Foreman2023-02-091-6/+3
* libweston: support API to detect an unmapping commit of surfaceTran Ba Khang(MS/EMC31-XC)2023-02-021-1/+4
* libweston: Add support for tearing-controlDerek Foreman2023-02-011-0/+5
* libweston: Remove old coordinate conversion functionsDerek Foreman2023-02-011-12/+0
* matrix: Introduce weston_coordDerek Foreman2023-02-012-0/+95
* libweston: Split weston_view_set_position() into rel and abs variantsDerek Foreman2023-02-011-0/+4
* libweston: Factor out transform matrix setup codeDerek Foreman2023-01-161-0/+6
* rdp: Add preliminary rdp multihead supportHideyuki Nagase2023-01-101-6/+16
* libweston: Make weston_head_set_device_changed publicDerek Foreman2023-01-101-0/+3
* backend-vnc: Add renderer parameter to backend configDaniel Stone2023-01-101-1/+2
* backend-rdp: Add renderer parameter to backend configDaniel Stone2023-01-101-1/+2
* backend-x11: Use renderer enum type for config selectionDaniel Stone2023-01-101-3/+2
* backend-wayland: Use renderer enum type for config selectionDaniel Stone2023-01-101-2/+2
* backend-headless: Use renderer enum type for config selectionDaniel Stone2023-01-101-6/+3
* backend-drm: Use renderer enum type for config selectionDaniel Stone2023-01-101-3/+3
* libweston: Add WESTON_RENDERER_AUTO typeDaniel Stone2023-01-101-0/+1
* libweston: Expose weston_renderer_type as ABIDaniel Stone2023-01-101-0/+6
* libweston, shared: Move out weston_shell_get_binding_modifierMarius Vlad2023-01-092-6/+3
* shell-utils: Add missing macros and C++ compat/install headerMarius Vlad2023-01-092-1/+11
* shell-utils: Integrate shell-utils into libwestonMarius Vlad2023-01-091-0/+74
* libweston, backends: store backend pointer in struct weston_headPhilipp Zabel2022-12-121-3/+1
* libweston: add missing struct weston_renderer forward declarationPhilipp Zabel2022-12-091-0/+1