index
:
swayfx.git
master
SwayFX: Sway, but with eye candy!
System user; root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sway
/
desktop
Age
Commit message (
Expand
)
Author
2023-04-30
style: created struct for each shader type
Will McKinnon
2023-04-30
style: moved stencil mask to its own shader
Will McKinnon
2023-04-27
Fix: rotated outputs (#112)
Erik Reider
2023-04-24
removed width and height parameters from fx_framebuffer_bind()
Will McKinnon
2023-04-24
store viewport width & height in fx_renderer
Will McKinnon
2023-04-17
Add kawase blur (#120)
Erik Reider
2023-04-06
structure: moved fx_renderer and related fuctions to a folder
Will McKinnon
2023-04-03
style: unified rounded quad shaders
Will McKinnon
2023-03-18
refactor: merged tex shaders
Will McKinnon
2023-02-20
feat: tabbed layout now only rounds outer titlebar corners (#90)
William McKinnon
2023-01-18
feat: Add box shadows (#64)
William McKinnon
2023-01-04
rebase: Sway 1.8 (#78)
Erik Reider
2022-12-07
[Feature] Dim inactive windows (#66)
Erik Reider
2022-11-23
render refactor: implement decoration_data struct (#61)
William McKinnon
2022-11-11
feat: added support for external textures
Will McKinnon
2022-11-11
feat: render tiling move indicator with round corners
Will McKinnon
2022-11-11
Per application color saturation support (#21)
Erik Reider
2022-11-11
feat: add round titlebars (#26)
William McKinnon
2022-11-10
refactor: move shaders to individual files
Will McKinnon
2022-10-26
style: cleaned up some frag shaders
Will McKinnon
2022-10-26
style: cleaned up rounded corner shader
Will McKinnon
2022-10-26
refactor: improved rounded corner shader
Will McKinnon
2022-10-09
feat: add round borders (#22)
William McKinnon
2022-09-09
removed unused (for now) blur shaders
Will McKinnon
2022-08-29
Add Anti-Aliased Corner Radius (#18)
William McKinnon
2022-08-25
moved shaders to header
Will McKinnon
2022-08-21
Add rounded corners (#9)
William McKinnon
2022-08-21
Render rect with fx_renderer (#14)
William McKinnon
2022-08-13
Add official fx renderer (#3)
William McKinnon
2021-03-21
idle_inhibit: Store wlr inhibitor instead of view
Kenny Levinsen
2021-02-23
transaction: Remove unused ready_immediately
Kenny Levinsen
2021-02-23
transaction: Note if instructions are server requests
Kenny Levinsen
2020-10-18
transaction: validate X transaction completions by geometry, not size
Tudor Brindus
2020-05-29
Add views idle inhibition status in get_tree output
Damien Tardy-Panis
2019-03-24
Implement inhibit_idle command
Brian Ashworth
2018-10-25
Rebase the cursor after applying transactions
Ryan Dwyer
2018-10-24
Rebase the cursor after mapping a view
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-15
Simplify transactions
Ryan Dwyer
2018-08-01
Correctly track saved surfaces during multiple transactions
Ryan Dwyer
2018-07-14
Simplify transactions by utilising a dirty flag on containers
Ryan Dwyer
2018-07-02
idle_inhibit: move server data to its own struct
Dominique Martinet
2018-07-02
idle_inhibit: stop inhibitor when views become invisible
Dominique Martinet
2018-07-02
Add idle inhibit unstable v1 support
Dominique Martinet
2018-06-29
Render saved buffers with the surface's dimensions
Ryan Dwyer
2018-06-27
Remove transaction_add_damage
Ryan Dwyer
2018-06-24
Implement atomic layout updates for xwayland views
Ryan Dwyer
2018-06-23
Implement atomic layout updates for tree operations
Ryan Dwyer
2018-06-09
Refactor everything that needs to arrange windows
Ryan Dwyer
2018-06-09
WIP: Atomic layout updates ground work
Ryan Dwyer