Commit Graph

5 Commits

Author SHA1 Message Date
3fb1a15eec tools: toggle row on space 2023-06-05 16:56:18 -07:00
06a2a1a211 tools: test expand/collapse with GtkEventControllerKey
This ensures that we can maintain our expand/collapse keybindings that we
have with GtkTreeView using GtkListView.
2023-06-05 15:15:35 -07:00
eaee76e49f tools: use data-table class 2023-05-25 13:36:40 -07:00
a9e14be37e tools: column sorting by default 2023-05-25 13:18:26 -07:00
b5ce671e23 tools: start on callgraph example using columnview
This just serves as a prototyping ground so that we can have a callgraph
view widget in the future based on these principles. It also shows some
areas that still need work, such as sorting within the tree and fixing the
text offset calculation for ELF symbols.
2023-05-25 12:16:18 -07:00