Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
a3c393b4b1
Added first version of the task list component.
36d7971a96
Added getTransientValue() and getRuntimeValue() utility functions and made formatTemp() return a smart struct to simplify managing the texts lifetime in nested calls.
a193826eb1
Added TextWithBackground(), Text() (using std::format), and BeginSmallPopupButton() render functions.
85f75d9814
Changed config to save the data type with the data so it can be loaded with the correct type.
707207a83d
Changed loadFonts() function to return the created font so you can use it to switch between fonts while rendering.
5e71b0ff9e
Added containsIgnoreCase() as shortcut for findIgnoreCase() != end().
0e1964ba25
Logging: made LogMessage contain a string view instead of const char*, added BufferSink, changed message parameter of formatted parameter to be string instead of const char*.
7d4c782b0f
Made MixinMemoryView constructor private and only callable by its implementation.
4a3895c0ad
Some minor fixes/adjustments for coroutines.
561a92d557
ImRaid: added TextUnformatted() for string_views; added hovering/clicking and some more minor improvements to data tables; fixed signature of c_MessageBox and added c_MessageBoxText.
071b2c323b
Lua: Added another ignored warning to fix compilation with MSVC.
94d960d49c
ImGui: Added user_config option for supplying a user-defined configuration file (see IMGUI_USER_CONFIG). Added misc/cpp to include path so imgui_stdlib.h can be easily included.