summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only submit opaque (XRGB8888) buffersManuel Stoeckl2024-10-202-2/+2
* Set default background color to blackManuel Stoeckl2024-10-201-21/+11
* readme: drop note about packagingSimon Ser2024-10-171-3/+0
* build: avoid git repository discovery when determining versionJames Knight2024-08-031-2/+2
* build: include swaybg version in version string when using gitJames Knight2024-08-031-3/+7
* Fix crash when new output addedManuel Stoeckl2024-05-211-6/+8
* Fix fractional scale detectionManuel Stoeckl2024-04-291-1/+2
* Estimate output size with wp-fractional-scale-v1Manuel Stoeckl2024-04-292-2/+40
* Decouple wl_buffer creation and wl_surface configManuel Stoeckl2024-04-291-48/+74
* build: define _POSIX_C_SOURCE globallySimon Ser2024-04-284-3/+2
* build: use cc.get_supported_arguments() for warning optionsSimon Ser2024-04-281-10/+8
* build: bump version to 1.2.1Simon Ser2024-04-281-1/+1
* Correct for image orientation when loading imageManuel Stoeckl2024-04-161-1/+5
* Document option arguments in command line usageManuel Stoeckl2024-04-161-4/+4
* wayland-protocols min. version to 1.26Mike Kot (Михаил Кот)2024-01-131-1/+1
* Unify color validation and parsing functionsManuel Stoeckl2023-12-202-31/+20
* main.c: fix build against gcc-14 (-Walloc-size)Sergei Trofimovich2023-11-021-2/+2
* build: drop intermediate protocols librarySimon Ser2022-12-041-37/+20
* build: find native wayland-scanner programSimon Ser2022-12-041-2/+1
* build: bump to version 1.2.0Simon Ser2022-12-041-1/+1
* Fix build on Debian Stablenerdopolis2022-11-271-0/+5
* Use shm_open instead of mkstemp for anon filesManuel Stoeckl2022-11-241-46/+28
* Optimize solid color with single-pixel-buffer-v1Simon Ser2022-09-162-0/+42
* man: fix background color input formatManuel Stoeckl2022-07-031-1/+1
* Replace xdg_output with wl_output v4Simon Ser2022-06-033-102/+57
* build: stop using sh for scdocSimon Ser2022-03-111-7/+6
* build: stop using join_pathsSimon Ser2022-03-111-8/+7
* readme: drop mention of xdg-shell requirementSimon Ser2022-03-101-1/+0
* Check wl_display_roundtrip return valueSimon Ser2022-03-101-1/+4
* build: bump version to 1.1.1Simon Ser2022-03-101-1/+1
* Fix memory leak when using image tile modeManuel Stoeckl2022-03-051-0/+1
* build: set check arg in run_command callSimon Ser2022-03-051-2/+2
* Add editorconfigJason Nader2021-11-191-0/+22
* Only render a new frame when the buffer size changesManuel Stoeckl2021-10-011-1/+25
* build: bump to v1.1Simon Ser2021-07-191-1/+1
* build: mark build-time deps as nativeSimon Ser2021-07-191-5/+5
* build: find wayland-scanner with pkg-configSimon Ser2021-07-191-9/+5
* build: use add_project_arguments instead of configuration_dataSimon Ser2021-07-193-8/+5
* build: don't align dep equal signsSimon Ser2021-07-191-2/+2
* readme: mark git dep as optionalSimon Ser2021-07-191-1/+1
* readme: append / to dirname in compilation instructionsSimon Ser2021-07-191-3/+3
* readme: cleanup dep listSimon Ser2021-07-191-4/+2
* readme: update PGP keySimon Ser2021-07-191-1/+1
* ci: add .build.ymlSimon Ser2021-07-191-0/+17
* Load images on every frame renderManuel Stoeckl2021-07-191-16/+39
* Create/destroy a new shm buffer per frameManuel Stoeckl2021-07-193-60/+13
* Deduplicate loads of the same image fileManuel Stoeckl2021-07-191-14/+64
* React only to most recent configure eventManuel Stoeckl2021-06-221-4/+19
* cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni2021-05-107-10/+10
* Fix typoElyes HAOUAS2021-04-121-1/+1