Added TextLink(), TextLinkOpenURL() hyperlink widgets. (#7660)

This commit is contained in:
ocornut
2024-07-02 16:58:07 +02:00
parent 0f63d3e916
commit 5496050f5f
7 changed files with 96 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ Breaking changes:
Other changes:
- Added TextLink(), TextLinkOpenURL() hyperlink widgets. (#7660)
- IO: added io.PlatformOpenInShellFn handler to open a link/folder/file in OS shell. (#7660)
Default to use ShellExecute() under Windows, and system("") under Mac/Linux/etc.
Added IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS to disable default implementation.