tracy/profiler/src
Bartosz Taudul d9d31e4d51
Make fixed font more compact.
Note that the negative glyph spacing is const here, regardless of the font
scaling. The alternative of using proportional spacing in reality does not
work as good as it sounds. With fractional scaling some of the glyphs will
no longer land on exact pixel boundaries, which results in blurry text.

Looking at the potential solutions for this problem is moot point, as with
the non-fractional scale of 2x and glyph spacing of -2, there is no longer
enough space separating some letters, which is especially visible in words
like "common" or register "xmm", where the "mm" pair becomes joined.
2022-08-16 13:16:21 +02:00
..
font Move fonts to a subdirectory. 2022-07-28 00:24:40 +02:00
imgui Move imgui backends to a subdirectory. 2022-07-28 00:24:43 +02:00
Backend.hpp Drop access to native window. 2022-08-12 21:44:24 +02:00
BackendGlfw.cpp Cosmetics. 2022-08-14 11:29:36 +02:00
ConnectionHistory.cpp Extract connection history functionality. 2022-07-28 00:24:46 +02:00
ConnectionHistory.hpp Extract connection history functionality. 2022-07-28 00:24:46 +02:00
Filters.cpp InputBuf is no longer than 255 bytes. 2022-08-14 18:20:39 +02:00
Filters.hpp Extract filtering connections functionality. 2022-07-28 00:24:46 +02:00
Fonts.cpp Make fixed font more compact. 2022-08-16 13:16:21 +02:00
Fonts.hpp Extract font loading. 2022-07-28 00:24:44 +02:00
HttpRequest.cpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
HttpRequest.hpp Extract HTTP request functionality. 2020-09-12 12:46:00 +02:00
icon.hpp Provide 256x256 application icon (was 48x48). 2022-05-03 02:41:10 +02:00
ImGuiContext.cpp Move all GLFW code to a separate class. 2022-07-28 00:24:52 +02:00
ImGuiContext.hpp Move all GLFW code to a separate class. 2022-07-28 00:24:52 +02:00
main.cpp Drop access to native window. 2022-08-12 21:44:24 +02:00
ResolvService.cpp Ports are uint16_t. 2020-10-02 18:51:54 +02:00
ResolvService.hpp Ports are uint16_t. 2020-10-02 18:51:54 +02:00
RunQueue.cpp Extract main thread run queue. 2022-07-28 00:24:45 +02:00
RunQueue.hpp Extract main thread run queue. 2022-07-28 00:24:45 +02:00
stb_image_resize.h Add stb_image_resize. 2022-07-28 00:24:47 +02:00
stb_image.h Update stb_image to 2.27. 2021-07-25 12:05:07 +02:00
WindowPosition.cpp Extract window position save/load functionality. 2022-07-28 00:24:45 +02:00
WindowPosition.hpp Extract window position save/load functionality. 2022-07-28 00:24:45 +02:00
winmain.cpp Display dialog when CPU doesn't support AVX/AVX2. 2018-08-19 22:20:54 +02:00
winmainArchDiscovery.cpp Display dialog when CPU doesn't support AVX/AVX2. 2018-08-19 22:20:54 +02:00