CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2026-01-21 09:17:22 +00:00
331538de36 fix: detection of case in find mode should use case folding
neurocyte pushed to master at neurocyte/flow 2026-01-21 08:40:07 +00:00
ee37dc8730 fix: windows build
neurocyte pushed to master at neurocyte/flow 2026-01-20 20:53:26 +00:00
6c478a97a0 fix: close the correct view when last tab in view is closed
d600e3c353 refactor: keep tab ordering stable when moving tabs between splits
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-20 20:14:00 +00:00
6ce8a2f61d refactor: try to prevent dangling splits
4f68898f96 refactor: create a split when moving a tab past the last right split
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-20 19:52:10 +00:00
7e8f06396e refactor: force update tabbar when adding or removing splits
neurocyte pushed to master at neurocyte/flow 2026-01-20 19:31:16 +00:00
531ec11425 refactor: move tab to end of tab bar if dropped on drop target
neurocyte pushed to master at neurocyte/flow 2026-01-20 19:24:57 +00:00
8dcbed86aa refactor: add tab bar drop target to allow dropping tabs in other splits
d891af6553 refactor: allow changing the hover mouse cursor for buttons
dac695f010 refactor: add generic renderer.request_mouse_cursor function
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-20 15:51:15 +00:00
a532665afb fix: make create_scratch_buffer work correctly across splits
dd0e108f76 fix: call create_scratch_buffer syncronously in run_task to improve error handling
a7d4fc5729 refactor: add command.fmtbuf
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-20 13:43:34 +00:00
f34285d2aa fix: properly handle closing editors in unfocused splits
0992f08a94 refactor: clean-up some unused stuff
6029c705e6 fix: improve active and focused tab state tracking
95cb63c42a refactor: render unfocused tabs with style from theme
18f4d9cef3 refactor: add tab bar theme variables for unfocused tabs
Compare 7 commits »
neurocyte pushed tag v0.6.0-563-ga1fbd9cf to neurocyte/flow-nightly 2026-01-20 09:54:06 +00:00
neurocyte pushed to master at neurocyte/flow 2026-01-20 09:50:36 +00:00
a1fbd9cf7b fix: navigate to tab after moving it if it was active before move
neurocyte pushed tag v0.6.0-562-g45a8f008 to neurocyte/flow-nightly 2026-01-19 22:01:59 +00:00
neurocyte pushed to master at neurocyte/flow 2026-01-19 21:59:21 +00:00
45a8f008dd fix: don't hide terminal cursor when an unfocused primary cursor is off screen
neurocyte pushed tag v0.6.0-561-g933df0cd to neurocyte/flow-nightly 2026-01-19 21:56:25 +00:00
neurocyte pushed to master at neurocyte/flow 2026-01-19 21:54:00 +00:00
933df0cdd5 fix: make select_next_tab and select_previous_tab wrap around again
neurocyte pushed to master at neurocyte/flow 2026-01-19 21:47:56 +00:00
768032d3ea fix: improve movement of tabs