summaryrefslogtreecommitdiff
path: root/sway/desktop/render.c
AgeCommit message (Expand)Author
2023-04-15style: .dim_color spacingWill McKinnon
2023-04-07minor shadow optimizationWill McKinnon
2023-04-06structure: moved fx_renderer and related fuctions to a folderWill McKinnon
2023-04-04style: moved damage creation to functionWill McKinnon
2023-03-18fix: removed duplicate session_lock logicWill McKinnon
2023-03-12feature: hide separator between titlebar and content (#91)head-gardener
2023-02-20feat: tabbed layout now only rounds outer titlebar corners (#90)William McKinnon
2023-02-18fix: shadow alignmentWill McKinnon
2023-02-14Implement for_window support for dim_inactive (#109)famfo
2023-02-14upstream update: merge sway 1.8.1 (#111)Erik Reider
2023-02-01Add option for enabling shadows for CSD windows (#106)Erik Reider
2023-01-26fix: no dim on parent select in tabbed and stacked (#107)rti
2023-01-24Use view dimensions for windows instead of surface dimensions (#94)Erik Reider
2023-01-23fix: don't round view popup cornersWill McKinnon
2023-01-19feat: smart smart_corner_radius (#101)rti
2023-01-19fix: dim color on focus parent (#102)rti
2023-01-18feat: Add box shadows (#64)William McKinnon
2023-01-04rebase: Sway 1.8 (#78)Erik Reider
2023-01-02Fixed top and bottom borders being to large (#81)Erik Reider
2022-12-28feat: avoid rounding corners when there are no gapsWill McKinnon
2022-12-25revert: temp removed smart gaps support due to bugWill McKinnon
2022-12-24fix: only round top titlebar in stacked layoutWill McKinnon
2022-12-07[Feature] Dim inactive windows (#66)Erik Reider
2022-11-30fix: titlebars on containers with smart_gaps on and a large corner_radius now...Will McKinnon
2022-11-23feat: rounded_corners support smart_gaps (#62)William McKinnon
2022-11-23render refactor: implement decoration_data struct (#61)William McKinnon
2022-11-18fix: saturation applies to popupsWill McKinnon
2022-11-11Per application color saturation support (#21)Erik Reider
2022-11-11feat: add round titlebars (#26)William McKinnon
2022-11-10style: moved corner radius scaling out of fx callWill McKinnon
2022-11-01bug: fix label build failureWill McKinnon
2022-10-21refactor: move corner_radius to container structWill McKinnon
2022-10-09feat: add round borders (#22)William McKinnon
2022-08-29Add Anti-Aliased Corner Radius (#18)William McKinnon
2022-08-21Add rounded corners (#9)William McKinnon
2022-08-21Render rect with fx_renderer (#14)William McKinnon
2022-08-15Revert "merge sway master"Will McKinnon
2022-08-13Add official fx renderer (#3)William McKinnon
2022-04-27merge sway masterWilliam McKinnon
2021-12-10Add focused_tab_titleVsevolod
2021-11-18sway: create wlr_renderer and wlr_allocatorSimon Zeni
2021-09-07render: fix -Ddamage=rerenderKirill Primak
2021-08-26Use fixed titlebar heightsHugo Osvaldo Barrera
2021-07-07Update wlr_box includesSimon Ser
2021-05-17remove usage of `wlr_texture_get_size`Tobias Langendorf
2021-04-26Remove support for arbitrary rotationsSimon Ser
2021-04-26desktop/render: Pass explicit clip box to renderKenny Levinsen
2021-04-26Remove usage of surface->sx|syKenny Levinsen
2021-04-11desktop/render: remove unused wlr_gles2_texture_attribsSimon Ser
2021-03-01render: Clip surfaces to container boundsKenny Levinsen