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-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-30Setup main emscripten loop.Bartosz Taudul
2022-09-30Emscripten expects GLES2 (WebGL 1).Bartosz Taudul
2022-09-29Use std::move(), not move().Bartosz Taudul
2022-09-29Use proper glfw version checks.Bartosz Taudul
2022-09-28Mark activity when ImGui windowing navigation target is on.Bartosz Taudul
2022-09-28Non-empty list of client broadcasts marks activity.Bartosz Taudul
2022-09-28Clear list of clients when View is active.Bartosz Taudul
2022-09-28Move client broadcasts processing earlier in code.Bartosz Taudul
2022-09-28Mark activity on HTTP response.Bartosz Taudul
2022-09-28Activity tracking global variable.Bartosz Taudul
2022-09-28Check for popup background fade animation.Bartosz Taudul
2022-09-28Check for activity in View.Bartosz Taudul
2022-09-27Disable cursor blinking.Bartosz Taudul
2022-09-27Remove dead code.Bartosz Taudul
2022-09-27Disable screen redraw when there are no input events.Bartosz Taudul
2022-09-27Handle iconification by waiting for events.Bartosz Taudul
2022-09-26Use small font for debug data in about window.Bartosz Taudul
2022-09-24Add ellipsis to fixed font atlas.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-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