summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/TimelineContainer.cpp
AgeCommit message (Expand)Author
2021-08-18Profiler: Limit the initial size of the timeline containerAndreas Kling
2021-08-14Profiler: Set the initial size of the timeline container to a snug fitAndreas Kling
2021-08-14Profiler: Don't lose sight of timeline tracks when zooming outAndreas Kling
2021-07-19Revert "Profiler: Configure the TimelineContainer to be shrink to fit"Brian Gianforcaro
2021-07-17Profiler: Configure the TimelineContainer to be shrink to fitBrian Gianforcaro
2021-05-25Profiler: Hide timeline scrollbars if we don't need them :^)Andreas Kling
2021-05-22Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^)Andreas Kling
2021-05-22Profiler: Allow scrolling through full range of profile timelineAndreas Kling
2021-05-08Profiler: Fix scrolling behaviorGunnar Beutner
2021-05-08Profiler: Fix timeline wrong initial horizontal positionCarlos César Neves Enumo
2021-05-06Profiler: Add fixed track headers to the timeline viewAndreas Kling