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-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