Skip to content

Releases: eclipsesource/perfetto

Perfetto UI - 6615de0d60d1b9

12 Feb 15:00
Compare
Choose a tag to compare
Pre-release
perfetto-ui-6615de0d60d1b9

Fix canvas widths with fraction scaling

Perfetto UI - 5c634ec2aef3ad

12 Feb 22:24
5c634ec
Compare
Choose a tag to compare
Pre-release
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

29 Jan 15:07
fea5bb7
Compare
Choose a tag to compare
Pre-release
Make pinned tracks scrollable (#135)

* Make pinned tracks scrollable

* Add Resize logic to the pinned track section

Perfetto UI - fe7f68f82f774b

28 Jan 18:46
fe7f68f
Compare
Choose a tag to compare
Pre-release
Add Control Mod to Track Group Selection (#132)

* add ctrl modifier for track groups

* Check OS for which modifier to use

Perfetto UI - aa860271316893

27 Dec 20:31
aa86027
Compare
Choose a tag to compare
Pre-release
Disable debug logging (#131)

Remove console.log statement which was logging repeately.

Perfetto UI - 45e3579ea1a5b4

18 Dec 15:26
45e3579
Compare
Choose a tag to compare
Pre-release
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

06 Dec 15:18
47b7023
Compare
Choose a tag to compare
Pre-release
perfetto-ui-47b7023b1b029a

Have Long Track names work similiar to track group names (#118)

Perfetto UI - d0aae3c50bf92f

21 Nov 15:47
d0aae3c
Compare
Choose a tag to compare
Pre-release
perfetto-ui-d0aae3c50bf92f

Fix SQL errors in initialization of tracks that are already filtered …

Perfetto UI - f754e9de2fba0b

15 Nov 20:37
f754e9d
Compare
Choose a tag to compare
Pre-release
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

14 Nov 19:42
bc750cf
Compare
Choose a tag to compare
Pre-release
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]>