Commit Graph

11 Commits

Author SHA1 Message Date
Isaac Freund
e199bcba43
Rename files contatining top level structs
This respects the naming convention of snake_case namespaces and
TitleCase types.
2020-05-02 23:11:56 +02:00
Isaac Freund
8a9c2182ea
Relicense to GPL-3.0-or-later 2020-05-02 19:21:10 +02:00
Isaac Freund
9ea26d2a30
Make View a toplevel struct 2020-05-02 16:43:16 +02:00
Isaac Freund
21c3969c5f
Fix view stack tests 2020-04-26 12:37:35 +02:00
Isaac Freund
454e2454b6
Separate View from its implementation
This is done in preperation for Xwayland support
2020-04-26 12:29:08 +02:00
Isaac Freund
109a744007
Fix uninitialized values in tests 2020-04-21 14:44:26 +02:00
Isaac Freund
b822084f39
Allow storing *View in ViewStack
This is done in preparation for implementing focus stacks.
2020-04-13 17:25:39 +02:00
Isaac Freund
424a16fe94
Remove len field from ViewStack
This is misleading as unmapped views should be ignored
2020-04-04 16:51:14 +02:00
Isaac Freund
6c8e7c14f7
Test ignoring unmapped view 2020-04-04 16:51:14 +02:00
Isaac Freund
5f7333e851
Add empty iteration tests 2020-04-04 16:51:14 +02:00
Isaac Freund
6cb9f6ac04
Add a data structure to manage the view stack 2020-04-04 16:51:02 +02:00