aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-23Actions: Fix BASENAME env varsdeploy-jobOrestis Floros
2023-01-23GitHub Actions: push artifacts only on next branch (#5388)Orestis Floros
2023-01-23Merge pull request #5390 from nikitabobko/bobko/userguideOrestis Floros
2023-01-23Fix "default binding" mistake in userguideNikita Bobko
2023-01-22Merge pull request #4311 from i3/i3bar-ws-protocolOrestis Floros
2023-01-22i3bar: Add protocol for workspace buttonsOrestis Floros
2023-01-22Add focus workspace commandOrestis Floros
2023-01-19Bump -D_FORTIFY_SOURCE=2 to -D_FORTIFY_SOURCE=3 (#5379)Michael Stapelberg
2023-01-07Merge pull request #5355 from orestisfl/5346/do-not-canonicalize-nonprimaryOrestis Floros
2023-01-06Do not canonicalize "nonprimary" output for i3barOrestis Floros
2023-01-02GitHub Actions: remove i386 autobuild packages (#5345)Michael Stapelberg
2023-01-02GitHub Actions: build Ubuntu packages using Ubuntu focal (#5344)Michael Stapelberg
2023-01-02free some heap allocations to satisfy LeakSanitizerMichael Stapelberg
2023-01-02fix reload binding memory issue: copy current_binding_modeMichael Stapelberg
2023-01-02meson: specify check: false on run_commandMichael Stapelberg
2023-01-02GitHub Actions: switch to meson setup subcommandMichael Stapelberg
2023-01-02fix -Wmaybe-unused and -Wstringop-truncation warningsMichael Stapelberg
2023-01-02GitHub Actions: build with -D_FORTIFY_SOURCE=2Michael Stapelberg
2023-01-02release.sh: update after 4.22 releaseMichael Stapelberg
2023-01-02clean up old release notesMichael Stapelberg
2023-01-02debian: update changelogMichael Stapelberg
2023-01-02Merge branch 'release-4.22'Michael Stapelberg
2023-01-02Restore non-git version suffixMichael Stapelberg
2023-01-02release i3 4.224.22Michael Stapelberg
2022-12-21fix focus <direction> with negative gaps (#5333)Michael Stapelberg
2022-12-14Merge pull request #5324 from orestisfl/5323/mode-in-binding-eventOrestis Floros
2022-12-14Add "mode" field in binding eventOrestis Floros
2022-12-06i3-dmenu-desktop: Allow more than one --entry-type (#5294)Demian
2022-12-06Update to clang-format-12 (as 10 is no longer installable) (#5317)Michael Stapelberg
2022-11-19Support nonprimary output keyword (#5273)Orestis Floros
2022-11-13command.spec: Put cmd_border stuff together (#5266)Orestis Floros
2022-11-13Use mask to determine workspace gaps assignments (#5283)Orestis Floros
2022-11-13window_update_motif_hints: Do not assert that the property will always be the...Orestis Floros
2022-11-12apply updated workspace gap assignments after reload (#5279)Michael Stapelberg
2022-11-12Make floating_from and tiling_from criterion work in commands, too (#5278)Michael Stapelberg
2022-11-12gaps: position graphical resize bar in the middle between windows (#5277)Michael Stapelberg
2022-11-12fix: prevent gaps inside floating split containers (#5276)Michael Stapelberg
2022-11-12gaps: fix inner gaps for stacked/tabbed containers in splith/splitv (#5275)Michael Stapelberg
2022-11-12use con_border_style() to fix titles in stacked/tabbed containers (#5274)Michael Stapelberg
2022-11-08userguide: gaps: mention minimum version (#5265)Orestis Floros
2022-11-07gaps: make workspace gap assignments order-independent (#5259)Michael Stapelberg
2022-11-07fix title bar rendering with hide_edge_borders smart (#5260)Michael Stapelberg
2022-11-06gaps: change workspace rendering to fix sizes with large outer gaps (#5252)Michael Stapelberg
2022-11-06Revert "gaps: use logical_px() to work correctly on hi-dpi monitors" (#5251)Michael Stapelberg
2022-11-06t/548-motif-hints: add missing $x->flush after $x->change_propertyMichael Stapelberg
2022-11-06Fix motif behavior according to specOrestis Floros
2022-11-06Allow text drawing to use the alpha channel. (#5246)Michael Stapelberg
2022-11-06userguide: document smart_bordersMichael Stapelberg
2022-11-06userguide: document hide_edge_borders smart_no_gapsMichael Stapelberg
2022-11-05draw leaf window decorations on ->frame instead of ->parent->frameMichael Stapelberg