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-10-14Update imgui to f87e891f.Bartosz Taudul
2022-10-13Request attention on disconnect.Bartosz Taudul
2022-10-13Require attention after load / connect.Bartosz Taudul
2022-10-13Require attention on failure popups.Bartosz Taudul
2022-10-13Add attention callback helper.Bartosz Taudul
2022-10-13View::Draw() is no longer static.Bartosz Taudul
2022-10-13Hook up attention callback.Bartosz Taudul
2022-10-13All View ctor parameters need to be explicitly stated.Bartosz Taudul
2022-10-13Remove dead code.Bartosz Taudul
2022-09-28Mark activity when buzz anim is enabled.Bartosz Taudul
2022-09-27Allow checking whether View was active.Bartosz Taudul
2022-09-04Remove VisData.Bartosz Taudul
2022-09-04Migrate CPU data to timeline item system.Bartosz Taudul
2022-09-04Add mutable ViewData accessor.Bartosz Taudul
2022-09-04Migrate drawing GPU data to the new timeline item system.Bartosz Taudul
2022-09-04Manage GPU index counter in View.Bartosz Taudul
2022-09-04Migrate drawing CPU threads to the new timeline item system.Bartosz Taudul
2022-09-03DrawContents reports if anything was drawn.Bartosz Taudul
2022-09-03Add function for highlighting a thread.Bartosz Taudul
2022-09-03Switch plot drawing to the timeline items system.Bartosz Taudul
2022-09-03Make View::ZoomToRange() public.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-15Add shorten name accessor.Bartosz Taudul
2022-08-15Extract ShortenZoneName() function to a separate file.Bartosz Taudul
2022-08-15Expose zone name normalization as a separate setting.Bartosz Taudul
2022-08-15Change namespace shortening to zone name shortening.Bartosz Taudul
2022-08-15Start extracting timeline height control logic.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-24Make user plot color depend on its name.Bartosz Taudul
2022-07-23Implement direct children search.Bartosz Taudul
2022-07-23Implement children messages filtering in zone tooltip.Bartosz Taudul
2022-07-03Monitor send queue size.Bartosz Taudul
2022-07-02Cleanup TracyView includes.Bartosz Taudul
2022-07-02Also extract (and rename) timeline mouse handling.Bartosz Taudul
2022-07-02Rename DrawZone* -> DrawTimeline*.Bartosz Taudul
2022-07-02Move DrawHistogramMinMaxLabel() to TracyImGui.cpp.Bartosz Taudul
2022-07-02Move DrawHelpMarker to TracyImGui.hpp.Bartosz Taudul
2022-07-02Extract plot drawing from View.Bartosz Taudul
2022-07-02Move zone info UI out of View.Bartosz Taudul
2022-07-02Extract options UI from View.Bartosz Taudul
2022-07-02Split View navigation functions.Bartosz Taudul
2022-07-02Extract Find Zone UI to a separate file.Bartosz Taudul
2022-06-06Add ability to filter callstacks in memory tab by inactive allocations.thedmd
2022-04-18Don't show callstack column in messages, if no callstacks.Bartosz Taudul
2022-03-15Move adding annotations to a separate function.Bartosz Taudul