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-13Request attention on disconnect.Bartosz Taudul
2022-10-13Require attention after load / connect.Bartosz Taudul
2022-10-13Request attention when save finishes.Bartosz Taudul
2022-10-13Require attention on failure popups.Bartosz Taudul
2022-10-13View::Draw() is no longer static.Bartosz Taudul
2022-10-13Hook up attention callback.Bartosz Taudul
2022-10-10When opening a new trace, set view to whole time span.Bartosz Taudul
2022-09-29Remove unused variable.Bartosz Taudul
2022-09-28Mark activity when playback is underway.Bartosz Taudul
2022-09-28Mark activity when buzz anim is enabled.Bartosz Taudul
2022-09-28Mark activity when notification area is in use.Bartosz Taudul
2022-09-28Mark activity when zoom animation is underway.Bartosz Taudul
2022-09-27Allow checking whether View was active.Bartosz Taudul
2022-09-11Store syntax colors as 32-bit uints.Bartosz Taudul
2022-09-05Hide frame related information if no frame instrumentation.Bartosz Taudul
2022-09-04Remove VisData.Bartosz Taudul
2022-09-03Add function for highlighting a thread.Bartosz Taudul
2022-09-03Store View and Worker in TimelineController.Bartosz Taudul
2022-08-20Move vis data to timeline controller.Bartosz Taudul
2022-08-17Update font awesome and migrate to v6 headers.Bartosz Taudul
2022-08-15Push big font to source view.Bartosz Taudul
2022-08-12Drop access to native window.Bartosz Taudul
2022-07-30Use common functionality to get frame set name.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.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-02Extract ranges UI from View.Bartosz Taudul
2022-07-02Rename DrawZone* -> DrawTimeline*.Bartosz Taudul
2022-07-02Extract zone timeline rendering from View.Bartosz Taudul
2022-07-02Extract frames timeline UI from View.Bartosz Taudul
2022-07-02Move DrawHistogramMinMaxLabel() to TracyImGui.cpp.Bartosz Taudul
2022-07-02DrawAllocList() is memory.Bartosz Taudul
2022-07-02Extract locks UI from View.Bartosz Taudul
2022-07-02Also extract timeline CPU data.Bartosz Taudul
2022-07-02Also move timeline samples.Bartosz Taudul
2022-07-02Extract messages UI from View.Bartosz Taudul
2022-07-02Move DrawHelpMarker to TracyImGui.hpp.Bartosz Taudul
2022-07-02Extract annotations UI from View.Bartosz Taudul
2022-07-02Extract samples UI from View.Bartosz Taudul
2022-07-02Wait stacks are context switches.Bartosz Taudul
2022-07-02Extract frame tree functionality from View.Bartosz Taudul
2022-07-02Extract connection state and notification area.Bartosz Taudul
2022-07-02Extract memory UI from View.Bartosz Taudul
2022-07-02Extract plot drawing from View.Bartosz Taudul
2022-07-02Extract frame overview UI from View.Bartosz Taudul
2022-07-02More utility extract.Bartosz Taudul
2022-07-02Zone tooltip is zone info.Bartosz Taudul
2022-07-02Split callstack UI from View.Bartosz Taudul
2022-07-02Extract CPU data UI from View.Bartosz Taudul