summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-03release i3 4.20.14.20.1Michael Stapelberg
2021-11-03post-release release.sh changesMichael Stapelberg
2021-11-03portability: use getcwd() instead of get_current_dir_name() (#4645)Baptiste Daroussin
2021-11-03portability: add missing headersBaptiste Daroussin
2021-11-03Correct short form of raw option in i3-msg manpagelycurgus
2021-11-03Extend title length for xmltoJakob Haufe
2021-11-03check for both arguments NULL on strings_differrvalieris
2021-10-19Update debian/changelogMichael Stapelberg
2021-10-19Merge branch 'next' into stableMichael Stapelberg
2021-10-19Merge branch 'release-4.20'Michael Stapelberg
2021-10-19Restore non-git version suffixMichael Stapelberg
2021-10-19release i3 4.204.20Michael Stapelberg
2021-10-18Merge pull request #4599 from stapelberg/docs-releaseIngo Bürk
2021-10-17release notes: plug headline features, order and clarify changelogMichael Stapelberg
2021-10-17userguide: use “all” criterion in title_window_icon examplesMichael Stapelberg
2021-10-07Merge pull request #4565 from stapelberg/skipOrestis Floros
2021-10-07i3-dmenu-desktop: ignore duplicate files and directoriesMichael Stapelberg
2021-10-07Merge pull request #4566 from stapelberg/spellingOrestis Floros
2021-10-06fix travis/check-spelling.pl for updated APIMichael Stapelberg
2021-09-25Merge pull request #4538 from psychon/log-focus-outOrestis Floros
2021-09-25Log FocusOut eventsUli Schlachter
2021-09-22GET_CONFIG: add raw/variable-processed contents of all config files (#4528)Michael Stapelberg
2021-09-16Merge pull request #4436 from psychon/check-cairo-statusOrestis Floros
2021-09-15Fix a minor memory leakUli Schlachter
2021-09-15Check cairo status in draw_util_surface_free()Uli Schlachter
2021-09-10Update docs to Discussions (#4503)Ingo Bürk
2021-09-10Merge pull request #4469 from vincentbernat/fix/handler-xrandrIngo Bürk
2021-09-10doc: fix version number in release notesVincent Bernat
2021-09-10handlers.c: send an "output" event on monitor configuration changeVincent Bernat
2021-09-10Merge pull request #4502 from orestisfl/discussion-templateIngo Bürk
2021-09-10Merge pull request #4501 from orestisfl/window-logsIngo Bürk
2021-09-10Add option to start a new discussion in the templatesOrestis Floros
2021-09-09Make window id logging hex everywhereOrestis Floros
2021-09-09Merge pull request #4497 from orestisfl/icons-title-alignOrestis Floros
2021-09-09Make window icons follow title alignmentOrestis Floros
2021-09-08Merge pull request #4499 from orestisfl/gh-actions-logsIngo Bürk
2021-09-08Merge pull request #4498 from orestisfl/memleakIngo Bürk
2021-09-08GH actions: Archive complete logs on test failureOrestis Floros
2021-09-07Free window role & machineOrestis Floros
2021-09-06Merge pull request #4495 from kgilmer/config-directives-no-file-no-errorIngo Bürk
2021-09-05Lower severity of missing include path specified from error to info. Address...Ken Gilmer
2021-09-01Merge pull request #4491 from i3/orestisfl-patch-1Ingo Bürk
2021-08-31Add #4409 to release notesOrestis Floros
2021-08-30Merge pull request #4454 from vincentbernat/feature/i3-notifyOrestis Floros
2021-08-30main: signal readiness by notifying systemdVincent Bernat
2021-08-28Implement support for the WM_Sn selection (#4374)Uli Schlachter
2021-07-30ipc: document scratchpad_state (#4466)Michael Stapelberg
2021-07-26Merge pull request #4460 from iscgar/isaac/all-criterionIngo Bürk
2021-07-24Implement 'all' matching criterionIsaac Garzon
2021-07-05Use mkdirp() in get_process_filename() (#4397)tomty89