aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01t/319-gaps.t: also test the gaps commandMichael Stapelberg
2022-11-01move gaps-specific logic out of con.c and render.c into gaps.cMichael Stapelberg
2022-11-01gaps: allow optional px suffixMichael Stapelberg
2022-11-01add basic gaps testMichael Stapelberg
2022-11-01userguide: document gaps config directive and gaps commandMichael Stapelberg
2022-11-01gaps: use logical_px() to work correctly on hi-dpi monitorsMichael Stapelberg
2022-11-01Fix config.spec commentMichael Stapelberg
2022-11-01refactor render_con() global parameter into should_inset_con()Michael Stapelberg
2022-11-01remove dead code: window_rect is overwritten a few lines belowMichael Stapelberg
2022-11-01Merge gaps support as-isMichael Stapelberg
2022-10-30implement bar { padding } config directiveMichael Stapelberg
2022-10-30add test for bar { height }Michael Stapelberg
2022-10-30Merge support for the bar { height } option as-is from i3-gapsMichael Stapelberg
2022-10-30docs/userguide: fix asciidoc block syntax (for asciidoctor)Michael Stapelberg
2022-10-30delete old release notesMichael Stapelberg
2022-10-29i3-dmenu-desktop: ignore SIGPIPE when writing to dmenu (#5228)Orestis Floros
2022-10-24debian: update changelogMichael Stapelberg
2022-10-24Update debian/changelogMichael Stapelberg
2022-10-24Merge branch 'stable' into nextMichael Stapelberg
2022-10-24Merge branch 'release-4.21.1'Michael Stapelberg
2022-10-24Restore non-git version suffixMichael Stapelberg
2022-10-24release i3 4.21.14.21.1Michael Stapelberg
2022-10-24tiling drag: only start when there are drop targets (#5213)Michael Stapelberg
2022-10-24tiling drag: ignore scratchpad windows when locating drop targets (#5211)Michael Stapelberg
2022-10-24make tiling drag configurableMichael Stapelberg
2022-10-24tiling drag: left-click needs threshold, mod-click doesn’tMichael Stapelberg
2022-10-24increase drag threshold, run it through logical_px()Michael Stapelberg
2022-10-24tiling drag: fix cursor (wrong argument passed) (#5207)Michael Stapelberg
2022-10-24tiling drag: allow click immediately, to focus on decoration click (#5206)Michael Stapelberg
2022-10-24Escape ~ to prevent interpretation as subscript. (#5168)bodea
2022-10-24Fix segfault during config validation (#5167) (#5173)Matias Goldfeld
2022-10-24Raise floating windows when their border is clicked (#5196)Tudor Brindus
2022-10-24Fix i3-dmenu-desktop quoting (#5162)Michael Stapelberg
2022-10-24Fix motif logic for new floatsOrestis Floros
2022-10-24Motif hints: Respect maximum border style configuration set by userOrestis Floros
2022-10-24Order border_style_t enum according to amount of decorationOrestis Floros
2022-10-24Adds sticky field to get_tree reply in ipc docErich Heine
2022-10-24Update actions/checkout to v3 (#5226)Orestis Floros
2022-10-24i3-dmenu-desktop test: Do not autostart i3 (#5224)Orestis Floros
2022-10-18tiling drag: only start when there are drop targets (#5213)Michael Stapelberg
2022-10-16tiling drag: ignore scratchpad windows when locating drop targets (#5211)Michael Stapelberg
2022-10-16make tiling drag configurableMichael Stapelberg
2022-10-16tiling drag: left-click needs threshold, mod-click doesn’tMichael Stapelberg
2022-10-16increase drag threshold, run it through logical_px()Michael Stapelberg
2022-10-16tiling drag: fix cursor (wrong argument passed) (#5207)Michael Stapelberg
2022-10-16tiling drag: allow click immediately, to focus on decoration click (#5206)Michael Stapelberg
2022-10-11Escape ~ to prevent interpretation as subscript. (#5168)bodea
2022-10-10Fix segfault during config validation (#5167) (#5173)Matias Goldfeld
2022-10-10Raise floating windows when their border is clicked (#5196)Tudor Brindus
2022-09-28Fix i3-dmenu-desktop quoting (#5162)Michael Stapelberg