impr: Rename font definition files
This commit is contained in:
parent
992f18b94b
commit
6a28de100c
@ -6,7 +6,7 @@
|
||||
#include <hex/helpers/fmt.hpp>
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin::undo {
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <wolv/math_eval/math_evaluator.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <imgui.h>
|
||||
#include <imgui_internal.h>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <hex/api/content_registry.hpp>
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <hex/helpers/utils.hpp>
|
||||
#include <hex/providers/buffered_reader.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <bit>
|
||||
#include <codecvt>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <filesystem>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include <content/recent.hpp>
|
||||
#include <toasts/toast_notification.hpp>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <ranges>
|
||||
#include <unordered_set>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <wolv/literals.hpp>
|
||||
#include <wolv/utils/string.hpp>
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <numeric>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <implot.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
#include <chrono>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <wolv/net/socket_client.hpp>
|
||||
#include <wolv/net/socket_server.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <hex/helpers/logger.hpp>
|
||||
#include <hex/helpers/debugging.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <imgui.h>
|
||||
#include <imgui_internal.h>
|
||||
#include <implot.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include <content/popups/popup_docs_question.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <romfs/romfs.hpp>
|
||||
#include <wolv/utils/string.hpp>
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <content/providers/view_provider.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <filesystem>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <hex/helpers/logger.hpp>
|
||||
#include <hex/helpers/default_paths.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <ui/pattern_drawer.hpp>
|
||||
#include <ui/visualizer_drawer.hpp>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include <hex/providers/buffered_reader.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <ranges>
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include <content/providers/view_provider.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <popups/popup_file_chooser.hpp>
|
||||
#include <content/popups/popup_blocking_task.hpp>
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <hex/api/project_file_manager.hpp>
|
||||
#include <wolv/utils/guards.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/helpers/logger.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/providers/memory_provider.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <pl/patterns/pattern.hpp>
|
||||
#include <wolv/utils/lock.hpp>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "content/views/view_pattern_editor.hpp"
|
||||
#include "fonts/blendericons_font.h"
|
||||
#include <fonts/blender_icons.hpp>
|
||||
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/api/project_file_manager.hpp>
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <popups/popup_question.hpp>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <hex/api/theme_manager.hpp>
|
||||
|
||||
#include <wolv/io/file.hpp>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/api/layout_manager.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <hex/api/tutorial_manager.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <ranges>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <wolv/io/file.hpp>
|
||||
#include <wolv/io/fs.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <content/recent.hpp>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <imgui_internal.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <romfs/romfs.hpp>
|
||||
#include <wolv/utils/guards.hpp>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <hex/helpers/fmt.hpp>
|
||||
#include <hex/providers/buffered_reader.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <wolv/utils/guards.hpp>
|
||||
|
||||
namespace hex::plugin::diffing {
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <hex/providers/provider.hpp>
|
||||
#include <hex/helpers/fmt.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <cstring>
|
||||
#include <toasts/toast_notification.hpp>
|
||||
|
@ -1,11 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
// Generated: 2023-11-12 08:44:48.641532
|
||||
|
||||
extern const unsigned int blendericons_compressed_size;
|
||||
extern const unsigned int blendericons_compressed_data[];
|
||||
|
||||
|
||||
#define ICON_MIN_BI 0xea00
|
||||
#define ICON_MAX_BI 0xea09
|
||||
#define ICON_BI_CUBE "\xee\xa8\x80" //< U+ea00
|
@ -1,6 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#define FONT_ICON_FILE_NAME_UNIFONT "unifont.ttf"
|
||||
|
||||
extern const unsigned int unifont_compressed_size;
|
||||
extern const unsigned int unifont_compressed_data[52184/4];
|
@ -4,8 +4,8 @@
|
||||
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/blendericons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <fonts/blender_icons.hpp>
|
||||
|
||||
namespace hex::fonts {
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <hex/helpers/crypto.hpp>
|
||||
|
||||
#include <hex/ui/popup.hpp>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <hex/plugin.hpp>
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <hex/api/localization_manager.hpp>
|
||||
|
||||
#include <wolv/utils/string.hpp>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::ui {
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <hex/ui/toast.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <hex/helpers/utils.hpp>
|
||||
#include <hex/helpers/logger.hpp>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include <wolv/utils/guards.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <hex/providers/buffered_reader.hpp>
|
||||
|
||||
namespace hex::ui {
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <wolv/io/file.hpp>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include <hex/helpers/fmt.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::visualizers {
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
#include <content/visualizer_helpers.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/blendericons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <fonts/blender_icons.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <imgui_internal.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <implot.h>
|
||||
#include <imgui.h>
|
||||
#include <miniaudio.h>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <psapi.h>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <hex/api/event_manager.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user