Remove unused variables
Add meson build configuration
Adjust icons for GNOME HIG
Remove autotools build files
Replace std::experimental::string_view with std::string_view
Specify non-ASCII string literals must be UTF-8
Change colours to use GNOME HIG palette
Use a primary menu on each window instead of an application menu
Add missing return statement to GraphView::on_draw
Silence spurious -Wreturn-type warning on GCC 8
Disable zoom to children when no children
Add symbol popover menu
Remove configure check for gobject introspection
Ensure C++14 is supported
Fix not displaying samples with empty thread name
Remove copy-pasta
Fix unsafe graph iteration
Use icon for default window icon and about logo
Add desktop file
Remove ABOUT-NLS
Remove weird spacing in configure.ac
Add SVG icons
Fix indentation in main.cpp
Use gnome-autogen.sh
Mark strings for translation
Enable internationalization
Specify clone url
Convert and install icons
Fix incorrect double negative in comment
Line wrap the hover label
Don't manually close path for rectangles
Update hover frame when GraphView moves under p...
Add new document placeholder
Split box layout and drawing
Fix regression from 23bf7cbd751be2f9a5bcb218314...
Rename GraphView::calculate_box_positions to on...
Name GraphSearch's thread
Fix rectangles missing at high zoom levels
Replace GNOME addresses
Add website link to AboutDialog
Set window title in empty state
Prune off-screen nodes earlier
Use floating point for zoom
Implement click to zoom
Highlight frames matching the one under the cursor
Move hover frame description away from cursor
Highlight search results
Scroll to bottom when new window opened
Initial commit
Animate zooming
Round corners of frame boxes
Put GraphView in a Gtk::ScrolledWindow
Add error view
Add string for root node when reading folded st...
Add keyboard shortcut for reset zoom
Make GraphView tall enough to fit all layers
GraphView: Store beginning sample index in BoxInfo
Match nothing when search box is empty
Add folded stack parser
Show regex errors in UI
Add accessor to maximum Graph depth
Add no samples placeholder
Add frame click events to GraphView
Add accessors to Graph
Add GraphView
Add search implementation
Basic UI
GraphView: keep BoxInfo for hover and click frames
Cache exclusive events in GraphNode
Add search UI
Add reset zoom button
Document reset zoom shortcut
Centre align frames and their labels
Sort graph nodes alphabetically
Count samples in root node
Reuse empty GraphWindows when opening a file
Show full name and sample count for hovered symbol
Replace constant sizes in GraphView::on_draw
GraphView: Pass beginning sample index on click...