summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* frontend: Add FDSTR_INIT macroDaniel Stone2023-04-192-1/+3
* clients: Add support for tablet cursor motion to window frames in libtoytoolkitLyude Paul2023-03-312-0/+42
* shared/frame: add helper to get decoration sizes without shadowMichael Olbrich2023-03-222-2/+14
* xwm: Add support for xwayland_shell_v1Derek Foreman2023-03-032-0/+2
* shared: extract hash table implementation from xwaylandMichael Tretter2023-03-033-0/+361
* cairo-util: Add missing HAVE_PANGO guardMarius Vlad2023-02-201-0/+2
* matrix: Introduce weston_coordDerek Foreman2023-02-011-0/+16
* libweston/vertex-clipping: Use shared helperMarius Vlad2023-01-241-0/+13
* libweston: Factor out transform matrix setup codeDerek Foreman2023-01-161-0/+48
* libweston: Optimise matrix multiplicationEmmanuel Gil Peyrot2023-01-111-9/+9
* build: Add unreachable()Daniel Stone2023-01-101-0/+20
* doc/sphinx: Include weston-config and shell-utils in docsMarius Vlad2023-01-091-0/+42
* libweston, shared: Move out weston_shell_get_binding_modifierMarius Vlad2023-01-092-1/+33
* libweston: Add function to find the output transform of a matrixDerek Foreman2022-11-251-0/+121
* libweston: Add a function to test if transformed images need filtersDerek Foreman2022-11-251-0/+125
* shared/cairo-util: Release any fontmap laying aroundMarius Vlad2022-11-101-0/+4
* shared/cairo-util: Re-use the PangoContext for layout creationMarius Vlad2022-11-102-11/+21
* shared/cairo-util: Zero out the memory when creating a new themeMarius Vlad2022-11-101-3/+2
* shared/cairo-util: Do not save/restore the cairo context twiceMarius Vlad2022-11-101-3/+0
* helpers: Add a u64 from 2 u32 helperDerek Foreman2022-10-272-1/+10
* matrix: Make matrix const in weston_matrix_transformDerek Foreman2022-09-231-1/+2
* compositor/shared: Suppress write(2) warningsMarius Vlad2022-09-231-3/+4
* xwm: Perform a roundtrip to send a deferred WM_TAKE_FOCUSDerek Foreman2022-08-082-0/+2
* shared/xalloc.h: do not rely on zalloc()Pekka Paalanen2022-07-201-3/+1
* shared: rewrite fail_on_null() as abort_oom_if_null()Pekka Paalanen2022-07-201-19/+17
* ivi-shell: replace MEM_ALLOC() with mostly xcalloc()Pekka Paalanen2022-07-201-0/+1
* custom-env: Add helper to parse combined env/arg stringsDaniel Stone2022-07-192-0/+84
* custom-env: Add support for argument arrayDaniel Stone2022-07-192-4/+48
* custom-env: Prepare for handling args as well as environmentDaniel Stone2022-07-192-20/+20
* process-util: Assert we don't finalize twiceDaniel Stone2022-07-191-0/+2
* process-util: Move Xwayland fork helpers to sharedDaniel Stone2022-07-193-0/+235
* shared: introduce os_fd_clear_cloexec()Pekka Paalanen2022-07-122-0/+18
* shared: fcntl uses int, not longPekka Paalanen2022-07-121-1/+1
* tests: Use memstream for config-parser testDaniel Stone2022-07-051-36/+65
* cairo-util: Clean up more Cairo detritus; almost all of itDaniel Stone2022-06-293-2/+21
* cairo-util: Don't leak Pango objectsDaniel Stone2022-06-291-1/+18
* shared: Make xalloc.h stand aloneDerek Foreman2022-06-283-53/+18
* shared/xcb-xwayland: Add missing atomsMarius Vlad2022-06-231-0/+13
* xwayland/window-manager: Add support for _NET_FRAME_EXTENTSDerek Foreman2022-06-222-0/+2
* shared/frame: Provide a function to get decoration sizes and use itDerek Foreman2022-06-222-14/+31
* xwayland: support minimizingHideyuki Nagase2022-06-222-0/+2
* shared/xcb-xwayland: Split into common helpersMarius Vlad2022-06-223-0/+269
* shared/cairo-util: Hold onto our pattern reference until we're doneDerek Foreman2022-06-091-1/+3
* libweston: remove UNIT_TESTPekka Paalanen2022-05-311-7/+2
* gl_renderer: print more GL ES feature flagsPekka Paalanen2022-05-181-0/+6
* Move shell-utils to its own directoryDaniel Stone2022-03-312-272/+0
* shell: Encapsulate weston_curtain in its own structDaniel Stone2022-03-312-14/+40
* shell: Make input capture optional for curtainsDaniel Stone2022-03-312-2/+7
* shell: Add alpha to weston_curtain_createDaniel Stone2022-03-312-4/+11
* shell: Move weston_curtain_create params into the structDaniel Stone2022-03-312-8/+9