Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Estimate output size with wp-fractional-scale-v1 | Manuel Stoeckl | 2024-04-29 | 1 | -1/+2 |
| | | | | | And if available, use wp-viewporter to submit buffers whose size exactly matches the "physical" pixel dimensions of the output. | ||||
* | build: define _POSIX_C_SOURCE globally | Simon Ser | 2024-04-28 | 1 | -0/+2 |
| | |||||
* | build: use cc.get_supported_arguments() for warning options | Simon Ser | 2024-04-28 | 1 | -10/+8 |
| | |||||
* | build: bump version to 1.2.1 | Simon Ser | 2024-04-28 | 1 | -1/+1 |
| | |||||
* | wayland-protocols min. version to 1.26 | Mike Kot (Михаил Кот) | 2024-01-13 | 1 | -1/+1 |
| | | | | | In Ubuntu 22.04, default wayland-protocols version is 1.25, `single-pixel-buffer` feature is missing there | ||||
* | build: drop intermediate protocols library | Simon Ser | 2022-12-04 | 1 | -37/+20 |
| | |||||
* | build: find native wayland-scanner program | Simon Ser | 2022-12-04 | 1 | -2/+1 |
| | |||||
* | build: bump to version 1.2.0 | Simon Ser | 2022-12-04 | 1 | -1/+1 |
| | |||||
* | Fix build on Debian Stable | nerdopolis | 2022-11-27 | 1 | -0/+5 |
| | |||||
* | Optimize solid color with single-pixel-buffer-v1 | Simon Ser | 2022-09-16 | 1 | -0/+2 |
| | | | | References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/104 | ||||
* | Replace xdg_output with wl_output v4 | Simon Ser | 2022-06-03 | 1 | -1/+0 |
| | |||||
* | build: stop using sh for scdoc | Simon Ser | 2022-03-11 | 1 | -7/+6 |
| | |||||
* | build: stop using join_paths | Simon Ser | 2022-03-11 | 1 | -8/+7 |
| | |||||
* | build: bump version to 1.1.1 | Simon Ser | 2022-03-10 | 1 | -1/+1 |
| | |||||
* | build: set check arg in run_command call | Simon Ser | 2022-03-05 | 1 | -2/+2 |
| | | | | | | | | | Fixes the following Meson warning: WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300 | ||||
* | build: bump to v1.1 | Simon Ser | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | build: mark build-time deps as native | Simon Ser | 2021-07-19 | 1 | -5/+5 |
| | |||||
* | build: find wayland-scanner with pkg-config | Simon Ser | 2021-07-19 | 1 | -9/+5 |
| | |||||
* | build: use add_project_arguments instead of configuration_data | Simon Ser | 2021-07-19 | 1 | -6/+5 |
| | | | | No need to include config.h anymore. | ||||
* | build: don't align dep equal signs | Simon Ser | 2021-07-19 | 1 | -2/+2 |
| | |||||
* | meson: drop unused libxkbcommon | Jan Beich | 2019-04-26 | 1 | -2/+0 |
| | |||||
* | Split swaybg into a standalone project | Drew DeVault | 2019-04-25 | 1 | -12/+143 |
| | |||||
* | Removed unused wlroots dependency for sway(bg|bar|msg|nag) | M Stoeckl | 2019-01-21 | 1 | -3/+1 |
| | | | | Also remove direct libm dependency where unused. | ||||
* | meson: remove rpath options | emersion | 2019-01-18 | 1 | -1/+0 |
| | |||||
* | Add support for installing binaries with DT_RPATH | Arkadiusz Hiler | 2018-09-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | It's better to use DT_RPATH dynamic section of the elf binary to store the paths of libraries to load instead of overwriting LD_LIBRARY_PATH for the whole environment, causing surprises. This solution is much more transparent and perfectly suitable for running contained installations of wayland/wlroots/sway. The code unsetting the LD_LIBRARY_PATH/LD_PRELOAD was also deleted as it's a placebo security at best - we should trust the execution path that leads us to running sway, and it's way too late to care about those variables since we already started executing our compositor, thus we would be compromised anyway. | ||||
* | Revert "Install swaybar and swaybg under /usr/lib/sway" | Rostislav Pehlivanov | 2018-05-06 | 1 | -2/+1 |
| | | | | This reverts commit f2c209c299889ad965ac995049704b1c46176c6d. | ||||
* | Revert "Make the LIBDIR path configurable" | Rostislav Pehlivanov | 2018-05-06 | 1 | -1/+1 |
| | | | | This reverts commit 1670b46bf6e56d37e69ab0fa32c6799e83397020. | ||||
* | Revert "Meson: Replace option `instlibdir` with `libexecdir`" | Rostislav Pehlivanov | 2018-05-06 | 1 | -1/+1 |
| | | | | This reverts commit 830c4ef74c00dbe448da46cdbc576178abc5728e. | ||||
* | Meson: Replace option `instlibdir` with `libexecdir` | Nicolas Braud-Santoni | 2018-05-05 | 1 | -1/+1 |
| | | | | | Derive a value from it, called `rundir` rather than writing join_paths(libexecdir, 'sway') all over the place. | ||||
* | Make the LIBDIR path configurable | Nicolas Braud-Santoni | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Install swaybar and swaybg under /usr/lib/sway | Nicolas Braud-Santoni | 2018-05-05 | 1 | -1/+2 |
| | |||||
* | Add initial layer shell skeleton | Drew DeVault | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Address review comments | Drew DeVault | 2018-03-28 | 1 | -20/+16 |
| | |||||
* | Add solid-color rendering to swaybg | Drew DeVault | 2018-03-28 | 1 | -2/+16 |
| | |||||
* | Add client protocols and swaybg skeleton | Drew DeVault | 2018-03-28 | 1 | -0/+8 |