aboutsummaryrefslogtreecommitdiff
path: root/testcases
AgeCommit message (Expand)Author
2024-02-12Support multiple _NET_WM_STATE changes in one ClientMessage (#5910)Orestis Floros
2024-02-06Create new workspaces to the right of existing ones with the same numberrsgowman
2024-02-06Don't skip identically numbered workspaces when moving to next/prev (#4578)rsgowman
2024-01-31Avoid creating redundant containers when switching between tabbed/stacked and...Orestis Floros
2024-01-26con_is_maximized: Fix case where parent is workspace (#5880)Orestis Floros
2024-01-24split up compound test assertionsSeth Pollen
2024-01-22Add support for _NET_WM_STATE_MAXIMIZED_{HORZ, VERT} (#5840)sethpollen
2023-11-05focus workspace: consider workspace_auto_back_and_forth (#5754)Orestis Floros
2023-09-23Fix failing testcase when the font exists (#5679)Sergey Zhmylove
2023-09-21motif hints: respect maximum border style in append_layoutOrestis Floros
2023-09-06Remanage window after urgency flag changeOrestis Floros
2023-09-04Fix dead links for Modern Perl bookWesley Schwengle
2023-06-30Regrab buttons on mode change (#5554)Orestis Floros
2023-05-29fix workspace not being focused on title bar scroll (#5518)Orestis Floros
2023-04-02Allow switching workspaces when in global fullscreen mode (#5398)Orestis Floros
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
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-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-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-07gaps: make workspace gap assignments order-independent (#5259)Michael Stapelberg
2022-11-06t/548-motif-hints: add missing $x->flush after $x->change_propertyMichael Stapelberg
2022-11-05draw leaf window decorations on ->frame instead of ->parent->frameMichael Stapelberg
2022-11-01t/319-gaps.t: also test the gaps commandMichael Stapelberg
2022-11-01gaps: allow optional px suffixMichael Stapelberg
2022-11-01add basic gaps testMichael 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-29i3-dmenu-desktop: ignore SIGPIPE when writing to dmenu (#5228)Orestis Floros
2022-10-24i3-dmenu-desktop test: Do not autostart i3 (#5224)Orestis Floros
2022-10-16make tiling drag configurableMichael Stapelberg
2022-09-28Fix i3-dmenu-desktop quoting (#5162)Michael Stapelberg
2022-09-24Fix motif logic for new floatsOrestis Floros
2022-09-24Motif hints: Respect maximum border style configuration set by userOrestis Floros
2022-09-21unflake t/289-ipc-shutdown-event.t (#5144)Michael Stapelberg
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-10testsuite: catch i3 SIGSEGV by installing SIGCHLD handler (#5123)Michael Stapelberg
2022-09-09config_parser: prevent trailing whitespace in output (string → word) (#5117)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-06-08Fix segfault when bindsym command is empty (#5001)zhiv-git