summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-27release i3 4.19.24.19.2Michael Stapelberg
2021-02-27cherry-pick release.sh changes into stable branchMichael Stapelberg
related to https://github.com/i3/i3/issues/4350
2021-02-01Merge branch 'release-4.19.1'Michael Stapelberg
2021-02-01Set non-git version to 4.19.1-non-git.Michael Stapelberg
2021-02-01release i3 4.19.14.19.1Michael Stapelberg
2021-02-01Properly quote rofi call in i3 configImran Virani
2021-02-01Comment-out duplicate i3-dmenu-desktop bindcodeOrestis Floros
Fixes #4304
2021-02-01Fix workspace assignements after output changesAnaël Beutot
Fix #4261 The previous method was modifying the same list it was iterating upon causing an erronous iteration and thus not every workspace got assigned back to were they should (only the first one).
2020-11-15Merge branch 'next' into stableMichael Stapelberg
2020-11-15Merge branch 'release-4.19'Michael Stapelberg
2020-11-15Restore non-git version suffixMichael Stapelberg
2020-11-15release i3 4.194.19Michael Stapelberg
2020-11-15remove now-unnecessary I3_VERSION fileMichael Stapelberg
related to https://github.com/i3/i3/issues/4086
2020-11-15debian/rules: remove now-unnecessary overrideMichael Stapelberg
related to https://github.com/i3/i3/issues/4086
2020-11-15gitignore: remove now-unused autotools filesMichael Stapelberg
related to https://github.com/i3/i3/issues/4086
2020-11-15travis: remove autotools build in favor of mesonMichael Stapelberg
related to https://github.com/i3/i3/issues/4086
2020-11-15remove autotools files in favor of mesonMichael Stapelberg
related to https://github.com/i3/i3/issues/4086
2020-11-15Update compilation instructions throughout our docsMichael Stapelberg
related to https://github.com/i3/i3/issues/4086
2020-11-10Merge pull request #4249 from wlhlm/issue-3889-v2Orestis Floros
Only swallow windows once v2
2020-11-10Add regression test for #3888Wilhelm Schuster
2020-11-10added remanage swallow checkizzel
2020-11-03Merge pull request #4243 from stapelberg/parseerrorOrestis Floros
ipc: document parse_error COMMAND reply field
2020-11-03config: specify --no-startup-id for dmenu_runMichael Stapelberg
fixes #4216
2020-11-03ipc: document parse_error COMMAND reply fieldMichael Stapelberg
fixes #4166
2020-11-01Merge pull request #4240 from stapelberg/mayOrestis Floros
userguide: may → might in most places (thanks Bruce)
2020-11-01userguide: may → might in most places (thanks Bruce)Michael Stapelberg
Quoting https://www.freelists.org/post/i3-discuss/Grammar-check-in-the-doc May inquires only into permission. Might inquires into probability. Can inquires into possibility. Will/shall inquires into certainty.
2020-10-28meson.build: fix typo in summary: docs → mansMichael Stapelberg
2020-10-28debian/rules: explicitly enable building manpagesMichael Stapelberg
This fixes a build failure in dh_installwms. fixes #4136
2020-10-25Merge pull request #4229 from stapelberg/nextOrestis Floros
travis: fix bintray deploy step
2020-10-25travis: fix bintray deploy stepMichael Stapelberg
Commit be1065f62d156fb825f566b7e1e6ab4937dc9db4 moved the Debian/Ubuntu package builds into the distbuild/ directory. fixes #4179
2020-10-24Merge pull request #4195 from mschuwalow/i3bar-nonprimary-outputOrestis Floros
i3bar: add support for nonprimary output
2020-10-24i3bar: add support for nonprimary outputMaxim Schuwalow
Added a new output option `nonprimary` that causes the bar to be displayed on all outputs except the primary one. Fixes #4083
2020-10-23Merge pull request #4214 from burik666/i3bar-output_xyOrestis Floros
Add coordinates relative to the current output in i3bar click events
2020-10-23Add coordinates relative to the current output in i3bar click eventsAndrey Burov
Currently i3bar click events provide x and y coordinates relative to all monitors. I've added coordinates relative to the current output. +-----------+-----------+ | | i3bar | | +-----------+ | HDMI-0 | DP-0 | | 1920x1080 | 2560x1080 | +-----------+-----------+ When you click in the top right corner of the DP-0, i3bar will provide something like this: { "x": 4480, "y": 10, "output_x": 2560, "output_y": 10, } This is useful for creating a rofi menu or something else. rofi -show run -location 1 -xoffset ${I3_OUTPUT_X} -yoffset ${I3_OUTPUT_Y}
2020-10-20Merge pull request #4189 from acheronfail/feat-3519/ppt-move-positionOrestis Floros
allow ppt values in move direction and move position commands
2020-10-20Merge pull request #3957 from xzfc/clang-format-typenamemacrosOrestis Floros
clang-format: use TypenameMacros
2020-10-20Add situational exit codes (#4107)Alessandro Vinciguerra
Add situational exit codes Distinguish user canceled and other errors Closes #3705
2020-10-20clang-format: use TypenameMacrosAlbert Safin
This commit removes line breaks and extra empty lines introduced in commit fff3f79da9a87a1f790c6328f6615422f2b69b47.
2020-10-20allow ppt values in move direction and move position commandsacheronfail
make ppt values clear in userguide chore: move is_ppt and DLOG out of TAILQ_FOREACH loop
2020-10-19debian: update changelogMichael Stapelberg
2020-10-19Merge branch 'release-4.18.3'Michael Stapelberg
2020-10-19Update debian/changelogMichael Stapelberg
2020-10-19Set non-git version to 4.18.3-non-git.Michael Stapelberg
2020-10-19Merge branch 'stable' into nextMichael Stapelberg
2020-10-19release i3 4.18.34.18.3Michael Stapelberg
2020-10-19meson: Mark complete-run.pl as executable (#4224)Orestis Floros
Fixes problem described in https://github.com/i3/i3/issues/4086#issuecomment-711774506
2020-10-19Merge pull request #4023 from orestisfl/ws-assignmentOrestis Floros
Fix 2 workspace assignment bugs
2020-10-19kick tray clients before destroying the barMark Guptill
2020-10-18i3-dmenu-desktop: Manually search for topdir (#4033)Orestis Floros
Since 3a672bc, using follow or follow_fast, does not set $File::Find::topdir, breaking our deduplication. Fixes #4031
2020-10-18Fix conflicting workspace assignments when renamingOrestis Floros
The bug here is that workspace assignments with numbers are triggered even if a named argument matches later on. With this commit, get_assigned_output is called to correctly iterate the workspace assignments. Fixes #4021