Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-26Fix window focus issues when navigating with WSAD.Bartosz Taudul
2022-09-05Hide frame related information if no frame instrumentation.Bartosz Taudul
2022-09-04Cleanup.Bartosz Taudul
2022-09-04Remove VisData.Bartosz Taudul
2022-09-04Migrate CPU data to timeline item system.Bartosz Taudul
2022-09-04Migrate drawing GPU data to the new timeline item system.Bartosz Taudul
2022-09-04Migrate drawing CPU threads to the new timeline item system.Bartosz Taudul
2022-09-03Switch plot drawing to the timeline items system.Bartosz Taudul
2022-09-03New TimelineController begin/end logic.Bartosz Taudul
2022-08-28Cosmetics.Bartosz Taudul
2022-08-28Merge pull request #446 from simplyWiri/masterBartosz Taudul
2022-08-22Add WASD panning/zooming functionality to timeline.simplyWiri
2022-08-20Move vis data to timeline controller.Bartosz Taudul
2022-08-16Context menu hide of GPU zones.Bartosz Taudul
2022-08-16Add context menu with hide option to threads on timeline.Bartosz Taudul
2022-08-16Fix indentation.Bartosz Taudul
2022-08-15Start extracting timeline height control logic.Bartosz Taudul
2022-08-14Change magic value enums to constexprs.Bartosz Taudul
2022-08-14Proper way to detect mouse hover over timeline.Bartosz Taudul
2022-07-24More compact locks drawing.Bartosz Taudul
2022-07-02Cleanup TracyView includes.Bartosz Taudul
2022-07-02Thread view adjustment is timeline handling.Bartosz Taudul
2022-07-02Also extract (and rename) timeline mouse handling.Bartosz Taudul
2022-07-02Rename DrawZone* -> DrawTimeline*.Bartosz Taudul
2022-07-02Extract zone timeline rendering from View.Bartosz Taudul