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-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-03Add base class for timeline items.Bartosz Taudul
2022-08-27Move TracyVersion.hpp to common.Bartosz Taudul
2022-08-20Cosmetics.Bartosz Taudul
2022-08-17Update font awesome and migrate to v6 headers.Bartosz Taudul
2022-08-16Make fixed font more compact.Bartosz Taudul
2022-08-15Extract ShortenZoneName() function to a separate file.Bartosz Taudul
2022-08-15Start extracting timeline height control logic.Bartosz Taudul
2022-08-14InputBuf is no longer than 255 bytes.Bartosz Taudul
2022-08-14Cosmetics.Bartosz Taudul
2022-08-12Drop access to native window.Bartosz Taudul
2022-08-07Load icon during rendering backend setup.Bartosz Taudul
2022-07-28Dynamically track saved window state.Bartosz Taudul
2022-07-28Rely solely on GLFW DPI handling.Bartosz Taudul
2022-07-28Move all GLFW code to a separate class.Bartosz Taudul
2022-07-28Display icon in the about screen.Bartosz Taudul
2022-07-28Create texture with resized icon.Bartosz Taudul
2022-07-28Don't free icon pixel data.Bartosz Taudul
2022-07-28Instantiate stb_image_resize.Bartosz Taudul
2022-07-28Add stb_image_resize.Bartosz Taudul
2022-07-28Extract filtering connections functionality.Bartosz Taudul
2022-07-28Extract connection history functionality.Bartosz Taudul
2022-07-28Extract window position save/load functionality.Bartosz Taudul
2022-07-28Extract main thread run queue.Bartosz Taudul
2022-07-28Extract font loading.Bartosz Taudul
2022-07-28Move imgui backends to a subdirectory.Bartosz Taudul
2022-07-28Move fonts to a subdirectory.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-07-13Display compatible Tracy versions for bad protocols.Bartosz Taudul
2022-07-13Add protocol -> version mapping table.Bartosz Taudul
2022-07-03Link with UniformTypeIdentifiers on macos.Bartosz Taudul
2022-07-02Extract ranges UI from View.Bartosz Taudul
2022-07-02Extract zone timeline rendering from View.Bartosz Taudul
2022-07-02Extract frames timeline UI from View.Bartosz Taudul
2022-07-02Extract locks UI from View.Bartosz Taudul
2022-07-02Extract messages UI from View.Bartosz Taudul
2022-07-02Extract annotations UI from View.Bartosz Taudul
2022-07-02Extract samples UI from View.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-02Split callstack UI from View.Bartosz Taudul
2022-07-02Extract CPU data UI from View.Bartosz Taudul
2022-07-02Extract trace info UI from View.Bartosz Taudul
2022-07-02Extract statistics UI from View.Bartosz Taudul