William McKinnon
6293a2370e
Merge remote-tracking branch 'origin/master' into fade-animations
2024-05-09 17:45:37 -04:00
famfo
3c621dec7d
Update flake.lock ( #316 )
2024-05-09 12:45:44 -04:00
William McKinnon
aaa3c7536e
removed unneeded build scripts and workflows
2024-05-08 00:34:46 -04:00
William McKinnon
ae12a9cb13
Merge remote-tracking branch 'origin/master' into fade-animations
2024-05-08 00:30:28 -04:00
Åsmund Balke
d4f8c9d0b8
update wlroots ( #312 )
2024-05-07 23:50:33 -04:00
Eric Chastain
e45b420ccc
Update server.c removing duplicated code block ( #306 )
2024-04-30 23:38:49 -04:00
William McKinnon
c6b4411b86
Removed git only messages
2024-04-29 02:09:52 -04:00
William McKinnon
80c0c50673
removed old publish script, updated to 0.4
2024-04-29 01:33:43 -04:00
Erik Reider
a5a69d4d4e
fix: gray background rect not being expanded by blur size ( #295 )
2024-04-22 17:41:51 -04:00
William McKinnon
1d1b4fbb2f
improved animation timing
2024-04-21 23:50:11 -04:00
William McKinnon
ad0b9171b2
minor perf improvements, fixed render saved view race con
2024-04-21 23:03:35 -04:00
William McKinnon
e8f7a90104
Merge remote-tracking branch 'origin/master' into fade-animations
2024-04-20 18:04:33 -04:00
William McKinnon
819572a8d9
logic improvements
2024-04-20 16:47:42 -04:00
William McKinnon
107bcde87c
removed unneeded debug lines
2024-04-20 16:47:29 -04:00
ozwaldorf
4b954d5a05
flake: update for swayfx 0.4 ( #284 )
2024-04-18 23:51:51 -04:00
William McKinnon
f595d42ed9
removed old import
2024-04-18 02:07:07 -04:00
William McKinnon
bdd985c30e
Merge remote-tracking branch 'origin/master' into fade-animations
2024-04-18 02:04:25 -04:00
Erik Reider
40a5ebf109
Fix segfaults ( #291 )
...
* Add NULL checks for effect_fbos
* Fix freeing undefined pixman region
2024-04-18 01:03:25 +02:00
Erik Reider
8ad2605c65
Fixed compilation errors ( #290 )
2024-04-17 19:29:15 +02:00
ozwaldorf
a4d51d55e5
fix: update sway original version ( #289 )
2024-04-16 11:10:19 +02:00
William McKinnon
62472238ca
added git only message for shadow offset
2024-04-15 01:43:19 -04:00
Reza Jelveh
fb86ed6b05
feat: 1.9 merge ( #277 )
...
Co-authored-by: William McKinnon <contact@willmckinnon.com>
Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com>
2024-04-15 01:39:41 -04:00
ozwaldorf
a5e79676c4
flake: switch default overlay to insert for wider compatibility ( #282 )
...
Advanced users can opt into using the override flake for layering on top of the flake, given they are on a compatible nixpkgs version and know what they are doing
2024-04-15 01:32:43 -04:00
William McKinnon
477686adb0
added hwdata wlroots dependency
2024-04-14 18:52:22 -04:00
sntx
167a4ea0ae
fix: Changes outputs, nix flake show
now completes ( #280 )
...
Removed the `default` attribute from `outputs.formatter.<system>`,
instead parse the formatter derivation directly.
This fixes the issue that `nix flake show` doesn't complete.
Co-authored-by: sntx <sntx.htqjd@simplelogin.com>
2024-04-10 11:55:22 -04:00
ozwaldorf
8afe66ab31
Overhaul nix flake ( #279 )
2024-04-10 00:58:34 -04:00
William McKinnon
f92b99ac31
updated comments
2024-03-04 02:05:50 -05:00
William McKinnon
d1fe55031a
made appearance of rapidly closing windows more pleasant
2024-03-04 02:04:28 -05:00
William McKinnon
ae1700fa1a
added temp fix for h split
2024-02-29 19:05:53 -05:00
William McKinnon
508df2216a
minor renaming and changed return val to 0
2024-02-29 18:31:16 -05:00
William McKinnon
8c7287d0ac
update logic to damage track properly
2024-02-29 18:07:04 -05:00
William McKinnon
74a7d2562d
improved performance
2024-02-25 17:15:55 -05:00
William McKinnon
e5587312a8
added animation manager
2024-02-24 22:32:13 -05:00
William McKinnon
d741e2415a
fixed focus issues
2024-02-19 14:25:36 -05:00
Erik Reider
2bd366f337
Add blur to tiling indicator ( #252 )
2024-02-15 09:48:31 +01:00
Erik Reider
d1482ad992
Added sway-portal.conf to COPR ( #234 )
2024-02-15 09:47:41 +01:00
Rolf Vidar Mazunki Hoksaas
271af3d474
enhancement: update version printing format ( #254 )
...
* enhancement: update version printing format
as mentioned in #253 , version numbers can be confusing if you don't know
or realize you're running SwayFX instead of standard sway.
to fix this issue, I've updated the way we display versions, replacing
"sway version X" to "swayfx version X", suffixed by the sway upstream
version which swayfx is based upon.
while not immediately displaying we come from swayfx in
swaymsg/swaynag/swaybar, we do display we're based off a specific
upstream sway version.
note: this requires updating `meson.build` (currently `meson.build:181`)
each time we rebase into a new sway version.
Closes: Issue #253
Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
* reduce linelength
---------
Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
2024-02-14 21:29:04 -05:00
Babymusk
cf3ef50a3f
Added guide for Debian users ( #268 )
...
* Create INSTALL-deb
* Rename INSTALL-deb to INSTALL-deb.md
* Update README.md to include debian
* Added a guide
* Update README.md
* Update INSTALL-deb.md
* Version change
2024-02-14 21:27:51 -05:00
William McKinnon
b1c8ff5f58
cleaned up some comments + print debug statements
2024-02-07 02:20:39 -05:00
William McKinnon
9de0237b20
added back save buffer on fade out
2024-02-07 01:01:18 -05:00
William McKinnon
a3ef0be4fc
added cleanup
2024-02-06 02:03:19 -05:00
William McKinnon
30e18aae07
fixed many segfaults
2024-02-02 02:46:48 -05:00
William McKinnon
a27fa243ad
render saved buffer on fade-out
2024-02-01 01:26:49 -05:00
famfo
f0ecffe593
Fix shadow_offset position ( #263 )
2024-01-05 12:43:07 +01:00
Erik Reider
303b7dfb69
Fixed #258 blur regression ( #261 )
2024-01-05 02:47:43 -05:00
ozwaldorf
04b657b58c
feat: blur tweaks ( #258 )
2024-01-03 12:38:44 -05:00
William McKinnon
d7cf2986fa
view_close now works as intended
2024-01-03 00:30:08 -05:00
Erik Reider
1c5c60d928
Blur damage compensation fixes ( #259 )
...
* Increased blur size to match what WayFire uses
* Fix damage compensation not being scaled
2023-12-28 11:10:05 +01:00
William McKinnon
2c57e2af46
moved to fb approach, much broken
2023-12-27 10:14:24 -05:00
famfo
ca42d41453
Implement shadow_offset ( #255 )
2023-12-22 01:08:09 -05:00