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-11-10Rename surfaceListener to include xdg part.HEADmasterBartosz Taudul
2022-11-10Manage list of outputs.Bartosz Taudul
2022-11-10Add global remove callback.Bartosz Taudul
2022-11-09Update ImGui to 4d5da74.Bartosz Taudul
2022-11-08Implement attention requests.Bartosz Taudul
2022-11-08Change xdg-shell to private-code.Bartosz Taudul
2022-11-08Add xdg-activation protocol.Bartosz Taudul
2022-11-08Move wayland protocol to a subdirectory.Bartosz Taudul
2022-11-08Wayland cursor handling is fucking stupid.Bartosz Taudul
2022-11-07Process pointer events.Bartosz Taudul
2022-11-07Hook seat.Bartosz Taudul
2022-11-06Set app id.Bartosz Taudul
2022-11-06Delay toplevel creation until after OpenGL initialization.Bartosz Taudul
2022-11-06Wait for xdg_surface to be configured.Bartosz Taudul
2022-11-06Downgrade wl_compositor protocol to version 4.Bartosz Taudul
2022-11-06Add minimal wayland backend.Bartosz Taudul
2022-11-06Add xdg-shell protocol.Bartosz Taudul
2022-10-30Display notification if there's a problem with file selector.Bartosz Taudul
2022-10-27Do not display unknown PIDs.Bartosz Taudul
2022-10-27Add compatibility with previous broadcast versions.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-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-08Don't listen for broadcasts on emscripten.Bartosz Taudul
2022-10-08Disable update check on emscripten.Bartosz Taudul
2022-10-06Change file selector to work with callbacks.Bartosz Taudul
2022-10-06Enable redraw after screen resize.Bartosz Taudul
2022-10-05Extract file selector functionality.Bartosz Taudul
2022-10-02Support hidpi.Bartosz Taudul
2022-10-02Adapt render size to fit browser window.Bartosz Taudul
2022-10-02Preload embedded trace on emscripten.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