Commit graph

12 commits

Author SHA1 Message Date
Sekhat Temporus
0a889b3900 Add change group to support switching type of the current group 2023-08-17 13:17:00 +01:00
outfoxxed
acd07dee93
Fix expand mode shrink animation 2023-08-16 01:35:58 -07:00
Jan Beich
72c00a7229 Move missing header for libc++ after 1435be18d4
src/Hy3Node.cpp:571:20: error: implicit instantiation of undefined template 'std::basic_stringstream<char>'
        std::stringstream buf;
                          ^
/usr/include/c++/v1/iosfwd:134:32: note: template is declared here
    class _LIBCPP_TEMPLATE_VIS basic_stringstream;
                               ^
2023-08-12 04:04:01 +02:00
outfoxxed
2fa77b4dbc
Initial work on expand/lens nodes 2023-08-09 02:23:22 -07:00
outfoxxed
f08c7ff2e4
Fix getNextWindowCandidate returning null if a group is focused 2023-07-31 20:38:58 -07:00
outfoxxed
cd3fd91b3b
Window containment/swallowing MVP 2023-07-20 04:11:39 -07:00
outfoxxed
acf3c62aae
Fix support for window focus requests
Closes #7
2023-07-19 04:05:23 -07:00
outfoxxed
51d3991783
Add ephemeral groups 2023-07-19 03:53:23 -07:00
outfoxxed
ad25bd27a2
Fix int/float math issue when calculating node width 2023-06-30 22:07:57 -07:00
outfoxxed
fe98ccaf9a
Fix miscalculated gaps 2023-06-29 12:58:41 -07:00
outfoxxed
a3c32868cc
Fix tab bar resize animation playing when it shouldnt 2023-06-29 08:34:22 -07:00
outfoxxed
1435be18d4
Refactor 2023-06-28 21:36:08 -07:00