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-18Resize canvas to fit window on page load.Bartosz Taudul
2022-10-18Do not hide progress bar, leaving the preload element.Bartosz Taudul
2022-10-18Do not crash on resize when application has not started yet.Bartosz Taudul
2022-10-15Fix blur caused by fractional DPI scaling.Bartosz Taudul
2022-10-08Disable assertions in release builds.Bartosz Taudul
2022-10-08Set initial memory size to 384 MB to prevent growth at start.Bartosz Taudul
2022-10-08Limit running environment support to web.Bartosz Taudul
2022-10-08Enable growing of wasm heap.Bartosz Taudul
2022-10-06Bump available heap to 2GB.Bartosz Taudul
2022-10-06Enable file selector on emscripten.Bartosz Taudul
2022-10-06Disable closure compiler.Bartosz Taudul
2022-10-06Add makefile target for starting httpd.Bartosz Taudul
2022-10-05Extract file selector functionality.Bartosz Taudul
2022-10-02Cosmetic fixes.Bartosz Taudul
2022-10-02Support hidpi.Bartosz Taudul
2022-10-02Adapt render size to fit browser window.Bartosz Taudul
2022-10-02Add basic html wrapper page.Bartosz Taudul
2022-10-02Run closure compiler on javascript.Bartosz Taudul
2022-10-02Preload embedded trace on emscripten.Bartosz Taudul
2022-09-30Add emscripten build files.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-03Add base class for timeline items.Bartosz Taudul
2022-08-27Move TracyVersion.hpp to common.Bartosz Taudul
2022-08-17Update font awesome and migrate to v6 headers.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-12Drop access to native window.Bartosz Taudul
2022-07-28Move all GLFW code to a separate class.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-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