Commit Graph

  • 7da136dca4 Update debian/changelog Michael Stapelberg 2021-02-27 10:38:13 +01:00
  • 98e0a07f15 Merge branch 'stable' into next Michael Stapelberg 2021-02-27 10:38:13 +01:00
  • 46bc841162 Merge branch 'release-4.19.2' Michael Stapelberg 2021-02-27 10:38:13 +01:00
  • 4ef47087d4 Restore non-git version suffix Michael Stapelberg 2021-02-27 10:38:13 +01:00
  • ddebebd26b release i3 4.19.2 Michael Stapelberg 2021-02-27 10:37:57 +01:00
  • 0e1a828003 cherry-pick release.sh changes into stable branch Michael Stapelberg 2020-11-15 19:22:09 +01:00
  • b95bab0e34
    mark travis/push-balto.sh as executable (#4347) Michael Stapelberg 2021-02-13 10:10:59 +01:00
  • 521949b567
    travis: push i3 autobuild packages to balto instead of bintray (#4345) Michael Stapelberg 2021-02-13 09:56:15 +01:00
  • 5df0b4b571
    Merge pull request #4336 from tbgiles/next Orestis Floros 2021-02-07 19:10:23 +01:00
  • e8949c7df1
    Merge pull request #4338 from orestisfl/move-workspaces-to-multiple-outputs Orestis Floros 2021-02-06 12:52:08 +01:00
  • 8ff8db3c36
    Accept multiple outputs in move container|workspace to output Orestis Floros 2021-02-03 18:33:12 +01:00
  • f2243a7a90
    Tests: Fix get_output_for_workspace Orestis Floros 2021-02-03 18:28:43 +01:00
  • ab2a22a78b Update debian/changelog Michael Stapelberg 2021-02-01 09:04:01 +01:00
  • 33bbce6c38 Merge branch 'stable' into next Michael Stapelberg 2021-02-01 09:04:01 +01:00
  • 36b6fef990 Merge branch 'release-4.19.1' Michael Stapelberg 2021-02-01 09:04:01 +01:00
  • 001577c58c Set non-git version to 4.19.1-non-git. Michael Stapelberg 2021-02-01 09:04:01 +01:00
  • 0fb9123da9 release i3 4.19.1 Michael Stapelberg 2021-02-01 09:03:45 +01:00
  • 77d5bbb9b5 Properly quote rofi call in i3 config Imran Virani 2021-01-27 16:06:29 -05:00
  • b35be84131 Comment-out duplicate i3-dmenu-desktop bindcode Orestis Floros 2021-01-02 21:47:12 +01:00
  • 0c09bc24ff Fix workspace assignements after output changes Anaël Beutot 2020-12-29 21:45:39 +01:00
  • 09e2bdaeba Clear framebuffer on containers that are visible windows Tristan Giles 2021-01-30 18:08:47 -08:00
  • ef12e9a5ab
    Merge pull request #4331 from ImranVirani/patch-1 Orestis Floros 2021-01-29 16:20:15 +01:00
  • 60213accae
    Properly quote rofi call in i3 config Imran Virani 2021-01-27 16:06:29 -05:00
  • 62367c686d
    Merge pull request #4007 from xzfc/3981-client-machine Orestis Floros 2021-01-28 14:52:50 +01:00
  • 32c10a19f2
    Add "machine" criterion to match WM_CLIENT_MACHINE Albert Safin 2020-04-08 10:58:18 +00:00
  • 921226783f
    Merge pull request #4330 from orestisfl/revert-clear-framebuffer Orestis Floros 2021-01-26 10:37:49 +01:00
  • 8c8d5dc019
    Revert "Clear framebuffer before drawing borders (#4308)" Orestis Floros 2021-01-25 08:12:09 +01:00
  • dcd6079c9b i3-dump-log -f: switch from pthreads to UNIX sockets Michael Stapelberg 2021-01-15 16:12:55 +01:00
  • 131a6158c8 move set_nonblock, create_socket and path_exists to libi3 Michael Stapelberg 2021-01-15 14:48:10 +01:00
  • e4f12ac349
    Merge pull request #4322 from orestisfl/i3bar-version Orestis Floros 2021-01-17 00:52:37 +01:00
  • ba134d3c7c
    i3bar: Exit with 1 on wrong argument Orestis Floros 2021-01-15 23:30:52 +01:00
  • 6668d03157
    i3bar: LOG version on startup Orestis Floros 2021-01-15 23:28:33 +01:00
  • 9c7616cc98
    Merge pull request #4315 from orestisfl/i3bar-fixes Orestis Floros 2021-01-12 09:10:22 +01:00
  • 1a29b28fa5
    i3bar: No reason to get_workspaces after output event Orestis Floros 2021-01-12 08:43:12 +01:00
  • 6e0b29a65b
    i3bar: properly restart status command after config change Orestis Floros 2021-01-12 08:41:19 +01:00
  • 0370c5e297
    i3bar: Properly close FDs Orestis Floros 2021-01-12 08:34:34 +01:00
  • 31580ddc7f
    Merge pull request #4231 from orestisfl/i3bar-default-bar_id Orestis Floros 2021-01-03 19:49:25 +01:00
  • 052c4bea5c
    Merge pull request #4309 from i3/orestisfl-patch-1 Orestis Floros 2021-01-03 10:26:55 +01:00
  • c1ec2ad19b
    i3bar: Add default bar_id Orestis Floros 2020-10-27 22:01:36 +01:00
  • fb5d2a05c2
    i3bar: Update manpage/help with options Orestis Floros 2021-01-03 10:03:39 +01:00
  • 2a2c350eb6
    Add release note for framebuffer fix Orestis Floros 2021-01-03 09:48:27 +01:00
  • 057a635279
    Clear framebuffer before drawing borders (#4308) Tristan Giles 2021-01-03 00:36:43 -08:00
  • d3d2612eba
    Merge pull request #4307 from i3/revert-4280-next Ingo Bürk 2021-01-03 08:18:03 +01:00
  • 5bf58a4c87
    Revert "Clear pixmap to black before starting to draw" Orestis Floros 2021-01-03 01:11:21 +01:00
  • bfa22cafea
    Merge pull request #4280 from tbgiles/next Orestis Floros 2021-01-03 00:36:31 +01:00
  • 337dd653ae
    Clear framebuffer before copying surface to prevent visual garbage Tristan Giles 2020-12-07 19:35:54 -08:00
  • 8d0b8b59c4
    Merge pull request #4305 from i3/orestisfl-patch-1 Orestis Floros 2021-01-02 23:09:06 +01:00
  • 3f063bcb6f
    Comment-out duplicate i3-dmenu-desktop bindcode Orestis Floros 2021-01-02 21:47:12 +01:00
  • b638ca593d
    Merge pull request #4230 from Xyene/tab-focus Orestis Floros 2021-01-01 22:17:27 +01:00
  • f2ec5a4e77 Implement context-sensitive tab-clicking behavior Tudor Brindus 2020-10-25 22:20:25 -04:00
  • b2af112a04
    Merge pull request #4284 from sojito/next Orestis Floros 2021-01-01 15:57:04 +01:00
  • 87f033fbd4
    Merge pull request #4299 from abeutot/fix_workspace_assignment_on_screen_change Orestis Floros 2020-12-30 23:33:08 +01:00
  • d539c6e288 Fix workspace assignements after output changes Anaël Beutot 2020-12-29 21:45:39 +01:00
  • 5354eaa27e
    Merge pull request #4300 from abeutot/cleanup_remaining_cmdparse Orestis Floros 2020-12-30 22:09:09 +01:00
  • b1fb440345 Remove unused header file and references to it Anaël Beutot 2020-12-30 18:41:52 +01:00
  • 1d06cb976e
    Merge pull request #4297 from Airblader/feature-requests-doc Ingo Bürk 2020-12-30 20:17:32 +01:00
  • b6ced01676 Update CONTRIBUTING and issue template(s) for feature requests Ingo Bürk 2020-12-29 18:49:48 +01:00
  • 74b461e25e
    build.i3wm.org: disallow search engine indexing (#4295) Michael Stapelberg 2020-12-29 20:05:59 +01:00
  • da1a720782
    Merge pull request #4296 from stapelberg/spelling Orestis Floros 2020-12-29 17:37:59 +01:00
  • 3a1e44da68 check-spelling: exempt typo until upstream merges the fix Michael Stapelberg 2020-12-29 17:13:11 +01:00
  • 146305d6c6
    Remove small bulge in i3 SVG logo (#4281) Romuald Brunet 2020-12-28 23:22:22 +01:00
  • 679335f19b
    Add missing SYNC Reply type in IPC docs Ralph Gutkowski 2020-12-16 16:36:55 +01:00
  • 27ff84ff42
    Use docdir for all docs when building (#4269) ajakk 2020-12-08 01:11:59 -06:00
  • be4790802e
    Merge pull request #4244 from ekarpp/nagbar Orestis Floros 2020-11-29 23:34:43 +01:00
  • b6690045ed
    i3-nagbar: add possibility to open bar on focused monitor ekarpp 2020-11-02 22:16:48 +02:00
  • 37ebd2a179
    Merge pull request #4252 from orestisfl/create_workspace_on_output-duplicate-num Orestis Floros 2020-11-28 23:41:49 +01:00
  • 13757ac1ca
    workspace.c: Make small consistency changes Orestis Floros 2020-11-11 09:47:25 +01:00
  • 68258785ac
    create_workspace_on_output: Prevent duplicate workspace nums Orestis Floros 2020-11-10 10:24:15 +01:00
  • d0067077ed
    declare parser generated sources as deps (#4264) Dmitri Goutnik 2020-11-21 13:18:24 -05:00
  • eb83b37936
    userguide: clarify home row / vi navigational key relation (#4260) Michael Stapelberg 2020-11-16 11:10:03 +01:00
  • 9f3a3a1d98
    i3-sensible-terminal: prioritize terminals with good accessibility (#4259) Michael Stapelberg 2020-11-16 09:56:49 +01:00
  • 4b1ea08eef
    release.sh and release notes changes post-release (#4258) Michael Stapelberg 2020-11-15 19:22:09 +01:00
  • a901498758 debian: update changelog Michael Stapelberg 2020-11-15 18:28:25 +01:00
  • e6af0a5427 Merge branch 'next' into stable Michael Stapelberg 2020-11-15 18:23:15 +01:00
  • 2e59f512e3 Merge branch 'release-4.19' Michael Stapelberg 2020-11-15 18:23:15 +01:00
  • 8ac9a815f3 Restore non-git version suffix Michael Stapelberg 2020-11-15 18:23:15 +01:00
  • 969e6bc8c4 release i3 4.19 Michael Stapelberg 2020-11-15 18:23:00 +01:00
  • 93d3f9cc6a remove now-unnecessary I3_VERSION file Michael Stapelberg 2020-11-15 16:25:58 +01:00
  • f4d784b5a7 debian/rules: remove now-unnecessary override Michael Stapelberg 2020-11-15 16:24:35 +01:00
  • 60c89296c1 gitignore: remove now-unused autotools files Michael Stapelberg 2020-11-15 16:23:57 +01:00
  • a4c12432cf travis: remove autotools build in favor of meson Michael Stapelberg 2020-11-15 16:23:28 +01:00
  • 358471a5f2 remove autotools files in favor of meson Michael Stapelberg 2020-11-15 16:21:38 +01:00
  • 8c0077c058 Update compilation instructions throughout our docs Michael Stapelberg 2020-11-15 16:11:15 +01:00
  • e9610b84f6
    Merge pull request #4249 from wlhlm/issue-3889-v2 Orestis Floros 2020-11-10 18:54:13 +01:00
  • c246f176eb Add regression test for #3888 Wilhelm Schuster 2020-11-10 16:58:09 +01:00
  • 377f7d7ab2 added remanage swallow check izzel 2019-12-31 19:03:21 +00:00
  • 1d9160f2d2
    Merge pull request #4243 from stapelberg/parseerror Orestis Floros 2020-11-03 11:51:42 +01:00
  • 829b4d2b7c config: specify --no-startup-id for dmenu_run Michael Stapelberg 2020-11-03 09:26:16 +01:00
  • c22b35c293 ipc: document parse_error COMMAND reply field Michael Stapelberg 2020-11-03 09:48:28 +01:00
  • 19fbe1d30c
    Merge pull request #4240 from stapelberg/may Orestis Floros 2020-11-01 21:13:23 +01:00
  • 6a1806931b userguide: may → might in most places (thanks Bruce) Michael Stapelberg 2020-11-01 10:09:43 +01:00
  • 8a7ac068c8 meson.build: fix typo in summary: docs → mans Michael Stapelberg 2020-10-28 17:32:33 +01:00
  • 5c565d0ad4 debian/rules: explicitly enable building manpages Michael Stapelberg 2020-10-28 17:31:43 +01:00
  • e54e88b9e5
    Merge pull request #4229 from stapelberg/next Orestis Floros 2020-10-25 22:42:09 +01:00
  • 466f7c16f9 travis: fix bintray deploy step Michael Stapelberg 2020-10-25 21:54:07 +01:00
  • a24c9b65e1
    Merge pull request #4195 from mschuwalow/i3bar-nonprimary-output Orestis Floros 2020-10-24 14:29:17 +02:00
  • 90e7a156a2
    i3bar: add support for nonprimary output Maxim Schuwalow 2020-10-22 19:37:09 +02:00
  • 3cd1c45eba
    Merge pull request #4214 from burik666/i3bar-output_xy Orestis Floros 2020-10-23 13:56:57 +02:00
  • 60384d446b Add coordinates relative to the current output in i3bar click events Andrey Burov 2020-10-06 21:38:09 +03:00
  • e6f419b882
    Merge pull request #4189 from acheronfail/feat-3519/ppt-move-position Orestis Floros 2020-10-20 11:20:20 +02:00