Branch: refs/heads/floating_panes
  Home:   https://github.com/tmux/tmux
  Commit: 6766c8ec1d1391543e1e13276054b2debd8eb81c
      
https://github.com/tmux/tmux/commit/6766c8ec1d1391543e1e13276054b2debd8eb81c
  Author: Dane Jensen <[email protected]>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M layout.c
    M tmux.h

  Log Message:
  -----------
  Initial commit.


  Commit: 7568bff8e61079dbaf29f8e4e6cf2dbdb0f831ab
      
https://github.com/tmux/tmux/commit/7568bff8e61079dbaf29f8e4e6cf2dbdb0f831ab
  Author: Dane Jensen <[email protected]>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M layout.c
    M tmux.h

  Log Message:
  -----------
  Layout cells for floating panes are now inserted after the cell of a
provided window pane.


  Commit: 2a1ad05671200efdfb63ca429f7affce74cba606
      
https://github.com/tmux/tmux/commit/2a1ad05671200efdfb63ca429f7affce74cba606
  Author: Dane Jensen <[email protected]>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M layout.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  There was an bug with the earlier commit, reproduction: "splitw; newp
-t0; killp -t0". Added logic to handle previously unforseen states, like
a floating cell before a tiled cell at the top of the screen.


  Commit: e370ce5a003ba4ccf3328321b00c52f131b4ff93
      
https://github.com/tmux/tmux/commit/e370ce5a003ba4ccf3328321b00c52f131b4ff93
  Author: Dane Jensen <[email protected]>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M layout.c

  Log Message:
  -----------
  Added function comment.


  Commit: 84229d4735157ad91d7055f14faa135447524c6a
      
https://github.com/tmux/tmux/commit/84229d4735157ad91d7055f14faa135447524c6a
  Author: Dane Jensen <[email protected]>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M layout.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Floating layout cells can now be placed anywhere in the layout tree.

Allowing layout cells to exist anywhere in the layout tree will enable floating 
and tiling commands to restore position in the tree with little effort. This 
enables that by slightly altering the floating pane creation logic, and adding 
some utility functions. These functions will be soon be used elsewhere as well.


Compare: https://github.com/tmux/tmux/compare/2955c1fdc736...84229d473515

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/floating_panes/2955c1-84229d%40github.com.

Reply via email to