Commit Graph

  • 8b88b0cb3e
    Merge pull request #3740 from stapelberg/strace Ingo Bürk 2019-07-19 21:01:36 +0200
  • 48d3d17d47 strace: switch from deprecated -F to -fvy Michael Stapelberg 2019-07-19 20:39:53 +0200
  • 94228fd902 Add setting for minimal width of workspace buttons Konst Mayer 2019-06-25 01:07:36 +0700
  • ca82f95812 feat: added support for user-defined border widths in i3bar blocks (#3726) Ingo Bürk 2019-06-22 22:18:29 +0200
  • 48af067dfe feat: support transparency (RGBA) in i3bar (#3727) Ingo Bürk 2019-06-22 17:23:21 +0200
  • 19ca55858c
    Merge pull request #3709 from okraits/patch-1 Ingo Bürk 2019-06-03 08:19:38 +0200
  • e658788895
    docs: describe for_window with the correct term Oliver Kraitschy 2019-06-03 07:42:43 +0200
  • 3c63e2cd7d
    Merge pull request #3706 from orestisf1993/swap Ingo Bürk 2019-05-25 11:17:59 +0200
  • 573574b301
    Fix: delete decoration cache after swap Orestis Floros 2019-05-25 00:05:18 +0300
  • f2c7e26a0c
    Merge pull request #3701 from orestisf1993/click-events Ingo Bürk 2019-05-14 15:23:28 +0200
  • baf1067087
    i3bar: If click events disabled, use whole bar for other events Orestis Floros 2019-05-13 12:56:04 +0300
  • b6485c98a2
    Merge pull request #3697 from orestisf1993/ewmh Ingo Bürk 2019-05-03 16:01:42 +0200
  • c9efa6dffe
    Call all ewmh_update_* functions together when necessary Orestis Floros 2019-05-03 15:46:38 +0300
  • 830465b39f
    ewmh: Cache idx to avoid xcb_change_property calls Orestis Floros 2019-05-03 16:04:32 +0300
  • 8c25bc1bd4
    tree_close_internal: Log workspace name in EWMH message Orestis Floros 2019-05-03 15:39:04 +0300
  • 4a37d20602
    ewmh: Introduce FOREACH_NONINTERNAL macro Orestis Floros 2019-05-03 15:38:37 +0300
  • a574346964
    Merge pull request #3680 from bobnye/next Orestis 2019-04-11 10:29:43 +0300
  • 58c808a961 Fix memory leak Jeremy Klotz 2019-04-10 19:56:30 -0400
  • 56bbc528d7
    Merge pull request #3674 from orestisf1993/janitorial Ingo Bürk 2019-04-03 19:13:10 +0200
  • cc9b227978
    Make small DLOG improvements Orestis Floros 2019-03-30 13:43:36 +0200
  • 8b88f00117
    window.c: Reduce code in window_update_* functions Orestis Floros 2019-03-30 13:31:59 +0200
  • ea6068a02d
    Replace scalloc + strncpy with sstrndup Orestis Floros 2019-03-30 13:20:32 +0200
  • 88912d6f00
    Merge pull request #3671 from orestisf1993/full_render_width Ingo Bürk 2019-03-29 15:21:27 +0100
  • 8903f29795
    child_handle_button: Call only if x >= offset Orestis Floros 2019-03-29 16:10:19 +0200
  • 1b7e613d01
    Merge pull request #3669 from orestisf1993/config Ingo Bürk 2019-03-29 14:15:53 +0100
  • 08cdc3a6ae
    Allow checking for duplicate bindings with -C Orestis Floros 2019-03-29 02:36:24 +0200
  • 7754de900a
    Move code clearing the config to a new function Orestis Floros 2019-03-29 11:41:27 +0200
  • 4a2cacebf6
    load_configuration: Remove conn argument Orestis Floros 2019-03-29 02:15:49 +0200
  • f9c4011691
    Update configuration.h Orestis Floros 2019-03-29 01:59:26 +0200
  • a9e476e899
    Merge pull request #3666 from orestisf1993/full_render_width Ingo Bürk 2019-03-28 21:04:35 +0100
  • 823345435b
    Merge pull request #3667 from orestisf1993/etc/config Ingo Bürk 2019-03-28 21:03:35 +0100
  • 4257b758a9
    Merge pull request #3665 from lasers/add-markup Ingo Bürk 2019-03-28 21:02:55 +0100
  • 6f1350865b
    etc/config: Mention ~/.config/i3/config Orestis Floros 2019-03-28 21:29:09 +0200
  • c2a1b6e91f
    handle_button: Introduce child_handle_button Orestis Floros 2019-03-28 20:55:32 +0200
  • 03d2ccdeef
    handle_button: Use full render width for calculations Orestis Floros 2019-03-28 19:57:32 +0200
  • ae16a55616 docs/i3bar-protocol: add markup to all possible entries example lasers 2019-03-28 11:42:09 -0500
  • feb2912e57
    Merge pull request #3659 from orestisf1993/git-log-to-rev-list-3656 Ingo Bürk 2019-03-22 14:53:59 +0100
  • fefeedf8da
    Use git plumbing commands to get the I3_VERSION Orestis Floros 2019-03-22 15:06:23 +0200
  • 24a8eac134
    Merge pull request #3658 from orestisf1993/workspace_move_to_output Ingo Bürk 2019-03-22 11:18:54 +0100
  • d4e4cbfd25
    workspace_move_to_output: Avoid operations when workspace already at destination Orestis Floros 2019-03-22 00:55:30 +0200
  • 7fc3bf660e
    cmd_focus_output: Avoid assertion crash Orestis Floros 2019-03-21 23:57:24 +0200
  • 343007b9d4
    Merge pull request #3657 from jeffhuxen/next Ingo Bürk 2019-03-22 09:40:08 +0100
  • f6e42d103f
    Merge pull request #3643 from Iskustvo/next Ingo Bürk 2019-03-22 09:39:37 +0100
  • 47d045d075
    Merge pull request #3655 from orestisf1993/workspace_output_spaces Ingo Bürk 2019-03-22 09:38:02 +0100
  • 351d891f4c
    get_output_for_con: Assert result != NULL Orestis Floros 2019-03-21 23:51:57 +0200
  • d0ab51db85
    workspace_move_to_output: Make stylistic changes Orestis Floros 2019-03-21 22:48:39 +0200
  • ac2489240e Added to note to clarify which config directives could be used at runtime. Jeffrey Huxen 2019-03-21 17:07:23 -0500
  • 214ed78154 Added new IPC library(i3-ipc++) in documents. Iskustvo 2019-03-11 23:45:35 +0100
  • 8ce99cdacb
    cfg_workspace: Accept outputs with spaces again Orestis Floros 2019-03-21 19:29:56 +0200
  • 3aa42cf795
    Merge pull request #3654 from chrhasse/next Ingo Bürk 2019-03-21 08:44:13 +0100
  • 4e5ce56188 Add explicit reference to glib2 to automake Christopher Hasse 2019-03-20 23:51:13 -0500
  • 297abe0edd
    Merge pull request #3637 from i3/stapelberg-patch-1 Orestis 2019-03-19 11:16:30 +0200
  • 79b052230c x.c: correctly free con->frame_buffer in _x_con_kill Michael Stapelberg 2019-03-07 14:58:53 +0100
  • 9bd2224520
    travis: remove deprecated docker login -e flag (#3651) Michael Stapelberg 2019-03-19 09:49:59 +0100
  • 0cae9b236b
    Merge pull request #3640 from orestisf1993/partial-ucs2 Orestis 2019-03-19 10:36:52 +0200
  • bd58d67ea8
    convert_utf8_to_ucs2: Allow partial conversion Orestis Floros 2019-03-08 19:16:39 +0200
  • 6ec7b91cff
    fix travis build by switching away from deprecated-2017Q3 (#3650) Michael Stapelberg 2019-03-19 09:30:04 +0100
  • 80ecadbe31
    Merge pull request #3614 from NilsIrl/next Ingo Bürk 2019-03-11 19:38:10 +0100
  • 9d9b552b70
    Merge pull request #3632 from orestisf1993/workspace_init Ingo Bürk 2019-02-23 21:52:22 +0100
  • 098b0e6976
    create_workspace_on_output: send workspace init event Orestis Floros 2019-02-22 19:41:30 +0200
  • 72ccd341fc Add proper return code for i3-msg Nils ANDRÉ-CHANG 2019-02-09 14:22:08 +0000
  • 2d6e09a66a
    i3-dump-log: make log message a little more clear (#3618) Michael Stapelberg 2019-02-12 09:22:26 +0100
  • e2d6117b8c
    Merge pull request #3607 from vacuus/3546-fix-misleading-doc Ingo Bürk 2019-02-01 08:24:34 +0100
  • 85e6742686 Reword documentation to make clear the difference in enumeration between event and reply types. Alejandro Angulo 2019-01-31 23:00:00 -0800
  • a4309cb871 Merge branch 'release-4.16.1' Michael Stapelberg 2019-01-27 16:45:31 +0100
  • becd97e2fb Set non-git version to 4.16.1-non-git. Michael Stapelberg 2019-01-27 16:45:31 +0100
  • b4f9ff91d4 release i3 4.16.1 Michael Stapelberg 2019-01-27 16:45:19 +0100
  • f7b6ae2836 Fix: render_con shows floating containers on wrong workspace Orestis Floros 2018-12-16 03:27:09 +0200
  • f0e19d112c cmd_exit: Let i3_exit handle shutdown (#3600) Orestis 2019-01-22 22:35:44 +0200
  • 4f768c6eda Fix crash with popups when fullscreen is non-leaf Orestis Floros 2019-01-11 14:44:39 +0200
  • 54e7a31568 Use ipc queue for all messages (#3585) Orestis 2019-01-12 14:13:03 +0200
  • cf375927f0 attach_to_workspace: set new parent before tree_render Orestis Floros 2018-12-12 19:09:39 +0200
  • f43f412771 Apply title_align to non-leaf containers Orestis Floros 2018-12-04 20:50:32 +0200
  • 0377970dab Truncate wm_name utf8 strings to first zero byte Orestis Floros 2018-11-09 19:41:31 +0200
  • 02bb2693f9 cmd_exit: Let i3_exit handle shutdown (#3600) Orestis 2019-01-22 22:35:44 +0200
  • 82a35a2418
    Merge pull request #3590 from nejni-marji/next Ingo Bürk 2019-01-18 23:37:09 +0100
  • 2a1ca0951e Update userguide to describe border styles better Jonathan Woodlief 2019-01-18 17:35:47 -0500
  • 22ac5827b0 Make binding modes case sensitive nejni-marji 2019-01-16 19:32:24 -0600
  • 5aa0459be0 Use ipc queue for all messages (#3585) Orestis 2019-01-12 14:13:03 +0200
  • e2e964151e
    Merge pull request #3584 from orestisf1993/popup-SIGSEGV Ingo Bürk 2019-01-11 14:01:56 +0100
  • 0abb4f7e88
    Fix crash with popups when fullscreen is non-leaf Orestis Floros 2019-01-11 14:44:39 +0200
  • 00bb9a8483
    Merge pull request #3574 from pclouds/no-newline-in-errx Orestis 2019-01-02 14:30:17 +0200
  • 6462cf1ca3
    Remove \n from errx and die messages Nguyễn Thái Ngọc Duy 2019-01-02 19:05:18 +0700
  • 3e3257af18
    Merge pull request #3563 from CyberShadow/doc-mark-todo Ingo Bürk 2018-12-16 09:36:02 +0100
  • 982ede5901
    Merge pull request #3568 from orestisf1993/floating_reposition-render_con Ingo Bürk 2018-12-16 09:33:25 +0100
  • 318528e3fc
    Fix: render_con shows floating containers on wrong workspace Orestis Floros 2018-12-16 03:27:09 +0200
  • a68542c8f7
    Merge pull request #3566 from orestisf1993/focus-events Ingo Bürk 2018-12-15 18:29:46 +0100
  • fb1ae61d1c
    Invalidate last_focused when focusing the EWMH support window Orestis Floros 2018-12-14 20:39:34 +0200
  • dd708199ea
    Fix: killing unfocused window shouldn't produce focus event Orestis Floros 2018-12-14 20:37:29 +0200
  • f70c3b168d
    Update tree_close_internal documentation in tree.h Orestis Floros 2018-12-14 23:35:58 +0200
  • 7d89e90137
    userguide: Un-hide a TODO block completed in 2011 Vladimir Panteleev 2018-12-14 13:16:11 +0000
  • e6be6fea74
    Merge pull request #3560 from CyberShadow/doc-mark-replace Orestis 2018-12-14 10:39:49 +0200
  • fdda9763b7
    userguide: Document mark --replace flag Vladimir Panteleev 2018-12-14 08:29:23 +0000
  • be6619ff11
    Merge pull request #3557 from orestisf1993/regress-float-move Ingo Bürk 2018-12-12 21:02:41 +0100
  • 605b6ba00f
    attach_to_workspace: set new parent before tree_render Orestis Floros 2018-12-12 19:09:39 +0200
  • 376833db45
    Merge pull request #3510 from orestisf1993/tree.t Orestis 2018-12-12 13:19:43 +0200
  • 90c08a52f0
    Introduce cmp_tree test function Orestis Floros 2018-11-06 15:03:06 +0200
  • 32188d7b2c
    Merge pull request #3551 from xzfc/baf-restart Ingo Bürk 2018-12-11 20:53:08 +0100
  • 64ab1f42b7 Preserve back_and_forth during restart Albert Safin 2018-12-10 21:51:30 +0700
  • 6a4d41c5c2
    Merge pull request #3553 from stapelberg/hidpi Ingo Bürk 2018-12-10 18:34:51 +0100