summaryrefslogtreecommitdiff
path: root/testcases
AgeCommit message (Expand)Author
2022-10-24make tiling drag configurableMichael Stapelberg
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-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
2022-06-01Fix typos (#4989)George Rodrigues
2022-02-07Use proper WM_Sx registration for i3 (#4843)Gergely Risko
2021-12-11Implement title_window_icon togglePeder Stray
2021-11-27user_output_names_find_next: Always initialize target_outputOrestis Floros
2021-11-18Merge pull request #4485 from ToxicGLaDOS/long_commands_crashIngo Bürk
2021-11-18Merge pull request #4622 from orestisfl/focus-output-nextIngo Bürk
2021-11-11Fix transient_for endless loopOrestis Floros
2021-11-07t/219-ipc-window-focus.t: sync after killMichael Stapelberg
2021-11-07fix flaky testcases/t/185-scratchpad.t: sync after kill commandMichael Stapelberg
2021-11-05cmd_focus_output: Multiple outputsOrestis Floros
2021-11-05tests: Extract focused_output in libraryOrestis Floros
2021-11-05Add title tab colorOrestis Floros
2021-09-22GET_CONFIG: add raw/variable-processed contents of all config files (#4528)Michael Stapelberg
2021-08-24Fix bug where long commands crash i3Jeff Smith
2021-07-24Implement 'all' matching criterionIsaac Garzon
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-06-02Implement include config directive (#4420)Michael Stapelberg
2021-04-20fix crash with “layout default”: ipc.c won’t dump L_DEFAULT layout (#4409)Michael Stapelberg
2021-02-06Accept multiple outputs in `move container|workspace to output`Orestis Floros
2021-02-06Tests: Fix get_output_for_workspaceOrestis Floros
2020-11-10Add regression test for #3888Wilhelm Schuster
2020-10-20allow ppt values in move direction and move position commandsacheronfail
2020-10-18Fix conflicting workspace assignments when renamingOrestis Floros
2020-06-10_con_move_to_con: Traverse below con to check for fullscreenOrestis Floros
2020-06-06Introduce GET_BINDING_STATE IPC commandMichael Stapelberg
2020-05-19add meson build files (#4094)Michael Stapelberg
2020-05-18autotools: place binaries in top level of build dir, not in subdirs (#4093)Michael Stapelberg
2020-05-18update forgotten srcdir AnyEvent-I3 reference, remove xmacro filesMichael Stapelberg
2020-05-17build AnyEvent::I3 in build dir, not source dirMichael Stapelberg
2020-04-30Merge pull request #4041 from orestisfl/floating_enable-boolIngo Bürk
2020-04-27Only set FLOATING_AUTO_ON when floating_enable succeedsOrestis Floros
2020-04-20Remove some includes from all.hOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-04-12Extend tiling/floating criteria with optional auto/user values (#4006)Orestis Floros
2020-04-12Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parentOrestis Floros
2020-04-10Move parent nodes in scratchpad correctly (#3793)Heman Gandhi
2020-04-10Merge pull request #4003 from orestisfl/update_desktop_properties_on_moveIngo Bürk
2020-04-10Merge pull request #3816 from sandsmark/martin/empty-matchesOrestis Floros