Dane Jensen
|
9bd53b8565
|
changed window_pane_visible to window_pane_is_visible
|
2026-06-15 21:18:47 -07:00 |
|
Dane Jensen
|
55c8b0c2a7
|
Merge branch 'master' into floating_panes
|
2026-06-15 13:00:51 -07:00 |
|
nicm
|
b86bd1fcd0
|
Add pane-border-lines none like popups (-B to new-pane).
|
2026-06-15 17:34:25 +00:00 |
|
Dane Jensen
|
bba9f38636
|
Bug fix for parsing floating args.
|
2026-06-14 22:11:57 -07:00 |
|
Dane Jensen
|
195a9b357a
|
hide-pane and show-pane now use the new layout mechanics.
|
2026-06-14 21:48:03 -07:00 |
|
Dane Jensen
|
e244be2540
|
Bug fixes and adjustments from feedback.
|
2026-06-14 20:02:24 -07:00 |
|
Dane Jensen
|
5dad31b06e
|
slight renaming.
|
2026-06-14 19:59:41 -07:00 |
|
Dane Jensen
|
64ded18960
|
Updating tile-pane and float-pane to use new layout mechanics.
|
2026-06-14 19:59:37 -07:00 |
|
Dane Jensen
|
4dd496790a
|
Merge branch 'master' into floating_panes
|
2026-06-14 19:54:43 -07:00 |
|
nicm
|
cc27470cb6
|
Skip floating panes when working out the top or bottom cell. Fixes
missing bottom status pane status line when floating panes exist.
|
2026-06-14 20:37:57 +00:00 |
|
nicm
|
87976aa48e
|
Add a helper to get pane-border-status for a window for some other
changes to come.
|
2026-06-14 19:31:37 +00:00 |
|
nicm
|
778a15b64a
|
Take account of borders when resizing floating panes.
|
2026-06-14 18:59:15 +00:00 |
|
nicm
|
d23a2b7e97
|
Skip floating cells when moving to previous cell for resize of tiled cells.
|
2026-06-13 20:03:10 +00:00 |
|
nicm
|
b182791052
|
Tidy up error messages from split-window.
|
2026-06-13 18:30:16 +00:00 |
|
Dane Jensen
|
8497b588a2
|
Merge master into floating_panes
|
2026-06-11 12:05:11 -07:00 |
|
nicm
|
3ea458b9dc
|
Add support for floating panes to resize-pane, from Dane Jensen.
|
2026-06-11 10:16:19 +00:00 |
|
Dane Jensen
|
e370ce5a00
|
Added function comment.
|
2026-06-09 15:44:24 -07:00 |
|
Dane Jensen
|
2a1ad05671
|
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.
|
2026-06-09 15:37:30 -07:00 |
|
Dane Jensen
|
7568bff8e6
|
Layout cells for floating panes are now inserted after the cell of a
provided window pane.
|
2026-06-09 13:33:45 -07:00 |
|
Dane Jensen
|
6766c8ec1d
|
Initial commit.
|
2026-06-09 13:33:45 -07:00 |
|
Dane Jensen
|
a7952492c1
|
Merged master into floating_panes
|
2026-06-08 15:58:38 -07:00 |
|
nicm
|
5744021ac9
|
Allow floating panes to be created partially off the window, based on a
change from Michael Grant.
|
2026-06-07 09:54:25 +00:00 |
|
nicm
|
35709a30ee
|
Change so that floating panes are always part of the root layout. From
Dane Jensen.
|
2026-06-06 17:30:48 +00:00 |
|
Dane Jensen
|
7c908bca7a
|
Fixed vestigal compile errors
|
2026-06-03 17:46:29 -07:00 |
|
Nicholas Marriott
|
90ede52728
|
Merge branch 'master' into floating_panes
|
2026-06-02 20:36:08 +01:00 |
|
nicm
|
a3bf632276
|
Move cell creation into layout.c, from Dane Jensen.
|
2026-06-02 19:25:06 +00:00 |
|
nicm
|
ae6a749d3a
|
Move the PANE_FLOATING flag into the layout cell and add an accessor.
From Dane Jensen.
|
2026-06-02 08:13:50 +00:00 |
|
Nicholas Marriott
|
17974ea7a0
|
Merge branch 'master' into floating_panes
|
2026-06-01 21:36:29 +01:00 |
|
nicm
|
b368e89bea
|
Remove LAYOUT_FLOATING and disable custom layouts with floating panes
for now, from Dane Jensen.
|
2026-06-01 20:09:26 +00:00 |
|
Nicholas Marriott
|
a6986864db
|
Merge branch 'master' into floating_panes
|
2026-05-24 10:05:56 +01:00 |
|
nicm
|
f047b3f8e7
|
Do not crash when freeing layout cell, reported by Jere Viikari.
|
2026-05-24 08:40:43 +00:00 |
|
nicm
|
5c3a4746b7
|
Some code tidying up.
|
2026-05-23 07:22:50 +00:00 |
|
Nicholas Marriott
|
8a674265f3
|
Merge branch 'master' into floating_panes
|
2026-05-20 09:35:03 +01:00 |
|
Dane Jensen
|
0a7b008b21
|
Changed minimised semantics to hide semantics
|
2026-05-19 21:09:53 -07:00 |
|
nicm
|
f5a086ac98
|
Some more easy floating panes bits.
|
2026-05-19 12:16:25 +00:00 |
|
Nicholas Marriott
|
2f6da393e2
|
Merge branch 'master' into floating_panes
|
2026-05-19 13:05:14 +01:00 |
|
nicm
|
34e2035bad
|
More bits for pane Z index tracking from floating panes, mostly by
Michael Grant.
|
2026-05-19 09:48:14 +00:00 |
|
Nicholas Marriott
|
fd4e683151
|
Merge branch 'master' into floating_panes
|
2026-05-18 11:10:09 +01:00 |
|
nicm
|
a8520ba59e
|
Bring over some of layout and positioning code for floating panes, by
Michael Grant.
|
2026-05-17 16:01:42 +00:00 |
|
Michael Grant
|
c4ec9234e9
|
Fix to ignore minimised panes when redoing the layout.
|
2026-05-15 18:23:39 +01:00 |
|
Dane Jensen
|
0719dcf2e7
|
fixed site of null dereference in layout.c
|
2026-04-25 15:05:58 -07:00 |
|
Michael Grant
|
811604a663
|
Fix bugs with tiling floating panes.
|
2026-04-05 19:04:10 -04:00 |
|
Michael Grant
|
44229e8af6
|
Fix a crash when clicking a floating pane in the status line which was minimised after it was made active by window-tree. Correct the way window-tree displays floating panes so they can be easily unminimmised.
|
2026-03-28 08:35:35 +00:00 |
|
Michael Grant
|
f201d246fd
|
Fix next-layout to ignore floating panes.
|
2026-03-24 12:41:04 +00:00 |
|
Michael Grant
|
10a9ce1ed2
|
Prohibit swapping 2 floating panes, that doesn't make sense.
|
2026-03-20 07:59:25 +00:00 |
|
Michael Grant
|
7e6bbc63ab
|
Fix a slew of possible int vs u_int bugs which would likely have caused an overflow crash.
|
2026-03-18 13:04:21 +00:00 |
|
Michael Grant
|
6a4a4a432b
|
Add support to minimise panes, both tiled and floating. New PREFIX _ key binding to minimise a pane. New functions minimise-pane and unminimise-pane. Add double-click on pane in status to minimise pane. Single click on pane in status unminimises pane.
|
2025-12-18 18:19:17 +00:00 |
|
Michael Grant
|
47de44001e
|
Merge changes from master.
|
2025-12-08 14:30:57 +00:00 |
|
Michael Grant
|
eaa467618b
|
1. Rework floating panes to have a stub layout_cell, 2. Add new <..> format to list-windows & select-layout for floating anes, 3. Fix zooming to work with floating panes, 4. Fix several display issues.
|
2025-12-08 14:28:17 +00:00 |
|
Michael Grant
|
ac01f15bfe
|
Merge branch 'master' into feature-floating-window-panes
|
2025-12-06 21:14:38 +00:00 |
|