miracle-wm/tests
Matthew Kosarek 65332344c5 refactor: differentiating between ParentNodes and LeafNodes (#71)
- Refactored the `Node` concept into `LeafNode`s and `ParentNode`s so that we always know what we're working with
- Implemented the concept of a `Node::commit_changes()` which is used at the end of a series of complex operations to push changes to the screen at the end.
- Prepared the `TilingWindowTree` for testing, which will come next
2024-04-02 14:19:57 -04:00
..
CMakeLists.txt refactor: differentiating between ParentNodes and LeafNodes (#71) 2024-04-02 14:19:57 -04:00
miracle_config_test.cpp testing: implementing tests for configuration parsing (#56) 2024-03-10 16:40:26 -04:00
tree_test.cpp refactor: differentiating between ParentNodes and LeafNodes (#71) 2024-04-02 14:19:57 -04:00