aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-22i3bar: Add protocol for workspace buttonsOrestis Floros
2023-01-22Add focus workspace commandOrestis Floros
2023-01-06Do not canonicalize "nonprimary" output for i3barOrestis Floros
2023-01-02free some heap allocations to satisfy LeakSanitizerMichael Stapelberg
2023-01-02fix reload binding memory issue: copy current_binding_modeMichael Stapelberg
2023-01-02fix -Wmaybe-unused and -Wstringop-truncation warningsMichael Stapelberg
2022-12-21fix focus <direction> with negative gaps (#5333)Michael Stapelberg
2022-12-14Add "mode" field in binding eventOrestis Floros
2022-11-19Support nonprimary output keyword (#5273)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-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-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-06Fix motif behavior according to specOrestis Floros
2022-11-05draw leaf window decorations on ->frame instead of ->parent->frameMichael Stapelberg
2022-11-01refactor cmd_gaps to get rid of all #defineMichael Stapelberg
2022-11-01move gaps-specific logic out of con.c and render.c into gaps.cMichael Stapelberg
2022-11-01gaps: use logical_px() to work correctly on hi-dpi monitorsMichael 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-30Merge support for the bar { height } option as-is from i3-gapsMichael Stapelberg
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-10Fix segfault during config validation (#5167) (#5173)Matias Goldfeld
2022-10-10Raise floating windows when their border is clicked (#5196)Tudor Brindus
2022-09-24Fix motif logic for new floatsOrestis Floros
2022-09-24Motif hints: Respect maximum border style configuration set by userOrestis Floros
2022-09-20tiling_drag: Correctly switch to workspace when dragging across outputs (#5141)Orestis Floros
2022-09-19motif: restore `BS_NORMAL` correctly (#5135)viri
2022-09-17tiling_drag: con_rect_plus_deco_height: Fix underflow (#5129)Orestis Floros
2022-09-12Fix crash in parse_file() when parsing nested variables (#5003)zhrvn
2022-09-11Fix segfault with mode "default" key bindings (#5007)zhrvn
2022-09-09open_logbuffer: avoid overflow by comparing (long long) (#5113)Michael Stapelberg
2022-09-09config: set bar block font to i3-wide font *after* parsing (#5118)Michael Stapelberg
2022-07-28Allow dragging tiled windows with the mouse. (#3085)Orestis Floros
2022-07-28Fix Wbitwise-instead-of-logical warningsOrestis Floros