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-15Detect if hardware supports S3TC.Bartosz Taudul
2022-10-15Create icon texture while waiting for icon to load.Bartosz Taudul
2022-10-15Fix blur caused by fractional DPI scaling.Bartosz Taudul
2022-10-15Check if glfwRequestWindowAttention() is available.Bartosz Taudul
2022-10-13Only request attention if window has no focus.Bartosz Taudul
2022-10-13Hook up attention callback.Bartosz Taudul
2022-10-13Add attention request function to windowing backend.Bartosz Taudul
2022-10-13Make sure window redraw is active on refresh callback.Bartosz Taudul
2022-10-09Display PID in available client tooltip.Bartosz Taudul
2022-10-09Store PID in broadcasting clients data.Bartosz Taudul
2022-10-09Remove unnecessary check.Bartosz Taudul
2022-10-08Disable assertions in release builds.Bartosz Taudul
2022-10-08Don't listen for broadcasts on emscripten.Bartosz Taudul
2022-10-08Disable update check on emscripten.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-06Change file selector to work with callbacks.Bartosz Taudul
2022-10-06Enable redraw after screen resize.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-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