Releases: eclipsesource/perfetto
Releases · eclipsesource/perfetto
Perfetto UI - 6615de0d60d1b9
perfetto-ui-6615de0d60d1b9 Fix canvas widths with fraction scaling
Perfetto UI - 5c634ec2aef3ad
Remove pinned resizing in favor of using a max height (#139) * Remove pinned resizing in favor of using a max height * Put horizontal line between scrollable sections * Clear up some empty space * Scroll the pinned track into view after the redraw * Fix tracks being cutoff when overflown
Perfetto UI - fea5bb70a870ff
Make pinned tracks scrollable (#135) * Make pinned tracks scrollable * Add Resize logic to the pinned track section
Perfetto UI - fe7f68f82f774b
Add Control Mod to Track Group Selection (#132) * add ctrl modifier for track groups * Check OS for which modifier to use
Perfetto UI - aa860271316893
Disable debug logging (#131) Remove console.log statement which was logging repeately.
Perfetto UI - 45e3579ea1a5b4
Present Pinned Tracks in a Track Group (#134) * Present Pinned Tracks in a Track Group * Ability to reorder pinnedTracks * Bit of styling to the track group to match other track groups
Perfetto UI - 47b7023b1b029a
perfetto-ui-47b7023b1b029a Have Long Track names work similiar to track group names (#118)
Perfetto UI - d0aae3c50bf92f
perfetto-ui-d0aae3c50bf92f Fix SQL errors in initialization of tracks that are already filtered …
Perfetto UI - f754e9de2fba0b
Always open the details of a new selection (#129) Ensure that whenever the selection changes and the new selection exists, show it in the details panel even if the user had previously closed it. Add a global flag to allow the host application to disable this behaviour, for example on a user preference setting. Includes incidental fixing of lint problems in edited files. Signed-off-by: Christian W. Damus <[email protected]>
Perfetto UI - bc750cfafc48bf
Short-circuit initialization of filtered-out tracks (#128) Double-check in handling the initialization promise that a track is not filtered out before computing the initial data from onBoundsChanged(). Signed-off-by: Christian W. Damus <[email protected]>