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-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-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
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-13Display compatible Tracy versions for bad protocols.Bartosz Taudul
2022-06-21Update ImGui OpenGL loader.Bartosz Taudul
2022-06-21Update ImGui to 1.88 + docking.Bartosz Taudul
2022-05-03Provide 256x256 application icon (was 48x48).Bartosz Taudul
2022-04-27Process command line parameters immediately after starting.Bartosz Taudul
2022-04-27Add --help message to GUI profiler.Bartosz Taudul
2022-04-27Join update thread before bailing out on bad input.Bartosz Taudul
2022-04-27Update ImGui to 1.87 + docking.Bartosz Taudul
2022-04-26Fix buffer overflow.Bartosz Taudul
2022-04-26Use item spacing instead of ExtraLineHeight.Bartosz Taudul
2022-04-20Adapt code to new NFD.Bartosz Taudul
2022-03-28Release 0.8.0.v0.8Bartosz Taudul
2022-02-08Update to Font Awesome 6.Bartosz Taudul
2022-01-01Use TooltipIfHovered() where appropriate.Bartosz Taudul
2021-12-23Vertically condense fixed width font.Bartosz Taudul
2021-12-22GetFontSize() -> GetTextLineHeight().Bartosz Taudul
2021-12-22Bump ImGui to 1.86.Bartosz Taudul
2021-12-01Show tooltip on disabled item.Bartosz Taudul
2021-11-22Increase big font size.Bartosz Taudul
2021-11-20Fonts should have integer size.Bartosz Taudul
2021-11-20Replace Arimo with Droid Sans.Bartosz Taudul
2021-11-19Replace Cousine fixed-width font with Fira Code Retina.Bartosz Taudul
2021-11-19Update font pointers held in main.cpp.Bartosz Taudul
2021-11-19Don't change ImGui fonts during render job.Bartosz Taudul
2021-11-19Reset style.Bartosz Taudul
2021-11-19Reload font atlas.Bartosz Taudul